@import url(reset-min.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(flickity.css);
@import url(jquery-ui.css);
@import url(jquery.fancybox.css);
@chartset "UTF-8";
.wf-loading body {
  opacity: 0; }

.wf-active body {
  opacity: 1;
  transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out; }

@media (min-width: 768px) {
  .onlyl {
    display: block; } }
@media (max-width: 767px) {
  .onlyl {
    display: none; } }

@media (min-width: 768px) {
  .onlym {
    display: none; } }
@media (max-width: 767px) {
  .onlym {
    display: block; } }

@media (min-width: 1201px) {
  .tabletM {
    display: none; } }
@media (max-width: 1200px) {
  .tabletM {
    display: block; } }

button {
  border: none;
  font-family: inherit; }

strong, b {
  font-weight: 700; }

em {
  font-style: italic;
  font-weight: 400; }

strong em {
  font-weight: 700; }

b em {
  font-weight: 700; }

sub {
  vertical-align: sub; }

sup {
  vertical-align: super; }

body {
  font-family: neue-haas-grotesk-display, "Noto Sans TC", sans-serif, -apple-system, 'Microsoft JhengHei';
  font-weight: 400; }
  body.lang-en {
    letter-spacing: 1.2px; }
  @media (min-width: 768px) {
    body {
      overflow-x: hidden; } }
  body * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    body *:focus {
      outline: #9b9b9b dashed 2px; }
      body *:focus:not(:focus-visible) {
        outline: none; }

.accesskey {
  color: transparent; }
  .accesskey:focus {
    color: #1a1a1a; }

.container {
  width: 100%;
  min-width: 375px;
  background: #F6F5F3; }

.js-scroll-section {
  width: 100%;
  background: #F6F5F3; }

.clearfix {
  clear: both; }

.sr-only {
  position: absolute;
  width: 0.063rem;
  height: 0.063rem;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  padding: 0;
  z-index: 999;
  margin: -0.063rem; }

.sr-only-focusable:focus,
.sr-only-focusable:active {
  left: 330px;
  width: auto;
  height: auto;
  color: #000;
  overflow: visible;
  clip: auto;
  padding: 0.2em;
  margin: 0; }

.main-menu {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 10;
  width: 480px;
  height: 100vh;
  background: #fff;
  visibility: hidden;
  -webkit-box-shadow: 9px 2px 25px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 9px 2px 25px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 9px 2px 25px 0px rgba(0, 0, 0, 0.35);
  transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  padding: 38px 2% 4.8%; }
  .main-menu .logo {
    display: none;
    width: 206px;
    max-width: 82.5%;
    height: auto;
    margin-left: 17.5%;
    margin-bottom: 60px; }
  .main-menu ul {
    width: 255px;
    height: 68.6%;
    max-height: calc(100vh - 350px);
    font-size: 1.25rem;
    padding: 0 1.5em;
    margin: 0 auto 5vh auto; }
    .main-menu ul li {
      position: relative;
      color: #333;
      cursor: pointer;
      transition: color 0.3s;
      -ms-transition: color 0.3s;
      -moz-transition: color 0.3s;
      -webkit-transition: color 0.3s;
      margin-bottom: 24px; }
      .main-menu ul li:hover {
        color: #B21B19; }
      .main-menu ul li.has-nav:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 11px;
        width: 10px;
        height: 2px;
        background: #C1C1C1;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s; }
      .main-menu ul li.has-nav:after {
        content: '';
        display: block;
        position: absolute;
        right: 4px;
        top: 7px;
        width: 2px;
        height: 10px;
        background: #C1C1C1;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s; }
      .main-menu ul li.has-nav:hover:before, .main-menu ul li.has-nav:hover:after {
        background: #B21B19; }
      .main-menu ul li.has-nav.expand {
        color: #B21B19; }
        .main-menu ul li.has-nav.expand:before {
          background: #B21B19; }
        .main-menu ul li.has-nav.expand:after {
          transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          opacity: 0; }
        .main-menu ul li.has-nav.expand ul {
          display: block; }
      .main-menu ul li.has-nav ul {
        display: none;
        width: 100%;
        height: auto;
        max-height: none;
        font-size: 1rem;
        padding-left: 1em;
        padding-top: 20px;
        margin-bottom: 41px; }
        .main-menu ul li.has-nav ul li {
          color: #575757;
          cursor: initial;
          margin-bottom: 10px; }
          .main-menu ul li.has-nav ul li.active a {
            color: #B21B19; }
          .main-menu ul li.has-nav ul li a {
            transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s; }
            .main-menu ul li.has-nav ul li a:hover {
              color: #B21B19; }
          .main-menu ul li.has-nav ul li span {
            display: block;
            padding-left: 1.3em;
            margin: 10px 0; }
            .main-menu ul li.has-nav ul li span.active a {
              color: #B21B19; }
      .main-menu ul li.active a {
        color: #B21B19; }
  .main-menu .close {
    float: right;
    width: 42px;
    height: 42px;
    cursor: pointer;
    margin: -23px 54px 90px 19px; }
    .main-menu .close span {
      display: block;
      width: 32px;
      height: 2px;
      background: #000; }
      .main-menu .close span:first-child {
        transform: rotate(45deg) translate(14px, 13px);
        -webkit-transform: rotate(45deg) translate(14px, 13px); }
      .main-menu .close span:last-child {
        transform: rotate(-45deg) translate(-12px, 13px);
        -webkit-transform: rotate(-45deg) translate(-12px, 13px); }
  .main-menu .search-btn {
    float: right;
    margin-top: -24px; }
  .main-menu .lang {
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0 auto 20px 110px; }
    .main-menu .lang a.active {
      color: #B21B19; }
  .main-menu .copyright {
    color: #7C7C7C;
    font-size: 0.75rem;
    margin-left: 110px; }
  .main-menu.index {
    float: left;
    position: relative;
    right: initial;
    left: 0;
    width: 25%;
    visibility: visible;
    -webkit-box-shadow: -9px 2px 25px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -9px 2px 25px 0px rgba(0, 0, 0, 0.35);
    box-shadow: -9px 2px 25px 0px rgba(0, 0, 0, 0.35);
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    padding-top: 30px; }
    .main-menu.index .logo {
      display: block; }
    .main-menu.index .close, .main-menu.index .search-btn {
      display: none; }
    .main-menu.index ul {
      width: calc(65% + 3em);
      height: 50%;
      font-size: 1rem;
      margin-bottom: 7vh; }
      .main-menu.index ul li {
        margin-bottom: 20px; }
        .main-menu.index ul li.has-nav ul {
          font-size: 0.875rem; }
    .main-menu.index .lang {
      font-size: 0.875rem;
      margin-left: 12.7%;
      margin-bottom: 37px; }
    .main-menu.index .copyright {
      margin-left: 12.7%; }
    .main-menu.index .close, .main-menu.index .search-btn {
      display: none; }
    .main-menu.index.scroll {
      position: fixed;
      right: -100%;
      left: initial;
      width: 480px;
      visibility: hidden;
      transition: right 0.3s;
      -ms-transition: right 0.3s;
      -moz-transition: right 0.3s;
      -webkit-transition: right 0.3s;
      padding: 38px 2% 4.8%; }
      .main-menu.index.scroll .logo {
        display: none; }
      .main-menu.index.scroll .close, .main-menu.index.scroll .search-btn {
        display: block; }
      .main-menu.index.scroll ul {
        width: 255px;
        height: 68.6%;
        font-size: 1.25rem;
        padding: 0 1.5em;
        margin: 0 auto 5vh auto; }
        .main-menu.index.scroll ul li {
          margin-bottom: 24px; }
          .main-menu.index.scroll ul li.has-nav ul {
            width: 100%;
            max-height: none;
            height: auto;
            font-size: 1rem;
            padding-left: 1em;
            padding-top: 20px;
            margin-bottom: 41px; }
            .main-menu.index.scroll ul li.has-nav ul li {
              margin-bottom: 10px; }
      .main-menu.index.scroll .lang {
        font-size: 1.125rem;
        margin: 0 auto 20px 110px; }
      .main-menu.index.scroll .copyright {
        margin-left: 110px; }
      .main-menu.index.scroll.expand {
        right: 0;
        z-index: 11;
        visibility: visible; }
  .main-menu.expand {
    right: 0;
    visibility: visible;
    padding-top: 38px; }
    .main-menu.expand ul li.has-nav:before {
      top: 13px; }
    .main-menu.expand ul li.has-nav:after {
      top: 9px; }

.header-wrapper {
  height: 70px;
  min-width: 375px; }
  @media (min-width: 768px) {
    .header-wrapper.index {
      height: 0; } }

.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 70px;
  background: #fff;
  padding: 10px 85px 10px 60px; }
  .header .logo {
    width: 256px;
    height: auto;
    margin-top: -5px; }
  .header .lang {
    float: left;
    font-size: 0.75rem;
    font-weight: 400;
    margin: 16px 18px 0 0; }
    .header .lang .active {
      color: #B21B19; }
  .header .accesskey {
    float: left;
    margin: 12px 15px 0 0; }

.header-btn-wrapper {
  float: right; }
  @media (max-width: 767px) {
    .header-btn-wrapper {
      width: calc(2.6% + 112px); } }

.menu-btn {
  float: left;
  width: 42px;
  height: 42px;
  cursor: pointer;
  padding: 12px 5px 0 0;
  margin-top: 4px;
  margin-left: 20px; }
  .menu-btn span {
    display: block;
    width: 32px;
    height: 2px;
    background: #000;
    margin-bottom: 6px;
    margin-right: 0; }
    .menu-btn span:last-child {
      width: 22px; }

.search-btn {
  float: left;
  width: 42px;
  height: 42px;
  background-image: url(../images/search-btn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px;
  cursor: pointer;
  margin-top: 4px; }

.main-slider {
  float: right;
  width: 75%;
  height: 100vh;
  background: #F6F5F3;
  overflow: hidden; }
  .main-slider .carousel {
    width: 80vh;
    height: 100vh; }
    .main-slider .carousel .img-wrap {
      position: relative;
      height: 0;
      transition: all 0.3s;
      -ms-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      overflow: hidden;
      padding-top: 100%; }
      .main-slider .carousel .img-wrap img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 1s, opacity 0.5s ease-in;
        -ms-transition: transform 1s, opacity 0.5s ease-in;
        -moz-transition: transform 1s, opacity 0.5s ease-in;
        -webkit-transition: transform 1s, opacity 0.5s ease-in; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .main-slider .carousel .img-wrap img {
            height: auto; } }
      .main-slider .carousel .img-wrap:hover img {
        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: 0.8; }
      .main-slider .carousel .img-wrap:hover + .text-wrap .title {
        color: #B21B19; }
    .main-slider .carousel .text-wrap {
      position: relative;
      height: 20vh;
      color: #1A1A1A;
      background: #F6F5F3;
      padding: 5%; }
      .main-slider .carousel .text-wrap:before {
        position: absolute;
        top: -15px;
        left: 40px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 12.5px 15px 12.5px;
        border-color: transparent transparent #f6f5f3 transparent; }
      .main-slider .carousel .text-wrap .title {
        display: block;
        display: -webkit-box;
        max-height: 2.8em;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.35em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        margin-bottom: 1em; }
        .main-slider .carousel .text-wrap .title a {
          transition: all 0.3s;
          -ms-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          outline-offset: -1px; }
          .main-slider .carousel .text-wrap .title a:hover {
            color: #B21B19; }
      .main-slider .carousel .text-wrap .catgory {
        font-size: 0.875rem; }
    .main-slider .carousel a:hover .img-wrap {
      opacity: 0.9; }
    .main-slider .carousel a:hover .title {
      color: #B21B19; }

.box-wrapper {
  position: relative;
  background: #F6F5F3;
  padding-bottom: 60px; }
  .article-wrapper .box-wrapper {
    margin-top: 100px; }
    @media (max-width: 767px) {
      .article-wrapper .box-wrapper {
        margin-top: 80px; } }
    .article-wrapper .box-wrapper > .title {
      font-size: 1.5rem;
      font-weight: 500;
      color: #575757;
      margin: 0 0 40px 5.5%; }
  .box-wrapper.article_list {
    padding-bottom: 160px; }
  .box-wrapper .box-s {
    float: left;
    width: 25%; }
    .ui-tabs-panel .box-wrapper .box-s {
      width: 50%; }
      @media (max-width: 767px) {
        .ui-tabs-panel .box-wrapper .box-s {
          width: 100%; } }
    @media (min-width: 1201px) {
      .box-wrapper .box-s:nth-of-type(4n+1) {
        clear: left; }
      .large .box-wrapper .box-s:nth-of-type(4n+1), .ui-tabs-panel .box-wrapper .box-s:nth-of-type(4n+1) {
        clear: none; } }
    @media (min-width: 768px) and (max-width: 1200px) {
      .box-wrapper .box-s:nth-of-type(3n+1) {
        clear: left; }
      .large .box-wrapper .box-s:nth-of-type(3n+1), .ui-tabs-panel .box-wrapper .box-s:nth-of-type(3n+1) {
        clear: none; } }
    .box-wrapper .box-s .text-wrap {
      height: 50%;
      padding: 11%; }
  .box-wrapper .box-text {
    float: left;
    width: 25%; }
    .box-wrapper .box-text .text-wrap {
      color: #fff !important;
      padding: 11%; }
      .box-wrapper .box-text .text-wrap.bg1 {
        background: #1F1F1F; }
      .box-wrapper .box-text .text-wrap.bg2 {
        background: #3C3C3C; }
      .box-wrapper .box-text .text-wrap.bg3 {
        background: #7C7C7C; }
      .box-wrapper .box-text .text-wrap.bg4 {
        background: #2C2C2C; }
      .box-wrapper .box-text .text-wrap.bg5 {
        background: #2F2F2F; }
      .box-wrapper .box-text .text-wrap:before {
        border-color: transparent !important; }
      .box-wrapper .box-text .text-wrap p, .box-wrapper .box-text .text-wrap .catgory {
        color: #fff !important; }
      .box-wrapper .box-text .text-wrap p:hover {
        color: #B21B19 !important; }
    .box-wrapper .box-text.style2 .text-wrap.bg1 {
      background: #525252; }
    .box-wrapper .box-text.style2 .text-wrap.bg2 {
      background: #7B7B7B; }
    .box-wrapper .box-text.style2 .text-wrap.bg3 {
      background: #A2A2A2; }
  .box-wrapper .box-l {
    width: 50%; }
    .box-wrapper .box-l .text-wrap {
      padding: 6.2% 5.8%; }
  .box-wrapper .blank-box {
    float: left;
    width: 25%;
    height: 25vw; }
  .box-wrapper [class^='box-'] .img-wrap {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 100%; }
    .box-wrapper [class^='box-'] .img-wrap img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      transform: scale(1.02);
      -webkit-transform: scale(1.02);
      transition: transform 1s, opacity 0.5s, filter 0.5s ease-in;
      -ms-transition: transform 1s, opacity 0.5s, filter 0.5s ease-in;
      -moz-transition: transform 1s, opacity 0.5s, filter 0.5s ease-in;
      -webkit-transition: transform 1s, opacity 0.5s, filter 0.5s ease-in; }
    .box-wrapper [class^='box-'] .img-wrap:hover img {
      transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      opacity: 0.8; }
  .box-wrapper [class^='box-'] .inner-text {
    position: absolute;
    left: 11%;
    bottom: 11.5%;
    max-width: 78%;
    color: #fff;
    text-shadow: 1px 1px 3px black; }
    .ui-tabs-panel .box-wrapper [class^='box-'] .inner-text {
      bottom: 6%; }
    .box-wrapper [class^='box-'] .inner-text h2 {
      font-size: 1.375rem;
      font-weight: 500;
      line-height: 1.5em;
      transition: color 0.3s ease-in;
      -ms-transition: color 0.3s ease-in;
      -moz-transition: color 0.3s ease-in;
      -webkit-transition: color 0.3s ease-in; }
      .box-wrapper [class^='box-'] .inner-text h2 small {
        display: block;
        font-size: 1rem; }
    .box-wrapper [class^='box-'] .inner-text p {
      font-size: 1rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .box-wrapper [class^='box-'] > a {
    display: block; }
  .box-wrapper [class^='box-'] .text-wrap {
    position: relative;
    color: #1a1a1a;
    background: #F6F5F3; }
    .box-wrapper [class^='box-'] .text-wrap h2, .box-wrapper [class^='box-'] .text-wrap .title {
      display: block;
      display: -webkit-box;
      max-height: 2.6em;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.35em;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      transition: all 0.3s;
      -ms-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      margin-bottom: 23px; }
    .box-wrapper [class^='box-'] .text-wrap p {
      display: block;
      display: -webkit-box;
      max-height: 4em;
      font-size: 1rem;
      line-height: 1.35em;
      color: #6f6f6f;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      transition: all 0.3s;
      -ms-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      margin-bottom: 30px; }
      .box-wrapper [class^='box-'] .text-wrap p:empty {
        margin-bottom: 0; }
    .box-wrapper [class^='box-'] .text-wrap .catgory {
      font-size: 0.875rem;
      color: #6f6f6f; }
    .box-wrapper [class^='box-'] .text-wrap:before {
      position: absolute;
      top: -15px;
      left: 40px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 12.5px 15px 12.5px;
      border-color: transparent transparent #f6f5f3 transparent; }
    .box-wrapper [class^='box-'] .text-wrap a {
      display: block; }
  .box-wrapper .box-item .download {
    padding: 0 11% 11%; }
  .box-wrapper .box-item .text-wrap .download {
    margin-top: 22px; }
  .box-wrapper .box-item a:hover h2, .box-wrapper .box-item a:hover p {
    color: #B21B19; }
  .box-wrapper .box-item a:hover .inner-text h2 {
    color: #B21B19; }
  .box-wrapper .box-item a:hover .inner-text p {
    color: inherit; }
  .box-wrapper:after {
    content: '';
    display: block;
    clear: both; }
  .box-wrapper .btn-wrapper {
    margin-top: 12.5%; }
    .box-wrapper .btn-wrapper .btn {
      width: 80px;
      height: 32px;
      line-height: 32px;
      margin-right: 5px; }
  .box-wrapper.pb {
    padding-bottom: 120px; }
  .box-wrapper.grayimg [class^='box-'] .img-wrap img {
    filter: grayscale(100%); }
  .box-wrapper.grayimg [class^='box-'] .img-wrap:hover img {
    filter: grayscale(0);
    opacity: 1; }

.btn-wrapper .btn {
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  margin-right: 5px; }
  .btn-wrapper .btn:last-child {
    margin-right: 0; }
  .btn-wrapper .btn.primary {
    background-color: #B21B19;
    cursor: pointer; }
  .btn-wrapper .btn.secondary {
    background-color: #575757;
    cursor: pointer; }
  .btn-wrapper .btn.disabled {
    color: #E5E5E5;
    background-color: #BFBFBF; }
  .btn-wrapper .btn.info {
    background-color: #777777;
    cursor: pointer; }

.more-wrapper {
  position: relative;
  background: #F6F5F3;
  padding-bottom: 160px; }

.more {
  width: 390px;
  height: 42px;
  line-height: 42px;
  font-size: 0.875rem;
  color: #505050;
  background: #EFEDE9;
  text-align: center;
  cursor: pointer;
  margin: 0 auto; }
  .more:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 202px;
    background: #F6F5F3;
    pointer-events: none; }

.footer {
  position: relative;
  width: 100%;
  background: #F6F5F3;
  padding: 0 15px 60px;
  margin: 0 auto; }
  .footer .inner {
    max-width: 1200px;
    border-top: #000 solid 6px;
    padding: 20px 0 0;
    margin: 0 auto; }
    .footer .inner > ul {
      text-align: center;
      margin: 10px 0 12px; }
      .footer .inner > ul li {
        display: inline-block;
        line-height: 1em;
        color: #6e6e6e;
        font-size: 0.75rem;
        border-right: #6e6e6e solid 1px;
        padding: 0 16px 0 12px; }
        .footer .inner > ul li:last-child {
          border-right: 0; }
  .footer .sec1 {
    display: inline-block;
    max-width: 60%; }
    .footer .sec1 .logo {
      width: 234px;
      margin-bottom: 27px; }
    .footer .sec1 ul li {
      display: inline-block;
      font-size: 0.875rem;
      font-weight: 400;
      margin-right: 14px; }
  .footer .sec2 {
    float: right;
    line-height: 1.75em;
    font-size: 0.875rem;
    text-align: right; }
  .footer .copyright {
    font-size: 0.75rem;
    color: #6e6e6e;
    text-align: center; }
  .footer .accesskey {
    position: absolute;
    left: 15px;
    top: 5px; }

.logo-academiasinica {
  text-align: center;
  margin: 45px auto 0; }
  .logo-academiasinica img {
    width: 64px; }

.cover {
  position: fixed;
  width: 100%;
  height: 58.8vh; }
  .cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(87, 87, 87, 0.4); }
  .cover.small {
    height: 27.7vh; }
    @media (max-width: 767px) {
      .cover.small {
        height: 15vh; } }
  .cover > img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .cover > img {
        height: auto; } }

.breadcrumb-wrapper {
  position: relative;
  height: 58.8vh; }
  .breadcrumb-wrapper.small {
    height: 27.7vh; }
    @media (max-width: 767px) {
      .breadcrumb-wrapper.small {
        height: 15vh; } }

.breadcrumb {
  position: absolute;
  bottom: 38%;
  left: 15%;
  max-width: 800px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.2em; }
  .small .breadcrumb {
    bottom: 31%;
    font-size: 1rem; }
  .breadcrumb li {
    display: inline-block;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16); }
    .breadcrumb li.active {
      display: block;
      font-size: 2rem;
      font-weight: 500; }
      .small .breadcrumb li.active {
        font-size: 1.5rem; }
      .breadcrumb li.active * {
        font-weight: inherit; }

.page {
  position: relative;
  z-index: 1;
  float: left;
  width: 25%;
  background: #fff;
  -webkit-box-shadow: 0px -6px 28px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -6px 28px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -6px 28px 0px rgba(0, 0, 0, 0.3);
  padding: 4.1% 2% 2% 5%;
  margin-top: -8.3%; }
  @media (min-width: 768px) {
    .article-wrapper .page {
      margin-top: calc(-8.3% - 78px); } }
  .page ul {
    color: #343434;
    font-size: 1rem; }
    .page ul li {
      margin-bottom: 20px; }
      .page ul li.active {
        color: #B21B19;
        font-weight: 500; }
      .page ul li a {
        cursor: pointer;
        transition: color 0.3s;
        -ms-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -webkit-transition: color 0.3s; }
        .page ul li a:hover {
          color: #B21B19; }
  .page .accesskey {
    position: absolute;
    top: 15px;
    left: 15px; }

.article-wrapper {
  position: relative;
  background: #F6F5F3;
  padding-top: 78px;
  padding-bottom: 165px; }
  @media (min-width: 768px) {
    .article-wrapper.min-onepage {
      min-height: calc(100vh - 283px); } }
  .article-wrapper .accesskey {
    position: absolute;
    top: 15px;
    left: 15px; }
  .article-wrapper .content {
    width: 830px;
    max-width: 66%;
    color: #1A1A1A;
    margin-left: 33%; }
    .article-wrapper .content:after {
      content: '';
      display: block;
      clear: both; }
    .article-wrapper .content h1 {
      font-size: 1.75rem;
      font-weight: 500;
      margin-bottom: 15px; }
    .article-wrapper .content .date {
      font-size: 1.125rem;
      margin-bottom: 32px; }
    .article-wrapper .content .download {
      margin: 40px 0 75px; }
    .article-wrapper .content .article-list .download {
      margin: 35px 0 10px; }
      .article-wrapper .content .article-list .download li {
        display: inline-block;
        margin: 0 35px 5px 0; }
        .article-wrapper .content .article-list .download li:last-child {
          margin-right: 0; }
    .article-wrapper .content.award h1 {
      line-height: 1.3em;
      margin-bottom: 35px; }
      @media (max-width: 767px) {
        .article-wrapper .content.award h1 {
          margin-bottom: 30px; } }
    .article-wrapper .content.award .date {
      margin-bottom: 38px; }
    .article-wrapper .content.contact h2 {
      font-size: 1.75rem;
      font-weight: bold;
      border-bottom: #CECECE solid 1px;
      padding-bottom: 20px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .article-wrapper .content.contact h2 {
          width: 106.6%;
          font-size: 1.5rem;
          padding-left: 10px;
          margin-left: -3.3%; } }
    .article-wrapper .content.contact a {
      color: #B21B19;
      text-decoration: underline; }
    .article-wrapper .content.contact p {
      font-size: 1.125rem;
      line-height: 2em;
      margin-bottom: 100px; }
      @media (max-width: 767px) {
        .article-wrapper .content.contact p {
          margin-bottom: 55px; } }
    .article-wrapper .content table {
      width: 100%;
      max-width: 100%;
      font-size: 1rem;
      line-height: 1.5em;
      border: none;
      margin-bottom: 2.8em; }
      .article-wrapper .content table tr:nth-child(even) {
        background: #fff; }
      .article-wrapper .content table th {
        text-align: left;
        text-align: center;
        border: none;
        padding: 10px 20px; }
      .article-wrapper .content table td {
        border: none;
        padding: 10px 20px; }
        @media (max-width: 767px) {
          .article-wrapper .content table td {
            padding: 13px 30px; } }
      @media (max-width: 1200px) {
        .article-wrapper .content table {
          display: block;
          overflow-x: auto; }
          .article-wrapper .content table tbody {
            width: 100%; }
          .article-wrapper .content table td {
            word-break: keep-all; } }
      .article-wrapper .content table.plan th {
        padding: 15px 30px 24px; }
  .article-wrapper .text-block {
    position: relative;
    font-size: 1.125rem;
    line-height: 2em;
    padding-right: 110px; }
    .lang-en .article-wrapper .text-block {
      line-height: 1.8em; }
    .article-wrapper .text-block:after {
      content: '';
      display: block;
      clear: both; }
    .article-wrapper .text-block a {
      color: #B21B19;
      text-decoration: underline;
      word-break: break-word; }
    .article-wrapper .text-block .share-btn a {
      text-decoration: none; }
    .article-wrapper .text-block h2 {
      font-size: 1.5rem;
      font-weight: 500;
      margin-bottom: 1em; }
    .article-wrapper .text-block h3 {
      font-size: 1.375rem;
      font-weight: 500;
      margin-bottom: 1em; }
    .article-wrapper .text-block h4 {
      font-size: 1.25rem;
      font-weight: 500;
      margin-bottom: .7em; }
    .article-wrapper .text-block p {
      margin-bottom: 2em; }
    .article-wrapper .text-block ul {
      padding-left: 1.4em;
      margin-bottom: 2em; }
      .article-wrapper .text-block ul li {
        list-style-type: disc; }
      .article-wrapper .text-block ul.form-info {
        padding-left: 0;
        margin-bottom: 0; }
        .article-wrapper .text-block ul.form-info li {
          list-style-type: none; }
          @media (max-width: 767px) {
            .article-wrapper .text-block ul.form-info li {
              line-height: 2.1em; } }
      .article-wrapper .text-block ul.author {
        line-height: 1.3em;
        margin-bottom: 0;
        padding-left: 0; }
      .article-wrapper .text-block ul.author li, .article-wrapper .text-block ul.download li {
        list-style-type: none; }
        .article-wrapper .text-block ul.author li a, .article-wrapper .text-block ul.download li a {
          color: inherit;
          text-decoration: none; }
    .article-wrapper .text-block ol {
      padding-left: 1.4em;
      margin-bottom: 2em; }
      .article-wrapper .text-block ol li {
        list-style-type: decimal; }
    .article-wrapper .text-block img {
      max-width: 100%;
      height: auto;
      margin-bottom: 1.4em; }
      .article-wrapper .text-block img.validate-img {
        margin: 15px 0 1.4em 105px; }
      @media (max-width: 767px) {
        .article-wrapper .text-block img {
          max-width: 120%;
          margin-left: -10%; }
          .article-wrapper .text-block img.validate-img {
            margin: 15px 0 1.4em 0; } }
    .article-wrapper .text-block blockquote {
      line-height: 1.8em;
      font-size: 1.375rem;
      color: #707070;
      padding: 0 10%;
      margin-bottom: 2em; }
      .article-wrapper .text-block blockquote * {
        display: inline;
        margin-bottom: 0; }
      .article-wrapper .text-block blockquote:before {
        content: '"';
        margin-right: 8px; }
      .article-wrapper .text-block blockquote:after {
        content: '"';
        margin-left: 8px; }
    .article-wrapper .text-block video {
      max-width: 100%; }
  .article-wrapper .profile {
    font-size: 1rem;
    line-height: 1.45em;
    margin-top: 20px; }
    .article-wrapper .profile:after {
      content: '';
      display: block;
      clear: both; }
    .article-wrapper .profile .avatar {
      float: right;
      width: 42%;
      margin-left: 5%; }
      .article-wrapper .profile .avatar img {
        width: 100%;
        height: auto; }
      .article-wrapper .profile .avatar p {
        font-size: 0.75em;
        color: #B7B7B7;
        text-align: right;
        margin: 3px 0 0 0; }
        .article-wrapper .profile .avatar p a {
          color: inherit;
          text-decoration: none; }
    .article-wrapper .profile h1 {
      font-size: 2rem;
      line-height: 1.4em;
      margin-bottom: 38px; }
      .article-wrapper .profile h1 small {
        font-size: 1.875rem;
        font-weight: normal;
        margin-left: 15px; }
    .article-wrapper .profile .inner {
      padding-left: 0.4em; }
    .article-wrapper .profile .subtitle {
      color: #575757;
      font-size: 0.875rem;
      margin-bottom: 7px; }
    .article-wrapper .profile h4 {
      font-size: 1.5rem;
      font-weight: 500;
      margin-bottom: 1em; }
    .article-wrapper .profile p {
      font-weight: 400;
      margin-bottom: 28px; }
      .article-wrapper .profile p.editor {
        line-height: 2em; }
    .article-wrapper .profile hr {
      margin: 53px 0; }
    .article-wrapper .profile a {
      color: #B21B19;
      text-decoration: underline; }
  .article-wrapper.no-page {
    padding-top: 95px; }
    .article-wrapper.no-page .content {
      margin: 0 auto; }
  .article-wrapper.large .content {
    width: 1000px;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .article-wrapper.large .content {
        width: 100%; } }
  .article-wrapper.large .box-wrapper {
    padding-bottom: 0; }

figure {
  margin-bottom: 2em; }
  figure img {
    max-width: 100%;
    height: auto;
    margin: 0; }
    .article-wrapper .text-block figure img {
      max-width: 100%;
      margin-bottom: 0; }

figcaption {
  font-size: 1rem;
  line-height: 1.4em;
  margin-top: 0.5em; }

.two-col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em; }
  .two-col div.col, .two-col > div {
    width: 47.5%; }

.three-col figure {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start; }
.three-col img {
  width: 30%;
  height: auto; }

.share-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0;
  margin: 0; }
  .share-btn li {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 32px;
    transition: background-image 0.3s;
    -ms-transition: background-image 0.3s;
    -moz-transition: background-image 0.3s;
    -webkit-transition: background-image 0.3s;
    margin-bottom: 10px; }
    .share-btn li img {
      display: none; }
    .share-btn li.fb {
      background: url(../images/btn-share-facebook-normal.svg) center no-repeat; }
      .share-btn li.fb:hover {
        background-image: url(../images/btn-share-facebook-hover.svg); }
    .share-btn li.line {
      background: url(../images/btn-share-line-normal.svg) center no-repeat; }
      .share-btn li.line:hover {
        background-image: url(../images/btn-share-line-hover.svg); }
    .share-btn li.twitter {
      background: url(../images/btn-share-twitter-normal.svg) center no-repeat; }
      .share-btn li.twitter:hover {
        background-image: url(../images/btn-share-twitter-hover.svg); }
    .share-btn li.mail {
      background: url(../images/btn-share-email-normal.svg) center no-repeat; }
      .share-btn li.mail:hover {
        background-image: url(../images/btn-share-email-hover.svg); }
    .share-btn li.tg {
      background: url(../images/btn-share-tg-normal.svg) center no-repeat; }
      .share-btn li.tg:hover {
        background-image: url(../images/btn-share-tg-hover.svg); }
    .share-btn li a {
      display: block;
      width: 100%;
      height: 100%; }

.ellipsis-wrap {
  display: flex; }
  .ellipsis-wrap > span {
    word-break: keep-all;
    margin: 0; }
  .ellipsis-wrap a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0; }

.date-block {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 40px; }
  @media (min-width: 1201px) {
    .date-block > div:first-child {
      max-width: 55%; } }
  .date-block > div > div {
    display: flex; }
    .date-block > div > div span {
      word-break: keep-all;
      margin: 0; }
  .date-block .btn-wrapper .btn {
    width: 120px;
    height: 43px;
    line-height: 43px;
    margin-right: 15px; }
    .date-block .btn-wrapper .btn:last-child {
      margin-right: 0; }

hr {
  height: 1px;
  border: none;
  background: #CECECE; }

.p-form {
  width: 480px;
  margin: 35px auto 0; }
  .p-form hr {
    margin: 43px 0; }
  .p-form .btn-wrapper {
    text-align: right;
    margin-top: 30px; }
    .p-form .btn-wrapper .btn {
      line-height: 43px; }
  .p-form .primary {
    width: 33%; }
  .p-form .secondary {
    width: 20%;
    margin-right: 15px; }

.form-group {
  color: #1A1A1A;
  font-size: 1rem;
  margin-bottom: 20px; }
  .form-group label {
    display: inline-block;
    width: 100px; }
    .form-group label.error {
      width: 100%; }
  .form-group .form-control {
    width: 370px;
    height: 40px;
    border: none;
    background: #fff;
    padding: 0 20px; }
  .form-group ::-webkit-input-placeholder {
    font-size: 0.75rem;
    color: #575757;
    opacity: 0.6; }
  .form-group :-moz-placeholder {
    font-size: 0.75rem;
    color: #575757;
    opacity: 0.6; }
  .form-group ::-moz-placeholder {
    font-size: 0.75rem;
    color: #575757;
    opacity: 0.6; }
  .form-group.required > label:after {
    content: '*';
    color: #B21B19;
    font-size: 1rem; }
  .form-group .radio input:checked + label {
    background-image: url(../images/btn-radio-select.svg); }
  .form-group .checkbox input:checked + label {
    background-image: url(../images/img-checkmark-green.svg); }
  .form-group .radio, .form-group .checkbox {
    display: inline-block;
    font-size: 0.875rem; }
    .form-group .radio label, .form-group .checkbox label {
      width: auto;
      background-image: url(../images/btn-radio-normal.svg);
      background-position: center left;
      background-repeat: no-repeat;
      background-size: 16px;
      cursor: pointer;
      padding-left: 23px;
      margin-right: 17px; }
    .form-group .radio input, .form-group .checkbox input {
      display: none; }
  .form-group select {
    width: 370px;
    height: 40px;
    font-size: 0.875rem;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/btn-expand.png);
    background-color: #fff;
    background-position: center right 20px;
    background-repeat: no-repeat;
    background-size: 12px;
    padding: 0 42px 0 20px; }

.lightbox-btn {
  color: #B21B19;
  text-decoration: underline; }

.lightbox-wrapper {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: #F6F5F3;
  visibility: hidden;
  transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  padding: 12vh 0 5vh; }
  .lightbox-wrapper.expand {
    bottom: 0;
    visibility: visible; }
  .lightbox-wrapper .close {
    width: 52px;
    height: 52px;
    background-image: url(../images/btn-close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin: 0 auto; }
  .lightbox-wrapper .content {
    max-width: 760px;
    width: 100%;
    height: calc(100% - 100px);
    font-size: 1.125rem;
    line-height: 2em;
    padding: 0 20px;
    margin: 48px auto 0; }
    @media (max-width: 767px) {
      .lightbox-wrapper .content {
        font-size: 1rem;
        padding: 0 9%; } }
  .lightbox-wrapper h2 {
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px; }

.check-mark {
  margin-left: 0.5em; }

.panel {
  background: #fff;
  -webkit-box-shadow: 10px 15px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 15px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 15px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 8.3% 8.3% 7%;
  margin-top: 35px;
  margin-bottom: 40px; }
  .panel .date-block {
    line-height: 1.4em;
    margin: 0 0 36px 0; }
    .panel .date-block > div:first-child {
      max-width: 100%; }

.form-info {
  font-size: 1rem; }
  .form-info li {
    margin-bottom: 0.45em; }
    .form-info li span {
      display: inline-block;
      color: #1A1A1A;
      word-break: break-all; }
      .form-info li span:first-child {
        width: 17%;
        color: #575757;
        text-align: right;
        vertical-align: top;
        margin-right: 55px; }
      .form-info li span:nth-child(2) {
        max-width: calc(100% - 17% - 60px); }

.back {
  text-align: right; }
  @media (max-width: 767px) {
    .back {
      text-align: center; } }
  .back .btn {
    height: 43px;
    line-height: 43px;
    background-image: url(../images/left-mouse-2.png);
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 0 20px 0 67px; }

.btn-wrapper.wrapped {
  max-width: 1150px;
  text-align: left;
  padding: 0 15px;
  margin: 0 auto 40px; }

.search-block {
  width: 480px;
  border-bottom: #C3C3C3 solid 1px;
  padding-bottom: 5px;
  margin: 105px auto 0; }
  .search-block input {
    display: inline-block;
    width: 420px;
    height: 42px;
    font-size: 1.25rem;
    color: #1A1A1A;
    border: none;
    background: transparent;
    vertical-align: middle;
    padding-left: 25px; }
  .search-block button {
    display: inline-block;
    width: 42px;
    height: 42px;
    color: transparent;
    background-image: url(../images/search-btn.svg);
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px;
    cursor: pointer;
    vertical-align: middle; }

.accordion {
  color: #575757;
  border-top: #CECECE solid 1px;
  margin-top: 67px; }
  .accordion .item {
    display: flex;
    min-height: 80px;
    border-bottom: #CECECE solid 1px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center; }
    .accordion .item h3 {
      font-size: 1.125rem;
      cursor: pointer;
      padding: 29px 20px 29px 60px; }
      .accordion .item h3:before {
        content: '';
        float: left;
        width: 16px;
        height: 16px;
        background: url(../images/btn-expand-normal.png) center no-repeat;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        margin-left: -45px;
        margin-top: 3px; }
    .accordion .item.expand h3 {
      color: #B21B19; }
      .accordion .item.expand h3:before {
        background-image: url(../images/btn-expand-open.png);
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
    .accordion .item > div {
      display: none;
      padding-left: 60px;
      padding-bottom: 75px;
      margin-top: 30px; }
    .accordion .item ul {
      font-size: 1.125rem;
      color: #1A1A1A; }
      .accordion .item ul li {
        margin-bottom: 30px; }
      .accordion .item ul span {
        display: block;
        font-size: 0.875rem;
        color: #575757;
        margin-top: 7px; }
    .accordion .item a {
      color: #B21B19;
      text-decoration: underline; }
  .accordion .form-group {
    margin-bottom: 40px; }
    .accordion .form-group select {
      width: auto;
      height: 36px;
      font-size: 0.875rem;
      background-color: #EFEDE9;
      background-size: 8px;
      margin-right: 25px; }
    .accordion .form-group.inline > div {
      display: inline-block;
      vertical-align: top; }
    .accordion .form-group.inline label {
      display: block;
      width: auto;
      font-size: 0.8em;
      margin-bottom: 3px; }

.pager {
  margin-top: 55px; }
  .pager .prev, .pager .next {
    display: inline-block;
    width: 40px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat; }
    .pager .prev.disabled, .pager .next.disabled {
      opacity: 0.2; }
  .pager .prev {
    background-image: url(../images/left-mouse-black.png);
    margin-right: 18px; }
    .pager .prev img {
      display: none; }
  .pager .next {
    background-image: url(../images/right-mouse-black.png); }
    .pager .next img {
      display: none; }
  .pager ol {
    margin-top: 7px; }
    .pager ol li {
      display: inline-block;
      margin-right: 15px; }
      .pager ol li:last-child {
        margin-right: 0; }
      .accordion .pager ol li a {
        color: inherit;
        text-decoration: none;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s; }
        .accordion .pager ol li a:hover, .accordion .pager ol li a.active {
          color: #B21B19; }
      .article-wrapper .content .pager ol li a {
        color: inherit;
        text-decoration: none;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s; }
        .article-wrapper .content .pager ol li a:hover, .article-wrapper .content .pager ol li a.active {
          color: #B21B19; }

.download {
  line-height: 1.5em; }
  .download li {
    font-size: 0.875rem;
    margin-bottom: 8px; }
    .download li:last-child {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .download li {
        margin-bottom: 18px; } }
    .download li a {
      display: inline-block;
      min-height: 24px;
      background: url(../images/img-download-normal.svg) top left no-repeat;
      background-size: 20px;
      transition: color 0.3s;
      -ms-transition: color 0.3s;
      -moz-transition: color 0.3s;
      -webkit-transition: color 0.3s;
      padding-left: 30px; }
      .box-text .download li a {
        background-image: url(../images/btn-download01-normal-w.png); }
      .download li a:hover {
        color: #B21B19;
        background-image: url(../images/img-download-hover.svg); }
      .download li a.pic {
        background-image: url(../images/picture-normal.svg);
        background-position: center left; }
        .box-text .download li a.pic {
          background-image: url(../images/btn-download-photos-normal-w.png); }
        .download li a.pic:hover {
          background-image: url(../images/picture-hover.svg); }

table.plan th:nth-child(1) {
  width: 17%; }
table.plan th:nth-child(2) {
  width: 40%; }
.article-wrapper .content table.plan td {
  padding: 20px 30px; }
@media (max-width: 767px) {
  .article-wrapper .content table.plan {
    width: 120%;
    overflow-x: hidden;
    margin-left: -9.8%; }
    .article-wrapper .content table.plan td {
      display: list-item;
      list-style-type: none;
      font-size: 1.125rem; }
      .article-wrapper .content table.plan td:first-child {
        padding-top: 30px; }
      .article-wrapper .content table.plan td:last-child {
        padding-bottom: 35px; }
      .article-wrapper .content table.plan td:before {
        content: attr(data-content);
        display: block;
        width: 100%;
        font-size: 1rem;
        color: #575757;
        margin-bottom: 8px; }
  table.plan th {
    display: none; } }
table.plan a {
  color: #B21B19;
  text-decoration: underline; }

h3.result {
  color: #575757;
  font-size: 1.25rem;
  margin-bottom: 65px; }

.article-list {
  display: flex;
  justify-content: space-between;
  border-bottom: #CECECE solid 1px;
  padding-bottom: 22px;
  margin-bottom: 20px; }
  .article-list > div:first-child {
    width: 80%; }
  .article-list > div:nth-child(2) {
    width: 11.2%; }
    .article-list > div:nth-child(2) img {
      width: 100%;
      height: auto; }
  .article-wrapper .content .article-list a:hover h2, .article-wrapper .content .article-list a:hover p {
    color: #B21B19; }
  .article-list h2 {
    max-height: 2.6em;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.3em;
    overflow: hidden;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-bottom: 22px; }
  .article-list p {
    max-height: 5.4em;
    color: #777;
    font-size: 1rem;
    line-height: 1.35em;
    overflow: hidden;
    text-align: justify;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-bottom: 38px; }
  .article-list .catgory {
    font-size: 0.875rem;
    color: #777; }

.publication-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px; }
  .publication-info.share {
    padding-right: 40px; }
  .publication-info > div {
    vertical-align: top; }
    .publication-info > div:first-child {
      width: 41.6%; }
    .publication-info > div:nth-child(2) {
      width: 50%; }
    .publication-info > div img {
      width: 100%;
      height: auto;
      -webkit-box-shadow: 10px 15px 20px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 10px 15px 20px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 10px 15px 20px 0px rgba(0, 0, 0, 0.1); }
  .publication-info h1 {
    font-size: 1.5rem;
    margin-bottom: 35px; }
    .publication-info h1 small {
      display: block;
      font-size: 1.125rem;
      font-weight: normal;
      margin-top: 2px; }
      @media (max-width: 767px) {
        .article-wrapper .content .publication-info h1 small {
          font-size: 1.125rem;
          margin-top: 10px;
          margin-bottom: 40px; } }
    .article-wrapper .content .publication-info h1 {
      font-size: 1.5rem;
      margin-bottom: 35px; }
  .publication-info ul {
    font-size: 1.125rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 30px; }
    .publication-info ul li {
      line-height: 1.9em; }
    .publication-info ul span {
      font-size: 0.875rem;
      font-weight: 400;
      color: #575757;
      margin-right: 4px; }
  .publication-info p {
    font-size: 1rem;
    line-height: 1.4em;
    color: #6f6f6f; }

.half-list {
  margin-top: 100px; }
  .half-list li {
    display: inline-block;
    width: 350px;
    font-size: 1.125rem;
    border-top: #CECECE solid 1px;
    border-bottom: #CECECE solid 1px;
    padding: 18px 20px;
    margin-top: -1px; }
    @media (min-width: 1201px) {
      .half-list li:nth-child(odd) {
        margin-right: 15px; } }
    .half-list li span {
      font-size: 0.875rem;
      color: #777;
      letter-spacing: initial;
      margin-left: 10px; }

.publication-content > div, .article-wrapper .text-block .publication-content > div {
  border-top: #CECECE solid 1px;
  padding: 38px 0; }
  @media (max-width: 767px) {
    .publication-content > div, .article-wrapper .text-block .publication-content > div {
      padding: 40px 0 20px; } }
  .publication-content > div > div, .article-wrapper .text-block .publication-content > div > div {
    display: inline-block;
    vertical-align: top; }
    .publication-content > div > div:first-child, .article-wrapper .text-block .publication-content > div > div:first-child {
      width: 24%;
      font-size: 1.125rem;
      font-weight: 500; }
      .publication-content > div > div:first-child h2, .article-wrapper .text-block .publication-content > div > div:first-child h2 {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .publication-content > div > div:first-child, .article-wrapper .text-block .publication-content > div > div:first-child {
          width: 100%;
          margin-bottom: 42px; }
          .award .publication-content > div > div:first-child, .award .article-wrapper .text-block .publication-content > div > div:first-child {
            margin-bottom: 0; } }
    .publication-content > div > div:nth-child(2), .article-wrapper .text-block .publication-content > div > div:nth-child(2) {
      width: 75%; }
      @media (max-width: 767px) {
        .publication-content > div > div:nth-child(2), .article-wrapper .text-block .publication-content > div > div:nth-child(2) {
          width: 100%; } }
      .publication-content > div > div:nth-child(2) .chapter, .article-wrapper .text-block .publication-content > div > div:nth-child(2) .chapter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          .publication-content > div > div:nth-child(2) .chapter, .article-wrapper .text-block .publication-content > div > div:nth-child(2) .chapter {
            align-items: flex-start;
            margin-bottom: 62px; } }
        .publication-content > div > div:nth-child(2) .chapter:last-child, .article-wrapper .text-block .publication-content > div > div:nth-child(2) .chapter:last-child {
          margin-bottom: 0; }
        .publication-content > div > div:nth-child(2) .chapter > div:first-child, .article-wrapper .text-block .publication-content > div > div:nth-child(2) .chapter > div:first-child {
          width: 77%; }
          @media (min-width: 768px) and (max-width: 1200px) {
            .publication-content > div > div:nth-child(2) .chapter > div:first-child, .article-wrapper .text-block .publication-content > div > div:nth-child(2) .chapter > div:first-child {
              width: 70%; } }
@media (min-width: 768px) {
  .publication-content.list, .article-wrapper .text-block .publication-content.list {
    margin-bottom: 0; } }
.publication-content.list > div, .article-wrapper .text-block .publication-content.list > div {
  padding: 20px 20px 5px; }
  @media (max-width: 767px) {
    .publication-content.list > div, .article-wrapper .text-block .publication-content.list > div {
      padding: 25px 10px 10px; } }
.award .publication-content, .award .article-wrapper .text-block .publication-content {
  font-size: 1.125rem;
  line-height: 2em; }
  .award .publication-content > div, .award .article-wrapper .text-block .publication-content > div {
    padding: 36px 0; }
    .award .publication-content > div .award-doc a, .award .article-wrapper .text-block .publication-content > div .award-doc a {
      display: block;
      line-height: 1.4em;
      background: url(../images/right-mouse-black.png) center right no-repeat;
      transition: all 0.3s;
      -ms-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      padding-right: 50px;
      margin-top: 7px; }
      @media (max-width: 767px) {
        .award .publication-content > div .award-doc a, .award .article-wrapper .text-block .publication-content > div .award-doc a {
          background: none;
          padding-right: 0;
          margin-top: 3px; } }
      .award .publication-content > div .award-doc a:hover, .award .article-wrapper .text-block .publication-content > div .award-doc a:hover {
        color: #B21B19;
        text-decoration: underline;
        background-image: url(../images/btn-right-small-normal.png); }
        @media (max-width: 767px) {
          .award .publication-content > div .award-doc a:hover, .award .article-wrapper .text-block .publication-content > div .award-doc a:hover {
            background: none; } }
.article-wrapper .content .publication-content .download, .article-wrapper .content .article-wrapper .text-block .publication-content .download {
  padding-left: 0;
  margin: 0; }
.publication-content h2, .publication-content h3, .article-wrapper .text-block .publication-content h2, .article-wrapper .text-block .publication-content h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 13px; }
  .publication-content h2 small, .publication-content h3 small, .article-wrapper .text-block .publication-content h2 small, .article-wrapper .text-block .publication-content h3 small {
    display: block;
    font-size: 0.875rem;
    color: #6f6f6f; }

.publication-content.share {
  padding-right: 40px; }

.author li {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 400; }
  @media (max-width: 767px) {
    .author li {
      display: block;
      margin-bottom: 8px; }
      .author li:last-child {
        margin-bottom: 0; } }
  .author li span:not([style]) {
    font-size: 0.875rem;
    font-weight: 400;
    color: #575757;
    margin-right: 5px; }

.blank {
  display: inline-block;
  width: 3em; }

.map {
  max-width: 100%;
  width: 630px;
  height: 560px;
  margin: 0 auto; }

.notfound {
  text-align: center;
  padding-top: 150px; }
  .notfound h1 {
    font-size: 7.25rem;
    font-weight: 500;
    line-height: .85em;
    margin-bottom: 0; }
  .notfound h2 {
    font-size: 2.625rem;
    font-weight: bold;
    margin-bottom: 10px; }
  .notfound p {
    font-size: 1.25rem;
    margin-bottom: 40px; }
  .notfound .back {
    text-align: center; }

.loader {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: url(../images/rolling.svg) center no-repeat;
  background-size: 50px;
  background-color: #fff; }

.gallery {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto; }
  .gallery .item {
    width: 31%; }
    .gallery .item img {
      display: block;
      width: 100%;
      height: auto; }
    .gallery .item .text-wrap {
      padding: 0 12%;
      margin-top: 15px;
      margin-bottom: 20px; }
    .gallery .item h2 {
      max-height: 2.8em;
      line-height: 1.4em;
      font-size: 1.125rem;
      overflow: hidden;
      margin-top: 20px;
      margin-bottom: 20px; }
    .gallery .item p {
      max-height: 4em;
      line-height: 1.35em;
      font-size: 1rem;
      color: #777;
      overflow: hidden;
      margin-top: 20px;
      margin-bottom: 37px; }
      .gallery .item p:empty {
        margin-bottom: 0; }
    .gallery .item a {
      display: block; }

.sitemap-content {
  padding: 0 15px; }
  @media (max-width: 767px) {
    .sitemap-content {
      max-width: 90%;
      padding: 0;
      margin: 0 auto; } }

.sitemap {
  margin-top: 60px; }
  .sitemap > li {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 50px; }
    .sitemap > li:nth-child(3n) {
      margin-right: 0; }
    .sitemap > li > a {
      display: block;
      font-size: 1.125rem;
      font-weight: 700;
      background: #EAEAEA;
      padding: 3px 8px;
      margin-bottom: 10px; }
    .sitemap > li ul {
      padding-left: 1em;
      margin-top: 5px; }
      .sitemap > li ul li {
        margin-bottom: 8px; }
        .sitemap > li ul li a {
          transition: color 0.3s;
          -ms-transition: color 0.3s;
          -moz-transition: color 0.3s;
          -webkit-transition: color 0.3s; }
          .sitemap > li ul li a:hover {
            color: #B21B19; }
    @media (max-width: 767px) {
      .sitemap > li {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px; } }

.accessibility {
  display: block;
  margin: 8px 0 0 auto; }

.play {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/sound.png) center no-repeat;
  background-size: 62%;
  vertical-align: top;
  cursor: pointer;
  margin: 20px 0 0 14px; }

@media (min-width: 768px) and (max-width: 1200px) {
  .main-menu.index ul {
    height: 45%;
    max-height: 60%; }

  .main-slider .carousel .text-wrap .title {
    font-size: 1.25rem; }

  .box-wrapper .box-s, .box-wrapper .box-text {
    width: 33.3333%; }
    .box-wrapper .box-s .text-wrap, .box-wrapper .box-text .text-wrap {
      padding: 8%; }
  .box-wrapper .blank-box {
    width: 33.3333%;
    height: 33.3333vw; }
  .box-wrapper .box-l {
    width: 66.6666%; }
    .box-wrapper .box-l .text-wrap {
      padding: 4.2% 3.8%; }
  .box-wrapper [class^='box-'] .text-wrap h2 {
    font-size: 1.25rem;
    margin-bottom: 12px; }
  .box-wrapper [class^='box-'] .text-wrap p {
    font-size: 0.875rem; }
  .box-wrapper [class^='box-'] .text-wrap .catgory {
    font-size: 0.75rem; }
  .box-wrapper .btn-wrapper {
    margin-top: 8%; }

  .page {
    width: 33.3333%; }

  .article-wrapper .content {
    width: 62%;
    margin-left: 36%; }
  .article-wrapper.large .content {
    width: 100%;
    padding: 0 15px; }
  .article-wrapper .text-block {
    padding-right: 70px; }

  .date-block {
    flex-wrap: wrap;
    margin-bottom: 60px; }
    .date-block > div:first-child {
      margin: 0 15px 15px 0; }
    .date-block .btn-wrapper .btn {
      width: 100px; }

  .article-list > div:first-child {
    width: 76%; }
  .article-list > div:nth-child(2) {
    width: 15%; }

  .half-list li {
    width: 100%; }

  body .scrollbar-thumb, body .scrollbar-track-y {
    width: 3px; }

  .gallery .item {
    width: 30%; }

  .breadcrumb {
    max-width: 80%; } }
@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .main-menu.index {
    width: 33.3333%;
    height: calc(59.9994vw + 16vh); }
    .main-menu.index ul {
      height: 47%;
      margin-bottom: 5vh; }
    .main-menu.index .logo {
      width: 150px;
      margin-bottom: 40px; }

  .main-slider {
    width: 66.6666%;
    height: auto; }
    .main-slider .carousel {
      width: 90%;
      height: auto; }
      .main-slider .carousel .text-wrap {
        height: 16vh; } }
@media (max-width: 767px) {
  .main-menu {
    top: -100vh;
    right: initial;
    z-index: 9;
    width: 100%;
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: top 0.3s;
    -ms-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -webkit-transition: top 0.3s;
    padding-top: 13%;
    padding-left: 0;
    padding-right: 0; }
    .main-menu.index {
      float: none;
      position: fixed;
      width: 100%;
      background: #fff;
      box-shadow: none;
      -webkit-box-shadow: none;
      transition: top 0.3s;
      -ms-transition: top 0.3s;
      -moz-transition: top 0.3s;
      -webkit-transition: top 0.3s; }
      .main-menu.index ul {
        width: 100%;
        height: calc(100vh - 360px);
        max-height: none;
        font-size: 1.25rem;
        margin-bottom: 5vh; }
        .main-menu.index ul li {
          margin-bottom: 24px; }
          .main-menu.index ul li.has-nav ul {
            font-size: 1.125rem; }
      .main-menu.index .lang {
        font-size: 1rem; }
      .main-menu.index .logo {
        display: none; }
    .main-menu ul {
      width: 100%;
      height: calc(100vh - 360px);
      max-height: none;
      padding: 0;
      margin-bottom: 5vh; }
      .main-menu ul li {
        width: 88%;
        padding: 0 15%;
        margin-bottom: 24px; }
        .main-menu ul li:last-child {
          margin-bottom: 0; }
        .main-menu ul li.has-nav ul {
          font-size: 1.125rem;
          padding-top: 18px; }
          .main-menu ul li.has-nav ul li {
            padding: 0;
            margin-bottom: 21px; }
    .main-menu .lang {
      font-size: 1rem;
      margin-left: 12.7%; }
    .main-menu .copyright {
      margin-left: 12.7%; }
    .main-menu .logo {
      display: none; }
    .main-menu.expand {
      top: 70px; }

  .header-wrapper.index {
    height: 0; }

  .header {
    min-width: 375px;
    border-bottom: #eee solid 1px;
    padding: 10px 5.3% 10px 4%; }
    .header .logo {
      width: 220px;
      margin-top: 0; }

  .menu-btn {
    margin-left: 2.6%; }
    .menu-btn span {
      transition: all 0.3s;
      -ms-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s; }
      .menu-btn span:nth-child(1) {
        transform-origin: left top;
        -webkit-transform-origin: left top; }
      .menu-btn span:nth-child(3) {
        transform-origin: left bottom;
        -webkit-transform-origin: left bottom; }
    .menu-btn.expand {
      margin-top: 2px; }
      .menu-btn.expand span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
      .menu-btn.expand span:nth-child(2) {
        opacity: 0;
        margin-bottom: 12px; }
      .menu-btn.expand span:nth-child(3) {
        width: 32px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }

  .main-slider {
    float: none;
    width: 100%;
    height: 100vh;
    padding-top: 70px; }
    .main-slider .carousel {
      width: 100%;
      height: inherit; }
      .main-slider .carousel .img-wrap {
        height: 60%; }
      .main-slider .carousel .text-wrap {
        height: 40%;
        padding: 10.6% 7.4% 5%; }

  .box-wrapper .box-s, .box-wrapper .box-l, .box-wrapper .box-text {
    float: none;
    width: 100%; }
    .box-wrapper .box-s .text-wrap, .box-wrapper .box-l .text-wrap, .box-wrapper .box-text .text-wrap {
      padding: 10.6% 10.6% 22%; }
      .box-wrapper .box-s .text-wrap p, .box-wrapper .box-l .text-wrap p, .box-wrapper .box-text .text-wrap p {
        max-height: none; }
  .box-wrapper .blank-box {
    float: none;
    width: 100%;
    height: 80px; }

  .footer {
    padding: 0 7.3% 80px; }
    .footer .sec1 {
      max-width: 100%; }
      .footer .sec1 .logo {
        margin-bottom: 40px; }
      .footer .sec1 ul {
        padding: 0 0.5em;
        margin-bottom: 40px; }
        .footer .sec1 ul li {
          width: 45%;
          font-size: 1rem;
          margin: 0 0 22px 0; }
    .footer .sec2 {
      float: none;
      text-align: left;
      padding: 0 0.5em; }
    .footer .inner > ul {
      text-align: left;
      padding: 0 0.5em;
      margin: 15px 0 18px; }
      .footer .inner > ul li:first-child {
        padding-left: 0; }
    .footer .copyright {
      text-align: left;
      padding: 0 .5em; }

  .logo-academiasinica {
    text-align: left;
    margin-top: 35px;
    margin-left: 0; }
    .logo-academiasinica img {
      width: 84px; }

  .breadcrumb {
    bottom: 14%;
    left: 10.6%;
    max-width: 80%;
    font-size: 0.875rem; }
    .small .breadcrumb {
      bottom: 18%;
      font-size: 0.75rem; }
      .small .breadcrumb li.active {
        font-size: 1.125rem; }
    .breadcrumb li.active {
      font-size: 1.5rem; }

  .more-wrapper {
    padding-bottom: 120px; }

  .more {
    width: 80%; }

  .page {
    float: none;
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
    transition: height 0.3s;
    -ms-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    padding: 26px 10.6% 18px;
    margin-top: 0; }
    .page:after {
      content: '';
      position: absolute;
      top: 31px;
      right: 10.6%;
      display: inline-block;
      width: 18px;
      height: 18px;
      background: url(../images/btn-submenu.png) center no-repeat;
      pointer-events: none;
      transition: all 0.3s;
      -ms-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s; }
    .page ul {
      font-size: 1.25rem; }
      .page ul li {
        display: none; }
        .page ul li.active {
          display: block; }
    .page.mobi-expand {
      height: auto; }
      .page.mobi-expand:after {
        background-image: url(../images/btn-submenu-expanded.png);
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }

  .box-wrapper .btn-wrapper {
    margin-top: 7.5%; }

  .article-wrapper {
    padding-top: 0;
    padding-bottom: 195px; }
    .article-wrapper.no-page {
      padding-top: 0;
      padding-bottom: 120px; }
    .article-wrapper.document {
      padding-bottom: 125px; }
    .article-wrapper .content {
      width: 80%;
      max-width: initial;
      padding-top: 60px;
      margin: 0 auto; }
      .article-wrapper .content.contact {
        margin-bottom: -75px; }
      .article-wrapper .content h1 {
        font-size: 1.5rem;
        line-height: 1.2em;
        margin-bottom: 25px; }
        .article-wrapper .content h1 small {
          display: block;
          font-size: 1.25rem;
          margin-left: 0; }
      .article-wrapper .content .date {
        font-size: 1rem; }
    .article-wrapper .text-block {
      padding-right: 0; }
      .article-wrapper .text-block h2 {
        font-size: 1.375rem; }
      .article-wrapper .text-block h3 {
        font-size: 1.25rem; }
      .article-wrapper .text-block h4 {
        font-size: 1.1875rem; }
    .article-wrapper ul.share-btn {
      position: static;
      padding: 0;
      margin-bottom: 1em; }
      .article-wrapper ul.share-btn li {
        display: inline-block;
        margin: 0 10px 0 0; }
    .article-wrapper .profile h1 {
      font-size: 1.75rem;
      text-align: center;
      margin-bottom: 40px; }
    .article-wrapper .profile .avatar {
      float: none;
      width: 85%;
      margin: 0 auto 25px; }
    .article-wrapper .profile .inner {
      width: 80%;
      padding-left: 0;
      margin: 0 auto; }
    .article-wrapper.large .box-wrapper {
      margin-bottom: -160px; }

  .date-block {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 55px; }
    .date-block .btn-wrapper {
      margin-top: 45px; }

  .panel {
    width: 120%;
    padding: 20% 9.3% 14%;
    margin-left: -10%;
    margin-bottom: 60px; }

  .p-form {
    width: 100%; }
    .p-form hr {
      margin: 33px 0; }
    .p-form .primary {
      width: 53%; }
    .p-form .secondary {
      width: 33%; }
    .p-form .btn-wrapper {
      margin-top: 53px; }

  .form-group {
    margin-bottom: 25px; }
    .form-group label {
      width: 100%; }
    .form-group .form-control {
      width: 100%; }
    .form-group .radio label, .form-group .checkbox label {
      background-size: 24px;
      padding-left: 32px;
      margin-right: 16px; }
    .form-group .radio:last-of-type label, .form-group .checkbox:last-of-type label {
      margin-right: 0; }
    .form-group select {
      width: 100%; }

  .form-info li {
    margin-bottom: 1.1em; }
    .form-info li span:first-child {
      width: 100%;
      text-align: left;
      margin-right: 0; }
    .form-info li span:nth-child(2) {
      width: 100%;
      max-width: 100%; }

  .accordion {
    width: 85%;
    margin: 100px auto 0; }
    .accordion .item > div {
      padding-left: 6.25%;
      margin-top: 0; }
    .accordion .item ul li {
      margin-bottom: 32px; }
    .accordion .item ul span {
      margin-top: 10px; }

  h3.result {
    margin-top: -20px;
    margin-bottom: 62px; }

  .article-list {
    margin-bottom: 38px; }
    .document .article-list {
      padding-bottom: 5px; }
    .article-list > div:nth-child(1) {
      width: 100%; }
    .article-list > div:nth-child(2) {
      display: none; }
    .article-list p {
      max-height: 7.6em;
      margin-bottom: 65px; }
      .document .article-list p {
        margin-bottom: 35px; }

  .publication-info {
    display: block;
    margin-bottom: 60px; }
    .publication-info.share {
      padding-right: 0; }
    .publication-info > div:first-child, .publication-info > div:nth-child(2) {
      width: 100%;
      margin-bottom: 38px; }
    .publication-info h1 {
      margin-bottom: 23px; }
      .article-wrapper .content .publication-info h1 {
        margin-bottom: 23px; }
    .publication-info ul {
      margin-bottom: 40px; }
      .publication-info ul.share-btn {
        margin-top: 40px; }

  .half-list {
    margin-bottom: -70px;
    margin-top: 60px; }
    .half-list li {
      width: 100%;
      padding: 24px 10px; }

  .publication-content {
    margin-bottom: -90px; }
    .publication-content.share {
      padding-right: 0; }
    .publication-content .download {
      width: 30px;
      height: 30px;
      overflow: hidden; }
      .award .publication-content .download {
        width: auto; }

  .search-block {
    width: 100%; }
    .search-block input {
      width: 83%;
      padding-left: 10px; }

  .map {
    width: 120%;
    max-width: initial;
    height: 320px;
    margin-left: -9.375%; }

  .blank {
    display: none; }

  .article-wrapper .text-block figure img, figure img {
    margin: 0; }

  .article-wrapper .text-block .two-col, .two-col {
    display: block; }
    .article-wrapper .text-block .two-col div.col, .two-col div.col {
      width: 100%; }
    .article-wrapper .text-block .two-col img, .two-col img {
      margin: 0; }

  .three-col figure {
    display: block; }

  .article-wrapper .text-block .three-col img, .three-col img {
    width: 100%;
    margin: 20px auto 0; }

  body .scrollbar-thumb, body .scrollbar-track-y {
    width: 3px; }

  .notfound {
    padding-top: 220px; }
    .notfound h1 {
      font-size: 4.5rem; }
    .notfound h2 {
      font-size: 2rem; }
    .notfound p {
      margin-bottom: 60px; }

  .gallery {
    padding: 0; }
    .gallery .item {
      width: 100%;
      margin-bottom: 12%; }

  .btn-wrapper.wrapped {
    padding-top: 40px; }

  .accessibility {
    margin: 8px auto 0 0; } }

/*# sourceMappingURL=style.css.map */
