@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700italic,700,500italic,500,400italic,300italic,300);
a, a:link, a:hover, a:active, a:visited {
  text-decoration: none;
  cursor: pointer; }

ul {
  padding-left: 0; }

.section__title:after, .section__title--relief:after, .page__title:after, .discuss__title:after, .namecard:after, .subject:after, .document:after, .discuss__wrapper:after, .form:after {
  content: "";
  display: block;
  clear: both; }

a {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #333333; }
  a:hover {
    color: #2898ff; }
  .alert > a {
    color: rgba(40, 152, 255, 0.8);
    display: inline-block;
    position: relative; }
    .alert > a:hover {
      color: #2898ff; }
    .alert > a:before {
      content: "";
      display: block;
      height: 1px;
      width: 100%;
      max-width: 0;
      position: absolute;
      background: #2898ff;
      bottom: -1px;
      transition: 0.2s ease; }
    .alert > a:hover:before {
      max-width: 100%; }
  a.link--hidden {
    pointer-events: none; }

.header__hidden button[type=submit], .paper .page__content button.huge, .page__title > button, .discuss__title > button, .page__action .button, .btn-default, .firstvisit a, .discuss__login > a.button, .discuss__hellowtext button, .discuss__form button, .discuss__form a, .form button, .form a.button, .discuss__login button.facebook, .discuss__login a.facebook, .discuss__login button.gplus, .discuss__login a.gplus, .section__title__btn, .page__action .lowlight, .btn-return, .firstvisit a.cancel, .discuss__form > .btn-back > a {
  border: 0;
  padding: 0.1em 0.4em;
  border-radius: 0.25em; }
  .header__hidden button[type=submit], .paper .page__content button.huge, .page__title > button, .discuss__title > button, .page__action .button, .btn-default, .firstvisit a, .discuss__login > a.button, .discuss__hellowtext button, .discuss__form button, .discuss__form a, .form button, .form a.button {
    display: inline-block;
    color: white;
    background: #2898ff;
    border: 0;
    position: relative;
    transition: shadow 0.2s ease, background 0.3s ease-in-out; }
    .header__hidden button[type=submit]:hover, .paper .page__content button.huge:hover, .page__title > button:hover, .discuss__title > button:hover, .page__action .button:hover, .btn-default:hover, .firstvisit a:hover, .discuss__login > a.button:hover, .discuss__hellowtext button:hover, .discuss__form button:hover, .discuss__form a:hover, .form button:hover, .form a.button:hover, .header__hidden button[type=submit]:focus, .paper .page__content button.huge:focus, .page__title > button:focus, .discuss__title > button:focus, .page__action .button:focus, .btn-default:focus, .firstvisit a:focus, .discuss__login > a.button:focus, .discuss__hellowtext button:focus, .discuss__form button:focus, .discuss__form a:focus, .form button:focus, .form a.button:focus {
      background: #42a4ff;
      color: white; }
    .header__hidden button[type=submit]:focus, .paper .page__content button.huge:focus, .page__title > button:focus, .discuss__title > button:focus, .page__action .button:focus, .btn-default:focus, .firstvisit a:focus, .discuss__login > a.button:focus, .discuss__hellowtext button:focus, .discuss__form button:focus, .discuss__form a:focus, .form button:focus, .form a.button:focus {
      outline: 2px dashed #333333;
      outline-offset: -2px; }
  .discuss__login button.facebook, .discuss__login a.facebook {
    display: inline-block;
    color: white;
    background: #3b5998;
    border: 0;
    position: relative;
    transition: shadow 0.2s ease, background 0.3s ease-in-out; }
    .discuss__login button.facebook:hover, .discuss__login a.facebook:hover, .discuss__login button.facebook:focus, .discuss__login a.facebook:focus {
      background: #4264aa;
      color: white; }
    .discuss__login button.facebook:focus, .discuss__login a.facebook:focus {
      outline: 2px dashed #333333;
      outline-offset: -2px; }
  .discuss__login button.gplus, .discuss__login a.gplus {
    display: inline-block;
    color: white;
    background: #dd4b39;
    border: 0;
    position: relative;
    transition: shadow 0.2s ease, background 0.3s ease-in-out; }
    .discuss__login button.gplus:hover, .discuss__login a.gplus:hover, .discuss__login button.gplus:focus, .discuss__login a.gplus:focus {
      background: #e15f4f;
      color: white; }
    .discuss__login button.gplus:focus, .discuss__login a.gplus:focus {
      outline: 2px dashed #333333;
      outline-offset: -2px; }
  .discuss__login button.facebook, .discuss__login a.facebook {
    position: relative; }
    .discuss__login button.facebook:before, .discuss__login a.facebook:before {
      content: ""; }
  .discuss__login button.gplus, .discuss__login a.gplus {
    position: relative; }
    .discuss__login button.gplus:before, .discuss__login a.gplus:before {
      content: ""; }
  .section__title__btn, .page__action .lowlight, .btn-return, .firstvisit a.cancel, .discuss__form > .btn-back > a {
    transition: all 0.2s ease-in-out;
    background-color: white;
    border: 1px solid #cccccc;
    color: #cccccc; }
    .section__title__btn:hover, .page__action .lowlight:hover, .btn-return:hover, .firstvisit a.cancel:hover, .discuss__form > .btn-back > a:hover, .section__title__btn:focus, .page__action .lowlight:focus, .btn-return:focus, .firstvisit a.cancel:focus, .discuss__form > .btn-back > a:focus {
      border-color: #2898ff;
      color: #2898ff; }
  .paper .page__content button.huge, .page__action .huge, .discuss__login > a.button, .discuss__form button, .discuss__form a, .discuss__form > .btn-back > a, .form button, .form a.button {
    padding: 0.5em 1em;
    font-size: 1.2em; }
textarea {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0.5em 0.8em;
  resize: none; }

@keyframes waiting {
  50% {
    box-shadow: inset 0px -1px 0 0px #333; }
  100% {
    box-shadow: none; } }
@keyframes keyin {
  0% {
    width: 0; }
  100% {
    width: 224px; } }
@keyframes drop-main {
  0% {
    box-shadow: 0 0 0 0px rgba(91, 176, 255, 0.9); }
  100% {
    box-shadow: 0 0 0 10px rgba(91, 176, 255, 0); } }
@keyframes drop-black {
  0% {
    box-shadow: 0 0 0 0px rgba(77, 77, 77, 0.9); }
  100% {
    box-shadow: 0 0 0 10px rgba(77, 77, 77, 0); } }
@keyframes drop-red {
  0% {
    box-shadow: 0 0 0 0px rgba(242, 148, 136, 0.9); }
  100% {
    box-shadow: 0 0 0 10px rgba(242, 148, 136, 0); } }
@keyframes drop-yellow {
  0% {
    box-shadow: 0 0 0 0px rgba(248, 225, 115, 0.9); }
  100% {
    box-shadow: 0 0 0 10px rgba(248, 225, 115, 0); } }
@keyframes drop-green {
  0% {
    box-shadow: 0 0 0 0px rgba(164, 210, 102, 0.9); }
  100% {
    box-shadow: 0 0 0 10px rgba(164, 210, 102, 0); } }
@keyframes drop-gray {
  0% {
    box-shadow: 0 0 0 0px rgba(230, 230, 230, 0.9); }
  100% {
    box-shadow: 0 0 0 10px rgba(230, 230, 230, 0); } }
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
@keyframes hollow {
  0% {
    transform: rotate(13deg) skewX(-55deg) scale(1);
    opacity: 1; }
  100% {
    transform: rotate(13deg) skewX(-55deg) scale(0);
    opacity: 0; } }
@keyframes colorful {
  0% {
    fill: #8cc63f; }
  25% {
    fill: #2898ff; }
  50% {
    fill: #f5d643; }
  75% {
    fill: #ed6a5a; }
  100% {
    fill: #8cc63f; } }
@keyframes grow {
  0% {
    transform: translateY(15px) rotateY(90deg);
    opacity: 0;
    transform-origin: 50% bottom; }
  100% {
    transform: translateY(0) rotateY(0deg);
    opacity: 1; } }
@keyframes flip {
  0% {
    opacity: 1;
    transform: rotateY(0) translateY(0); }
  50% {
    opacity: 1;
    transform: rotateY(180deg) translateY(-10px); }
  100% {
    opacity: 1;
    transform: rotateY(0) translateY(0); } }
@keyframes rainbow {
  0% {
    color: rgba(221, 221, 221, 0.85); }
  20% {
    color: rgba(40, 152, 255, 0.85); }
  40% {
    color: rgba(237, 106, 90, 0.85); }
  60% {
    color: rgba(245, 214, 67, 0.85); }
  80% {
    color: rgba(140, 198, 63, 0.85); }
  100% {
    color: rgba(221, 221, 221, 0.85); } }
@keyframes scrolldown {
  0% {
    top: 0;
    opacity: 1; }
  100% {
    top: 100%;
    opacity: 0; } }
.discuss__login button.facebook:before, .discuss__login a.facebook:before, .discuss__login button.gplus:before, .discuss__login a.gplus:before, .share__btn:before, .menu--main:before, .share:after, .newslist__date:before, .page__title .countdown:before, .discuss__title .countdown:before, .page__title .comment:before, .discuss__title .comment:before, .list--mark > li:before, .list--download > li:before, .list--url > li:before, .list--table__content:before, .list--url a:before, .subject__comment:before, .subject__countdown:before, .document__file.pdf:before, .document__file.doc:before, .document__file.ppt:before, .date--range .date__to:before, .faicon--calendar:before, .faicon--crosshairs:before, .faicon--retweet:before, .faicon--user-plus:before, .faicon--book:before, .faicon--edit:before, .faicon--bullhorn:before, .faicon--map:before, .faicon--users:before, .faicon--link:before, .faicon--phone:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tab__button[data-swcontent^='#step']:after, .tab__button__group:before, .tree ul .notleaf:before, .document__file:before, .discuss__info .user:before, .discuss__info .date:before, .discuss__hellowtext:before, .pagetabhack > li:before, .form .checkbox input[type=checkbox] ~ label:before, .alert button.close:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.section__title--icon:before, .document__wrapper .section__title[class*='faicon']:before, .document__wrapper [class*='faicon'].section__title--relief:before, .paper .tab__button__group, .timeline li:before, .meeting:hover .meeting__date, .page__title .comment, .discuss__title .comment, .list--url > li, .tree button, .tree a, .tree ul li:not(.notleaf), .namecard, .textcard, .document, .document__list, .document__wrapper, .document__wrapper--reverse .section__title[class*='faicon']:before, .document__wrapper--reverse [class*='faicon'].section__title--relief:before, .document__wrapper--reverse table, .discuss__form textarea, .discuss__form select, .discuss__reply .discuss__content, .pagetabhack > li, .form .checkbox input[type=checkbox] ~ label:before, body, .header.fixed, .paper .page__title:before, .paper .share:before, .paper .discuss__title:before, .share:before, .firstvisit, .divider:before {
  background-image: url(../img/bg.png);
  background-color: #f5f5f5; }

.section__title--icon:before, .document__wrapper .section__title[class*='faicon']:before, .document__wrapper [class*='faicon'].section__title--relief:before, .paper .tab__button__group, .timeline li:before, .meeting:hover .meeting__date, .page__title .comment, .discuss__title .comment, .list--url > li, .tree button, .tree a, .tree ul li:not(.notleaf), .namecard, .textcard, .document, .document__list, .document__wrapper, .document__wrapper--reverse .section__title[class*='faicon']:before, .document__wrapper--reverse [class*='faicon'].section__title--relief:before, .document__wrapper--reverse table, .discuss__form textarea, .discuss__form select, .discuss__reply .discuss__content, .pagetabhack > li, .form .checkbox input[type=checkbox] ~ label:before {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15); }

a:focus, button:focus {
  outline: 2px dashed #2898ff; }

html {
  font-size: 16px; }

body {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, "Microsoft Jhenghei", Arial, sans-serif;
  overflow-x: hidden; }

noscript {
  display: table;
  margin: 0 auto; }

.site, .header__hidden, .menu__wrapper, .content-main, .footer, .site {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1; }
  .site.fadein, .header__hidden.fadein, .menu__wrapper.fadein, .content-main.fadein, .footer.fadein, .site.fadein {
    opacity: 0; }
    .noscript .site.fadein, .noscript .header__hidden.fadein, .noscript .menu__wrapper.fadein, .noscript .content-main.fadein, .noscript .footer.fadein, .noscript .site.fadein {
      opacity: 1; }

.header {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  background-image: url(../img/bg.png);
  background-color: #f5f5f5;
  position: relative;
  z-index: 5; }
  .header.fixed {
    background-color: rgba(245, 245, 245, 0.9);
    position: fixed;
    top: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.05);
    animation: slideDown 0.5s cubic-bezier(0.4, 0, 0.2, 1) 1; }
    .header.fixed > .container {
      margin-bottom: 10px;
      margin-top: 15px;
      width: 100%; }
    .header.fixed .site__logo img {
      width: auto;
      height: 50px; }
    .header.fixed .site__title {
      font-size: 24px; }
    @media only screen and (max-width: 480px) {
      .header.fixed .menu__wrapper {
        display: flex; } }
    .header.fixed .menu--main, .header.fixed .menu--func {
      margin-bottom: 0; }
      .header.fixed .menu--main > li, .header.fixed .menu--func > li {
        line-height: 50px; }
    .header.fixed .menu--main {
      margin-top: 0; }
      .header.fixed .menu--main:before, .header.fixed .menu--main.menu-open:before {
        bottom: calc(100% + .6rem); }
      .header.fixed .menu--main.menu-open {
        margin-top: 1rem; }
    @media only screen and (max-width: 640px) {
      .header.fixed .menu--func {
        bottom: calc(100% - .5rem); } }
    @media only screen and (max-width: 480px) {
      .header.fixed .menu--func {
        margin-top: 0; } }
    @media only screen and (max-width: 320px) {
      .header.fixed .menu--func > li > a:before {
        bottom: 10px; } }
  .header > .container {
    margin: 30px auto; }
    @media only screen and (max-width: 990px) {
      .header > .container {
        margin-bottom: 0; } }
    @media only screen and (min-width: 991px) {
      .header > .container {
        display: flex; } }
  .header__site {
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 640px) {
      .header__site {
        display: table; } }
  .header__hidden {
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background: #333;
    color: #f5f5f5;
    position: relative;
    z-index: 5; }
    .header__hidden a {
      color: #f5f5f5; }
      .header__hidden a:hover {
        color: #2898ff; }
    .header__hidden > div {
      -moz-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
      max-height: 800px;
      padding: 0 15px; }
      .header__hidden > div.hidden {
        display: block !important;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
    .header__hidden input, .header__hidden select, .header__hidden textarea {
      border: 0;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 3px;
      padding: 7.5px 15px;
      letter-spacing: 0.5px;
      -moz-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease; }
      @media only screen and (max-width: 480px) {
        .header__hidden input, .header__hidden select, .header__hidden textarea {
          font-size: 12px; } }
      .header__hidden input:focus, .header__hidden input:hover, .header__hidden select:focus, .header__hidden select:hover, .header__hidden textarea:focus, .header__hidden textarea:hover {
        background: rgba(255, 255, 255, 0.25); }
      .header__hidden input:focus, .header__hidden select:focus, .header__hidden textarea:focus {
        box-shadow: inset 0 0 0px 2px rgba(255, 255, 255, 0.1);
        color: white; }
      .header__hidden input:active, .header__hidden input:focus:active, .header__hidden select:active, .header__hidden select:focus:active, .header__hidden textarea:active, .header__hidden textarea:focus:active {
        box-shadow: inset 0 0 2px 3px rgba(0, 0, 0, 0.1); }
    .header__hidden select > * {
      background: #333333; }
    .header__hidden textarea {
      resize: none;
      height: 132px; }
    .header__hidden .search form, .header__hidden .email form {
      margin: 15px 0;
      width: 100%;
      font-size: 15px;
      font-family: "Microsoft Jhenghei", "Arial";
      color: rgba(255, 255, 255, 0.5); }
    .header__hidden .search form {
      display: table; }
      .header__hidden .search form > * {
        display: table-cell;
        vertical-align: middle;
        width: 1%;
        padding-left: 15px;
        vertical-align: top; }
        .header__hidden .search form > *:first-of-type {
          padding-left: 0; }
    .header__hidden .search__keyword {
      width: 100% !important; }
    .header__hidden .search .easy-autocomplete {
      width: auto !important;
      position: relative; }
      .header__hidden .search .easy-autocomplete-container > ul {
        margin-bottom: 0;
        list-style-type: none;
        width: 100%;
        position: absolute;
        border-radius: 0 0 3px 3px;
        background: #595959; }
        .header__hidden .search .easy-autocomplete-container > ul > li {
          padding: 6px 12px; }
          .header__hidden .search .easy-autocomplete-container > ul > li.selected {
            background: rgba(255, 255, 255, 0.05);
            color: white;
            cursor: pointer; }
    .header__hidden .sitemap {
      font-size: 0; }
      @media only screen and (max-width: 768px) {
        .header__hidden .sitemap {
          padding: 30px; } }
      .header__hidden .sitemap .section {
        padding: 30px 15px;
        width: 20%;
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 768px) {
          .header__hidden .sitemap .section {
            padding: 0 15px;
            width: 50%;
            float: left; }
            .header__hidden .sitemap .section .link--hidden {
              pointer-events: all; }
            .header__hidden .sitemap .section__title, .header__hidden .sitemap .section__title--relief {
              margin-top: 0; } }
        .header__hidden .sitemap .section__title, .header__hidden .sitemap .section__title--relief {
          font-size: 20px; }
        .header__hidden .sitemap .section ul {
          list-style: none; }
    .header__hidden .share {
      text-align: center; }
      .header__hidden .share__btn {
        width: 45px;
        margin: 12px 6px; }
        .header__hidden .share__btn:before {
          border-radius: 100%;
          padding: 14px;
          color: white;
          width: 45px;
          text-align: center;
          box-shadow: inset 0 0 0 0 white, inset 1px 1px 3px rgba(0, 0, 0, 0.3), inset 0px 0px 0 3px rgba(255, 255, 255, 0.1); }
        .header__hidden .share__btn:hover:before {
          box-shadow: inset 0 0 0px 25px white; }
        .header__hidden .share__btn.facebook:before {
          background: #3b5998; }
        .header__hidden .share__btn.google:before {
          background: #dd4b39; }
        .header__hidden .share__btn.twitter:before {
          background: #1da1f2; }
        .header__hidden .share__btn.youtube:before {
          background: #cd201f; }

.share {
  font-size: 0; }
  .share__btn {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap; }
    .share__btn:before {
      font-size: 1rem;
      -moz-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .share__btn.facebook:before {
      content: ""; }
    .share__btn.facebook:hover:before {
      color: #3b5998; }
    .share__btn.google:before {
      content: ""; }
    .share__btn.google:hover:before {
      color: #dd4b39; }
    .share__btn.twitter:before {
      content: ""; }
    .share__btn.twitter:hover:before {
      color: #1da1f2; }
    .share__btn.youtube:before {
      content: ""; }
    .share__btn.youtube:hover:before {
      color: #cd201f; }

.site {
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin: 0;
  margin-right: auto; }
  .site > * {
    vertical-align: middle;
    display: inline-block; }
  .site__logo {
    border-radius: 100%; }
    .site__logo img {
      width: auto;
      height: 70px; }
    @media only screen and (max-width: 480px) {
      .site__logo {
        width: 50px;
        height: 50px; } }
    .site__logo svg {
      margin-top: -2px; }
      .site__logo svg path#book {
        fill: #eee; }
      .site__logo svg polyline {
        display: none; }
      .site__logo svg g {
        transform-origin: 50% 50%;
        -moz-transform-origin: 45.75% 50%;
        animation: grow 0.8s ease 0.5s forwards, flip 1s linear 1s infinite forwards; }
  .site__title {
    font-family: "Meiryo", "Microsoft Yahei", "Microsoft Jhenghei", "Arial";
    font-size: 32px;
    color: #333;
    margin-left: 8px; }
    @media only screen and (max-width: 640px) {
      .site__title {
        font-size: 1.5rem; } }
    .site__title > img {
      width: 3em;
      height: auto; }
      @media only screen and (max-width: 640px) {
        .site__title > img {
          width: 2em; } }
  .header:not(.fixed) .site.loading {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    background: white;
    z-index: 7; }
    .header:not(.fixed) .site.loading .site__logo, .header:not(.fixed) .site.loading .site__title {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%); }
    .header:not(.fixed) .site.loading .site__logo {
      top: calc(50% - 100px);
      width: auto;
      height: auto;
      padding: 30px; }
      .header:not(.fixed) .site.loading .site__logo:before {
        content: "";
        display: block;
        width: 91px;
        height: 54px;
        position: absolute;
        left: 24%;
        top: 46.15%;
        background: #eee;
        transform: rotate(13deg) skewX(-55deg);
        transform-origin: bottom right;
        z-index: -1;
        animation: hollow 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1 forwards; }
      .header:not(.fixed) .site.loading .site__logo svg {
        width: 300px;
        height: 300px;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .header:not(.fixed) .site.loading .site__logo svg g {
          opacity: 0; }
          .header:not(.fixed) .site.loading .site__logo svg g path {
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            -webkit-transition: 0.2s;
            transition: 0.2s;
            animation: colorful 4s ease infinite; }
    .header:not(.fixed) .site.loading .site__title {
      top: calc(50% + 120px);
      white-space: nowrap;
      overflow: hidden;
      box-sizing: content-box;
      padding-right: 32px;
      width: 0;
      animation: keyin 1.5s steps(7) 1 forwards;
      animation-delay: 1.5s;
      animation-fill-mode: forwards;
      font-size: 32px !important;
      margin-left: 0; }
      .header:not(.fixed) .site.loading .site__title:after {
        content: "";
        display: inline-block;
        height: 45px;
        width: 32px;
        background: #ffffff;
        box-shadow: inset 0px -1px 0 0px #333;
        animation: waiting 0.5s ease infinite;
        position: absolute;
        right: 0;
        bottom: 0; }

.menu__wrapper {
  text-align: right;
  position: relative; }
.menu--main, .menu--func {
  list-style: none;
  display: inline-block;
  margin-bottom: 0; }
  .menu--main > li, .menu--func > li {
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    display: inline-block;
    font-size: 18px;
    line-height: 70px;
    border-bottom: 1px solid transparent;
    text-align: center; }
    .menu--main > li a, .menu--func > li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 15px;
      color: #595959; }
      @media only screen and (max-width: 640px) {
        .menu--main > li a, .menu--func > li a {
          padding: 0 7.5px; } }
      .menu--main > li a:hover, .menu--func > li a:hover {
        color: #2898ff; }
.menu--main {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .menu--main:before {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    content: "";
    display: none;
    font-size: 18px;
    position: absolute;
    bottom: calc(100% + 1.6rem);
    right: -0.25rem;
    color: #595959;
    cursor: pointer; }
  .menu--main:hover:before {
    color: #2898ff; }
  @media only screen and (max-width: 990px) {
    .menu--main {
      width: 100%;
      text-align: center;
      margin-top: 1.5em;
      border-top: 1px solid #ccc; } }
  @media only screen and (max-width: 640px) {
    .menu--main {
      display: block;
      border: 0;
      margin-top: 1rem;
      max-height: 0;
      overflow: hidden; }
      .menu--main:before {
        display: block; } }
  .menu--main > li {
    min-width: 80px; }
    @media only screen and (max-width: 640px) {
      .menu--main > li {
        display: block; } }
    .menu--main > li > a {
      font-family: "Meiryo", "Microsoft Yahei", "Microsoft Jhenghei", "Arial"; }
      @media only screen and (max-width: 640px) {
        .menu--main > li > a {
          font-size: 16px;
          padding: 0 8px;
          line-height: 30px; } }
    .menu--main > li:hover, .menu--main > li.open {
      border-color: #ddd; }
      .menu--main > li:hover > a, .menu--main > li.open > a {
        color: #2898ff; }
    .menu--main > li.open > .menu--sub {
      display: block;
      opacity: 1;
      pointer-events: all; }
      .menu--main > li.open > .menu--sub:before {
        width: 100%; }
  .menu--main.menu-open {
    max-height: 50vh; }
    @media only screen and (max-width: 640px) {
      .menu--main.menu-open {
        border-top: 1px solid #ddd;
        padding-top: 1rem; } }
    .menu--main.menu-open:before {
      content: "";
      bottom: calc(100% + 1.6rem); }
@media only screen and (max-width: 990px) {
  .menu--func {
    position: absolute;
    bottom: 100%;
    right: 1rem; } }
.menu--func > li > a {
  position: relative; }
  .menu--func > li > a > * {
    z-index: 2;
    position: relative; }
  .menu--func > li > a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #333;
    z-index: 1;
    border-radius: 0 0 3px 3px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.menu--func > li.open a:not([href]) {
  color: #cccccc; }
  .menu--func > li.open a:not([href]):before {
    height: 200px; }
.menu--func > li.open[data-menuhint]:hover:before, .menu--func > li.open[data-menuhint]:hover:after {
  transform: translate(-50%, 15px); }
.menu--func > li[data-menuhint] {
  position: relative; }
  .menu--func > li[data-menuhint]:hover:before, .menu--func > li[data-menuhint]:hover:after {
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%, 0); }
  .menu--func > li[data-menuhint]:before, .menu--func > li[data-menuhint]:after {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 15px);
    opacity: 0;
    pointer-events: none;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.05); }
  .menu--func > li[data-menuhint]:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    bottom: 0;
    box-shadow: none; }
  .menu--func > li[data-menuhint]:after {
    content: attr(data-menuhint);
    top: 100%;
    width: 48px;
    line-height: 1;
    background: white;
    box-sizing: content-box;
    padding: 6px;
    padding-bottom: 5px;
    color: #aaa;
    font-size: 12px; }
.menu--sub {
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-size: 14px;
  line-height: 1;
  list-style: none;
  position: absolute;
  text-align: left;
  margin-top: 1px;
  background-image: url(../img/bg.png);
  background-color: #f5f5f5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 7.5px 15px;
  opacity: 0;
  pointer-events: none; }
  @media only screen and (max-width: 640px) {
    .menu--sub {
      position: relative;
      left: 0px;
      right: 0px;
      font-size: 14px;
      text-align: center;
      max-height: 0;
      overflow: hidden; }
      .open .menu--sub {
        max-height: 100vh;
        background: rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15); } }
  .menu--sub:before {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    content: "";
    display: inline-block;
    height: 1px;
    width: 0;
    background: #75bdff;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
  .menu--sub > li a {
    padding: 5px 0;
    font-weight: bold; }

.content-main {
  min-height: calc(100vh - 466px);
  position: relative; }
  .content-main div {
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 1;
    transform: translateY(0); }
    .content-main div.nosee {
      opacity: 0;
      transform: translateY(30px); }
@media only screen and (min-width: 992px) {
  .content--fleximg {
    display: flex; } }
.content--fleximg > img {
  margin: 0 auto;
  display: block; }
  @media only screen and (min-width: 992px) {
    .content--fleximg > img {
      margin-left: 1em; } }

.footer {
  position: relative;
  background: #333333;
  font-size: 0;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .footer__link {
      padding-top: 15px; } }
  .footer__link .section {
    padding: 30px 15px;
    width: 20%;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 767px) {
      .footer__link .section {
        width: 50%; } }
    @media only screen and (max-width: 480px) {
      .footer__link .section {
        width: 100%;
        padding: 0 15px; } }
    .footer__link .section__content ul {
      list-style: none; }
    .footer__link .section__content .share__btn:before {
      display: inline-block;
      font-size: 12px;
      width: 28px;
      text-align: center;
      padding: 8px;
      border-radius: 100%;
      background: rgba(0, 0, 0, 0.15);
      margin-right: 5px; }
    .footer__link .section__content .share__btn:hover:before {
      background: #eee; }
  .footer__copyright {
    font-size: 14px;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 15px;
    letter-spacing: 1px; }

.copyright__link {
  display: inline-block;
  font-size: 0.8em;
  margin-left: 0.2em; }
  .copyright__link > a {
    color: rgba(255, 255, 255, 0.3); }
    .copyright__link > a:hover, .copyright__link > a:focus {
      color: rgba(255, 255, 255, 0.4); }
  .copyright__link:first-of-type ~ .copyright__link:before {
    content: "";
    display: inline-block;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    margin-right: 0.5em;
    vertical-align: middle; }
  .copyright__link__list {
    margin: 1em 0 0; }

.section__title, .section__title--relief, .section__content {
  padding: 7.5px 0; }
.section__title, .section__title--relief {
  color: #666;
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  position: relative; }
  .section__title:after, .section__title--relief:after, .section__title a:after, .section__title--relief a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 28%;
    height: 1px;
    background: #2898ff;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease; }
  .section__title a, .section__title--relief a {
    color: #666;
    display: block;
    width: 100%; }
    .section__title a:hover:after, .section__title--relief a:hover:after {
      width: 100%; }
  .section__title__btn {
    float: right;
    font-size: 12px;
    line-height: 1.2;
    border: 0;
    border-radius: 3px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.05);
    color: #999; }
    .section__title__btn:hover {
      background: rgba(0, 0, 0, 0.03);
      color: #2898ff; }
  .section__title--relief {
    border: 0;
    text-align: center;
    font-size: 50px;
    color: rgba(221, 221, 221, 0.85);
    text-shadow: 1px 1px 3px white, 0 0 0 black, 1px 1px 3px #eee;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    letter-spacing: 5px;
    animation: rainbow 10s infinite; }
    .section__title--relief:after {
      display: none; }
    @media only screen and (max-width: 480px) {
      .section__title--relief {
        font-size: 40px; } }
  .section__title--icon:before, .document__wrapper .section__title[class*='faicon']:before, .document__wrapper [class*='faicon'].section__title--relief:before {
    color: #2898ff;
    margin-right: 0.5em; }
.section__title--icon, .document__wrapper .section__title[class*='faicon'], .document__wrapper [class*='faicon'].section__title--relief {
  text-align: center;
  border: none;
  padding: 1rem 0;
  line-height: 2; }
  .section__title--icon:before, .document__wrapper .section__title[class*='faicon']:before, .document__wrapper [class*='faicon'].section__title--relief:before {
    margin: 0;
    height: 3em;
    width: 3em;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .section__title--icon:after, .document__wrapper .section__title[class*='faicon']:after, .document__wrapper [class*='faicon'].section__title--relief:after {
    position: relative;
    margin: 0 auto; }
  .section__title--icon.reverse, .document__wrapper .reverse.section__title[class*='faicon'], .document__wrapper .reverse[class*='faicon'].section__title--relief {
    background: white;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1); }
.section__content {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px; }
.header__hidden .sitemap .section .section__title, .footer__link .section .section__title, .header__hidden .sitemap .section .section__title--relief, .footer__link .section .section__title--relief {
  color: white;
  border-color: #222; }
  .header__hidden .sitemap .section .section__title:after, .footer__link .section .section__title:after, .header__hidden .sitemap .section .section__title--relief:after, .footer__link .section .section__title--relief:after, .header__hidden .sitemap .section .section__title a:after, .footer__link .section .section__title a:after, .header__hidden .sitemap .section .section__title--relief a:after, .footer__link .section .section__title--relief a:after {
    background: #2898ff; }
  .header__hidden .sitemap .section .section__title a, .footer__link .section .section__title a, .header__hidden .sitemap .section .section__title--relief a, .footer__link .section .section__title--relief a {
    color: white; }
.header__hidden .sitemap .section .section__content, .footer__link .section .section__content {
  color: rgba(255, 255, 255, 0.6); }
  .header__hidden .sitemap .section .section__content a, .footer__link .section .section__content a {
    color: rgba(255, 255, 255, 0.6); }
    .header__hidden .sitemap .section .section__content a:hover, .footer__link .section .section__content a:hover, .header__hidden .sitemap .section .section__content a:focus, .footer__link .section .section__content a:focus {
      color: white; }
@media only screen and (min-width: 768px) {
  .section__wrapper {
    display: flex; }
    .section__wrapper > * {
      flex: 1 1 auto; } }

.paper {
  background: white;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 30px; }
  .paper img {
    max-width: 100%;
    height: auto; }
  .paper .section__title, .paper .section__title--relief {
    border-color: #eee;
    margin: 0; }
    .paper .section__title:after, .paper .section__title--relief:after, .paper .section__title a:after, .paper .section__title--relief a:after {
      background: #7abfff; }
  .paper .tab__button {
    color: #8c8c8c; }
    .paper .tab__button:hover {
      color: #404040; }
    .paper .tab__button > img {
      width: 100%; }
    .paper .tab__button__group {
      margin: 0 -30px;
      margin-bottom: 2rem;
      width: auto;
      border-bottom: 1px solid #2898ff; }
  .paper.decobg, .paper.decobg--davinci, .paper.decobg--china, .paper.decobg--shape {
    position: relative; }
    .paper.decobg:before, .paper.decobg--davinci:before, .paper.decobg--china:before, .paper.decobg--shape:before, .paper.decobg:after, .paper.decobg--davinci:after, .paper.decobg--china:after, .paper.decobg--shape:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      opacity: 0.3;
      z-index: -1; }
    .paper.decobg:before, .paper.decobg--davinci:before, .paper.decobg--china:before, .paper.decobg--shape:before {
      left: 0;
      transform: translate(-90%, 300px); }
    .paper.decobg:after, .paper.decobg--davinci:after, .paper.decobg--china:after, .paper.decobg--shape:after {
      right: 0;
      transform: translate(90%, 300px); }
    .paper.decobg--davinci:before {
      width: 420px;
      height: 440px;
      background: url(../img/paper_bg/bg-davichi-left.png); }
    .paper.decobg--davinci:after {
      width: 240px;
      height: 440px;
      background: url(../img/paper_bg/bg-davichi-right.png); }
    .paper.decobg--china:before, .paper.decobg--china:after {
      width: 330px;
      height: 440px; }
    .paper.decobg--china:before {
      background: url(../img/paper_bg/bg-china-left.png); }
    .paper.decobg--china:after {
      width: 240px;
      height: 440px;
      background: url(../img/paper_bg/bg-china-right.png); }
    .paper.decobg--shape:before, .paper.decobg--shape:after {
      opacity: 0.1;
      width: 546px;
      height: 377px;
      background: url(../img/paper_bg/bg-shape.png); }
  .paper .page__title, .paper .discuss__title {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.3; }
    .paper .page__title:before, .paper .share:before, .paper .discuss__title:before {
      content: "";
      display: block;
      width: 15px;
      height: 35px;
      position: absolute;
      left: -32px;
      box-shadow: inset -1px 1px 3px rgba(0, 0, 0, 0.15); }
  .paper .page__content .page__title, .paper .page__content .discuss__title {
    margin: 30px 0; }
  .paper .page__content button.huge {
    display: block;
    padding: 1em 5em;
    margin: 0 auto;
    margin-top: 3em;
    border: 0;
    border-radius: 3px; }
  .paper .share {
    float: right;
    position: relative; }
  .paper input {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    background: white;
    box-shadow: none; }
    .paper input:focus {
      box-shadow: none;
      border-color: #2898ff; }
  .paper .col-2 {
    font-size: 0;
    letter-spacing: 0; }
    .paper .col-2 > * {
      display: inline-block;
      vertical-align: top;
      font-size: 1rem;
      width: calc((100% - (30px * (2 - 1))) / 2);
      margin: 0 0 30px 30px; }
      .paper .col-2 > *:nth-of-type(2n+1) {
        margin-left: 0; }
      @media only screen and (max-width: 992px) {
        .paper .col-2 > * {
          display: inline-block;
          vertical-align: top;
          font-size: 1rem;
          width: 100%;
          margin: 0 0 30px 30px; }
          .paper .col-2 > *:nth-of-type(1n+1) {
            margin-left: 0; } }
  .paper .col-3 {
    font-size: 0;
    letter-spacing: 0; }
    .paper .col-3 > * {
      display: inline-block;
      vertical-align: top;
      font-size: 1rem;
      width: calc((100% - (30px * (3 - 1))) / 3);
      margin: 0 0 30px 30px; }
      .paper .col-3 > *:nth-of-type(3n+1) {
        margin-left: 0; }
      @media only screen and (max-width: 992px) {
        .paper .col-3 > * {
          display: inline-block;
          vertical-align: top;
          font-size: 1rem;
          width: 100%;
          margin: 0 0 30px 30px; }
          .paper .col-3 > *:nth-of-type(1n+1) {
            margin-left: 0; } }
  .paper .col-4 {
    font-size: 0;
    letter-spacing: 0; }
    .paper .col-4 > * {
      display: inline-block;
      vertical-align: top;
      font-size: 1rem;
      width: calc((100% - (30px * (4 - 1))) / 4);
      margin: 0 0 30px 30px; }
      .paper .col-4 > *:nth-of-type(4n+1) {
        margin-left: 0; }
      @media only screen and (max-width: 992px) {
        .paper .col-4 > * {
          display: inline-block;
          vertical-align: top;
          font-size: 1rem;
          width: calc((100% - (30px * (2 - 1))) / 2);
          margin: 0 0 30px 30px; }
          .paper .col-4 > *:nth-of-type(4n+1) {
            margin-left: 30px; }
          .paper .col-4 > *:nth-of-type(2n+1) {
            margin-left: 0; } }
      @media only screen and (max-width: 480px) {
        .paper .col-4 > * {
          display: inline-block;
          vertical-align: top;
          font-size: 1rem;
          width: 100%;
          margin: 0 0 30px 30px; }
          .paper .col-4 > *:nth-of-type(2n+1) {
            margin-left: 30px; }
          .paper .col-4 > *:nth-of-type(1n+1) {
            margin-left: 0; } }
  .paper > .alert {
    right: -1px;
    left: -1px;
    top: -1px;
    position: absolute;
    padding: 0.5rem;
    font-size: 12px;
    line-height: 1;
    background: #c7413d;
    color: white; }

.share:before {
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  right: -32px;
  left: auto !important;
  z-index: 1;
  pointer-events: none; }
  .noscript .share:before {
    left: 0; }
.share.open:before, .noscript .share:before {
  width: calc(100% + 32px); }
.share.open:after, .noscript .share:after {
  content: "";
  color: #ed6a5a; }
.share.open .share__btn:before, .noscript .share .share__btn:before {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all; }
.share:after {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: FontAwesome, "Microsoft Jhenghei";
  content: "分享 ";
  position: relative;
  font-size: 1rem;
  vertical-align: top;
  padding: 0.6em;
  color: #cccccc;
  opacity: 0.85;
  cursor: pointer;
  z-index: 2; }
.share:hover:after {
  opacity: 1; }
.share__btn {
  position: relative;
  z-index: 2;
  color: #cccccc; }
  .share__btn:before {
    transform: translateX(-10px);
    opacity: 0;
    padding: 0.6em;
    pointer-events: none;
    text-shadow: 0 1px 0 white; }

.events {
  margin-top: 50px;
  margin-bottom: 120px;
  border-bottom: 2px dashed #aaa; }
  .events.section .section__title--relief {
    margin-bottom: 1em; }
    @media only screen and (max-width: 480px) {
      .events.section .section__title--relief {
        margin-bottom: 0; } }
  @media only screen and (max-width: 480px) {
    .events {
      margin-bottom: 0; } }

.timeline {
  list-style-type: none;
  padding-left: 0;
  position: relative;
  margin-left: 30px;
  margin-right: 180px; }
  @media only screen and (max-width: 480px) {
    .timeline {
      margin: 0;
      border-bottom: 0; } }
  .timeline__content {
    display: block;
    transition: 0.2s ease;
    font-weight: bold;
    color: #595959;
    margin-top: 15px; }
    @media only screen and (min-width: 481px) {
      .timeline__content {
        margin-top: 0;
        opacity: 0;
        pointer-events: none;
        overflow: hidden;
        max-height: 0;
        font-size: 16px;
        line-height: inherit; } }
  @media only screen and (min-width: 481px) {
    li:hover .timeline__content, li.show .timeline__content {
      padding-top: 15px;
      opacity: 1;
      pointer-events: all;
      max-height: 120px;
      overflow-y: auto; } }
  @media only screen and (min-width: 481px) {
    .timeline:hover li:before {
      color: #e6e6e6; } }
  @media only screen and (max-width: 480px) {
    .timeline li {
      padding: 15px;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
      background: white;
      margin: 15px -15px;
      left: 0 !important; } }
  @media only screen and (min-width: 481px) {
    .timeline li {
      margin-top: 5px;
      width: 180px;
      position: absolute;
      display: block; } }
  .timeline li.hidedate:before {
    display: none; }
  .timeline li:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -9px;
    background: #aaa;
    border: 2px solid #eee;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s ease; }
    @media only screen and (max-width: 481px) {
      .timeline li:after {
        display: none; } }
  .timeline li:before {
    content: attr(data-date);
    overflow: hidden;
    white-space: nowrap; }
    @media only screen and (max-width: 480px) {
      .timeline li:before {
        font-size: 12px;
        padding: 3px 15px;
        transform: translate(-15px, 0);
        display: inline-block;
        color: #666; } }
    @media only screen and (min-width: 481px) {
      .timeline li:before {
        position: absolute;
        box-shadow: none;
        color: #cccccc;
        background: none;
        font-size: 12px;
        top: 0;
        left: 6px;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        transform: translate(-50%, -150%);
        letter-spacing: 1px;
        opacity: 0;
        pointer-event: none; } }
  @media only screen and (max-width: 480px) {
    .timeline li[data-hint] {
      display: none; } }
  @media only screen and (min-width: 481px) {
    .timeline li[data-hint]:first-of-type, .timeline li[data-hint].past {
      left: -30px; }
    .timeline li[data-hint]:before {
      content: attr(data-hint);
      opacity: 1;
      transform: translate(-65%, 0);
      color: #777;
      cursor: default; }
    .timeline li[data-hint]:after {
      border-radius: 0;
      height: 12px;
      width: 5px;
      background: #777; } }
  @media only screen and (min-width: 481px) {
    .timeline li:not([data-hint]):hover:before, .timeline li:not([data-hint]).show:before {
      opacity: 1;
      pointer-event: all;
      color: #2898ff;
      transform: translate(-50%, -200%);
      z-index: 3;
      opacity: 1; }
    .timeline li:not([data-hint]):hover:after, .timeline li:not([data-hint]).show:after {
      border: 0; } }
  .timeline li:not([data-hint]):nth-of-type(4n):before {
    color: #8cc63f; }
  .timeline li:not([data-hint]):nth-of-type(4n):after {
    background: #8cc63f;
    animation: drop-green 1s infinite ease-in-out; }
  .timeline li:not([data-hint]):nth-of-type(4n+1):before {
    color: #2898ff; }
  .timeline li:not([data-hint]):nth-of-type(4n+1):after {
    background: #2898ff;
    animation: drop-main 1s infinite ease-in-out; }
  .timeline li:not([data-hint]):nth-of-type(4n+2):before {
    color: #ed6a5a; }
  .timeline li:not([data-hint]):nth-of-type(4n+2):after {
    background: #ed6a5a;
    animation: drop-red 1s infinite ease-in-out; }
  .timeline li:not([data-hint]):nth-of-type(4n+3):before {
    color: #c7a70b; }
  .timeline li:not([data-hint]):nth-of-type(4n+3):after {
    background: #c7a70b;
    animation: drop-yellow 1s infinite ease-in-out; }
  .timeline li span {
    display: block; }
    .timeline li span.date {
      color: #999;
      font-size: 80%; }
    .timeline li span.title {
      font-size: 110%;
      border-bottom: 1px solid #2898ff;
      margin-bottom: 5px; }
    .timeline li span.content {
      color: #666; }
  .timeline li.past {
    height: 2px;
    background: #aaa;
    margin-top: 0;
    margin-left: 5px; }
    .timeline li.past:after {
      display: none; }
  .timeline li.today:before {
    color: #2898ff; }
  .timeline li.today:after {
    background: #2898ff; }
  @media only screen and (max-width: 480px) {
    .timeline li.today {
      display: none; } }

.newslist {
  list-style: none; }
  .newslist li {
    margin: 15px 0;
    margin-left: 25px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .newslist li {
        margin-bottom: 2.5rem; } }
    .newslist li:before {
      content: "";
      font: normal normal normal 14px/1 FontAwesome;
      position: absolute;
      left: -25px;
      font-size: 18px;
      color: #ececec; }
      @media only screen and (max-width: 767px) {
        .newslist li:before {
          top: -1rem; } }
  .newslist__date, .newslist__title, .newslist__content {
    display: block; }
  .newslist__date {
    font-size: 12px;
    color: #b3b3b3; }
    .newslist__date:before {
      content: "";
      margin-right: 2px;
      opacity: 0.5;
      color: #2898ff; }
    @media only screen and (min-width: 768px) {
      .newslist__date {
        float: right; } }
    @media only screen and (max-width: 767px) {
      .newslist__date {
        position: absolute;
        bottom: 100%; } }
  .newslist__title {
    font-size: 18px;
    line-height: 1.5;
    text-shadow: 0 0 0 #595959;
    color: #595959; }
    .newslist__title a {
      color: #595959; }
      .newslist__title a:hover {
        color: #2898ff; }
  .newslist__content {
    color: #999999;
    height: 45px;
    overflow: hidden; }

.crew .section__content {
  padding: 15px 0; }
.crew .link--imgtag {
  display: block;
  overflow: hidden;
  margin: 15px 0; }
  .crew .link--imgtag img {
    max-width: 100%;
    -moz-transition: transform 5s ease, opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: transform 5s ease, opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: transform 5s ease, opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 5s ease, opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1); }
  .crew .link--imgtag span {
    display: block;
    padding: 15px;
    font-size: 20px;
    width: 50px;
    height: calc(100% - (15px * 2));
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 1.1;
    color: white;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1); }
    @media only screen and (max-width: 768px) {
      .crew .link--imgtag span {
        width: 71px; } }
    @media only screen and (max-width: 480px) {
      .crew .link--imgtag span {
        font-size: 16px;
        width: calc(100% - (15px * 2)); } }
  .crew .link--imgtag:hover img {
    opacity: 0.5;
    transform: scale(1.05); }
  .crew .link--imgtag:hover span {
    width: calc(100% - (15px * 2)); }
  .crew .link--imgtag.yellow span {
    background: linear-gradient(to right, rgba(245, 214, 67, 0.8), rgba(245, 214, 67, 0.95));
    box-shadow: -1px 0 0 #f5d643; }
  .crew .link--imgtag.green span {
    background: linear-gradient(to right, rgba(140, 198, 63, 0.8), rgba(140, 198, 63, 0.95));
    box-shadow: -1px 0 0 #8cc63f; }
  .crew .link--imgtag.red span {
    background: linear-gradient(to right, rgba(237, 106, 90, 0.8), rgba(237, 106, 90, 0.95));
    box-shadow: -1px 0 0 #ed6a5a; }
  .crew .link--imgtag.blue span {
    background: linear-gradient(to right, rgba(40, 152, 255, 0.8), rgba(40, 152, 255, 0.95));
    box-shadow: -1px 0 0 #2898ff; }
.crew .row {
  margin-top: 30px; }
  .crew .row:first-of-type {
    margin-top: 0; }

.meeting {
  min-width: 500px;
  flex: 1;
  transition: 0.2s ease;
  display: flex;
  padding: 10px; }
  .meeting .google_message.empty {
    display: none; }
  .meeting:hover {
    background: white; }
  .meeting:hover .meeting__action > a {
    background: #2898ff;
    color: white; }
  .meeting__list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none; }
  .meeting__date {
    display: inline-block;
    background: white;
    text-align: center;
    padding: 0.5em 0.35em;
    font-size: 3rem;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    text-indent: 0.75em; }
    .meeting__date .year {
      font-size: 0.5em;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #ccc;
      line-height: 1.3;
      color: white;
      text-indent: 0.2em;
      letter-spacing: 0.2e; }
    .meeting__date .month {
      position: absolute;
      top: 0.5em;
      font-size: 0.5em;
      opacity: 0.3;
      text-indent: -1.5em; }
  .meeting__info {
    color: #666666;
    flex: 1;
    margin-left: 0.5rem;
    font-size: 1.2em; }
  .meeting__title {
    display: block;
    font-size: 1.2em;
    color: black; }
  .meeting__action > a, .meeting__action .google_message {
    display: block;
    align-items: center;
    height: 100%;
    border: 1px solid;
    padding: 1em;
    max-width: 3em;
    margin-left: 0.5em;
    border-radius: 5px;
    line-height: 1.3;
    opacity: 0.8; }
    .meeting__action > a:hover, .meeting__action .google_message:hover {
      opacity: 1; }
  .meeting__action > a {
    color: #2898ff; }
  .meeting__action > .google_message {
    color: #666666; }

.google_message.empty {
  padding: 0;
  border: 0; }
.google_message:not(.empty) ~ .google_calendar {
  display: none; }

.page__title, .discuss__title {
  font-size: 2em;
  position: relative;
  z-index: 1;
  margin-bottom: 15px; }
  .page__title .small, .discuss__title .small {
    font-size: 40%;
    opacity: 0.6; }
  .page__title > h2, .discuss__title > h2 {
    margin: 0;
    float: left; }
  .page__title > button, .discuss__title > button {
    display: inline-block;
    font-size: 0.5em;
    border: 0;
    border-radius: 3px;
    padding: 3px 5px;
    vertical-align: text-bottom;
    margin: 5px; }
    .page__title > button:focus, .discuss__title > button:focus {
      outline-color: magenta; }
  .page__title .date--range, .discuss__title .date--range {
    position: absolute;
    top: -1.5em;
    font-size: 0.5em;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #2898ff; }
  .page__title .date__to:before, .discuss__title .date__to:before {
    color: #cccccc; }
  .page__title .countdown, .discuss__title .countdown {
    float: right;
    color: #2898ff;
    padding-left: 1em; }
    @media only screen and (max-width: 992px) {
      .page__title .countdown, .discuss__title .countdown {
        font-size: 0.7em; } }
    .page__title .countdown:before, .discuss__title .countdown:before {
      content: "";
      margin-right: 0.2em;
      color: #e6e6e6; }
  .page__title .comment, .discuss__title .comment {
    font-size: 14px;
    padding: 0.5em 0.8em;
    border-radius: 3px;
    vertical-align: middle;
    position: relative;
    top: -5px;
    margin-left: 5px; }
    .page__title .comment:before, .discuss__title .comment:before {
      content: "";
      font-size: 1.2em;
      opacity: 0.3;
      margin-right: 0.3em; }
    .page__title .comment:after, .discuss__title .comment:after {
      content: "回應";
      margin-left: 0.3em; }
.page__content {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #555;
  text-shadow: 0 0 0; }
.page__action {
  font-size: 1.2em;
  display: flex;
  justify-content: center; }
  .page__action .button {
    display: flex;
    align-items: center;
    margin-left: 1em; }
    .page__action .button:first-of-type {
      margin-left: 0; }
  .page__action .lowlight {
    color: #2898ff;
    border-color: #2898ff;
    flex-direction: column; }
    .page__action .lowlight small {
      display: block;
      font-size: 0.6em; }
    .page__action .lowlight:hover {
      background: none; }
    .page__action .lowlight:focus {
      color: white; }

.tab__note {
  font-size: 12px;
  color: #a6a6a6;
  text-align: center; }
  .noscript .tab__note {
    display: none; }
.tab__button {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  opacity: 0.5;
  border: 0;
  display: block;
  padding: 10px 15px;
  width: 100%;
  background: none; }
  .noscript .tab__button {
    display: none; }
  .tab__button[data-swcontent^='#step']:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    transform: translate(50%, -50%);
    font-size: 3em;
    opacity: 0.2; }
    @media only screen and (max-width: 768px) {
      .tab__button[data-swcontent^='#step']:after {
        display: none; } }
  .tab__button:hover, .tab__button:focus {
    background: none !important;
    color: #404040; }
  .tab__button__icon {
    max-width: 30%;
    display: block;
    margin: 10px auto; }
    @media only screen and (max-width: 769px) {
      .tab__button__icon {
        display: inline-block;
        width: 28px; } }
  .tab__button__group {
    margin-bottom: 1em;
    position: relative; }
    .tab__button__group:before {
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      content: "";
      position: absolute;
      right: 1em;
      top: 50%;
      transform: translateY(-50%);
      color: gray;
      display: none; }
    .tab__button__group li {
      vertical-align: bottom; }
      .tab__button__group li + li {
        margin-left: 0; }
      .tab__button__group li:last-of-type *[data-swcontent^='#step']:after {
        display: none; }
      @media only screen and (max-width: 768px) {
        .tab__button__group li {
          height: 0;
          overflow: hidden; }
          .tab__button__group li.active {
            height: auto; } }
    @media only screen and (max-width: 768px) {
      .tab__button__group:before {
        display: inline-block; }
      .tab__button__group.open:before {
        top: 1em;
        transform: rotate(180deg); }
      .tab__button__group.open li {
        height: auto; } }
  .tab__button__group .active > .tab__button, .tab__button__group .active > .tab__button:hover, .tab__button__group .active > .tab__button:focus, .tab__button__group .active > .tab__button:focus:active, .tab__button__group .active > .tab__button.active {
    background: none !important;
    color: #2898ff;
    opacity: 1; }
    @media only screen and (min-width: 769px) {
      .tab__button__group .active > .tab__button, .tab__button__group .active > .tab__button:hover, .tab__button__group .active > .tab__button:focus, .tab__button__group .active > .tab__button:focus:active, .tab__button__group .active > .tab__button.active {
        color: #2898ff;
        background: white !important; } }
  .tab__button__group .active > .tab__button:after {
    opacity: 1; }
  @media only screen and (max-width: 768px) {
    .tab__button__group .active .tab__button__icon {
      width: 38px;
      background: white;
      border-radius: 50%;
      padding: 5px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } }
.tab__content {
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  transform: translate(20px, 0); }
  .noscript .tab__content {
    max-height: none;
    overflow: unset;
    pointer-events: all; }
    .noscript .tab__content[data-title]:before {
      content: attr(data-title);
      font-size: 1.5rem;
      text-align: center;
      display: block;
      margin-bottom: 2rem;
      color: #2898ff; }
  .tab__content.active {
    opacity: 1;
    pointer-events: all;
    max-height: none;
    transform: translate(0, 0); }
  .tab__content.document__wrapper {
    margin: 0; }

.step__title .small {
  display: block;
  white-space: nowrap;
  opacity: 0.7; }
  @media only screen and (max-width: 769px) {
    .step__title .small {
      display: inline-block;
      margin-left: 0.5em; } }

.list--mark, .list--download, .list--url {
  list-style-type: none; }
  .list--mark > li, .list--download > li, .list--url > li {
    margin: 0 0 0.75em 1.5em;
    position: relative; }
    .list--mark > li:before, .list--download > li:before, .list--url > li:before {
      content: "";
      position: absolute;
      left: -1.5em;
      top: 0.5em;
      font-size: 0.75em;
      color: #2898ff; }
  .list--mark ul, .list--download ul, .list--url ul {
    padding-left: 1.5em; }
.list--download > li:before {
  content: ""; }
.list--number {
  list-style-type: decimal;
  padding-left: 1.5em; }
.list--table {
  list-style-type: none; }
  .list--table li {
    box-shadow: 0 1px 0 #eee, inset 0 -1px #ddd;
    padding: 6px 12px; }
    .list--table li:last-of-type {
      box-shadow: none; }
      .list--table li:last-of-type .list--table__content:before {
        top: 0.9em; }
  .list--table__title, .list--table__content {
    display: table-cell; }
  .list--table__title {
    width: 1%;
    min-width: 80px; }
  .list--table__content {
    width: 100%;
    text-indent: 1.5em;
    position: relative; }
    .list--table__content:before {
      content: "";
      color: #ddd;
      position: absolute;
      left: -1.5em;
      top: 50%;
      transform: translateY(-50%); }
.list--titletable {
  list-style-type: none; }
  .list--titletable > li {
    border-bottom: 1px solid #eee;
    padding: 0.5em;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    margin-bottom: 0.5em; }
    @media only screen and (min-width: 481px) {
      .list--titletable > li {
        display: flex;
        align-items: stretch;
        justify-content: flex-start; } }
    .list--titletable > li:before, .list--titletable > li:after {
      min-width: 150px; }
    .list--titletable > li:before {
      content: attr(data-title);
      margin-right: 1em;
      display: block; }
      @media only screen and (max-width: 480px) {
        .list--titletable > li:before {
          color: #2898ff; } }
    @media only screen and (min-width: 481px) {
      .list--titletable > li:after {
        content: "";
        display: block;
        height: 1px;
        background: #2898ff;
        position: absolute;
        left: 0;
        bottom: -1px; } }
    .list--titletable > li > ul {
      list-style-type: none; }
.list--url > li {
  padding: 1rem; }
  @media only screen and (max-width: 767px) {
    .list--url > li {
      margin-left: 0; } }
  .list--url > li:before {
    display: none; }
  .list--url > li > a:only-child {
    margin: -1rem;
    padding: 1rem; }
    .list--url > li > a:only-child:before {
      top: 1.4rem;
      right: 1.4rem; }
  .list--url > li > ul {
    margin-left: 1.5rem;
    padding-left: 0;
    list-style-type: none; }
    .list--url > li > ul a {
      border-left: 1px solid #ddd; }
      .list--url > li > ul a:hover {
        border-color: rgba(40, 152, 255, 0.5); }
.list--url a {
  position: relative;
  padding: 0.5rem 1rem;
  padding-right: 2.5rem;
  display: block;
  line-height: 1.2; }
  @media only screen and (min-width: 768px) {
    .list--url a {
      white-space: nowrap;
      min-width: 250px; } }
  .list--url a:before {
    content: "";
    position: absolute;
    top: 0.9rem;
    right: 0.5rem;
    font-size: 12px;
    opacity: 0.3; }

.tree {
  list-style-type: none; }
  .tree .root {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .tree .root {
        width: 36%; }
        .tree .root > a {
          color: white !important; } }
    .tree .root > a {
      font-size: 150%;
      color: #2898ff; }
    .tree .root > ul {
      margin-top: 0.75em; }
      .tree .root > ul:before {
        top: 0;
        height: calc(100% - 1em); }
      .tree .root > ul > li:first-of-type:before {
        width: 0.75em; }
  .tree ul {
    list-style-type: none;
    padding-left: 1.5em;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .tree ul:before {
        content: "";
        display: block;
        position: absolute;
        top: 1em;
        left: 0.75em;
        width: 2px;
        height: calc(100% - 2em);
        background: #8ec9ff; } }
    .tree ul li {
      position: relative;
      margin: 0.75em 0; }
      @media only screen and (min-width: 992px) {
        .tree ul li:before {
          content: "";
          display: block;
          width: 0.75em;
          height: 2px;
          position: absolute;
          background: #8ec9ff;
          top: 50%;
          right: 100%;
          transform: translateY(-50%); }
        .tree ul li:first-of-type {
          margin-top: 5px; } }
      .tree ul li:last-of-type {
        margin-bottom: 0; }
      .tree ul li.qmark {
        text-indent: -9999px;
        background-color: #ccc !important; }
        .tree ul li.qmark:after {
          content: "?";
          position: absolute;
          left: 0;
          text-indent: 0;
          padding: 0 0.5em; }
    .tree ul .notleaf {
      position: relative; }
      .tree ul .notleaf:before {
        position: absolute; }
        @media only screen and (max-width: 991px) {
          .tree ul .notleaf:before {
            content: "";
            padding: 7.5px;
            font-size: 1em;
            transform: translateX(-100%);
            color: #eee; } }
        @media only screen and (min-width: 992px) {
          .tree ul .notleaf:before {
            content: "";
            top: 17px; } }
      .tree ul .notleaf > ul > li > a:only-child {
        margin: -3px -5px; }
      @media only screen and (min-width: 992px) {
        .tree ul .notleaf > ul {
          left: 100%;
          top: -40px;
          margin-bottom: -40px; }
          .tree ul .notleaf > ul li:first-of-type:before {
            width: 1.5em; } }
      @media only screen and (max-width: 991px) {
        .tree ul .notleaf > ul {
          max-height: 0;
          overflow: hidden; } }
      @media only screen and (max-width: 991px) {
        .tree ul .notleaf.open {
          border-color: #2898ff; }
          .tree ul .notleaf.open:before {
            color: #2898ff; }
          .tree ul .notleaf.open > a {
            color: #2898ff; }
          .tree ul .notleaf.open > ul {
            max-height: 9999px; } }
      .tree ul .notleaf:last-of-type {
        border-bottom: 1px solid transparent; }
  .tree button, .tree a, .tree ul li:not(.notleaf) {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-image: url(../img/paper_bg/bg-shape-tree.png);
    padding: 3px 5px;
    border-radius: 3px;
    display: block;
    cursor: pointer;
    color: gray;
    border: 0;
    width: 100%;
    text-align: left; }
    .tree button:hover, .tree a:hover, .tree ul li:not(.notleaf):hover {
      color: #4d4d4d; }
    @media only screen and (max-width: 991px) {
      .tree button, .tree a, .tree ul li:not(.notleaf) {
        border-bottom: 1px solid #eee;
        background: none;
        box-shadow: none; } }
    @media only screen and (min-width: 992px) {
      .tree button, .tree a, .tree ul li:not(.notleaf) {
        color: white; }
        .tree button:hover, .tree a:hover, .tree ul li:not(.notleaf):hover {
          color: #f5d643; }
        .tree button:nth-of-type(3n+1), .tree a:nth-of-type(3n+1), .tree ul li:not(.notleaf):nth-of-type(3n+1) {
          background-color: #2898ff; }
        .tree button:nth-of-type(3n+2), .tree a:nth-of-type(3n+2), .tree ul li:not(.notleaf):nth-of-type(3n+2) {
          background-color: #ed6a5a; }
        .tree button:nth-of-type(3n), .tree a:nth-of-type(3n), .tree ul li:not(.notleaf):nth-of-type(3n) {
          background-color: #8cc63f; } }

.pagination {
  font-size: 0.9em; }
  .pagination > li > a, .pagination > li > span {
    border: 0;
    border-radius: 100%;
    margin-left: -0.3em; }
    .pagination > li > a, .pagination > li > a:hover, .pagination > li > span, .pagination > li > span:hover {
      background-color: transparent; }
  .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #2898ff; }
  .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #999;
    background-color: transparent;
    border: 0; }

.btn-return {
  text-shadow: none;
  padding: 0.5rem 1rem; }
  .btn-return:hover, .btn-return:focus {
    background: none; }
  .btn-return:last-child {
    margin-top: 1.5rem; }

.namecard {
  padding: 15px;
  border-radius: 3px;
  font-size: 16px; }
  .namecard > * {
    vertical-align: top; }
  .namecard__photo {
    float: left;
    margin-right: 15px; }
    .namecard__photo img {
      width: 80px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  .namecard__text, .namecard__text > * {
    display: block; }
  .namecard__nametitle {
    color: #4d4d4d;
    line-height: 1; }
  .namecard__name {
    font-size: 2em; }
  .namecard.team > .namecard__text {
    flex: 1; }
  .namecard.team > .namecard__title {
    background: white;
    max-width: 1.5em;
    padding: 1em;
    box-sizing: content-box;
    line-height: 1.2;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15); }
    .namecard.team > .namecard__title .nowrap {
      white-space: nowrap;
      font-size: 12px;
      margin-bottom: 0.5em;
      display: block;
      color: #2898ff; }

.flipcard {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 15px;
  cursor: pointer;
  position: relative;
  min-height: 240px;
  overflow: hidden; }
  .flipcard:nth-of-type(4n) {
    background: #2898ff; }
  .flipcard:nth-of-type(4n+1) {
    background: #ed6a5a; }
  .flipcard:nth-of-type(4n+2) {
    background: #f5d643; }
  .flipcard:nth-of-type(4n+3) {
    background: #8cc63f; }
  .flipcard > * {
    -moz-transition: 0.5s ease 0.2s;
    -o-transition: 0.5s ease 0.2s;
    -webkit-transition: 0.5s ease 0.2s;
    transition: 0.5s ease 0.2s;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 15px; }
  .flipcard .front {
    font-size: 1.5em;
    line-height: 1.2;
    text-align: center;
    color: white;
    top: 50%;
    transform: translateY(-60%);
    opacity: 1;
    pointer-events: all;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .flipcard .front img {
      max-width: 50%;
      height: auto;
      display: block;
      margin: 0 auto;
      margin-bottom: 10px; }
  .flipcard .back {
    transform: rotateY(-180deg);
    top: 0;
    opacity: 0;
    pointer-events: none; }

.textcard {
  padding: 15px;
  word-break: break-all; }
  .textcard__img {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border: 3px solid white; }
    .textcard__img.icon {
      border-radius: 50%;
      height: 5rem;
      width: 5rem;
      margin: 1rem auto;
      display: flex;
      justify-content: center;
      align-items: center;
      background: white;
      font-size: 1.5em; }
    .textcard__img img {
      width: 100%; }
    .textcard__img[class*='faicon-'] {
      border: 0;
      box-shadow: none;
      font-size: 0; }
      .textcard__img[class*='faicon-']:before {
        font-size: 2rem;
        margin: 0;
        height: 3em;
        width: 3em;
        margin: 0 auto;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1); }
  .textcard__text .title {
    font-size: 1.6rem;
    text-shadow: 0 0 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid #2898ff;
    line-height: 3; }
  .textcard__wrapper {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none; }
    @media only screen and (min-width: 768px) {
      .textcard__wrapper {
        margin: 0 -1rem; } }
  .textcard__wrapper > .textcard {
    flex: 1;
    margin: 1rem 0; }
    @media only screen and (max-width: 767px) {
      .textcard__wrapper > .textcard {
        min-width: 100%; } }
    @media only screen and (min-width: 768px) {
      .textcard__wrapper > .textcard {
        margin: 1rem; } }
  .textcard > a:only-child {
    display: table;
    width: 100%; }

.subject__comment, .subject__content {
  display: table-cell;
  vertical-align: middle; }
.subject__comment {
  text-align: center;
  width: 33%;
  font-size: 0.8em;
  font-weight: normal; }
  .subject__comment:before, .subject__comment:after {
    display: block; }
  .subject__comment:before {
    content: "";
    font-size: 5em;
    opacity: 0.15; }
  .subject__comment:after {
    content: "回應"; }
.subject__content {
  padding-left: 1.5em;
  border-left: 1px solid #ccc; }
.subject__date {
  font-size: 0.7em;
  opacity: 0.75; }
  .subject__date .date > .date__to {
    color: #ccc; }
.subject__title {
  line-height: 1.5em; }
.subject__countdown {
  display: inline-block;
  background: #2898ff;
  border-radius: 3px;
  padding: 0 0.5em;
  font-size: 0.8em;
  color: white;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1); }
  .subject__countdown:before {
    content: "";
    margin-right: 0.2em; }

.document {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  min-width: 50%;
  padding: 2rem;
  align-items: center;
  justify-content: center;
  border: 1rem solid white;
  box-sizing: border-box; }
  .document > .document__title {
    font-size: 1.2em;
    flex: 1; }
    @media only screen and (min-width: 481px) {
      .document > .document__title {
        margin-right: 1em; } }
    @media only screen and (max-width: 480px) {
      .document > .document__title {
        min-width: 100%; } }
  .document__list {
    margin: 0 -30px;
    padding: 2em;
    padding-top: 3em;
    border-bottom: 1px solid #2898ff;
    list-style-type: none; }
    @media only screen and (min-width: 769px) {
      .document__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
  .document__list--reverse, .paper .document__list {
    background: none;
    box-shadow: none;
    border-bottom: 0;
    padding: 2rem; }
  .document__list--reverse .document__file:before, .paper .document__list .document__file:before {
    border: 1px solid #eee;
    box-shadow: none; }
  .document__list--reverse .document__file:hover:before, .paper .document__list .document__file:hover:before {
    box-shadow: none;
    border-color: #2898ff; }
  .document__file, .document__link {
    display: block; }
  .document__file {
    position: relative;
    display: flex;
    justify-content: center; }
    .document__file:before {
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      content: "";
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      font-size: 2.5rem !important;
      padding: 1rem !important;
      background: white;
      border-radius: 50%;
      box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.15);
      color: #eee;
      text-shadow: none;
      text-indent: 3px;
      letter-spacing: -1px; }
    .document__file:after {
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      content: "下載檔案";
      pointer-events: none;
      position: absolute;
      top: 100%;
      white-space: nowrap;
      font-size: 12px;
      border-radius: 3px;
      padding: 0.4em;
      color: transparent;
      text-shadow: none;
      line-height: 1; }
    .document__file.pdf:before, .document__file.doc:before, .document__file.ppt:before {
      font-size: 2.5em;
      line-height: 0.9; }
    .document__file.pdf:before {
      content: "";
      color: #da251c; }
    .document__file.doc:before {
      content: "";
      color: #2b579a; }
    .document__file.ppt:before {
      content: "";
      color: #d24726; }
    .document__file:not(.disabled):hover:before {
      color: #2898ff;
      box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.15); }
    .document__file:not(.disabled):hover:after {
      top: 90%;
      color: white;
      background: rgba(40, 152, 255, 0.75); }
    .document__file.disabled:hover:before {
      color: #ccc;
      border-color: #ccc !important; }
    .document__file.disabled:hover:after {
      color: transparent;
      background: none; }
  .document__link {
    flex: 1;
    margin-left: 1em; }
    .document__link .note {
      display: block;
      font-size: 0.5em;
      opacity: 0.5; }
  .document .textcard {
    background: white;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1); }
  .document__wrapper {
    margin: 0 -30px;
    border-bottom: 1px solid #2898ff;
    margin-bottom: 2rem; }
    .document__wrapper > *:not(.document__list) {
      margin: 2em; }
    .document__wrapper > iframe:not(.document__list) {
      border: 10px solid white;
      box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15), 0px 8px 5px -5px rgba(0, 0, 0, 0.1);
      margin: 2em;
      width: calc(100% - 4em) !important;
      height: 850px !important; }
  .document__wrapper--reverse {
    background: none;
    box-shadow: none;
    margin-top: -2rem;
    border-bottom: 0; }

.list--inline {
  font-size: 0;
  letter-spacing: 0; }
  .list--inline > .col-2 {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    width: calc((100% - (30px * (2 - 1))) / 2);
    margin: 0 0 30px 30px; }
    .list--inline > .col-2:nth-of-type(2n+1) {
      margin-left: 0; }
    @media only screen and (max-width: 992px) {
      .list--inline > .col-2 {
        display: inline-block;
        vertical-align: top;
        font-size: 1rem;
        width: 100%;
        margin: 0 0 30px 30px; }
        .list--inline > .col-2:nth-of-type(1n+1) {
          margin-left: 0; } }
  .list--inline .namecard {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    width: calc((100% - (30px * (3 - 1))) / 3);
    margin: 0 0 30px 30px; }
    .list--inline .namecard:nth-of-type(3n+1) {
      margin-left: 0; }
    @media only screen and (max-width: 991px) {
      .list--inline .namecard {
        display: inline-block;
        vertical-align: top;
        font-size: 1rem;
        width: calc((100% - (30px * (2 - 1))) / 2);
        margin: 0 0 30px 30px; }
        .list--inline .namecard:nth-of-type(3n+1) {
          margin-left: 30px; }
        .list--inline .namecard:nth-of-type(2n+1) {
          margin-left: 0; } }
    @media only screen and (max-width: 768px) {
      .list--inline .namecard {
        font-size: 14px; } }
    @media only screen and (max-width: 480px) {
      .list--inline .namecard {
        display: inline-block;
        vertical-align: top;
        font-size: 1rem;
        width: 100%;
        margin: 0 0 30px 30px; }
        .list--inline .namecard:nth-of-type(1n+1) {
          margin-left: 0; } }
    .list--inline .namecard.team {
      display: inline-flex; }
  .list--inline .task {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    width: calc((100% - (30px * (5 - 1))) / 5);
    margin: 0 0 30px 30px; }
    .list--inline .task:nth-of-type(5n+1) {
      margin-left: 0; }
    @media only screen and (max-width: 991px) {
      .list--inline .task {
        display: inline-block;
        vertical-align: top;
        font-size: 1rem;
        width: calc((100% - (30px * (2 - 1))) / 2);
        margin: 0 0 30px 30px; }
        .list--inline .task:nth-of-type(2n+1) {
          margin-left: 0; } }
    @media only screen and (max-width: 480px) {
      .list--inline .task {
        display: inline-block;
        vertical-align: top;
        font-size: 1rem;
        width: 100%;
        margin: 0 0 30px 30px; }
        .list--inline .task:nth-of-type(1n+1) {
          margin-left: 0; } }
  .list--inline .flipcard {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    width: calc((100% - (30px * (4 - 1))) / 4);
    margin: 0 0 30px 30px; }
    .list--inline .flipcard:nth-of-type(4n+1) {
      margin-left: 0; }
    @media only screen and (max-width: 991px) {
      .list--inline .flipcard {
        display: inline-block;
        vertical-align: top;
        font-size: 1rem;
        width: calc((100% - (30px * (2 - 1))) / 2);
        margin: 0 0 30px 30px; }
        .list--inline .flipcard:nth-of-type(2n+1) {
          margin-left: 0; } }
    @media only screen and (max-width: 480px) {
      .list--inline .flipcard {
        display: inline-block;
        vertical-align: top;
        font-size: 1rem;
        width: 100%;
        margin: 0 0 30px 30px; }
        .list--inline .flipcard:nth-of-type(1n+1) {
          margin-left: 0; } }
  @media only screen and (min-width: 992px) {
    .list--inline .textcard {
      display: inline-block;
      vertical-align: top;
      font-size: 1rem;
      width: calc((100% - (30px * (3 - 1))) / 3);
      margin: 0 0 30px 30px; }
      .list--inline .textcard:nth-of-type(3n+1) {
        margin-left: 0; } }
  @media only screen and (max-width: 991px) {
    .list--inline .textcard {
      display: inline-block;
      vertical-align: top;
      font-size: 1rem;
      width: 100%;
      margin: 0 0 30px 30px; }
      .list--inline .textcard:nth-of-type(1n+1) {
        margin-left: 0; } }
  @media only screen and (min-width: 992px) {
    .list--inline .textcard.col-2 {
      display: inline-block;
      vertical-align: top;
      font-size: 1rem;
      width: calc((100% - (30px * (2 - 1))) / 2);
      margin: 0 0 30px 30px; }
      .list--inline .textcard.col-2:nth-of-type(2n+1) {
        margin-left: 0; } }
  @media only screen and (max-width: 992px) {
    .list--inline .textcard.col-2 {
      display: inline-block;
      vertical-align: top;
      font-size: 1rem;
      width: calc((100% - (30px * (2 - 1))) / 2);
      margin: 0 0 30px 30px; }
      .list--inline .textcard.col-2:nth-of-type(1n+1) {
        margin-left: 30px; }
      .list--inline .textcard.col-2:nth-of-type(2n+1) {
        margin-left: 0; } }
  @media only screen and (max-width: 480px) {
    .list--inline .textcard.col-2 {
      display: inline-block;
      vertical-align: top;
      font-size: 1rem;
      width: 100%;
      margin: 0 0 30px 30px; }
      .list--inline .textcard.col-2:nth-of-type(1n+1) {
        margin-left: 0; } }
  .list--inline .textcard.col-4 {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    width: calc((100% - (30px * (4 - 1))) / 4);
    margin: 0 0 30px 30px; }
    .list--inline .textcard.col-4:nth-of-type(4n+1) {
      margin-left: 0; }
    @media only screen and (max-width: 992px) {
      .list--inline .textcard.col-4 {
        display: inline-block;
        vertical-align: top;
        font-size: 1rem;
        width: calc((100% - (30px * (2 - 1))) / 2);
        margin: 0 0 30px 30px; }
        .list--inline .textcard.col-4:nth-of-type(4n+1) {
          margin-left: 30px; }
        .list--inline .textcard.col-4:nth-of-type(2n+1) {
          margin-left: 0; } }
    @media only screen and (max-width: 480px) {
      .list--inline .textcard.col-4 {
        display: inline-block;
        vertical-align: top;
        font-size: 1rem;
        width: 100%;
        margin: 0 0 30px 30px; }
        .list--inline .textcard.col-4:nth-of-type(2n+1) {
          margin-left: 30px; }
        .list--inline .textcard.col-4:nth-of-type(1n+1) {
          margin-left: 0; } }

.calendar {
  margin-top: 30px; }

.firstvisit {
  max-width: 320px;
  width: 80%;
  margin: 0 auto;
  padding: 15px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #333333; }
  .firstvisit__wrapper {
    position: fixed;
    z-index: 6;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.98);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: 0.2s ease;
    display: none; }
    .firstvisit__wrapper.open {
      opacity: 1;
      pointer-events: all;
      visibility: visible; }
  .firstvisit a {
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 14px; }
  .firstvisit .logo {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    top: -15px;
    transform: translate(-50%, -100%); }
    .firstvisit .logo #book {
      fill: #eee; }
    .firstvisit .logo polyline {
      display: none; }

label.text-error {
  position: absolute;
  background: #ed6a5a;
  color: white;
  margin: 0 8px;
  padding: 3px 5px;
  font-size: 12px; }
  label.text-error:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #ed6a5a;
    border-bottom: 5px solid transparent;
    left: -5px;
    top: calc(50% - 5px); }

.divider {
  margin: 0 -30px;
  height: 90px;
  position: relative; }
  .divider:before {
    content: "";
    display: block;
    box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15), inset 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 80px; }
  .divider:nth-of-type(4n+1) {
    background: repeating-linear-gradient(45deg, white, white 10px, rgba(40, 152, 255, 0.3) 10px, rgba(40, 152, 255, 0.3) 15px); }
  .divider:nth-of-type(4n+2) {
    background: repeating-linear-gradient(45deg, white, white 10px, rgba(237, 106, 90, 0.3) 10px, rgba(237, 106, 90, 0.3) 15px); }
  .divider:nth-of-type(4n+3) {
    background: repeating-linear-gradient(45deg, white, white 10px, rgba(140, 198, 63, 0.3) 10px, rgba(140, 198, 63, 0.3) 15px); }
  .divider:nth-of-type(4n) {
    background: repeating-linear-gradient(45deg, white, white 10px, rgba(245, 214, 67, 0.3) 10px, rgba(245, 214, 67, 0.3) 15px); }
  .divider hr {
    top: -160px;
    position: absolute; }

.highlight {
  font-size: 16px;
  font-weight: bold;
  color: #2898ff; }

.date--range .date__to:before {
  content: "";
  margin: 0 0.5em; }

.memberlogin {
  font-size: 0; }
  .memberlogin > * {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    width: calc((100% - (1em * (2 - 1))) / 2);
    margin: 0 0 1em 1em;
    vertical-align: top;
    font-size: 1rem; }
    .memberlogin > *:nth-of-type(2n+1) {
      margin-left: 0; }
    @media only screen and (max-width: 640px) {
      .memberlogin > * {
        display: inline-block;
        vertical-align: top;
        font-size: 1rem;
        width: 100%;
        margin: 0 0 0 0; }
        .memberlogin > *:nth-of-type(1n+1) {
          margin-left: 0; }
        .memberlogin > *:nth-of-type(1n+1) {
          margin-left: 0; } }

.discuss__wrapper {
  position: relative; }
.discuss__login {
  font-size: 0.7em;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .discuss__login {
      width: 100%;
      position: relative; } }
  .discuss__login input {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 0.2em 0.4em;
    border: 0;
    border-bottom: 1px solid #d9d9d9; }
    .discuss__login input:focus {
      border-color: #2898ff; }
  .discuss__login > a.button {
    border: 0;
    border-radius: 3px; }
  .discuss__login button.login:after, .discuss__login a.login:after {
    content: "登入"; }
  .discuss__login button.logout:after, .discuss__login a.logout:after {
    content: "登出"; }
  .discuss__login button.facebook, .discuss__login button.gplus, .discuss__login a.facebook, .discuss__login a.gplus {
    background: white;
    opacity: 0.7;
    position: relative;
    overflow: hidden; }
    .discuss__login button.facebook:before, .discuss__login button.gplus:before, .discuss__login a.facebook:before, .discuss__login a.gplus:before {
      margin-right: 0.5em; }
    .discuss__login button.facebook:hover, .discuss__login button.facebook:focus, .discuss__login button.gplus:hover, .discuss__login button.gplus:focus, .discuss__login a.facebook:hover, .discuss__login a.facebook:focus, .discuss__login a.gplus:hover, .discuss__login a.gplus:focus {
      opacity: 1; }
    .discuss__login button.facebook:focus, .discuss__login button.gplus:focus, .discuss__login a.facebook:focus, .discuss__login a.gplus:focus {
      outline: 2px dashed magenta;
      outline-offset: -2px; }
  .discuss__login button.facebook, .discuss__login a.facebook {
    padding: 0.5em 1em;
    color: #3b5998;
    box-shadow: inset 0 0 0 1px #3b5998; }
  .discuss__login button.gplus, .discuss__login a.gplus {
    padding: 0.5em 1em;
    color: #dd4b39;
    box-shadow: inset 0 0 0 1px #dd4b39; }
.discuss__list, .discuss__reply {
  list-style-type: none;
  width: 100%; }
.discuss__title {
  margin-bottom: 0 !important; }
.discuss__info {
  font-size: 0.8em; }
  .discuss__info .user:before, .discuss__info .date:before {
    font-size: 0.7em;
    margin-right: 0.2em; }
  .discuss__info .user {
    color: #2898ff; }
    .discuss__info .user:before {
      content: ""; }
  .discuss__info .date {
    margin-left: 1em;
    color: #b3b3b3; }
    .discuss__info .date:before {
      content: ""; }
.discuss__hellowtext {
  font-size: 1.8em; }
  .discuss__hellowtext:before {
    content: "";
    color: #2898ff;
    font-size: 0.7em;
    margin-right: 0.1em; }
  .discuss__hellowtext button {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 3px;
    font-size: 0.8em;
    padding: 0;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top; }
  .discuss__hellowtext:hover button {
    padding: 0 0.5em;
    max-width: 100px; }
.discuss__form textarea, .discuss__form select {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  border-color: #e6e6e6;
  border-radius: 0; }
  .discuss__form textarea:focus, .discuss__form select:focus {
    border-color: #2898ff;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: none; }
.discuss__form button, .discuss__form a {
  display: inline-block;
  vertical-align: middle;
  text-shadow: none; }
.discuss__form > .btn-back {
  display: block;
  text-align: right; }
  .discuss__form > .btn-back > a {
    text-shadow: none; }
.discuss__reply {
  padding-left: 3em;
  margin: 1em 0; }
.discuss__reply .discuss__content {
  padding: 0.5em 1em;
  margin: 0.5em 0;
  border-top: 1px solid #2898ff; }
  .discuss__reply .discuss__content:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #2898ff;
    position: absolute;
    bottom: 100%; }

.gsc-control-cse {
  font-family: "Microsoft Jhenghei", "Arial"; }
  .gsc-control-cse table.gsc-search-box td.gsc-input td.gsc-input, .gsc-control-cse table.gsc-search-box td.gsc-input {
    padding-right: 0 !important; }
    .gsc-control-cse table.gsc-search-box td.gsc-input td.gsc-input input, .gsc-control-cse table.gsc-search-box td.gsc-input input {
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      font-family: "Microsoft Jhenghei", "Arial";
      padding: 3px 10px; }
      .gsc-control-cse table.gsc-search-box td.gsc-input td.gsc-input input:focus, .gsc-control-cse table.gsc-search-box td.gsc-input input:focus {
        box-shadow: 0 0 0 3px #eee; }
  .gsc-control-cse table.gsc-search-box td.gsc-input .gsc-search-button, .gsc-control-cse table.gsc-search-box .gsc-search-button {
    height: 36px !important; }
  .gsc-control-cse table.gsc-search-box td.gsc-input td.gsc-clear-button, .gsc-control-cse table.gsc-search-box td.gsc-clear-button {
    position: absolute;
    right: 90px; }
    .gsc-control-cse table.gsc-search-box td.gsc-input td.gsc-clear-button .gsc-clear-button, .gsc-control-cse table.gsc-search-box td.gsc-clear-button .gsc-clear-button {
      height: 36px;
      display: inline-block;
      width: auto;
      padding: 0 10px; }
  .gsc-control-cse .gsc-above-wrapper-area {
    position: relative;
    z-index: 100; }
  .gsc-control-cse .gsc-webResult.gsc-result {
    padding-left: 0; }
    .gsc-control-cse .gsc-webResult.gsc-result .gs-no-results-result .gs-snippet {
      padding: 0.5em;
      margin: 0;
      font-family: "Microsoft Jhenghei", "Arial"; }

.scrollHint {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 1em;
  opacity: 1 !important;
  transform: none !important;
  text-align: center; }
  @media screen and (max-width: 767px), screen and (max-height: 767px) {
    .scrollHint {
      display: none; } }
  .noscript .scrollHint {
    display: none; }
  .scrollHint:before, .scrollHint:after {
    content: "";
    display: block;
    margin: 0 auto;
    background: #2898ff; }
  .scrollHint:before {
    width: 1px;
    height: 30px; }
  .scrollHint:after {
    width: 4px;
    height: 10px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    animation: scrolldown 0.8s linear infinite; }

.pagetabhack {
  font-size: 0.8em;
  list-style-type: none;
  margin-left: 0; }
  .pagetabhack > li {
    display: inline-block;
    padding: 0 0.2em;
    margin-bottom: 0.2em; }
    .pagetabhack > li:before {
      content: "";
      font-size: 0.8em;
      margin-right: 0.2em;
      color: #2898ff; }
    @media only screen and (min-width: 769px) {
      .pagetabhack > li {
        padding: 0.5em;
        line-height: 1;
        display: inline-block; } }

.form button, .form a.button {
  line-height: 1;
  display: inline-block;
  vertical-align: middle; }
.form a.button.huge {
  font-size: 2rem;
  padding: 0.6em 1.2em;
  border-radius: 3px; }
.form a.button.disabled {
  background: #ccc;
  cursor: not-allowed; }
.form .checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  margin: 0; }
  .form .checkbox input[type=checkbox] ~ label {
    padding-left: 1em;
    position: relative; }
    .form .checkbox input[type=checkbox] ~ label:before {
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      position: absolute;
      content: "";
      width: 1em;
      height: 1em;
      font-size: 0.8em;
      left: 0;
      top: 0.5em;
      color: rgba(40, 152, 255, 0); }
    .form .checkbox input[type=checkbox] ~ label:hover:before {
      color: rgba(40, 152, 255, 0.3); }
  .form .checkbox input[type=checkbox]:focus ~ label:before {
    outline: 1px solid #2898ff; }
  .form .checkbox input[type=checkbox]:checked ~ label:before {
    color: #2898ff; }

.alert {
  background-image: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 0; }
  .alert button {
    text-shadow: none; }
    .alert button.close {
      font-size: 0;
      float: none;
      position: absolute;
      top: 0;
      right: 0; }
      .alert button.close:before {
        content: "";
        font-size: 0.8rem;
        margin: 0.6em; }

.faicon--calendar:before {
  content: ""; }
.faicon--crosshairs:before {
  content: ""; }
.faicon--retweet:before {
  content: ""; }
.faicon--user-plus:before {
  content: ""; }
.faicon--book:before {
  content: ""; }
.faicon--edit:before {
  content: ""; }
.faicon--bullhorn:before {
  content: ""; }
.faicon--map:before {
  content: ""; }
.faicon--users:before {
  content: ""; }
.faicon--link:before {
  content: ""; }
.faicon--phone:before {
  content: ""; }

.abcRioButton.abcRioButtonLightBlue {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

table thead th {
  white-space: nowrap; }

.noscript #toggleCollapse {
  display: none; }

.accesskey, .submarine {
  position: absolute;
  font-size: 12px;
  color: #cccccc;
  left: 0;
  top: 0; }

.picnote {
  font-size: 12px;
  color: #999;
  line-height: 1.2; }

/*# sourceMappingURL=main.css.map */
