@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
@import url(https://fonts.googleapis.com/css?family=Cardo:400italic);

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline; }

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

a {
  color: #636363;
  text-decoration: none;
  vertical-align: baseline; }
  a:hover {
    color: #111; }

/*
::selection{  }
*/
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: #636363;
  font-size: 1.3rem;
  line-height: 100%;
  background: #F7F7F7;
  height: 100%; }

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

.hidebar {
  overflow: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

.texten {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-weight: 400; }

.textch {
  font-family: 'Source Sans Pro', "Microsoft JhengHei", "微軟正黑體", 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-weight: 400; }

.text {
  display: none; }

#container {
  padding: 0 100px; }

.homepage {
  padding-top: 91px; }

.blockquotes .blockquote {
  display: none; }

.blockquote {
  color: #333; }
  .blockquote p {
    font-size: 2.4rem;
    font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
    line-height: 140%; }
  .blockquote cite {
    font-size: 2.0rem;
    line-height: 1.6rem;
    padding-top: 50px;
    display: block; }

#content {
  width: 100%;
  min-height: 600px;
  padding-top: 180px; }

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 0 0 0 100px;
  min-height: 100px;
  background: #F7F7F7;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease; }
  #header.hover {
    background: #FFF; }

.mobileFooter {
  display: none; }

#menuButton {
  display: none; }

#logo {
  font-size: 2.2rem;
  float: left;
  padding-right: 28px; }
  #logo a {
    color: #333;
    width: 124px;
    height: 100px;
    line-height: 104px;
    display: block;
    -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; }
    #logo a:hover {
      opacity: 0.8; }
  #logo span {
    padding-left: 5px; }

h1.webtitle {
  color: #636363;
  font-size: 5.2rem;
  width: 182px;
  height: 104px;
  /*background: url("../imgs/img_index_sanyu@3x.png") no-repeat;
  background-size: 182px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;*/
  line-height: 100%;
  margin-bottom: 378px;
  position: relative;
  z-index: 80;
  display: block; }

h2.pagetitle {
  color: #111;
  font-size: 3.0rem;
  line-height: 100%;
  padding-bottom: 40px; }

h1, h2, h3, h4, h5, h6,
.blockquote, .enter a, .tab a,
.table .table-header .cell {
  font-family: 'EB Garamond', "Kozuka Mincho Pr6N M", "Hiragino Mincho ProN", "微軟正黑體", "MS PMincho", "MS 明朝", "LiHeiPro", Georgia, 'Times New Roman', Times, serif;
  font-weight: 400; }

.lang-tw {
  font-family: 'Source Sans Pro', "Microsoft JhengHei", "微軟正黑體", 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-weight: 400; }
  .lang-tw .menu {
    font-family: 'EB Garamond', "Kozuka Mincho Pr6N M", "Hiragino Mincho ProN", "微軟正黑體", "MS PMincho", "MS 明朝", "LiHeiPro", Georgia, 'Times New Roman', Times, serif;
    font-weight: 400; }
  .lang-tw .author i {
    /*font-family: 'Cardo', serif;*/ /*was activated*/
    font-weight: 400;
    font-style: italic; }

.lang-en {
  font-family: 'Source Sans Pro', "Microsoft JhengHei", "微軟正黑體", 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-weight: 400; }
  .lang-en .menu {
    font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
    font-weight: 400; }
  .lang-en .author i {
    /*font-family: 'Cardo', serif;*/ /*was activated*/
    font-weight: 400;
    font-style: italic; }
  .lang-en a.mainmenu {
    text-transform: capitalize; }

.indexphotos {
  position: absolute;
  top: 91px;
  left: 35%;
  width: 100%;
  max-width: 728px;
  display: none; }
  .indexphotos .indexphoto {
    width: 100%;
    text-align: center;
    display: none; }

.bootstrap {
  color: #797979;
  font-size: 2.4rem;
  line-height: 100%;
  font-family: "EB Garamond", "cwTeXMing", "微軟正黑體", "MS PMincho", "MS 明朝", Georgia, 'Times New Roman', Times, serif;
  font-weight: 400;
  padding-bottom: 40px; }
  .bootstrap .split {
    color: #D4D4D4;
    font-size: 2.4rem;
    padding: 0 18px; }
  .bootstrap .current {
    color: #111; }

#nav {
  min-width: 824px; }

.view-switch {
  position: absolute;
  right: 0;
  top: -72px; }
  .view-switch a {
    color: #999;
    font-size: 1.4rem;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    -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;
    display: none; }
    .view-switch a.viewlist {
      margin-right: 20px; }
      .view-switch a.viewlist .svgimg {
        width: 18px; }
    .view-switch a.viewcol .svgimg {
      width: 15px; }
    .view-switch a.active {
      display: block; }
    .view-switch a:hover {
      color: #333; }

.menu {
  float: left; }
  .menu li {
    float: left;
    vertical-align: top;
    position: relative; }
    .menu li:hover .submenu {
      -webkit-transition: opacity 0.8s ease;
      -moz-transition: opacity 0.8s ease;
      -ms-transition: opacity 0.8s ease;
      -o-transition: opacity 0.8s ease;
      transition: opacity 0.8s ease;
      opacity: 1; }
      .menu li:hover .submenu li {
        display: block; }
  .menu a {
    font-size: 1.8rem; }
  .menu a.mainmenu {
    height: 100px;
    line-height: 100px;
    padding: 0 12px;
    display: block; }
    .menu a.mainmenu.current {
      color: #111; }
    .menu a.mainmenu.searchBtn2 {
      display: none; }
  .menu .submenu {
    position: absolute;
    left: 0px;
    top: 75px;
    padding-bottom: 10px;
    -webkit-transition: opacity 0s ease;
    -moz-transition: opacity 0s ease;
    -ms-transition: opacity 0s ease;
    -o-transition: opacity 0s ease;
    transition: opacity 0s ease;
    opacity: 0; }
    .menu .submenu li {
      float: none;
      padding-left: 12px;
      padding-bottom: 12px;
      display: none; }
    .menu .submenu a {
      line-height: 100%;
      width: auto;
      white-space: nowrap;
      padding-bottom: 3px;
      display: inline-block; }
      .menu .submenu a:hover, .menu .submenu a.current {
        color: #111;
        padding-bottom: 2px;
        border-bottom: 1px solid #111; }

/* end menu */
.topnav {
  padding-right: 100px;
  float: right; }
  .topnav li {
    float: left; }
    .topnav li a {
      font-size: 1.6rem;
      line-height: 100px;
      height: 100px;
      text-align: center;
      display: block; }
      .topnav li a.searchBtn {
        width: 100px; }
        .topnav li a.searchBtn circle, .topnav li a.searchBtn line {
          -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; }
      .topnav li a:hover circle, .topnav li a:hover line {
        stroke: #111; }

.lang-switch {
  display: none; }
  .lang-switch a {
    color: #797979;
    padding: 0 5px; }
    .lang-switch a:hover {
      color: #111; }
  .lang-switch.active {
    display: block; }

.searchBtn {
  color: #636363; }
  .searchBtn .svgimg {
    width: 16px;
    height: 16px;
    margin-top: 42px; }

#searchform {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 998;
  background: rgba(255, 255, 255, 0.8);
  display: none; }
  #searchform.show {
    display: block; }
  #searchform form {
    width: 100%;
    height: 100px;
    background: #F7F7F7;
    display: table; }
  #searchform input, #searchform button {
    width: 100%;
    height: 100px;
    line-height: 100%;
    border: none;
    vertical-align: middle;
    display: table-cell; }
  #searchform input {
    font-size: 2.2rem;
    padding-left: 100px;
    /* firefox 19+ */
    /* ie */ }
    #searchform input::-webkit-input-placeholder {
      color: #999999;
      font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
      font-weight: 400; }
    #searchform input::-moz-placeholder {
      color: #999999;
      font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
      font-weight: 400; }
    #searchform input:-ms-input-placeholder {
      color: #999999;
      font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
      font-weight: 400; }
    #searchform input:-moz-placeholder {
      color: #999999;
      font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
      font-weight: 400; }
  #searchform button {
    color: #FFF;
    font-size: 1.5rem;
    width: 200px;
    padding-right: 100px;
    background: #333;
    cursor: pointer; }
    #searchform button .svgimg {
      width: 16px;
      height: 16px; }
  #searchform circle, #searchform line {
    stroke: #FFF; }
  #searchform .submit {
    width: 200px; }

#searchform2 {
  margin: 0 30px;
  border-bottom: 1px solid #D4D4D4;
  display: none; }
  #searchform2 form {
    width: 100%;
    display: table; }
  #searchform2 input, #searchform2 button {
    height: 50px;
    line-height: 100%;
    border: none;
    vertical-align: middle;
    display: table-cell; }
  #searchform2 input {
    font-size: 2.0rem;
    width: 90%;
    background: none;
    /* firefox 19+ */
    /* ie */ }
    #searchform2 input::-webkit-input-placeholder {
      color: #999999;
      font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
      font-weight: 400; }
    #searchform2 input::-moz-placeholder {
      color: #999999;
      font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
      font-weight: 400; }
    #searchform2 input:-ms-input-placeholder {
      color: #999999;
      font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
      font-weight: 400; }
    #searchform2 input:-moz-placeholder {
      color: #999999;
      font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
      font-weight: 400; }
  #searchform2 button {
    color: #FFF;
    width: 10%;
    font-size: 1.5rem;
    cursor: pointer;
    background: none; }
    #searchform2 button .svgimg {
      width: 16px;
      height: 16px; }
  #searchform2 circle, #searchform2 line {
    stroke: #797979; }

p.result {
  font-size: 1.5rem;
  line-height: 100%;
  padding-bottom: 60px;
  padding-top: 20px;
  border-top: 1px solid #D4D4D4; }

.enter {
  padding-bottom: 60px; }
  .enter a {
    line-height: 32px;
    margin-right: 40px;
    border-bottom: 1px solid #797979;
    -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; }
  .enter .en {
    font-size: 2.0rem; }
  .enter .tw {
    font-size: 1.8rem; }

figure .caption {
  color: #A5988D;
  font-size: 1.4rem;
  line-height: 160%;
  padding-top: 12px;
  text-align: left; }

.maxwidth {
  max-width: 984px; }

#isotope {
  min-height: 600px;
  margin: 0 -20px; }
  #isotope .item {
    float: left;
    width: 256px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    display: none; }
  #isotope .item.pb40 {
    padding-bottom: 40px;
  }
    #isotope .item a {
      display: block; }
    #isotope .item.two {
      width: 512px; }
  #isotope h3 {
    color: #636363;
    font-size: 2.2rem;
    line-height: 120%;
    padding-top: 20px;
    -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 h3 span {
      display: block; }
  #isotope h4 {
    font-size: 1.8rem;
    line-height: 150%; }
  #isotope p {
    color: #636363;
    font-size: 1.6rem;
    line-height: 180%;
    padding-top: 13px; }
  #isotope .img {
    position: relative;
    display: block; }
    #isotope .img img {
      width: 100%;
      height: auto;
      display: block; }
  #isotope .year {
    color: #333;
    font-size: 3.6rem;
    line-height: 100%;
    font-family: 'EB Garamond', "Kozuka Mincho Pr6N M", "Hiragino Mincho ProN", "微軟正黑體", "MS PMincho", "MS 明朝", "LiHeiPro", Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    display: block; }
  #isotope .mask {
    color: #FFF;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    padding: 16px;
    background: rgba(228, 171, 155, 0.5);
    -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;
    opacity: 0; }
    #isotope .mask h4 {
      padding-bottom: 5px; }
    #isotope .mask .play {
      width: 100%;
      height: 100%;
      display: table; }
      #isotope .mask .play span {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        background: #FFF;
        margin: 0 auto;
        display: block; }
      #isotope .mask .play img {
        width: 10px;
        margin: 14px 0 0 3px;
        display: inline-block; }
    #isotope .mask .middle {
      width: 100%;
      height: 100%;
      text-align: center; }
  #isotope.grid1 {
    margin: 0 -30px; }
    #isotope.grid1 .item {
      width: 320px;
      padding-left: 30px;
      padding-right: 30px; }
  #isotope.timeline .wrap {
    border-top: 1px solid #D4D4D4;
    padding-top: 16px; }
  #isotope.timeline p {
    padding-top: 8px;
    padding-bottom: 40px; }
    #isotope.timeline p.pb0 {
      padding-bottom: 0; }
  #isotope.pub h4 {
    color: #333;
    padding-top: 20px;
    padding-bottom: 8px; }
  #isotope.pub .date {
    padding-top: 0; }
  #isotope.work .item {
    width: auto; }
    #isotope.work .item img {
      width: auto;
      height: auto;
      max-width: 216px;
      max-height: 216px; }
  #isotope.column {
    max-width: 1024px; }
    #isotope.column .tag, #isotope.column .desc {
      display: none; }
    #isotope.column h4 {
      color: #333;
      padding-top: 16px; }
    #isotope h4.type2 {
      font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
      padding-top: 22px;
    }
    #isotope.column .date {
      padding-top: 0; }
  #isotope.list {
    position: relative;
    max-width: 984px;
    width: 100%;
    border-top: 1px solid #D4D4D4;
    margin: 0 0 60px 0; }
    #isotope.list .item {
      width: 100%;
      float: none;
      position: relative;
      -webkit-transition: background 0.6s ease;
      -moz-transition: background 0.6s ease;
      -ms-transition: background 0.6s ease;
      -o-transition: background 0.6s ease;
      transition: background 0.6s ease;
      display: table-row; }
      #isotope.list .item:hover {
        background: #FFF; }
      #isotope.list .item a {
        width: 100%;
        height: 100%;
        display: block; }
    #isotope.list h4, #isotope.list .desc, #isotope.list .date, #isotope.list .tag {
      padding: 20px 0;
      border-bottom: 1px solid #D4D4D4;
      padding-right: 40px;
      vertical-align: middle;
      display: table-cell; }
    #isotope.list .img {
      display: none; }
    #isotope.list h4 {
      color: #333;
      font-size: 2.0rem;
      line-height: 135%;
      width: 511px; }
    #isotope.list .tag {
      color: #797979;
      font-size: 1.6rem;
      line-height: 180%;
      width: 128px; }
    #isotope.list .desc {
      width: 256px; }
      #isotope.list .desc p {
        padding-top: 0; }
    #isotope.list .date {
      font-size: 1.6rem;
      width: 88px;
      padding-right: 0; }
  #isotope a:hover .mask {
    background: rgba(228, 171, 155, 0.5);
    opacity: 1; }
  #isotope a:hover h3 {
    color: #111; }

/* end #isotope */
p.workdesc {
  font-size: 1.5rem;
  line-height: 160%;
  padding-top: 40px; }

.tab li {
  margin-right: 45px;
  display: inline-block; }
  .tab li a {
    color: #797979;
    font-size: 2.4rem;
    line-height: 100%;
    padding-bottom: 20px;
    display: block; }
    .tab li a:hover, .tab li a.current {
      color: #333;
      padding-bottom: 20px;
      border-bottom: 3px solid #636363; }

.row {
  display: table-row; }

.cell {
  display: table-cell; }

.table {
  width: 100%;
  border-collapse: collapse;
  display: table; }
  .table .date {
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif; }
  .table.topline {
    padding-top: 0; }
  .table .table-header {
    border-top: 1px solid #D4D4D4;
    background-color: #F7F7F7; }
  .table .table-header .cell {
    color: #999;
    font-size: 1.8rem;
    line-height: 155%;
    padding: 20px 40px 20px 0; }
  .table .cell {
    padding: 30px 40px 30px 0;
    vertical-align: middle;
    border-bottom: 1px solid #D4D4D4; }
    .table .cell.show {
      color: #999;
      font-size: 1.8rem;
      width: 113px;
      padding-right: 0; }
      .table .cell.show span {
        font-family: 'EB Garamond', "Kozuka Mincho Pr6N M", "Hiragino Mincho ProN", "微軟正黑體", "MS PMincho", "MS 明朝", "LiHeiPro", Georgia, 'Times New Roman', Times, serif;
        font-weight: 400;
        text-transform: capitalize; }
      .table .cell.show img, .table .cell.show .svgimg {
        width: 8px;
        vertical-align: middle;
        margin: 0 12px;
        display: inline-block; }
      .table .cell.show.open img, .table .cell.show.open .svgimg {
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  .table a.row {
    -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; }
    .table a.row .cell {
      vertical-align: top; }
    .table a.row:hover {
      background: #FFF; }
  .table.record1 .date {
    width: 128px; }
  .table.record1 .location {
    width: 384px; }
  .table.record2 .date {
    width: 210px; }
  .table.record2 .location {
    width: 287px; }
  .table.record2 .title {
    width: 374px; }
  .table h3 {
    color: #333;
    font-size: 2.0rem;
    font-family: "EB Garamond", "cwTeXMing", "微軟正黑體", "MS PMincho", "MS 明朝", Georgia, 'Times New Roman', Times, serif;
    line-height: 150%; }
  .table p {
    color: #636363;
    font-size: 1.6rem;
    line-height: 162%; }
  .table .date {
    color: #333;
    font-size: 2.5rem; /*was 3.0*/
    line-height: 100%; }

/* end table */
.table-header.fixed {
  width: 100%;
  max-width: 984px;
  position: fixed;
  top: 100px;
  z-index: 20;
  border-bottom: 1px solid #D4D4D4; }
  .table-header.fixed div {
    border-bottom: none; }

.for .row {
  -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; }
.for .row:hover {
  background: #FFF; }
.for .table .cell {
  vertical-align: top; }
.for .title {
  width: 340px; }
.for .forinfo {
  width: 644px;
  padding-right: 30px; }
.for .slideshow {
  cursor: pointer; }
  .for .slideshow.open {
    cursor: default; }
.for h3 {
  font-size: 2.6rem;
  line-height: 140%; }
.for .date {
  color: #636363;
  font-size: 2.0rem; }
.for p {
  color: #333;
  font-size: 1.8rem;
  line-height: 170%;
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  padding-bottom: 20px; }
  .for p.end {
    padding-bottom: 0; }
  .for p span {
    font-family: 'Source Sans Pro', "Microsoft JhengHei", "微軟正黑體", 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400; }
.for .cite {
  font-size: 1.6rem;
  line-height: 150%;
  display: block; }
.for .more {
  padding-top: 40px;
  display: inline-block; }

.part{
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #D4D4D4;
}

.pt40 {
  padding-top: 40px; }

.pt20 {
	padding-top: 20px;}
	
.pt30 {
	padding-top: 30pt;}

#readmore {
  display: none; }

#readmore.show {
  padding-bottom: 40px;
   }

.recordInfo .info{
  margin-top: 40px; }

.info {
  margin-right: -128px;
  display: none; }
  .info .column {
    /*float: left;
    width: 50%;
    max-width: 240px;*/
    width: 230px;
    padding-right: 20px;
    display: table-cell; }
  .info h4 {
    color: #333;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 162.5%; }
  .info p, .info li {
    color: #636363;
    font-size: 1.6rem;
    line-height: 162.5%; }
  .info p, .info ul {
    padding-bottom: 30px; }
  .info ul li {
    padding-bottom: 2px;
    margin-left: 22px;
    text-indent: -22px; }

.pagination a {
  color: #999;
  font-size: 1.8rem;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  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; }
  .pagination a:hover, .pagination a.current {
    color: #333; }
.pagination .prevpage, .pagination .nextpage {
  font-size: 1.6rem; }
.pagination span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block; }

#footer {
  width: 100%;
  height: 80px;
  margin-top: 80px;
  position: relative; }
  #footer p {
    font-size: 1.3rem;
    line-height: 180%;
    float: left;
    height: 80px;
    line-height: 80px; }
  #footer .social {
    float: right;
    height: 80px; }
    #footer .social a {
      line-height: 80px; }
  #footer a {
    -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; }

.social li {
  text-align: center;
  display: inline-block; }
  .social li a {
    padding: 0 8px;
    display: block; }
    .social li a i {
      color: #999;
      font-size: 1.8rem;
      -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; }
    .social li a:hover i {
      color: #333; }

.overflow {
  width: 100%;
  height: 100%;
  overflow: auto; }

#photoBox {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 997;
  background: #F7F7F7; }
  #photoBox.alpha {
    background: rgba(255, 255, 255, 0.95); }
  #photoBox.white {
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -ms-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    background: #F7F7F7; }
    #photoBox.white h2 {
      color: #333; }
    #photoBox.white p {
      color: #999; }
    #photoBox.white p i{
      font-style: italic;
     }
  #photoBox.black {
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -ms-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    background: #242424; }
    #photoBox.black h2 {
      color: #E6E4DC; }
    #photoBox.black p {
      color: #999; }
    #photoBox.black .arrow {
      color: #999; }
      #photoBox.black .arrow:hover {
        color: #CBCBCB; }

#photoContent {
  height: 100%;
  padding: 100px 0;
  overflow: auto;
  display: none; }

#photoContent.alginTop {
  padding: 0;
}

#photoWrap {
  width: 100%;
  height: 100%;
  padding: 50px 0;
  opacity: 0;
  display: table; }
  #photoWrap.show {
    opacity: 1; }
  #photoWrap .photo {
    max-width: 550px;
    margin: 0 auto;
    display: inline-block; }
  #photoWrap #figure {
    width: 300px;
    height: 200px;
    cursor: pointer;
    margin: 0 auto; }
    #photoWrap #figure.load {
      background: #FFF; }
      #photoWrap #figure.load img, #photoWrap #figure.load .caption {
        display: none; }
  #photoWrap .middle {
    width: 550px;
    text-align: center; }
  #photoWrap .desc {
    text-align: left; }
  #photoWrap .mainimg img {
    max-width: 550px;
    max-height: 550px;
    display: block; }
  #photoWrap .current {
    width: 100%;
    height: 30px;
    display: table; }
    #photoWrap .current span {
      color: #797979;
      font-size: 1.4rem;
      vertical-align: bottom;
      text-align: right;
      display: table-cell; }
  #photoWrap h2 {
    font-size: 2.0rem;
    line-height: 150%; }
  #photoWrap h2 i{
    font-style: italic;
  }
  #photoWrap p {
    font-size: 1.6rem;
    line-height: 150%; }
  #photoWrap .arrow {
    font-size: 1.8rem;
    position: fixed;
    top: 0;
    height: 100%;
    -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;
    display: table; }
    #photoWrap .arrow span {
      padding: 0 80px;
      height: 100%;
      vertical-align: middle;
      display: table-cell; }
    #photoWrap .arrow.prevImg {
      left: 0; }
    #photoWrap .arrow.nextImg {
      right: 15px; }

#photoWrap .photo2{
  max-width: 800px;
  margin: 0 auto;
  display: inline-block;
}

#photoWrap .photo2 .mainimg img{
  max-width: 800px;
  max-height: 800px;
  display: block;
}

#photoWrap .photo2 h2{
  color: #A5988D;
  font-size: 1.6rem;
  font-family: 'Source Sans Pro', "Microsoft JhengHei", "微軟正黑體", 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  line-height: 175%;
  padding-top: 20px;
}

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

.more {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif; }

.switch {
  position: fixed;
  right: 100px;
  top: 0;
  z-index: 998;
  width: 100px;
  height: 100px;
  text-align: center; }
  .switch a {
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    display: table-cell; }
  .switch .svgimg {
    width: 23px; }

.photoClose {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 998;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center; }
  .photoClose .svgimg {
    width: 17px;
    height: 17px; }
  .photoClose line {
    -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; }
  .photoClose:hover line {
    stroke: #111; }

.black .photoClose:hover line {
  stroke: #CBCBCB; }

.thumbnail {
  padding-top: 60px;
  text-align: center; }
  .thumbnail a {
    width: 100px;
    padding: 0 6px 12px 6px;
    -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;
    display: inline-block; }
    .thumbnail a img {
      width: 100%;
      height: auto; }
    .thumbnail a:hover, .thumbnail a.active {
      opacity: 0.6; }

.article {
  position: relative; }
  .article h1 {
    color: #111;
    font-size: 3.2rem;
    font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    line-height: 125%;
    padding-bottom: 20px; }
  .article h3 {
    color: #111;
    font-size: 2.2rem; /*was 2.4*/
    line-height: 150%;
    padding-bottom: 10px; /*was 5*/} 
  .article h4 {
    color: #111;
    font-size: 1.8rem; /*was 1.6*/
    font-weight: 600;
    font-family: 'Source Sans Pro', "Microsoft JhengHei", "微軟正黑體", 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400;
    line-height: 185%;
    padding-bottom: 10px; /*was 5*/} 
    .article h5 {
    color: #111;
    font-size: 1.6rem;
    font-family: 'Source Sans Pro', "Microsoft JhengHei", "微軟正黑體", 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400;
    line-height: 185%; }
  .article p {
    font-size: 1.6rem;
    line-height: 185%; }
  .article .side {
    width: 300px;
    vertical-align: top;
    display: table-cell; }
    /*.article .side .date {
      color: #636363;
      font-size: 1.6rem;
      line-height: 100%;
       } *//*dani*/
 	.side p {line-height: 150%;}
 .article .content {
    font-size: 1.6rem;
    line-height: 187%;
    width: 684px;
    padding: 0 0 0 40px;
    vertical-align: top;
    display: table-cell; }
    .article .content p {
      padding-bottom: 30px; } /*was 40*/
      .article .content p.end {
        padding-bottom: 0; }
  .article .not {
    min-height: 500px; }
  .article ol, .article ul {
    padding-bottom: 30px; } /*was 40*/
  .article li {
    color: #636363;
    list-style: disc;
    margin-left: 20px; }
.article ol li {
	list-style: decimal;
	}/*dani*/
  .article strong, .article .contactinfo {
    color: #333;
    font-size: 1.8rem;
    line-height: 155%;
    padding-bottom: 60px;
    display: block; }
  .article a.more {
    font-size: 1.6rem;
    line-height: 100%;
    display: block; }
  .article.contact .topline {
    height: 40px; }
  .article.contact h1 {
    color: #333;
    font-size: 2.2rem;
    line-height: 136%;
    padding-bottom: 36px; }
  .article.contact strong, .article.contact .contactinfo {
    color: #636363; }
  .article.contact strong {
    padding-bottom: 36px; }
  .article.contact .contactinfo {
    padding-bottom: 120px;
    display: table; }
  .article.contact .contactitem {
    display: table-row; }
  .article.contact .contactitem span {
    padding-right: 35px;
    display: table-cell; }
  .article.contact .maplink {
    font-size: 1.8rem;
    line-height: 100%;
    padding-bottom: 2px;
    margin-bottom: 36px;
    border-bottom: 1px solid #636363;
    display: inline-block; }
  .article p.copyright .textch {
    font-size: 1.5rem;
    line-height: 173%; }
  .article p.copyright .texten {
    font-size: 1.6rem;
    line-height: 162%; }

.pubinfo {
  display: none; }
  .pubinfo .photoClose {
    right: 15px; }
  .pubinfo .middle {
    max-width: 700px;
    padding: 100px;
    margin: 0 auto;
    background: #FFF;
    display: block; }
  .pubinfo .mainimg {
    text-align: center;
    padding-bottom: 40px; }
  .pubinfo h1 {
    font-size: 2.0rem;
    line-height: 160%;
    padding-bottom: 40px; }
  .pubinfo p {
    font-size: 1.6rem;
    line-height: 180%;
    padding-bottom: 40px; }
  .pubinfo .arrow {
    font-size: 1.8rem;
    position: fixed;
    top: 0;
    height: 100%;
    -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;
    display: table; }
    .pubinfo .arrow span {
      padding: 0 80px;
      height: 100%;
      vertical-align: middle;
      display: table-cell; }
    .pubinfo .arrow.prevImg {
      left: 0; }
    .pubinfo .arrow.nextImg {
      right: 15px; }

.lang-tw .pubinfo h4 {
  font-family: 'Source Sans Pro', "Microsoft JhengHei", "微軟正黑體", 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-weight: 400; }

.lang-en .pubinfo h4 {
  font-family: 'Source Sans Pro', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-weight: 400; }

.specs {
  padding-bottom: 40px; }
  .specs .spec {
    float: none;
    clear: both;
    padding-bottom: 6px; }
  .specs .label, .specs p {
    font-size: 1.6rem;
    line-height: 162%;
    float: left;
    padding-bottom: 0;
    display: block; }
  .specs .label {
    color: #797979;
    width: 35%; /*was 25%*/
    max-width: 175px; /*was 125*/
    padding-right: 25px; }
  .specs h4 {
    line-height: 100%; }
  .specs p {
    color: #333;
    font-size: 1.6rem;
    width: 65%; /*was 75%*/
    max-width: 325px; /*was 375*/}

.gallery {
  padding-top: 123px; }
  .gallery img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block; }

.download {
  color: #636363;
  font-size: 1.6rem;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 40px;
  background: #D4D4D4;
  -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;
  display: block; }
  .download:hover {
    color: #E6E4DC;
    background: #555; }

.control {
  white-space: nowrap;
  padding-top: 40px; }
  .control a {
    color: #999;
    font-size: 1.6rem;
    height: 60px;
    line-height: 60px;
    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; }
    .control a:hover {
      color: #111; }
  .control .arrow {
    float: right;
    padding-left: 60px; }
  .control .nextPage span {
    padding-left: 10px; }
  .control .prevPage span {
    padding-right: 10px; }

.pcontrol {
  text-align: right;
  padding-bottom: 10px; }
  .pcontrol a {
    color: #A5988D;
    font-size: 1.3rem;
    padding-left: 10px; }
    .pcontrol a:hover {
      color: #111; }

.topline {
  border-top: 1px solid #D4D4D4;
  padding-top: 20px; }

.topline.groupline{
  padding-top: 0;
  padding-bottom: 40px;
  margin: -20px 20px 0 20px;
}

.about {
  padding-bottom: 80px; }
  .about h1 {
    color: #333;
    font-size: 3.4rem;
    line-height: 100%;
    padding-bottom: 30px; }
  .about .side {
    width: 256px; }
  .about .content {
    max-width: 728px;
    padding: 0 40px; }

.aboutimg {
  width: 216px; }
  .aboutimg img {
    width: 100%;
    height: auto; }

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

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

.gotop {
  color: #999;
  font-size: 1.8rem;
  position: fixed;
  right: 0px;
  bottom: 0;
  width: 100px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: none; }

.disable, a.disable {
  color: #CBCBCB;
  cursor: default; }
  .disable:hover, a.disable:hover {
    color: #CBCBCB; }

#photoBox.black .disable,
#photoBox.black a.disable {
  color: #333; }
  #photoBox.black .disable:hover,
  #photoBox.black a.disable:hover {
    color: #333; }

.inner h1#logo {
 }
.inner #photoWrap {
  opacity: 1; }
.inner #photoWrap.black {
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  background: #242424; }
.inner #photoWrap.white {
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  background: #F7F7F7; }
.inner .switch, .inner .photoClose {
  /*display: none;*/ }
.inner .pubinfo {
  background: #F7F7F7;
  display: block; }
  .inner .pubinfo .middle {
    background: none; }

.mobileControl {
  display: none; }

#content.error {
  min-height: 820px; }

.error {
  padding-bottom: 80px; }
  .error h1 {
    color: #333;
    font-size: 32px;
    line-height: 100%;
    font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
    padding-bottom: 60px; }
  .error strong {
    color: #333;
    font-size: 2.4rem;
    line-height: 140%;
    font-family: "EB Garamond", "cwTeXMing", "微軟正黑體", "MS PMincho", "MS 明朝", Georgia, 'Times New Roman', Times, serif;
    padding-bottom: 30px;
    display: block; }
  .error p {
    font-size: 1.8rem;
    line-height: 150%;
    font-family: 'Source Sans Pro', "Microsoft JhengHei", "微軟正黑體", 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
  .error .errorInfo {
    float: left;
    padding: 120px 120px 40px 0; }
  .error img {
    float: left; }

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

/* ----------------------- Mobile menu ---------------------------- */

#menuButton {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 992;
    padding: 20px;
    cursor: pointer;
    overflow-scrolling: auto;
    -webkit-overflow-scrolling: touch;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#menuButton span {
  width: 20px;
  height: 1px;
  background-color: #333;
  margin: 0 0 5px 0;
  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.open span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 0px 5px;
  -ms-transform-origin: 0px 5px;
  -webkit-transform-origin: 0px 5px;
  transform-origin: 0px 5px; }

#menuButton.open span:nth-child(2) {
  opacity: 0; }

#menuButton.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 5px -1px;
  -ms-transform-origin: 5px -1px;
  -webkit-transform-origin: 5px -1px;
  transform-origin: 5px -1px; }

.zoomContainer{
  margin-left: 1px;
}

/* ----------------------- loading ---------------------------- */
#loading div {
  margin: 0 1px; }

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #999;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media only screen and (max-width: 1220px) {
  #container {
    padding: 0 30px; }

  #header {
    min-height: 60px;
    max-height: 60px;
    padding: 0; }

  #logo {
    padding-left: 30px;
    }
}

@media only screen and (max-width: 1024px) {
  .table-header.fixed {
    max-width: 824px; } }

@media only screen and (max-width: 1160px) {
  #container {
    padding: 0 30px; }

  #header {
    min-height: 60px;
    max-height: 60px;
    padding: 0; }

  .panel-prevent-scroll #logo {
    background: #FFF; }

   #logo {
    position: fixed;
    z-index: 991;
    float: none;
    width: 100%;
    padding-left: 30px;
    }
   #logo a {
      height: 60px; 
      line-height: 60px;
   }

    #menuButton {
    display: block; }

   #nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 890;
    min-width: 320px;
    background-color: #FFF; }

   .menu a.mainmenu.searchBtn2{
    display: block;
  }
   #searchform2.show {
    display: block; }
    
   #nav {
    display: none; }

   #nav.open {
    display: block; }

   #scroll {
    position: relative;
    height: 100%;
    overflow: scroll; }

   .menu {
    float: none;
    padding-top: 80px; }
    .menu li {
      float: none; }
   .menu li.current .submenu {
        display: block; }
   .menu a {
      font-size: 2rem; }
   .menu a.mainmenu {
      color: #333;
      height: auto;
      line-height: 50px;
      padding: 0 30px; }
   .menu a.mainmenu:active,  .menu a.mainmenu.current {
        background-color: #F7F7F7; }
   .menu .submenu {
      position: relative;
      top: 0;
      opacity: 1;
      padding-bottom: 30px;
      display: none; }
   .menu .submenu li {
      padding-left: 0;
      padding-bottom: 0;
      display: block; }
   .menu .submenu li a {
      color: #797979;
      height: 40px;
      line-height: 40px;
      padding-left: 60px;
      display: block; }
   .menu .submenu li a:hover,  .menu .submenu li a.current {
      color: #111;
      padding-bottom: 0;
      border-bottom: none; }

   .topnav {
      position: static;
      float: none;
      padding: 0 30px; }
   .topnav li a {
        height: 50px;
        line-height: 50px; }
   .topnav li a.searchBtn {
    display: none; }

   .lang-switch {
    display: block; }
   .lang-switch a {
      color: #333;
      padding: 0 15px 0 0;
      margin-right: 20px; }
   .lang-switch.active a {
      color: #979797; }

   .mobileFooter {
    padding: 60px 30px;
    display: block; }
   .mobileFooter p {
      color: #979797;
      font-size: 1.1rem;
      line-height: 166%;
      padding-top: 30px; }
   .mobileFooter p a {
        color: #979797; }
   .mobileFooter .social li a i {
      font-size: 2.3rem; }
}

@media only screen and (max-width: 1335px) {
  .topnav {
      margin-right: -100px;
  }
}

@media only screen and (max-width: 1200px) {
.gotop {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 60px auto 0 auto;
    display: block; }

.blockquotes {
    padding-bottom: 60px; }

/*#footer {
    display: none; }*/
    #footer .social, #footer p {
      height: auto;
      float: none; }
    #footer .social li {
      padding-right: 12px; }
    #footer .social a {
      line-height: 100%; }
    #footer p {
      line-height: 180%;
      padding: 20px 0 30px 0; }

  .homepage .gotop {
    display: none; }
  .homepage #footer {
    height: auto;
    margin-top: 0;
    display: block; }
}

/* mobile ipad ------------------------------------ */
@media only screen and (max-width: 768px) {
  .homepage {
    padding-top: 30px; }

  .photoControl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F7F7F7;
    height: 60px;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -ms-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease; }
    .photoControl.black {
      background-color: #242424; }

  .social li {
    padding-right: 24px; }

  .social li a {
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    display: table-cell; }

  h1.webtitle {
    font-size: 2.6rem;
    margin-bottom: 30px;
    /*width: 93px;
    height: 50px;
    background: url("../imgs/img_index_sanyu@3x.png") no-repeat;
    background-size: 91px; */ }
    h1.webtitle span {
      font-size: 3rem; }

  h2.pagetitle {
    font-size: 2.4rem; }

  .indexphotos {
    height: 542px;
    position: relative;
    left: 0;
    top: 0;
    padding-bottom: 60px;
    display: none; }

  .indexphotos img {
    max-width: 100%;
    max-height: 100%; }

  .indexphoto a {
    display: block; }

  .blockquotes {
    padding-bottom: 60px; }

  .blockquote p {
    font-size: 1.7rem;
    line-height: 152%; }
  .blockquote cite {
    font-size: 1.4rem;
    padding-top: 30px; }

  .enter {
    padding-bottom: 30px; }
    .enter a {
      margin-right: 20px; }
    .enter .en {
      font-size: 1.8rem; }
    .enter .tw {
      font-size: 1.6rem; }

   #content {
    padding-top: 80px; }

  #isotope .item {     
    width: 50%;     
    padding-left: 15px;     
    padding-right: 15px;     
    padding-bottom: 30px; 
  }     

  #isotope .item.two {     
    width: 66.66666%; 
  }

  #isotope.grid1 {     
    margin: 0 -15px; 
  }     

  #isotope.grid1 .item {
    width: 50%;       
    padding-left: 15px;       
    padding-right: 15px;
    padding-bottom: 36px; 
  }   

  #isotope.work .item {     
    padding-left: 15px;
    padding-right: 15px;     
    padding-bottom: 30px; 
  }   

  #isotope .year {     
    font-size: 2.2rem; 
  }

  #isotope .date {     
    font-size: 1.6rem; 
  }  

  #isotope h3 {
    font-size: 1.6rem;
    padding-top: 14px; 
  }   

  #isotope p {     
    font-size: 1.5rem;
    line-height: 166%; 
  }     

  /* #isotope p br { display: none; } */
  #isotope.timeline p { padding-bottom: 30px; }

  /* end isotope */
  #isotope.list h4, #isotope.list .desc,
  #isotope.list .date, #isotope.list .tag {
    width: 100%;
    border: none;
    padding: 0;
    display: block; }

  #isotope.list .item {
    padding: 15px 0;
    border-bottom: 1px solid #D4D4D4;
    display: block; }

  #isotope.list .tag {
    font-size: 1.5rem; }

  #isotope.list h4 {
    font-size: 1.8rem; }

  #isotope.list .desc {
    font-size: 1.6rem; }

  .tab li {
    margin-right: 9px; }

  .tab li a {
    font-size: 2.0rem; }

  .tab li a:hover, .tab li a.current {
    padding-bottom: 18px; }

  .bootstrap {
    font-size: 2.0rem;
    line-height: 140%;
    padding-bottom: 20px; }

  p.workdesc {
    font-size: 1.2rem;
    padding-top: 30px; }

  .pagination {
    padding-top: 30px;
    text-align: center; }
    .pagination a {
      width: 40px;
      height: 40px;
      line-height: 40px; }
    .pagination span {
      width: 15px;
      height: 40px;
      line-height: 40px; }
    .pagination .pagetop, .pagination .pageend {
      display: none; }
    .pagination .page-6, .pagination .page-7 {
      display: none; }

  .inner {
    padding: 0 30px; }
    .inner #logo {
      padding-left: 0; }

  #photoContent {
    padding: 0 30px 30px 30px; }

  .photoClose {
    width: 60px;
    height: 60px;
    line-height: 75px; }

  #photoWrap .middle {
    width: 100%;
    vertical-align: top;
    padding-top: 10px; }
  #photoWrap .arrow {
    display: none; }
  #photoWrap .mainimg img {
    width: 100%;
    height: auto;
    max-height: 100%; }
  #photoWrap .photo2 {
    padding: 0 30px;
  }  
  #photoWrap #figure {
    width: 100%;
    height: auto;
    padding: 0 30px; }
    #photoWrap #figure img {
      width: 100%;
      height: auto; }
  #photoWrap p {
    font-size: 1.5rem; }

  .mobileControl {
    padding-top: 30px;
    text-align: center;
    display: block; }
    .mobileControl a {
      width: 80px;
      height: 80px;
      line-height: 80px;
      display: inline-block; }

  .article h1 {
    /*font-size: 2.0rem;
    line-height: 130%;*/ }
  .article h3 {
    font-size: 1.8rem; }
  .article .side, .article .content {
    width: 100%;
    display: block; }
  .article .content {
    max-width: 768px;
    margin-top: 20px;
    padding-left: 0; }
    .article .content p {
      font-size: 1.5rem;
      line-height: 193%;
      padding-bottom: 30px; }
  .article strong {
    font-size: 1.7rem;
    line-height: 164%;
    padding-bottom: 30px; }
  .article.contact h1 {
    font-size: 2.0rem; }
  .article.contact strong {
    font-size: 1.6rem; }
  .article.contact .contactinfo {
    padding-bottom: 60px; }

  .about {
    padding-bottom: 0; }
    .about h1 {
      font-size: 2.4rem;
      padding-bottom: 20px; }
    .about .side {
      width: 100%;
      text-align: center;
      padding-bottom: 30px; }
    .about .content {
      padding: 0;
      margin-top: 0; }
    .about strong br {
      display: none; }

  .aboutimg {
    width: 45%;
    margin: 0 auto; }

  .switch {
    height: 60px;
    left: 0;
    top: 0; }
    .switch a {
      height: 60px; }

  .table.record1 .row, .table.record2 .row {
    position: relative;
    border-top: 1px solid #D4D4D4;
    padding: 15px 0 15px 0;
    display: block; }
  .table.record1 .cell, .table.record2 .cell {
    width: 100%;
    border: none;
    display: block; }
  .table.record1 p, .table.record2 p {
    font-size: 1.4rem; }
  .table .date {
    font-size: 2.4rem;
    padding: 0 0 10px 0; }
  .table .location {
    padding: 0; }
  .table .title {
    padding: 0; }
  .table .cell.show {
    width: auto;
    text-align: left;
    position: absolute;
    top: 15px;
    right: 0; }
  .table .show {
    padding: 0;
    text-align: left; }
  .table h3 {
    font-size: 1.8rem; }
  .table .table-header .cell {
    font-size: 1.3rem;
    width: auto;
    padding: 0;
    display: inline-block; }
  .table .table-header .cell.show {
    top: 0;
    padding: 15px 0; }

  /* end table */
  .table-header.fixed {
    top: 0;
    margin-top: -50px; }

  .info {
    margin-right: 0; }

  .control .arrow {
    padding-left: 30px; }

  .for .row {
    padding: 20px 0;
    border-bottom: 1px solid #D4D4D4;
    display: block; }
  .for .cell {
    border: none;
    display: block; }
  .for .title {
    width: 100%; }
    .for .title h3 {
      font-size: 2.4rem; }
  .for .forinfo {
    width: 100%;
    padding: 0; }

  .pubinfo .middle {
    max-width: 768px;
    padding: 60px 30px 0 30px; }
  .pubinfo .photoControl {
    background: #FFF; }
  .pubinfo .mainimg {
    padding-bottom: 30px; }
  .pubinfo .mainimg img {
    width: 100%;
    height: auto; }
  .pubinfo h1 {
    padding-bottom: 30px; }
  .pubinfo .arrow {
    display: none; }

  .specs {
    padding-bottom: 30px; }

  .specs .label, .specs p {
    font-size: 1.5rem; }

  .specs .label {
    width: 30%; }

  .specs p {
    width: 70%; }

  .gotop {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 60px auto 0 auto;
    display: block; }

  .inner h1#logo {
    padding: 0; }
  .inner .pubinfo {
    max-width: 768px; }
    .inner .pubinfo .photoControl {
      background: #F7F7F7; } }
@media only screen and (max-width: 420px) {
  .indexphotos {
    height: 375px; }

  .indexphotos img {
    max-width: 355px;
    max-height: 355px; }

  #isotope .item, #isotope.grid1 .item {
    width: 50%; }

  #isotope.work .item {
    width: 50%; }

  #isotope.work .item img {
    width: 100%;
    height: auto;
    max-height: 100%; }

  #isotope .item.two {
    width: 100%; }

  .thumbnail {
    text-align: left;
    padding-top: 30px;
    margin: 0 -3px; }
    .thumbnail a {
      width: 78px;
      padding: 0 2px 6px 2px; }

  .error {
    padding-bottom: 0; }
    .error .errorInfo {
      float: none;
      padding: 0 0 40px 0; }
    .error img {
      width: 100%;
      height: auto;
      float: none; } }
@media only screen and (max-width: 375px) {
  .indexphotos img {
    max-width: 315px;
    max-height: 315px; }

  .pagination a {
    width: 35px; } }
@media only screen and (max-width: 360px) {
  .indexphotos img {
    max-width: 300px;
    max-height: 300px; } }
@media only screen and (max-width: 320px) {
  html {
    font-size: 55%; }

  .indexphotos {
    height: 295px; }

  .indexphotos img {
    max-width: 260px;
    max-height: 260px; }

  #logo a{
    width: 80%;
  }
}

@media only screen and (max-height: 600px) {
  /*.menu a.mainmenu{
    line-height: 45px;
  }*/
  .mobileFooter {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px; }

  .mobileFooter .social li a i {
    font-size: 2.0rem; } }

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