﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
  margin: 0; }

pre {
  white-space: normal; }

.sr-only {
  display:  none;
}

.grey-bg {
  background: #f7f7f7; }

.grey-bg-darken {
  background: #f5f5f5; }

@media only screen and (max-width: 430px) {
  .wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.wide-limited-1440 {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 85px; }
  @media only screen and (max-width: 1339px) {
    .wide-limited-1440 {
      width: 100%; } }
  @media only screen and (max-width: 1280px) {
    .wide-limited-1440 {
      padding: 0 50px; } }
  @media only screen and (max-width: 580px) {
    .wide-limited-1440 {
      padding: 0 20px; } }
  .wide-limited-1440 ul, .wide-limited-1440 ol {
    list-style: none;
    margin-left: 0; }

a {
  text-decoration: none; }

.custom-info-item.ExhibitionDescription {
  margin-top:  30px;
}
  .custom-info-item.ExhibitionDescription .info-content {
    margin-top:  7px;
  }

.custom-info-item, .card-info[data-style="1"] .info-outbox .info-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 800px) {
    .custom-info-item, .card-info[data-style="1"] .info-outbox .info-item {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 40px; } }
  .custom-info-item .info-box, .card-info[data-style="1"] .info-outbox .info-item .info-box {
    width: calc(31.7% - 35px);
    margin-right: 35px; }
    @media only screen and (max-width: 800px) {
      .custom-info-item .info-box, .card-info[data-style="1"] .info-outbox .info-item .info-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .custom-info-item .info-box .title, .card-info[data-style="1"] .info-outbox .info-item .info-box .title {
      font-size: 3rem;
      font-weight: bold;
      letter-spacing: 2.5px;
      color: #000000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .custom-info-item .info-box .title span:not(.en), .card-info[data-style="1"] .info-outbox .info-item .info-box .title span:not(.en) {
        margin-right: 5px; }
      .custom-info-item .info-box .title .en, .card-info[data-style="1"] .info-outbox .info-item .info-box .title .en {
        font-size: 2.1rem;
        letter-spacing: 0.88px;
        color: #5e5e5e; }
    .custom-info-item .info-box .date, .card-info[data-style="1"] .info-outbox .info-item .info-box .date {
      font-size: 1.8rem;
      letter-spacing: 1.5px;
      color: #000000; }
    .custom-info-item .info-box .info-link-box, .card-info[data-style="1"] .info-outbox .info-item .info-box .info-link-box {
      width: calc(100% - 60px);
      margin-top: 15px;
      padding-top: 15px;
      margin-left: 60px;
      margin-right: 7px; }
      @media only screen and (max-width: 980px) {
        .custom-info-item .info-box .info-link-box, .card-info[data-style="1"] .info-outbox .info-item .info-box .info-link-box {
          margin-left: 30px;
          width: calc(100% - 30px); } }
      @media only screen and (max-width: 800px) {
        .custom-info-item .info-box .info-link-box, .card-info[data-style="1"] .info-outbox .info-item .info-box .info-link-box {
          position: absolute;
          right: 0;
          bottom: 0;
          text-align: right;
          border-top: none;
          margin-top: 0;
          padding-top: 0; } }
    .custom-info-item .info-box .info-link, .card-info[data-style="1"] .info-outbox .info-item .info-box .info-link {
      display: inline-block;
      font-size: 1.4rem;
      letter-spacing: 1.17px;
      font-weight: 600;
      position: relative; }
      .custom-info-item .info-box .info-link::after, .card-info[data-style="1"] .info-outbox .info-item .info-box .info-link::after {
        content: '';
        display: inline-block;
        width: 48px;
        height: 8px;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        transition: .4s ease-in-out; }
      .custom-info-item .info-box .info-link span, .card-info[data-style="1"] .info-outbox .info-item .info-box .info-link span {
        -webkit-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        transition: .4s ease-in-out; }
      .custom-info-item .info-box .info-link:hover, .card-info[data-style="1"] .info-outbox .info-item .info-box .info-link:hover, .custom-info-item .info-box .info-link:focus, .card-info[data-style="1"] .info-outbox .info-item .info-box .info-link:focus {
        padding: 2px 3px 1px; }
        .custom-info-item .info-box .info-link:hover span, .card-info[data-style="1"] .info-outbox .info-item .info-box .info-link:hover span, .custom-info-item .info-box .info-link:focus span, .card-info[data-style="1"] .info-outbox .info-item .info-box .info-link:focus span {
          color: #ffffff; }
  .custom-info-item .info-content, .card-info[data-style="1"] .info-outbox .info-item .info-content {
    width: 68.3%;
    font-size: 1.7rem;
    letter-spacing: 1.5px;
    color: #000000; }
    @media only screen and (max-width: 800px) {
      .custom-info-item .info-content, .card-info[data-style="1"] .info-outbox .info-item .info-content {
        width: 100%; } }
    .custom-info-item .info-content a, .card-info[data-style="1"] .info-outbox .info-item .info-content a {
      word-break: initial; }
  .custom-info-item .info-content.txt, .card-info[data-style="1"] .info-outbox .info-item .info-content.txt {
    text-align: justify;
    margin-bottom: 80px; }
    @media only screen and (max-width: 580px) {
      .custom-info-item .info-content.txt, .card-info[data-style="1"] .info-outbox .info-item .info-content.txt {
        text-align: left; }
    }
    @media only screen and (max-width: 800px) {
      .custom-info-item .info-content.txt, .card-info[data-style="1"] .info-outbox .info-item .info-content.txt {
        margin-bottom: 40px; } }
  .custom-info-item .info-content:not(.txt), .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 1280px) {
      .custom-info-item .info-content:not(.txt), .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) {
        display: block; } }
    .custom-info-item .info-content:not(.txt) .info-cn, .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-cn,
    .custom-info-item .info-content:not(.txt) .info-en,
    .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-en {
      width: 100%; }
      .custom-info-item .info-content:not(.txt) .info-cn .main-title, .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-cn .main-title,
      .custom-info-item .info-content:not(.txt) .info-en .main-title,
      .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-en .main-title {
        margin-bottom: 10px;
        font-size: 1.8rem;
        letter-spacing: 1.5px;
        color: #000000;
        text-align: left;
        font-weight: normal; }
      .custom-info-item .info-content:not(.txt) .info-cn ul li, .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-cn ul li,
      .custom-info-item .info-content:not(.txt) .info-en ul li,
      .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-en ul li {
        font-size: 1.6rem;
        letter-spacing: 1.33px;
        margin-bottom: 5px; }
    .custom-info-item .info-content:not(.txt) .info-cn, .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-cn {
      margin-bottom: 20px; }
      .custom-info-item .info-content:not(.txt) .info-cn ul li, .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-cn ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .custom-info-item .info-content:not(.txt) .info-cn ul li span, .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-cn ul li span, .custom-info-item .info-content:not(.txt) .info-cn ul li div, .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-cn ul li div {
          display: inline-block; }
          .custom-info-item .info-content:not(.txt) .info-cn ul li span:first-child, .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-cn ul li span:first-child, .custom-info-item .info-content:not(.txt) .info-cn ul li div:first-child, .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-cn ul li div:first-child {
            width: 90px; }
          .custom-info-item .info-content:not(.txt) .info-cn ul li span.dec, .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-cn ul li span.dec, .custom-info-item .info-content:not(.txt) .info-cn ul li div.dec, .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-cn ul li div.dec {
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
            -webkit-transform-origin: top;
                -ms-transform-origin: top;
                    transform-origin: top;
            margin: 6px 10px 0; }
          .custom-info-item .info-content:not(.txt) .info-cn ul li span:last-child, .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-cn ul li span:last-child, .custom-info-item .info-content:not(.txt) .info-cn ul li div:last-child, .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-cn ul li div:last-child {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            text-align: justify; }
    @media only screen and (max-width: 800px) {
      
      .custom-info-item .info-content:not(.txt) .info-en,
      .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-en {
        margin-bottom: 50px; } }
    
    .custom-info-item .info-content:not(.txt) .info-en ul li,
    .card-info[data-style="1"] .info-outbox .info-item .info-content:not(.txt) .info-en ul li {
      letter-spacing: 0; }

#content {
  position: relative;
  -webkit-transform: translateY(-120px);
      -ms-transform: translateY(-120px);
          transform: translateY(-120px);
  display: block;
  width: 100%;
  height: 0; }

.main-title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2.5px;
  text-align: center;
  color: #000000;
  margin-bottom: 45px; }

.card-header[data-style="1"].header {
  width: 100%;
  position: fixed;
  height: auto;
  top: 0;
  z-index: 105;
  background: #ffffff; }

.card-header[data-style="1"] .header-top #gotocenter {
  position: fixed;
  padding: 7px;
  border-radius: 0 5px 5px 0;
  top: 0px;
  left: 0;
  transform: translateX(-100%);
  background: white;
  color: #000000;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2); }
  .card-header[data-style="1"] .header-top #gotocenter:focus {
    transform: translateX(0); }
  .card-header[data-style="1"] .header-top #gotocenter:hover {
    opacity: .8; }

.card-header[data-style="1"] .header-top .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 85px; }
  @media only screen and (max-width: 1280px) {
    .card-header[data-style="1"] .header-top .menu-wrapper {
      width: 100%;
      padding: 0 50px; } }
  @media only screen and (max-width: 580px) {
    .card-header[data-style="1"] .header-top .menu-wrapper {
      padding: 0 20px; } }

.card-header[data-style="1"] .header-top .header-logo {
  float: left;
  margin: 9px 0 21px; }
  .card-header[data-style="1"] .header-top .header-logo > a {
    display: inline-block; }
    .card-header[data-style="1"] .header-top .header-logo > a:focus {
      padding: 0px 3px 8px; }
  .card-header[data-style="1"] .header-top .header-logo img {
    max-height: 40px; }

.card-header[data-style="1"] .header-top .menu {
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 580px) {
    .card-header[data-style="1"] .header-top .menu {
      flex-direction: column;
      align-items: flex-end; }
    /* .card-header[data-style="1"] .header-top .menu .main-menu-container {
      order: 1; }
    .card-header[data-style="1"] .header-top .menu .lang {
      order: 0; } */
  }
  .card-header[data-style="1"] .header-top .menu ul.main-menu li {
    display: inline-block;
    margin-right: 50px; }
    @media only screen and (max-width: 580px) {
      .card-header[data-style="1"] .header-top .menu ul.main-menu li {
        margin-right: 20px; } }
    .card-header[data-style="1"] .header-top .menu ul.main-menu li:last-child {
      margin-right: 0; }
      /* @media only screen and (max-width: 580px) {
        .card-header[data-style="1"] .header-top .menu ul.main-menu li:last-child {
          margin-right: 20px; } } */
  .card-header[data-style="1"] .header-top .menu .lang {
    margin: 0 50px; }
    @media only screen and (max-width: 580px) {
      .card-header[data-style="1"] .header-top .menu .lang {
        margin: 0 0 0 20px; } }
    /* @media only screen and (max-width: 580px) {
      .card-header[data-style="1"] .header-top .menu .lang {
        display: none; } } */
  .card-header[data-style="1"] .header-top .menu ul.main-menu li a, .card-header[data-style="1"] .header-top .menu ul.main-menu li span,
  .card-header[data-style="1"] .header-top .menu .lang a,
  .card-header[data-style="1"] .header-top .menu .lang span {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #000000; }

.card-header[data-style="1"] .header-top #burger {
  background: #000000;
  border-radius: 50%;
  padding: .2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px; }
  .card-header[data-style="1"] .header-top #burger img {
    max-height: 9px; }

.card-header[data-style="1"] .sub-menu-outer {
  max-height: 0;
  overflow-y: auto;
  overflow-y: hidden;
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .card-header[data-style="1"] .sub-menu-outer.active {
    max-height: 100vh;
    visibility: visible;
    -webkit-transition: all 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .card-header[data-style="1"] .sub-menu-outer .mobile-menu-container .lang {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 10px 20px;
    text-align: right; }
    .card-header[data-style="1"] .sub-menu-outer .mobile-menu-container .lang a, .card-header[data-style="1"] .sub-menu-outer .mobile-menu-container .lang span {
      font-size: 1.8rem;
      font-weight: 500;
      letter-spacing: 1.5px;
      color: #000000; }

.card-header[data-style="1"] .is-mobile {
  display: none; }
  @media only screen and (max-width: 580px) {
    .card-header[data-style="1"] .is-mobile {
      display: block; } }

.card-banner[data-style="1"] {
  width: 100%;
  margin-top: 79px; }
  .card-banner[data-style="1"] .banner-content {
    width: 100%;
    padding-bottom: 37.2%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.card-submenu[data-style="1"] {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #000000;
  overflow: auto; }
  .card-submenu[data-style="1"].sticky-nav {
    position: fixed;
    top: 79px;
    z-index: 11; }
  .card-submenu[data-style="1"] ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .card-submenu[data-style="1"] ul li {
      margin-right: 40px; }
      @media only screen and (max-width: 580px) {
        .card-submenu[data-style="1"] ul li {
          margin-right: 25px; } }
      .card-submenu[data-style="1"] ul li:last-child {
        margin-right: 0; }
      .card-submenu[data-style="1"] ul li a {
        position: relative;
        display: inline-block;
        font-size: 1.6rem;
        letter-spacing: 1.33px;
        color: #707070;
        padding: 13px 0;
        white-space: nowrap; }
        .card-submenu[data-style="1"] ul li a:focus-visible {
          outline-offset: -1px;
        }
        .card-submenu[data-style="1"] ul li a:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          background-color: transparent;
          bottom: 11px;
          left: 0;
          right: 0;
          margin: auto;
          -webkit-transition: .4s ease-in-out;
          -o-transition: .4s ease-in-out;
          transition: .4s ease-in-out; }

.custom-info-item {
  margin: 0 auto;
  position: relative; }
  .custom-info-item .box-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 85%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1; }

.card-info[data-style="1"] {
  position: relative;
  width: 100%; }
  .card-info[data-style="1"] .info-outbox {
    margin: 60px 0 30px; }

.card-imageText[data-style="1"] {
  width: 100%; }
  .card-imageText[data-style="1"] .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .card-imageText[data-style="1"] .swiper-wrapper {
    width: 100%;
    height: auto; }
  .card-imageText[data-style="1"] .swiper-pagination {
    position: relative;
    text-align: left;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .card-imageText[data-style="1"] .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    /* -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; */
    position: absolute;
    right: 0;
    bottom: 0px;
    max-width: calc(40% - 20px);
    flex-wrap: wrap; }
    @media only screen and (max-width: 1179px) {
      .card-imageText[data-style="1"] .buttons {
        position: initial;
        margin-top: 15px; } }
    @media only screen and (max-width: 980px) {
      .card-imageText[data-style="1"] .buttons {
        margin-top: 30px; } }
    @media only screen and (max-width: 580px) {
      .card-imageText[data-style="1"] .buttons {
        display: none; } }
    .card-imageText[data-style="1"] .buttons .num {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      font-size: 1.8rem;
      letter-spacing: 2px;
      color: #000000; }
    .card-imageText[data-style="1"] .buttons .divider {
      -webkit-transform: rotate(30deg);
          -ms-transform: rotate(30deg);
              transform: rotate(30deg);
      -webkit-transform-origin: top;
          -ms-transform-origin: top;
              transform-origin: top;
      margin: 0 5px 0 15px; }
    .card-imageText[data-style="1"] .buttons .numberSlides {
      font-size: 3.6rem;
      font-weight: bold;
      letter-spacing: 4px; }
    .card-imageText[data-style="1"] .buttons .swiper-pagination-bullet {
      width: 26px;
      height: 2.5px;
      background-color: #000000;
      opacity: 0.5;
      border-radius: 0px;
      margin: 0 1px !important; }
      .card-imageText[data-style="1"] .buttons .swiper-pagination-bullet.swiper-pagination-bullet-active {
        height: 4px;
        background-color: #000000;
        opacity: 1; }
      .card-imageText[data-style="1"] .buttons .swiper-pagination-bullet:focus {
        height: 8px;
        border: 1px solid #000000; }
  .card-imageText[data-style="1"] .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    cursor: auto; }
    @media only screen and (max-width: 980px) {
      .card-imageText[data-style="1"] .info-box {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .card-imageText[data-style="1"] .info-box .info-img {
      width: 60%; }
      @media only screen and (max-width: 980px) {
        .card-imageText[data-style="1"] .info-box .info-img {
          width: 100%; } }
      .card-imageText[data-style="1"] .info-box .info-img .img-content {
        width: 100%;
        padding-bottom: 66.6%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
    .card-imageText[data-style="1"] .info-box .info-content {
      width: calc(40% - 25px);
      margin-left: 25px; }
      @media only screen and (max-width: 980px) {
        .card-imageText[data-style="1"] .info-box .info-content {
          width: 100%;
          margin-left: 0; } }
      .card-imageText[data-style="1"] .info-box .info-content .title {
        font-family: Roboto;
        font-size: 3rem;
        font-weight: bold;
        letter-spacing: 2.5px;
        color: #000000;
        margin: 30px 0; }
        @media only screen and (max-width: 1280px) {
          .card-imageText[data-style="1"] .info-box .info-content .title {
            margin: 0 0 30px; } }
        @media only screen and (max-width: 980px) {
          .card-imageText[data-style="1"] .info-box .info-content .title {
            margin: 20px 0; } }
      .card-imageText[data-style="1"] .info-box .info-content .content-txt {
        font-size: 1.8rem;
        letter-spacing: 1.5px;
        text-align: justify;
        color: #000000; }
    .card-imageText[data-style="1"] .info-box .info {
      margin-top: 20px; }
      @media only screen and (max-width: 1280px) {
        .card-imageText[data-style="1"] .info-box .info {
          margin-top: 10px; } }
      @media only screen and (max-width: 1179px) {
        .card-imageText[data-style="1"] .info-box .info {
          margin-top: 36px; } }
      .card-imageText[data-style="1"] .info-box .info ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .card-imageText[data-style="1"] .info-box .info ul li span {
          font-size: 1.6rem;
          letter-spacing: 1.33px;
          text-align: justify;
          color: #000000; }
          .card-imageText[data-style="1"] .info-box .info ul li span:first-child {
            width: 90px; }
          .card-imageText[data-style="1"] .info-box .info ul li span.dec {
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
            -webkit-transform-origin: top;
                -ms-transform-origin: top;
                    transform-origin: top;
            margin: 4px 7px 0; }
          .card-imageText[data-style="1"] .info-box .info ul li span:last-child {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            text-align: justify; }

.card-video[data-style="1"] {
  width: 100%;
  position: relative;
  margin-top: 65px; }

  .card-video[data-style="1"]::before {
    content: '';
    position: absolute;
    top: -250px;
    left: 0;
    width: 100%;
    height: 115%;
    background-image: url("../images/Exhibition/蜘蛛絲左1.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1; }

  .card-video[data-style="1"] .link-box.col-3 {
    margin-bottom: 20px;
  }

  .card-video[data-style="1"] .index-main-list {
    width: 100%; }

    .card-video[data-style="1"] .index-main-list .index-video {
      position: relative;
      width: 100%; }

      .card-video[data-style="1"] .index-main-list .index-video #video_mask {
        position: absolute;
        width: 100%;
        height: 0;
        padding-bottom: 47.24%;
        z-index: 4;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }

        .card-video[data-style="1"] .index-main-list .index-video #video_mask.image:after {
          content: none; }

        .card-video[data-style="1"] .index-main-list .index-video #video_mask.video:after {
          content: '';
          position: absolute;
          width: inherit;
          height: 100%;
          background: rgba(0, 0, 0, 0.6); }

        .card-video[data-style="1"] .index-main-list .index-video #video_mask .btn-play {
          position: relative;
          display: block;
          padding-bottom: 47.24%; }

          .card-video[data-style="1"] .index-main-list .index-video #video_mask .btn-play::after {
            content: '';
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            z-index: 5;
            width: 64px;
            height: 64px;
            background-image: url("../images/Exhibition/black_youtube.png");
            background-repeat: no-repeat;
            background-size: contain; }

          .card-video[data-style="1"] .index-main-list .index-video #video_mask .btn-play:hover::after, .card-video[data-style="1"] .index-main-list .index-video #video_mask .btn-play:focus::after {
            background-image: url("../images/Exhibition/play-icon-focus.png"); }

      .card-video[data-style="1"] .index-main-list .index-video .video-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        left: 0; }

        .card-video[data-style="1"] .index-main-list .index-video .video-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }

.card-artist[data-style="1"] {
  width: 100%;
  margin-top: 40px; }
  .card-artist[data-style="1"] .artist-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .card-artist[data-style="1"] .artist-box .artist-one {
    flex:  0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .card-artist[data-style="1"] .artist-info {
    position: relative;
    width: calc(31.7% - 35px);
    margin-left: 0px;
    margin-right: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    margin-bottom: 20px; }
    .card-artist[data-style="1"] .artist-info.one {
      /* width: calc(31.7% - 35px); */
      align-items: flex-start;
    }
    @media only screen and (max-width: 1280px) {
      /* .card-artist[data-style="1"] .artist-info {
        margin-left: 0;
        width: 38.74%; } */
      .card-artist[data-style="1"] .artist-info.one {
        width: 25.74%;
        align-items: flex-start; } }
    @media only screen and (max-width: 980px) {
      .card-artist[data-style="1"] .artist-info {
        width: 100%;
        margin-right: 0 }
      .card-artist[data-style="1"] .artist-info.one {
        width: 100%; } }
  .card-artist[data-style="1"] .artist-img {
    width: 46.12%;
    padding-bottom: 46.12%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .card-artist[data-style="1"] .artist-info.one .artist-img {
      width: 72.65%;
      padding-bottom: 72.65%;
    }
    @media only screen and (max-width: 980px) {
      .card-artist[data-style="1"] .artist-img {
        width: 50%;
        padding-bottom: 50%;
        margin: auto; } }
    @media only screen and (max-width: 580px) {
      .card-artist[data-style="1"] .artist-img {
        width: 55%;
        padding-bottom: 55%; } }
  .card-artist[data-style="1"] .artist-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 4px;
    color: #000000;
    /* white-space: nowrap; */
    margin-left: -25px;
    line-height: 1.2; }
    @media only screen and (max-width: 1179px) {
      .card-artist[data-style="1"] .artist-name {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media only screen and (max-width: 980px) {
      .card-artist[data-style="1"] .artist-name {
        margin-top: 20px;
        width: 100%;
        margin-left: 0; } }
    @media only screen and (max-width: 580px) {
      .card-artist[data-style="1"] .artist-name {
        font-size: 3rem; } }
    .card-artist[data-style="1"] .artist-name .dec {
      -webkit-transform: rotate(125deg);
          -ms-transform: rotate(125deg);
              transform: rotate(125deg);
      -webkit-transform-origin: top;
          -ms-transform-origin: top;
              transform-origin: top;
      margin-right: -5px;
      width: 48px;
      height: 1px;
      background: #000000;
      color: #ffffff;
      display: none; }
      @media only screen and (max-width: 580px) {
        .card-artist[data-style="1"] .artist-name .dec {
          width: 35px; } }
  .card-artist[data-style="1"] .artist-img ~ .artist-name .dec {
    display: block;
  }
  .card-artist[data-style="1"] .artist-info ~ .artist-content {
    width: 68.3%;
    /* margin-left: 30px; */
  }
  .card-artist[data-style="1"] .artist-info.one ~ .artist-content {
    /* width: calc(74.26% - 30px); */
  }
  .card-artist[data-style="1"] .artist-content {
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: 1.5px;
    text-align: justify;
    color: #000000;
    margin-bottom: 15px; }
    @media only screen and (max-width: 580px) {
      .card-artist[data-style="1"] .artist-content {
        text-align: left; }
    }
    @media only screen and (max-width: 980px) {
      .card-artist[data-style="1"] .artist-info.one ~ .artist-content , 
      .card-artist[data-style="1"] .artist-info ~ .artist-content, 
      .card-artist[data-style="1"] .artist-content {
        width: 100%;
        margin-left: 0;
        margin-top: 30px; } }

.card-event[data-style="1"],
.event-container {
  width: 100%;
  margin: 70px 0 87px;
  position: relative; }
  .card-event[data-style="1"] .box-image,
  .event-container .box-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 85%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1; }
  .card-event[data-style="1"]::after,
  .event-container::after {
    content: '';
    position: absolute;
    top: -40vh;
    right: 0;
    width: 100%;
    height: 90vh;
    /* background-image: url("../images/Exhibition/蜘蛛絲右2.png"); */
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1; }
  .card-event[data-style="1"] .main-title,
  .event-container .main-title {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 2.5px;
    text-align: center;
    color: #000000;
    margin-bottom: 45px; }
  .card-event[data-style="1"] .event-outbox,
  .event-container .event-outbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    /* @media only screen and (max-width: 800px) {
      .card-event[data-style="1"] .event-outbox,
      .event-container .event-outbox {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } } */
    .card-event[data-style="1"] .event-outbox .event-box,
    .event-container .event-outbox .event-box {
      max-width: calc(33.33333% - 16.66666px);
      margin-right: 25px;
      margin-bottom: 25px;
      position: relative;
      flex: calc(33.33333% - 16.66666px); }
      .card-event[data-style="1"] .event-outbox .event-box:nth-child(3n),
      .event-container .event-outbox .event-box:nth-child(3n) {
        margin-right: 0;
      }
      @media only screen and (max-width: 800px) {
        .card-event[data-style="1"] .event-outbox .event-box,
        .event-container .event-outbox .event-box {
          max-width: calc(50% - 10px);
          margin-right: 20px;
          margin-bottom: 50px;
          flex: calc(50% - 10px); }
        .card-event[data-style="1"] .event-outbox .event-box:nth-child(3n),
        .event-container .event-outbox .event-box:nth-child(3n) {
          margin-right: 20px;
        }
        .card-event[data-style="1"] .event-outbox .event-box:nth-child(2n),
        .event-container .event-outbox .event-box:nth-child(2n) {
          margin-right: 0px;
        } }
      /* .card-event[data-style="1"] .event-outbox .event-box:last-child,
      .event-container .event-outbox .event-box:last-child {
        margin-right: 0; } */
        /* @media only screen and (max-width: 800px) {
          .card-event[data-style="1"] .event-outbox .event-box:last-child,
          .event-container .event-outbox .event-box:last-child {
            margin-bottom: 0; } } */
      .card-event[data-style="1"] .event-outbox .event-box .img-content,
      .event-container .event-outbox .event-box .img-content {
        width: 100%;
        padding-bottom: calc(34.4% + 30px);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      .card-event[data-style="1"] .event-outbox .event-box a,
      .event-container .event-outbox .event-box a {
        position: relative;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: auto;
        display: block;
        padding: 10px 15px 23px;
        width: 100%;
        box-sizing: border-box;
        /* white-space: nowrap; */
        border: 1px solid transparent; }

        .card-event[data-style="1"] .event-outbox .event-box.list-mode a,
        .event-container .event-outbox .event-box.list-mode  a { 
        width: calc(100% - 30px);
        padding: 0;
        background-color:  transparent !important;
        margin-top: 0px; }

        .card-event[data-style="1"] .event-outbox .event-box a::after,
        .event-container .event-outbox .event-box a::after {
          content: '';
          position: absolute;
          right: 15px;
          width: 48px;
          height: 8px;
          background-size: contain;
          background-repeat: no-repeat;
          -webkit-transition: .4s ease-in-out;
          -o-transition: .4s ease-in-out;
          transition: .4s ease-in-out; }

        .card-event[data-style="1"] .event-outbox .event-box.list-mode a::after,
        .event-container .event-outbox .event-box.list-mode  a::after { 
        width: 80%;
        height: 1px;
        right: 0;
        background-color: #c8b8a0; }

        .card-event[data-style="1"] .event-outbox .event-box a span,
        .event-container .event-outbox .event-box a span {
          font-size: 1.6rem;
          font-weight: bold;
          letter-spacing: 1px;
          color: #000;
          display: block;
          margin-bottom: 20px;
          -webkit-transition: .4s ease-in-out;
          -o-transition: .4s ease-in-out;
          transition: .4s ease-in-out; }
          @media only screen and (max-width: 430px) {
            .card-event[data-style="1"] .event-outbox .event-box a span,
            .event-container .event-outbox .event-box a span {
              margin-bottom: 10px; } }

.card-html[data-style="1"],
.card-info[data-style="1"],
.go-shop {
  width: 100%;
  position: relative; }
  .card-html[data-style="1"] .box-image,
  .card-info[data-style="1"] .box-image,
  .go-shop .box-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 85%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1; }
  .card-html[data-style="1"] .main-title,
  .card-info[data-style="1"] .main-title,
  .go-shop .main-title {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 2.5px;
    text-align: center;
    color: #000000;
    margin-bottom: 45px; }
  .card-html[data-style="1"] .shop-outbox,
  .card-info[data-style="1"] .shop-outbox,
  .go-shop .shop-outbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .card-html[data-style="1"] .shop-box,
  .card-info[data-style="1"] .shop-box,
  .go-shop .shop-box {
    width: calc(25% - 18.75px);
    margin-right: 25px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 800px) {
      .card-html[data-style="1"] .shop-box,
      .card-info[data-style="1"] .shop-box,
      .go-shop .shop-box {
        width: calc(33.33% - 16.67px); } }
    @media only screen and (max-width: 580px) {
      .card-html[data-style="1"] .shop-box,
      .card-info[data-style="1"] .shop-box,
      .go-shop .shop-box {
        width: calc(50% - 12.5px); } }
    /* @media only screen and (max-width: 430px) {
      .card-html[data-style="1"] .shop-box,
      .card-info[data-style="1"] .shop-box,
      .go-shop .shop-box {
        width: 100%; } } */
    .card-html[data-style="1"] .shop-box:nth-child(4n),
    .card-info[data-style="1"] .shop-box:nth-child(4n),
    .go-shop .shop-box:nth-child(4n) {
      margin-right: 0; }
      @media only screen and (max-width: 800px) {
        .card-html[data-style="1"] .shop-box:nth-child(4n),
        .card-info[data-style="1"] .shop-box:nth-child(4n),
        .go-shop .shop-box:nth-child(4n) {
          margin-right: 25px; } }
    @media only screen and (max-width: 800px) {
      .card-html[data-style="1"] .shop-box:nth-child(3n),
      .card-info[data-style="1"] .shop-box:nth-child(3n),
      .go-shop .shop-box:nth-child(3n) {
        margin-right: 0; } }
    @media only screen and (max-width: 580px) {
      .card-html[data-style="1"] .shop-box:nth-child(3n),
      .card-info[data-style="1"] .shop-box:nth-child(3n),
      .go-shop .shop-box:nth-child(3n) {
        margin-right: 25px; } }
    @media only screen and (max-width: 580px) {
      .card-html[data-style="1"] .shop-box:nth-child(2n),
      .card-info[data-style="1"] .shop-box:nth-child(2n),
      .go-shop .shop-box:nth-child(2n) {
        margin-right: 0; } }
    /* @media only screen and (max-width: 430px) {
      .card-html[data-style="1"] .shop-box:nth-child(2n),
      .card-info[data-style="1"] .shop-box:nth-child(2n),
      .go-shop .shop-box:nth-child(2n) {
        margin-right: 25px; } }
    @media only screen and (max-width: 430px) {
      .card-html[data-style="1"] .shop-box:nth-child(n),
      .card-info[data-style="1"] .shop-box:nth-child(n),
      .go-shop .shop-box:nth-child(n) {
        margin-right: 0; } } */
    .card-html[data-style="1"] .shop-box .shop-img,
    .card-info[data-style="1"] .shop-box .shop-img,
    .go-shop .shop-box .shop-img {
      width: 100%;
      padding-bottom: 86%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .card-html[data-style="1"] a.item-link,
  .card-info[data-style="1"] a.item-link,
  .go-shop a.item-link {
    display: block;
    position: relative;
    background: #ffffff;
    width: calc( 100% -  26px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: -26px;
    margin-left: auto;
    padding: 20px 20px 50px;
    z-index: 1;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out; }
    .card-html[data-style="1"] a.item-link::after,
    .card-info[data-style="1"] a.item-link::after,
    .go-shop a.item-link::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      top: 0;
      left: 0;
      z-index: -1;
      -webkit-transition: .4s ease-in-out;
      -o-transition: .4s ease-in-out;
      transition: .4s ease-in-out; }
    .card-html[data-style="1"] a.item-link:hover::after, .card-html[data-style="1"] a.item-link:focus::after,
    .card-info[data-style="1"] a.item-link:hover::after,
    .card-info[data-style="1"] a.item-link:focus::after,
    .go-shop a.item-link:hover::after,
    .go-shop a.item-link:focus::after {
      opacity: 1; }
    .card-html[data-style="1"] a.item-link:hover .item-buy, .card-html[data-style="1"] a.item-link:focus .item-buy,
    .card-info[data-style="1"] a.item-link:hover .item-buy,
    .card-info[data-style="1"] a.item-link:focus .item-buy,
    .go-shop a.item-link:hover .item-buy,
    .go-shop a.item-link:focus .item-buy {
      background: #000000; }
    .card-html[data-style="1"] a.item-link span,
    .card-info[data-style="1"] a.item-link span,
    .go-shop a.item-link span {
      color: #000000;
      display: inline-block;
      -webkit-transition: .4s ease-in-out;
      -o-transition: .4s ease-in-out;
      transition: .4s ease-in-out; }
    .card-html[data-style="1"] a.item-link span:not(.item-buy),
    .card-info[data-style="1"] a.item-link span:not(.item-buy),
    .go-shop a.item-link span:not(.item-buy) {
      width: 100%; }
    .card-html[data-style="1"] a.item-link .item-title,
    .card-info[data-style="1"] a.item-link .item-title,
    .go-shop a.item-link .item-title {
      font-size: 1.8rem;
      font-weight: bold;
      letter-spacing: 1.5px;
      margin-bottom: 10px;
      word-break: break-word; }
      @media only screen and (max-width: 430px) {
        .card-html[data-style="1"] a.item-link .item-title,
        .card-info[data-style="1"] a.item-link .item-title,
        .go-shop a.item-link .item-title {
          font-size: 1.5rem; } }
    .card-html[data-style="1"] a.item-link .item-txt,
    .card-info[data-style="1"] a.item-link .item-txt,
    .go-shop a.item-link .item-txt {
      font-size: 1.4rem;
      letter-spacing: 1.17px;
      margin-bottom: 20px; }
    .card-html[data-style="1"] a.item-link .item-buy,
    .card-info[data-style="1"] a.item-link .item-buy,
    .go-shop a.item-link .item-buy {
      float: right;
      font-family: Roboto;
      font-size: 1.4rem;
      letter-spacing: 1.17px;
      padding: 6px 6px 5px;
      margin-right: -20px;
      display: inline-block; }
      .card-html[data-style="1"] a.item-link .item-buy::before,
      .card-info[data-style="1"] a.item-link .item-buy::before,
      .go-shop a.item-link .item-buy::before {
        content: '';
        display: inline-block;
        width: 13px;
        height: 13px;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
        margin-right: 5px; /* 20240520 jayjiang 修改圖示與文字的間距 */
      }

.card-link[data-style="1"] {
  width: 100%;
  margin: 80px 0; }
  @media only screen and (max-width: 580px) {
    .card-link[data-style="1"] {
      margin: 40px 0 80px; } }
  .card-link[data-style="1"] .link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 165px; }
    .card-link[data-style="1"] .link-box.j-c-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media only screen and (max-width: 580px) {
        .card-link[data-style="1"] .link-box.j-c-center {
          -webkit-box-pack: initial;
              -ms-flex-pack: initial;
                  justify-content: initial; } }
    @media only screen and (max-width: 1280px) {
      .card-link[data-style="1"] .link-box {
        padding: 0; } }
    .card-link[data-style="1"] .link-box .link {
      width: calc(25% - 37.5px);
      margin-right: 50px;
      margin-bottom: 25px; }
      @media only screen and (max-width: 580px) {
        .card-link[data-style="1"] .link-box .link {
          width: calc(50% - 15px);
          margin-right: 30px; } }
      .card-link[data-style="1"] .link-box .link:nth-child(4n) {
        margin-right: 0; }
        @media only screen and (max-width: 580px) {
          .card-link[data-style="1"] .link-box .link:nth-child(4n) {
            margin-right: 30px; } }
      @media only screen and (max-width: 580px) {
        .card-link[data-style="1"] .link-box .link:nth-child(2n) {
          margin-right: 0; } }
      .card-link[data-style="1"] .link-box .link:last-child {
        margin-right: 0; }
      .card-link[data-style="1"] .link-box .link a {
        display: inline-block;
        padding: 3px;
        border: 1px solid transparent;
        width: 100%; }

.card-link-nav[data-style="1"] {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  margin-top: 50px; }
  .card-link-nav[data-style="1"]::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000000;
    z-index: -1; }
  .card-link-nav[data-style="1"] .link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            flex-wrap: wrap; }
    .card-link-nav[data-style="1"] .link-box .link {
      margin: 20px 50px; }
      @media only screen and (max-width: 580px) {
        .card-link-nav[data-style="1"] .link-box .link {
          margin: 20px; } }
      /* .card-link-nav[data-style="1"] .link-box .link:last-child {
        margin-right: 0; } */
    .card-link-nav[data-style="1"] .link-box a {
      font-size: 1.8rem;
      font-weight: bold;
      letter-spacing: 1.5px;
      text-align: center;
      color: #000000;
      border-radius: 50%;
      border: 1px solid #000000;
      z-index: 1;
      background: #ffffff;
      width: 130px;
      height: 130px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      word-break: inherit; }
      @media only screen and (max-width: 580px) {
        .card-link-nav[data-style="1"] .link-box a {
          width: 120px;
          height: 120px; } }
      .card-link-nav[data-style="1"] .link-box a[href]:hover, .card-link-nav[data-style="1"] .link-box a[href]:focus {
        color: #ffffff;
        background: #000000; }

.card-footer[data-style="1"] {
  width: 100%;
  position: relative; }
  .card-footer[data-style="1"] .footer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0; }
    @media only screen and (max-width: 1179px) {
      .card-footer[data-style="1"] .footer-box {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .card-footer[data-style="1"] .footer-logo {
    margin: 45px 0 29px;
    width: 20.2%; }
    .card-footer[data-style="1"] .footer-logo a {
      display: inline-block; }
      .card-footer[data-style="1"] .footer-logo a:focus {
        border: 1px solid #ac0d0d;
        padding: 3px; }
    @media only screen and (max-width: 800px) {
      .card-footer[data-style="1"] .footer-logo {
        width: 100%; } }
    .card-footer[data-style="1"] .footer-logo img {
      max-height: 40px; }
  .card-footer[data-style="1"] .footer-info,
  .card-footer[data-style="1"] .footer-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 430px) {
      .card-footer[data-style="1"] .footer-info,
      .card-footer[data-style="1"] .footer-custom {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .card-footer[data-style="1"] .footer-info .info-item .info-title,
    .card-footer[data-style="1"] .footer-custom .info-item .info-title {
      font-size: 1.6rem;
      font-weight: bold;
      letter-spacing: 1.33px;
      color: #000000;
      margin-bottom: 10px; }
    .card-footer[data-style="1"] .footer-info .info-item ul li,
    .card-footer[data-style="1"] .footer-info .info-item .name,
    .card-footer[data-style="1"] .footer-custom .info-item ul li,
    .card-footer[data-style="1"] .footer-custom .info-item .name {
      font-size: 1.4rem;
      letter-spacing: 1.17px;
      color: #5e5e5e; }
  .card-footer[data-style="1"] .footer-info {
    margin: 0 14px 0 34px;
    width: calc(58.6% - 48px); }
    @media only screen and (max-width: 1179px) {
      .card-footer[data-style="1"] .footer-info {
        margin: 0 0 20px 34px;
        width: calc(79.8% - 34px); } }
    @media only screen and (max-width: 800px) {
      .card-footer[data-style="1"] .footer-info {
        width: 100%;
        margin-left: 0; } }
  @media only screen and (max-width: 800px) and (max-width: 430px) {
    .card-footer[data-style="1"] .footer-info {
      margin-bottom: 0; } }
    .card-footer[data-style="1"] .footer-info .info-item {
      margin-right: 14px; }
      @media only screen and (max-width: 1179px) {
        .card-footer[data-style="1"] .footer-info .info-item {
          width: calc(50% - 7px); } }
      @media only screen and (max-width: 430px) {
        .card-footer[data-style="1"] .footer-info .info-item {
          width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
      .card-footer[data-style="1"] .footer-info .info-item:last-child {
        margin-right: 0; }
  .card-footer[data-style="1"] .footer-custom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 21.2%; }
    @media only screen and (max-width: 1179px) {
      .card-footer[data-style="1"] .footer-custom {
        width: calc(79.8% - 34px);
        margin-left: calc(20.2% + 34px); } }
    @media only screen and (max-width: 800px) {
      .card-footer[data-style="1"] .footer-custom {
        width: 100%;
        margin-left: 0; } }
    .card-footer[data-style="1"] .footer-custom .info-item {
      width: 62.1%;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1179px) {
        .card-footer[data-style="1"] .footer-custom .info-item {
          width: calc(50% - 7px);
          margin-right: 14px; } }
      @media only screen and (max-width: 430px) {
        .card-footer[data-style="1"] .footer-custom .info-item {
          width: 100%;
          margin-right: 0; } }
      .card-footer[data-style="1"] .footer-custom .info-item:nth-child(2n) {
        width: calc(37.9% - 14px);
        margin-left: 14px;
        margin-bottom: 0; }
        @media only screen and (max-width: 1179px) {
          .card-footer[data-style="1"] .footer-custom .info-item:nth-child(2n) {
            width: calc(50% - 7px);
            margin-left: 0;
            margin-right: 0; } }
        @media only screen and (max-width: 430px) {
          .card-footer[data-style="1"] .footer-custom .info-item:nth-child(2n) {
            margin-bottom: 20px; } }
  .card-footer[data-style="1"] .copy-right {
    font-size: 1.2rem;
    letter-spacing: 1.36px;
    color: #000000;
    padding: 12px 0;
    text-align: center; }

.card-notice[data-style="1"],
.card-price[data-style="1"],
.card-opening[data-style="1"] {
  width: 900px;
  margin: 0 auto;
  padding: 0 20px; }
  @media only screen and (max-width: 430px) {
    .card-notice[data-style="1"],
    .card-price[data-style="1"],
    .card-opening[data-style="1"] {
      width: 100%; } }
  .card-notice[data-style="1"] .title,
  .card-price[data-style="1"] .title,
  .card-opening[data-style="1"] .title {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
    position: relative; }
    .card-notice[data-style="1"] .title::before,
    .card-price[data-style="1"] .title::before,
    .card-opening[data-style="1"] .title::before {
      content: "";
      width: 51px;
      height: 2px;
      background: #a80506;
      margin: 0 auto 1.5px;
      display: block; }

.card-notice[data-style="1"] {
  padding-top: 50px; }
  .card-notice[data-style="1"].notes ul {
    margin-bottom: 40px; }
  .card-notice[data-style="1"] .content ul li {
    color: #565656;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .card-notice[data-style="1"] .content ul li:last-child {
      margin-bottom: 0; }
    .card-notice[data-style="1"] .content ul li span:first-child {
      margin-right: 15px; }
  .card-notice[data-style="1"] .notes-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px 0 20px;
    padding-top: 40px;
    position: relative; }
    @media only screen and (max-width: 800px) {
      .card-notice[data-style="1"] .notes-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .card-notice[data-style="1"] .notes-content::before {
      content: '';
      position: absolute;
      width: 1270px;
      height: 1px;
      background: #c6c6c6;
      top: 0;
      left: 50%;
      right: 50%;
      margin: auto;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media only screen and (max-width: 1400px) {
        .card-notice[data-style="1"] .notes-content::before {
          width: 100%; } }
  .card-notice[data-style="1"] .notes-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 800px) {
      .card-notice[data-style="1"] .notes-box {
        width: 100%; } }
    .card-notice[data-style="1"] .notes-box .name {
      font-size: 1.8rem;
      letter-spacing: 1.5px;
      color: #000000;
      position: relative;
      text-align: left;
      margin-right: 30px;
      margin-bottom: 0; }
      @media only screen and (max-width: 800px) {
        .card-notice[data-style="1"] .notes-box .name {
          width: 92px; } }
      .card-notice[data-style="1"] .notes-box .name::before {
        content: "";
        width: 4px;
        height: 20px;
        background: #ac0d0d;
        margin: 0 auto 1.5px;
        display: inline-block;
        margin-right: 10px;
        -webkit-transform: translateY(5px);
            -ms-transform: translateY(5px);
                transform: translateY(5px); }
    .card-notice[data-style="1"] .notes-box .value {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

.card-opening[data-style="1"] {
  margin-top: 50px; }
  .card-opening[data-style="1"] .time-outbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .card-opening[data-style="1"] .time-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 30px; }
    @media only screen and (max-width: 800px) {
      .card-opening[data-style="1"] .time-box {
        width: 100%;
        margin-bottom: 10px; } }
    .card-opening[data-style="1"] .time-box .title {
      font-size: 1.8rem;
      letter-spacing: 1.5px;
      color: #000000;
      position: relative;
      text-align: left;
      margin-right: 30px;
      margin-bottom: 0; }
      .card-opening[data-style="1"] .time-box .title::before {
        content: "";
        width: 4px;
        height: 20px;
        background: #ac0d0d;
        margin: 0 auto 1.5px;
        display: inline-block;
        margin-right: 10px;
        -webkit-transform: translateY(5px);
            -ms-transform: translateY(5px);
                transform: translateY(5px); }
    .card-opening[data-style="1"] .time-box .time {
      font-size: 1.6rem;
      letter-spacing: 1.33px;
      color: #565656; }

.card-price[data-style="1"] table {
  background-color: transparent;
  margin-bottom: 30px; }
  .card-price[data-style="1"] table th {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #000000;
    border: none; }
  .card-price[data-style="1"] table td {
    font-size: 1.8rem;
    letter-spacing: 1.5px;
    color: #565656;
    border-bottom: 1px solid #d6d6d6; }
  @media only screen and (max-width: 580px) {
    .card-price[data-style="1"] table {
      width: 100%;
      display: block;
      /* Force table to not be like tables anymore */
      /* Hide table headers (but not display: none;, for accessibility) */ }
      .card-price[data-style="1"] table .text-L {
        text-align: center !important; }
      .card-price[data-style="1"] table tbody td.icon {
        max-width: unset; }
      .card-price[data-style="1"] table thead, .card-price[data-style="1"] table tbody, .card-price[data-style="1"] table th, .card-price[data-style="1"] table td, .card-price[data-style="1"] table tr {
        display: block; }
      .card-price[data-style="1"] table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px; }
      .card-price[data-style="1"] table tr {
        border: 1px solid #d6d6d6;
        margin-bottom: 20px; }
      .card-price[data-style="1"] table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #d6d6d6;
        position: relative;
        padding: 5px 11px 5px 50%;
        max-width: unset;
        min-height: 30px; }
      .card-price[data-style="1"] table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        /* Label the data */
        content: attr(data-label);
        color: #000000; } }

.card-price[data-style="1"] .price-info,
.card-price[data-style="1"] .price-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .card-price[data-style="1"] .price-info .title,
  .card-price[data-style="1"] .price-note .title {
    font-size: 1.8rem;
    letter-spacing: 1.5px;
    color: #000000;
    position: relative;
    width: 11.2%;
    white-space: nowrap;
    text-align: left; }
    @media only screen and (max-width: 800px) {
      .card-price[data-style="1"] .price-info .title,
      .card-price[data-style="1"] .price-note .title {
        width: 100%; } }
    .card-price[data-style="1"] .price-info .title::before,
    .card-price[data-style="1"] .price-note .title::before {
      content: "";
      width: 4px;
      height: 20px;
      background: #ac0d0d;
      margin: 0 auto 1.5px;
      display: inline-block;
      margin-right: 10px;
      -webkit-transform: translateY(5px);
          -ms-transform: translateY(5px);
              transform: translateY(5px); }
  .card-price[data-style="1"] .price-info ul,
  .card-price[data-style="1"] .price-note ul {
    width: calc(88.8% - 56px);
    margin-left: 56px; }
    @media only screen and (max-width: 800px) {
      .card-price[data-style="1"] .price-info ul,
      .card-price[data-style="1"] .price-note ul {
        margin-left: 0;
        width: 100%; } }
    .card-price[data-style="1"] .price-info ul li,
    .card-price[data-style="1"] .price-note ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 8px; }
      .card-price[data-style="1"] .price-info ul li span,
      .card-price[data-style="1"] .price-note ul li span {
        font-size: 1.8rem;
        letter-spacing: 1.5px;
        color: #565656; }
        .card-price[data-style="1"] .price-info ul li span:first-child,
        .card-price[data-style="1"] .price-note ul li span:first-child {
          margin-right: 15px; }
    .card-price[data-style="1"] .price-info ul li.grey-bg-darken,
    .card-price[data-style="1"] .price-note ul li.grey-bg-darken {
      margin: 20px 0; }
      @media only screen and (max-width: 430px) {
        .card-price[data-style="1"] .price-info ul li.grey-bg-darken,
        .card-price[data-style="1"] .price-note ul li.grey-bg-darken {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    .card-price[data-style="1"] .price-info ul .download-title,
    .card-price[data-style="1"] .price-note ul .download-title {
      font-size: 1.6rem;
      font-weight: 500;
      letter-spacing: 1.33px;
      color: #565656;
      padding-left: 12px;
      padding-top: 12px;
      margin-right: 80px;
      width: 102px;
      white-space: nowrap; }
      @media only screen and (max-width: 800px) {
        .card-price[data-style="1"] .price-info ul .download-title,
        .card-price[data-style="1"] .price-note ul .download-title {
          margin-right: 30px; } }
      @media only screen and (max-width: 430px) {
        .card-price[data-style="1"] .price-info ul .download-title,
        .card-price[data-style="1"] .price-note ul .download-title {
          width: 100%; } }
    .card-price[data-style="1"] .price-info ul .download-file-box,
    .card-price[data-style="1"] .price-note ul .download-file-box {
      width: 100%; }
      @media only screen and (max-width: 430px) {
        .card-price[data-style="1"] .price-info ul .download-file-box,
        .card-price[data-style="1"] .price-note ul .download-file-box {
          padding-left: 12px; } }
      .card-price[data-style="1"] .price-info ul .download-file-box > div,
      .card-price[data-style="1"] .price-note ul .download-file-box > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 5px;
        border-bottom: 1px solid #d4d4d4;
        padding: 12px 0 6px; }
        .card-price[data-style="1"] .price-info ul .download-file-box > div:last-child,
        .card-price[data-style="1"] .price-note ul .download-file-box > div:last-child {
          border-bottom: none; }
        .card-price[data-style="1"] .price-info ul .download-file-box > div a,
        .card-price[data-style="1"] .price-note ul .download-file-box > div a {
          padding: 2px;
          margin-left: auto;
          margin-right: 10px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
          .card-price[data-style="1"] .price-info ul .download-file-box > div a:hover, .card-price[data-style="1"] .price-info ul .download-file-box > div a:focus,
          .card-price[data-style="1"] .price-note ul .download-file-box > div a:hover,
          .card-price[data-style="1"] .price-note ul .download-file-box > div a:focus {
            border: 1px solid #ac0d0d; }
          .card-price[data-style="1"] .price-info ul .download-file-box > div a img,
          .card-price[data-style="1"] .price-note ul .download-file-box > div a img {
            max-height: 15px; }

.card-work[data-style="1"] {
  width: 100%;
  overflow: hidden;
  margin-top: 80px; }
  .card-work[data-style="1"] .main-title {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 2.5px;
    color: #000000;
    text-align: center; }
  .card-work[data-style="1"] #filter-bar {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0 30px; }
    @media only screen and (max-width: 580px) {
      .card-work[data-style="1"] #filter-bar {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-bottom: 14px; }
        .card-work[data-style="1"] #filter-bar::-webkit-scrollbar {
          height: 5px;
          background: #eeeeee;
          border-radius: 5px; }
        .card-work[data-style="1"] #filter-bar::-webkit-scrollbar-thumb {
          background: #666666; }
        .card-work[data-style="1"] #filter-bar::-webkit-scrollbar-track {
          background: #eeeeee; } }
    .card-work[data-style="1"] #filter-bar li {
      margin-right: 16px;
      margin-bottom: 10px;
      position: relative;
      white-space: nowrap; }
      @media only screen and (max-width: 580px) {
        .card-work[data-style="1"] #filter-bar li {
          margin-bottom: 0;
          margin-right: 5px; } }
      .card-work[data-style="1"] #filter-bar li:last-child {
        margin-right: 0; }
        .card-work[data-style="1"] #filter-bar li:last-child::after {
          display: none; }
      .card-work[data-style="1"] #filter-bar li::after {
        content: '';
        display: inline-block;
        width: 16px;
        height: 1px;
        margin: 0 8px;
        background: #000000;
        -webkit-transform: translateY(-5px) rotate(135deg);
            -ms-transform: translateY(-5px) rotate(135deg);
                transform: translateY(-5px) rotate(135deg); }
        @media only screen and (max-width: 580px) {
          .card-work[data-style="1"] #filter-bar li::after {
            margin: 0; } }
      .card-work[data-style="1"] #filter-bar li a {
        font-size: 1.8rem;
        letter-spacing: 1.5px;
        color: #000000;
        padding: 2px 8px; }
        @media only screen and (max-width: 580px) {
          .card-work[data-style="1"] #filter-bar li a {
            padding: 2px; } }
        .card-work[data-style="1"] #filter-bar li a.tab-active, .card-work[data-style="1"] #filter-bar li a:hover, .card-work[data-style="1"] #filter-bar li a:focus {
          background: #dcdcdc; }
  .card-work[data-style="1"] #work-info-outbox {
    margin-bottom: 80px; }
    .card-work[data-style="1"] #work-info-outbox .tab {
      display: none; }
      .card-work[data-style="1"] #work-info-outbox .tab.active {
        display: block; }
  .card-work[data-style="1"] .work-info-box {
    position: relative;
    width: calc(100% - 22px);
    border: 1px solid #d5c5ac; }
    @media only screen and (max-width: 580px) {
      .card-work[data-style="1"] .work-info-box {
        width: calc(100% - 15px); } }
    .card-work[data-style="1"] .work-info-box .triangle::before, .card-work[data-style="1"] .work-info-box .triangle::after {
      content: '';
      position: absolute;
      z-index: 1; }
    .card-work[data-style="1"] .work-info-box .triangle::before {
      width: 1px;
      height: 141px;
      top: -26px;
      left: 53px;
      -webkit-transform: rotate(50deg);
          -ms-transform: rotate(50deg);
              transform: rotate(50deg); }
    .card-work[data-style="1"] .work-info-box .triangle::after {
      width: 1px;
      height: 141px;
      bottom: -26px;
      right: 53px;
      -webkit-transform: rotate(50deg);
          -ms-transform: rotate(50deg);
              transform: rotate(50deg); }
    .card-work[data-style="1"] .work-info-box::before, .card-work[data-style="1"] .work-info-box::after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      z-index: 0;
      pointer-events: none; }
    .card-work[data-style="1"] .work-info-box::before {
      top: -1px;
      left: -1px;
      border-width: 90px 110px 0 0; }
    .card-work[data-style="1"] .work-info-box::after {
      bottom: -1px;
      right: -1px;
      border-width: 0 0 90px 110px; }
    .card-work[data-style="1"] .work-info-box .dec {
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      z-index: 1;
      pointer-events: none;
      bottom: -22px;
      right: -22px;
      border-width: 0 0 90px 110px; }
      @media only screen and (max-width: 580px) {
        .card-work[data-style="1"] .work-info-box .dec {
          bottom: -15px;
          right: -15px; } }
    .card-work[data-style="1"] .work-info-box .work-info-background::before, .card-work[data-style="1"] .work-info-box .work-info-background::after {
      content: '';
      position: absolute;
      z-index: 0;
      pointer-events: none; }
    .card-work[data-style="1"] .work-info-box .work-info-background::before {
      width: 1px;
      height: 100%;
      background: #d5c5ac;
      right: 21px;
      top: 0; }
      @media only screen and (max-width: 580px) {
        .card-work[data-style="1"] .work-info-box .work-info-background::before {
          right: 14px; } }
    .card-work[data-style="1"] .work-info-box .work-info-background::after {
      width: 100%;
      height: 1px;
      background: #d5c5ac;
      bottom: 21px;
      left: 0; }
      @media only screen and (max-width: 580px) {
        .card-work[data-style="1"] .work-info-box .work-info-background::after {
          bottom: 14px; } }
    .card-work[data-style="1"] .work-info-box .work-info {
      position: relative;
      padding: 20px;
      width: calc(100% + 0px);
      padding: 25px 92px 80px 65px;
      -webkit-transform: translate(22px, 22px);
          -ms-transform: translate(22px, 22px);
              transform: translate(22px, 22px);
      z-index: 0; }
      @media only screen and (max-width: 580px) {
        .card-work[data-style="1"] .work-info-box .work-info {
          -webkit-transform: translate(15px, 15px);
              -ms-transform: translate(15px, 15px);
                  transform: translate(15px, 15px);
          padding: 25px 30px 80px 30px; } }
      .card-work[data-style="1"] .work-info-box .work-info::before, .card-work[data-style="1"] .work-info-box .work-info::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 0;
        pointer-events: none; }
      .card-work[data-style="1"] .work-info-box .work-info::before {
        top: -1px;
        left: -1px;
        border-width: 90px 110px 0 0; }
      .card-work[data-style="1"] .work-info-box .work-info::after {
        bottom: -1px;
        right: -1px;
        border-width: 0 0 90px 110px; }
      .card-work[data-style="1"] .work-info-box .work-info .title {
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 30px;
        letter-spacing: 2.5px;
        text-align: center; }
      .card-work[data-style="1"] .work-info-box .work-info p {
        font-size: 1.8rem;
        letter-spacing: 1.5px; }
      .card-work[data-style="1"] .work-info-box .work-info p ~ p {
        margin-top: 30px; }
    .card-work[data-style="1"] .work-info-box iframe {
      margin: 55px 0px 30px; }
  .card-work[data-style="1"] .work-intro {
    margin-top: 90px; }
    @media only screen and (max-width: 800px) {
      .card-work[data-style="1"] .work-intro {
        margin-top: 70px; } }
    .card-work[data-style="1"] .work-intro .title {
      font-size: 2.4rem;
      font-weight: bold;
      letter-spacing: 2.5px;
      color: #404040;
      margin-bottom: 36px;
      text-align: center; }
    .card-work[data-style="1"] .work-intro .work-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .card-work[data-style="1"] .work-intro .work-items a.item {
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: calc(25% - 22.5px);
        margin-right: 30px;
        margin-bottom: 40px;
        position: relative; }
        @media only screen and (max-width: 1024px) {
          .card-work[data-style="1"] .work-intro .work-items a.item {
            width: calc(33% - 20px); } }
        @media only screen and (max-width: 800px) {
          .card-work[data-style="1"] .work-intro .work-items a.item {
            margin-right: 20px;
            width: calc(50% - 10px); } }
        @media only screen and (max-width: 580px) {
          .card-work[data-style="1"] .work-intro .work-items a.item {
            margin-right: 0;
            width: 100%; } }
        .card-work[data-style="1"] .work-intro .work-items a.item:last-child {
          margin-right: 0; }
        .card-work[data-style="1"] .work-intro .work-items a.item:nth-child(4n) {
          margin-right: 0; }
          @media only screen and (max-width: 1024px) {
            .card-work[data-style="1"] .work-intro .work-items a.item:nth-child(4n) {
              margin-right: 30px; } }
        @media only screen and (max-width: 1024px) {
          .card-work[data-style="1"] .work-intro .work-items a.item:nth-child(3n) {
            margin-right: 0; } }
        @media only screen and (max-width: 800px) {
          .card-work[data-style="1"] .work-intro .work-items a.item:nth-child(3n) {
            margin-right: 20px; } }
        @media only screen and (max-width: 800px) {
          .card-work[data-style="1"] .work-intro .work-items a.item:nth-child(2n) {
            margin-right: 0; } }
        @media only screen and (max-width: 580px) {
          .card-work[data-style="1"] .work-intro .work-items a.item:nth-child(n) {
            margin-right: 0; } }
        .card-work[data-style="1"] .work-intro .work-items a.item:hover .work-name, .card-work[data-style="1"] .work-intro .work-items a.item:focus .work-name {
          opacity: 1;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }
      .card-work[data-style="1"] .work-intro .work-items .img-content {
        width: 100%;
        padding-bottom: 68.1%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      .card-work[data-style="1"] .work-intro .work-items .work-name {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        -webkit-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px;
        background: rgba(0, 0, 0, 0.6);
        font-size: 1.8rem;
        letter-spacing: 1.88px;
        color: #ffffff;
        word-break: initial; }
        @media only screen and (max-width: 430px) {
          .card-work[data-style="1"] .work-intro .work-items .work-name {
            padding: 10px;
            font-size: 1.5rem; } }

.fancybox-desktop,
.fancybox-wrap {
  width: 1200px !important; }
  @media only screen and (max-width: 1339px) {
    .fancybox-desktop,
    .fancybox-wrap {
      width: 90% !important; } }

.fancybox-mobile {
  width: 90% !important; }

.fancybox-opened:hover .fancybox-close {
  display: none; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
          box-shadow: none; }

.fancybox-title-inside-wrap {
  padding-top: 0; }

.fancybox-outer {
  width: 67.6%; }
  @media only screen and (max-width: 980px) {
    .fancybox-outer {
      width: 100%; } }

.fancybox-lock {
  overflow: hidden;
}

.fancybox-lock .fancybox-overlay {
  overflow: hidden;
}
.fancybox-wrap.r18alert {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}

.fancybox-wrap.r18alert .fancybox-skin {
  height: 100% !important;
}

.r18alert .fancybox-outer {
  width: 100%;
  height: 100% !important; }

.r18alert .fancybox-inner {
  background: transparent;
  height: 100% !important;
}
@media only screen and (max-width: 640px) {

}

.fancybox-inner {
  width: 100% !important;
  height: 573px !important;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 980px) {
    .fancybox-inner {
      height: 100% !important; } }

.fancybox-image {
  height: auto; }

/* .fancybox-iframe {
  height: auto; } */

.fancybox-title {
  width: 32.4%;
  visibility: visible; }
  @media only screen and (max-width: 980px) {
    .fancybox-title {
      width: 100%; } }

.fancybox-skin {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 1280px) {
    .fancybox-skin {
      padding: 0 30px; } }
  @media only screen and (max-width: 980px) {
    .fancybox-skin {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media only screen and (max-width: 580px) {
    .fancybox-skin {
      padding: 0 20px; } }
  .fancybox-skin .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 980px) {
      .fancybox-skin .info-box {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .fancybox-skin .info-img {
    width: 100%; }
    @media only screen and (max-width: 980px) {
      .fancybox-skin .info-img {
        width: 100%; } }
    .fancybox-skin .info-img .img-content {
      width: 100%;
      padding-bottom: 66.9%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .fancybox-skin .close-btn {
    background: #666666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 20px 5px 15px;
    font-size: 1.6rem;
    letter-spacing: 1.33px;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: -21px; }
    @media only screen and (max-width: 980px) {
      .fancybox-skin .close-btn {
        top: 0; } }
    .fancybox-skin .close-btn:hover, .fancybox-skin .close-btn:focus {
      opacity: .7; }
    .fancybox-skin .close-btn img {
      margin-right: 12px;
      max-width: 35px; }
  .fancybox-skin .info-content {
    width: 100%;
    padding: 95px 23px 90px 23px;
    background-color: #f7f7f7;
    position: relative;
    min-height: 573px;
    max-height: 573px; }
    @media only screen and (max-width: 1339px) {
      .fancybox-skin .info-content {
        padding: 60px 10px 20px; } }
    @media only screen and (max-width: 980px) {
      .fancybox-skin .info-content {
        width: 100%;
        margin-top: 0;
        min-height: 200px;
        max-height: initial; } }
    @media only screen and (max-width: 430px) {
      .fancybox-skin .info-content {
        min-height: 150px; } }
    .fancybox-skin .info-content .title {
      font-size: 2.4rem;
      font-weight: bold;
      letter-spacing: 2.5px;
      color: #444444; }
    .fancybox-skin .info-content .content-txt {
      font-size: 1.6rem;
      letter-spacing: 1.67px;
      text-align: justify;
      color: #444444;
      max-height: 450px;
      overflow-x: hidden;
      overflow-y: auto; }
      @media only screen and (max-width: 430px) {
        .fancybox-skin .info-content .content-txt {
          max-height: calc(95vh - 343px); } }
      .fancybox-skin .info-content .content-txt::-webkit-scrollbar {
        width: 5px;
        background: #eeeeee;
        border-radius: 5px; }
      .fancybox-skin .info-content .content-txt::-webkit-scrollbar-thumb {
        background: #666666; }
      .fancybox-skin .info-content .content-txt::-webkit-scrollbar-track {
        background: #eeeeee; }
      .fancybox-skin .info-content .content-txt p {
        margin-left: 0 !important; }
    .fancybox-skin .info-content .info {
      margin-top: 88px;
      margin-bottom: 25px; }
      @media only screen and (max-width: 980px) {
        .fancybox-skin .info-content .info {
          margin-top: 10px; } }
      .fancybox-skin .info-content .info ul {
        margin-left: 0; }
      .fancybox-skin .info-content .info ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .fancybox-skin .info-content .info ul li span {
          font-size: 1.6rem;
          letter-spacing: 1.33px;
          text-align: justify;
          color: #444444; }
          .fancybox-skin .info-content .info ul li span:first-child {
            width: 50px; }
          .fancybox-skin .info-content .info ul li span.dec {
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
            -webkit-transform-origin: top;
                -ms-transform-origin: top;
                    transform-origin: top;
            margin: 4px 7px 0; }
          .fancybox-skin .info-content .info ul li span:last-child {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; }

.fancybox-nav span {
  width: 85px;
  height: 125px;
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
  top: calc(50% - 40px);
  background-size: contain;
  visibility: visible; }
  @media only screen and (max-width: 980px) {
    .fancybox-nav span {
      width: 40px;
      height: 60px;
      top: 50%; } }

.fancybox-prev span {
  background-image: url("../../../tfam2013/images/Exhibition/colorbox_arrow_left.png"); }

.fancybox-next span {
  background-image: url("../../../tfam2013/images/Exhibition/colorbox_arrow_right.png"); }

/* 展間照片 */
#sMenu_InstallationView.card-imageText[data-style="1"] .info-box .info-content .content-txt {
  margin-top: 20px;
}

/* 贊助商 */
.sponsor {
  color: #000000;
  font-weight: bold;
margin-bottom:20px; }

#sponsor .shop-outbox {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
#sponsor .shop-outbox > div {
  margin-right: 30px;
}

/* color */
body.color-red .card-header[data-style="1"] .header-top .header-logo > a:focus {
  border: 1px solid #ac0d0d; }

body.color-red .card-header[data-style="1"] .header-top .menu ul.main-menu li a:hover, body.color-red .card-header[data-style="1"] .header-top .menu ul.main-menu li a:focus,
body.color-red .card-header[data-style="1"] .header-top .menu .lang a:hover,
body.color-red .card-header[data-style="1"] .header-top .menu .lang a:focus {
  color: #ac0d0d; }

body.color-red .card-header[data-style="1"] .header-top #burger:hover, body.color-red .card-header[data-style="1"] .header-top #burger:focus {
  background: #ac0d0d; }

body.color-red .card-header[data-style="1"] .sub-menu-outer .mobile-menu-container .lang a:hover, body.color-red .card-header[data-style="1"] .sub-menu-outer .mobile-menu-container .lang a:focus {
  color: #ac0d0d; }

body.color-red .card-submenu[data-style="1"] ul li a:hover, body.color-red .card-submenu[data-style="1"] ul li a:focus, body.color-red .card-submenu[data-style="1"] ul li a.active {
  color: #ac0d0d; }
  body.color-red .card-submenu[data-style="1"] ul li a:hover:after, body.color-red .card-submenu[data-style="1"] ul li a:focus:after, body.color-red .card-submenu[data-style="1"] ul li a.active:after {
    background-color: #ac0d0d; }

body.color-red .card-info[data-style="1"] .info-box .info-link-box,
body.color-red .custom-info-item .info-box .info-link-box {
  border-top: 1px solid #ac0d0d; }

body.color-red .card-info[data-style="1"] .info-box .info-link,
body.color-red .custom-info-item .info-box .info-link {
  color: #ac0d0d; }
  body.color-red .card-info[data-style="1"] .info-box .info-link:hover, body.color-red .card-info[data-style="1"] .info-box .info-link:focus,
  body.color-red .custom-info-item .info-box .info-link:hover,
  body.color-red .custom-info-item .info-box .info-link:focus {
    background: #ac0d0d; }
    body.color-red .card-info[data-style="1"] .info-box .info-link:hover span, body.color-red .card-info[data-style="1"] .info-box .info-link:focus span,
    body.color-red .custom-info-item .info-box .info-link:hover span,
    body.color-red .custom-info-item .info-box .info-link:focus span {
      color: #ffffff; }

body.color-red .card-event[data-style="1"] .event-outbox .event-box a,
body.color-red .event-container .event-outbox .event-box a {
  background-color: #ac0d0d; }
  body.color-red .card-event[data-style="1"] .event-outbox .event-box a span,
  body.color-red .event-container .event-outbox .event-box a span {
    color: #ffffff; }
  body.color-red .card-event[data-style="1"] .event-outbox .event-box a:hover, body.color-red .card-event[data-style="1"] .event-outbox .event-box a:focus,
  body.color-red .event-container .event-outbox .event-box a:hover,
  body.color-red .event-container .event-outbox .event-box a:focus {
    border-color: #ac0d0d;
    background: #ffffff; }
    body.color-red .card-event[data-style="1"] .event-outbox .event-box a:hover span, body.color-red .card-event[data-style="1"] .event-outbox .event-box a:focus span,
    body.color-red .event-container .event-outbox .event-box a:hover span,
    body.color-red .event-container .event-outbox .event-box a:focus span {
      color: #ac0d0d; }

body.color-red .card-html[data-style="1"] a.item-link::after,
body.color-red .card-info[data-style="1"] a.item-link::after,
body.color-red .go-shop a.item-link::after {
  background: -webkit-linear-gradient(220deg, #db2d2d, #8c0202);
  background: -o-linear-gradient(220deg, #db2d2d, #8c0202);
  background: linear-gradient(230deg, #db2d2d, #8c0202); }

body.color-red .card-html[data-style="1"] a.item-link:hover span, body.color-red .card-html[data-style="1"] a.item-link:focus span,
body.color-red .card-info[data-style="1"] a.item-link:hover span,
body.color-red .card-info[data-style="1"] a.item-link:focus span,
body.color-red .go-shop a.item-link:hover span,
body.color-red .go-shop a.item-link:focus span {
  color: #ffffff; }
  body.color-red .card-html[data-style="1"] a.item-link:hover span.item-buy, body.color-red .card-html[data-style="1"] a.item-link:focus span.item-buy,
  body.color-red .card-info[data-style="1"] a.item-link:hover span.item-buy,
  body.color-red .card-info[data-style="1"] a.item-link:focus span.item-buy,
  body.color-red .go-shop a.item-link:hover span.item-buy,
  body.color-red .go-shop a.item-link:focus span.item-buy {
    color: #ffffff; }

body.color-red .card-html[data-style="1"] a.item-link:hover .item-buy, body.color-red .card-html[data-style="1"] a.item-link:focus .item-buy,
body.color-red .card-info[data-style="1"] a.item-link:hover .item-buy,
body.color-red .card-info[data-style="1"] a.item-link:focus .item-buy,
body.color-red .go-shop a.item-link:hover .item-buy,
body.color-red .go-shop a.item-link:focus .item-buy {
  background: #000000;
  color: #ffffff; }

body.color-red .card-html[data-style="1"] a.item-link .item-buy,
body.color-red .card-info[data-style="1"] a.item-link .item-buy,
body.color-red .go-shop a.item-link .item-buy {
  background: #ac0d0d;
  color: #ffffff; }

body.color-red .card-link[data-style="1"] .link-box .link a:hover, body.color-red .card-link[data-style="1"] .link-box .link a:focus {
  border-color: #ac0d0d; }

body.color-red .card-work[data-style="1"] .work-info-box {
  border: 1px solid #ac0d0d; }
  body.color-red .card-work[data-style="1"] .work-info-box .triangle::before, body.color-red .card-work[data-style="1"] .work-info-box .triangle::after {
    background-color: #ac0d0d; }
  body.color-red .card-work[data-style="1"] .work-info-box::before {
    border-color: #ffffff transparent transparent transparent; }
  body.color-red .card-work[data-style="1"] .work-info-box::after {
    border-color: transparent transparent #ac0d0d transparent; }
  body.color-red .card-work[data-style="1"] .work-info-box .dec {
    border-color: transparent transparent #ffffff transparent; }
  body.color-red .card-work[data-style="1"] .work-info-box .work-info {
    background: #ac0d0d; }
    body.color-red .card-work[data-style="1"] .work-info-box .work-info::before {
      border-color: #ffffff transparent transparent transparent; }
    body.color-red .card-work[data-style="1"] .work-info-box .work-info::after {
      border-color: transparent transparent #ffffff transparent; }
    body.color-red .card-work[data-style="1"] .work-info-box .work-info .title {
      color: #ffffff; }
    body.color-red .card-work[data-style="1"] .work-info-box .work-info p {
      color: #ffffff; }
  body.color-red .card-work[data-style="1"] .work-info-box .work-info-background::before, body.color-red .card-work[data-style="1"] .work-info-box .work-info-background::after {
    background: #ac0d0d; }

body.color-red .card-info[data-style="1"] .info-box .info-link::after,
body.color-red .custom-info-item .info-box .info-link::after {
  background-image: url("../images/Exhibition/arrow-red.png"); }

body.color-red .card-info[data-style="1"] .info-box .info-link:hover::after, body.color-red .card-info[data-style="1"] .info-box .info-link:focus::after,
body.color-red .custom-info-item .info-box .info-link:hover::after,
body.color-red .custom-info-item .info-box .info-link:focus::after {
  background-image: url("../images/Exhibition/arrow-white.png"); }

body.color-red .card-video[data-style="1"] .index-main-list .index-video #video_mask .btn-play::after {
  background-image: url("../images/Exhibition/black_youtube.png"); }

body.color-red .card-video[data-style="1"] .index-main-list .index-video #video_mask .btn-play:hover::after, body.color-red .card-video[data-style="1"] .index-main-list .index-video #video_mask .btn-play:focus::after {
  background-image: url("../images/Exhibition/red_youtube.png"); }

body.color-red .card-event[data-style="1"] .event-outbox .event-box a::after,
body.color-red .event-container .event-outbox .event-box a::after {
  background-image: url("../images/Exhibition/event-arrow-red.png"); }

body.color-red .card-event[data-style="1"] .event-outbox .event-box.list-mode a::after,
body.color-red .event-container .event-outbox .event-box.list-mode a::after {
  background-image: inherit; }

body.color-red .card-event[data-style="1"] .event-outbox .event-box a:hover::after, body.color-red .card-event[data-style="1"] .event-outbox .event-box a:focus::after,
body.color-red .event-container .event-outbox .event-box a:hover::after,
body.color-red .event-container .event-outbox .event-box a:focus::after {
  background-image: url("../images/Exhibition/event-hover-red.png"); }

body.color-red .card-html[data-style="1"] a.item-link:hover .item-buy::before, body.color-red .card-html[data-style="1"] a.item-link:focus .item-buy::before,
body.color-red .card-info[data-style="1"] a.item-link:hover .item-buy::before,
body.color-red .card-info[data-style="1"] a.item-link:focus .item-buy::before,
body.color-red .go-shop a.item-link:hover .item-buy::before,
body.color-red .go-shop a.item-link:focus .item-buy::before {
  background-image: url("../images/Exhibition/shopping-cart.png"); }

body.color-red .card-html[data-style="1"] a.item-link .item-buy::before,
body.color-red .card-info[data-style="1"] a.item-link .item-buy::before,
body.color-red .go-shop a.item-link .item-buy::before {
  background-image: url("../images/Exhibition/shopping-cart-red.png"); }

body.color-gold .card-header[data-style="1"] .header-top .header-logo > a:focus {
  border: 1px solid #95681f; }

body.color-gold .card-header[data-style="1"] .header-top .menu ul.main-menu li a:hover, body.color-gold .card-header[data-style="1"] .header-top .menu ul.main-menu li a:focus,
body.color-gold .card-header[data-style="1"] .header-top .menu .lang a:hover,
body.color-gold .card-header[data-style="1"] .header-top .menu .lang a:focus {
  color: #95681f; }

body.color-gold .card-header[data-style="1"] .header-top #burger:hover, body.color-gold .card-header[data-style="1"] .header-top #burger:focus {
  background: #95681f; }

body.color-gold .card-header[data-style="1"] .sub-menu-outer .mobile-menu-container .lang a:hover, body.color-gold .card-header[data-style="1"] .sub-menu-outer .mobile-menu-container .lang a:focus {
  color: #95681f; }

body.color-gold .card-submenu[data-style="1"] ul li a:hover, body.color-gold .card-submenu[data-style="1"] ul li a:focus, body.color-gold .card-submenu[data-style="1"] ul li a.active {
  color: #95681f; }
  body.color-gold .card-submenu[data-style="1"] ul li a:hover:after, body.color-gold .card-submenu[data-style="1"] ul li a:focus:after, body.color-gold .card-submenu[data-style="1"] ul li a.active:after {
    background-color: #95681f; }

body.color-gold .card-info[data-style="1"] .info-box .info-link-box,
body.color-gold .custom-info-item .info-box .info-link-box {
  border-top: 1px solid #936f34; }

body.color-gold .card-info[data-style="1"] .info-box .info-link,
body.color-gold .custom-info-item .info-box .info-link {
  color: #936f34; }
  body.color-gold .card-info[data-style="1"] .info-box .info-link:hover, body.color-gold .card-info[data-style="1"] .info-box .info-link:focus,
  body.color-gold .custom-info-item .info-box .info-link:hover,
  body.color-gold .custom-info-item .info-box .info-link:focus {
    background: #936f34; }
    body.color-gold .card-info[data-style="1"] .info-box .info-link:hover span, body.color-gold .card-info[data-style="1"] .info-box .info-link:focus span,
    body.color-gold .custom-info-item .info-box .info-link:hover span,
    body.color-gold .custom-info-item .info-box .info-link:focus span {
      color: #ffffff; }

body.color-gold .card-event[data-style="1"] .event-outbox .event-box a,
body.color-gold .event-container .event-outbox .event-box a {
  background-color: #c8b8a0; }
  body.color-gold .card-event[data-style="1"] .event-outbox .event-box a span,
  body.color-gold .event-container .event-outbox .event-box a span {
    color: #404040; }
  body.color-gold .card-event[data-style="1"] .event-outbox .event-box a:hover, body.color-gold .card-event[data-style="1"] .event-outbox .event-box a:focus,
  body.color-gold .event-container .event-outbox .event-box a:hover,
  body.color-gold .event-container .event-outbox .event-box a:focus {
    border-color: #c8b8a0;
    background: #ffffff; }
    body.color-gold .card-event[data-style="1"] .event-outbox .event-box a:hover span, body.color-gold .card-event[data-style="1"] .event-outbox .event-box a:focus span,
    body.color-gold .event-container .event-outbox .event-box a:hover span,
    body.color-gold .event-container .event-outbox .event-box a:focus span {
      color: #c8b8a0; }

body.color-gold .card-html[data-style="1"] a.item-link::after,
body.color-gold .card-info[data-style="1"] a.item-link::after,
body.color-gold .go-shop a.item-link::after {
  background: -webkit-linear-gradient(220deg, #e1d7c7, #bead90);
  background: -o-linear-gradient(220deg, #e1d7c7, #bead90);
  background: linear-gradient(230deg, #e1d7c7, #bead90); }

body.color-gold .card-html[data-style="1"] a.item-link:hover span, body.color-gold .card-html[data-style="1"] a.item-link:focus span,
body.color-gold .card-info[data-style="1"] a.item-link:hover span,
body.color-gold .card-info[data-style="1"] a.item-link:focus span,
body.color-gold .go-shop a.item-link:hover span,
body.color-gold .go-shop a.item-link:focus span {
  color: #333333; }
  body.color-gold .card-html[data-style="1"] a.item-link:hover span.item-buy, body.color-gold .card-html[data-style="1"] a.item-link:focus span.item-buy,
  body.color-gold .card-info[data-style="1"] a.item-link:hover span.item-buy,
  body.color-gold .card-info[data-style="1"] a.item-link:focus span.item-buy,
  body.color-gold .go-shop a.item-link:hover span.item-buy,
  body.color-gold .go-shop a.item-link:focus span.item-buy {
    color: #ffffff; }

body.color-gold .card-html[data-style="1"] a.item-link:hover .item-buy, body.color-gold .card-html[data-style="1"] a.item-link:focus .item-buy,
body.color-gold .card-info[data-style="1"] a.item-link:hover .item-buy,
body.color-gold .card-info[data-style="1"] a.item-link:focus .item-buy,
body.color-gold .go-shop a.item-link:hover .item-buy,
body.color-gold .go-shop a.item-link:focus .item-buy {
  background: #000000;
  color: #ffffff; }

body.color-gold .card-html[data-style="1"] a.item-link .item-buy,
body.color-gold .card-info[data-style="1"] a.item-link .item-buy,
body.color-gold .go-shop a.item-link .item-buy {
  background: #c8b8a0;
  color: #333333; }

body.color-gold .card-link[data-style="1"] .link-box .link a:hover, body.color-gold .card-link[data-style="1"] .link-box .link a:focus {
  border-color: #936f34; }

body.color-gold .card-work[data-style="1"] .work-info-box {
  border: 1px solid #d5c5ac; }
  body.color-gold .card-work[data-style="1"] .work-info-box .triangle::before, body.color-gold .card-work[data-style="1"] .work-info-box .triangle::after {
    background-color: #d5c5ac; }
  body.color-gold .card-work[data-style="1"] .work-info-box::before {
    border-color: #ffffff transparent transparent transparent; }
  body.color-gold .card-work[data-style="1"] .work-info-box::after {
    border-color: transparent transparent #f2ede5 transparent; }
  body.color-gold .card-work[data-style="1"] .work-info-box .dec {
    border-color: transparent transparent #ffffff transparent; }
  body.color-gold .card-work[data-style="1"] .work-info-box .work-info {
    background: #f2ede5; }
    body.color-gold .card-work[data-style="1"] .work-info-box .work-info::before {
      border-color: #ffffff transparent transparent transparent; }
    body.color-gold .card-work[data-style="1"] .work-info-box .work-info::after {
      border-color: transparent transparent #ffffff transparent; }
    body.color-gold .card-work[data-style="1"] .work-info-box .work-info .title {
      color: #404040; }
    body.color-gold .card-work[data-style="1"] .work-info-box .work-info p {
      color: #000000; }
  body.color-gold .card-work[data-style="1"] .work-info-box .work-info-background::before, body.color-gold .card-work[data-style="1"] .work-info-box .work-info-background::after {
    background: #d5c5ac; }

body.color-gold .card-info[data-style="1"] .info-box .info-link::after,
body.color-gold .custom-info-item .info-box .info-link::after {
  background-image: url("../images/Exhibition/arrow-gold.png"); }

body.color-gold .card-info[data-style="1"] .info-box .info-link:hover::after, body.color-gold .card-info[data-style="1"] .info-box .info-link:focus::after,
body.color-gold .custom-info-item .info-box .info-link:hover::after,
body.color-gold .custom-info-item .info-box .info-link:focus::after {
  background-image: url("../images/Exhibition/arrow-white.png"); }

body.color-gold .card-video[data-style="1"] .index-main-list .index-video #video_mask .btn-play::after {
  background-image: url("../images/Exhibition/black_youtube.png"); }

body.color-gold .card-video[data-style="1"] .index-main-list .index-video #video_mask .btn-play:hover::after, body.color-gold .card-video[data-style="1"] .index-main-list .index-video #video_mask .btn-play:focus::after {
  background-image: url("../images/Exhibition/gold_youtube.png"); }

body.color-gold .card-event[data-style="1"] .event-outbox .event-box a::after,
body.color-gold .event-container .event-outbox .event-box a::after {
  background-image: url("../images/Exhibition/event-arrow-gold.png"); }

body.color-gold .card-event[data-style="1"] .event-outbox .event-box.list-mode a::after,
body.color-gold .event-container .event-outbox .event-box.list-mode a::after {
  background-image: inherit; }

body.color-gold .card-event[data-style="1"] .event-outbox .event-box a:hover::after, body.color-gold .card-event[data-style="1"] .event-outbox .event-box a:focus::after,
body.color-gold .event-container .event-outbox .event-box a:hover::after,
body.color-gold .event-container .event-outbox .event-box a:focus::after {
  background-image: url("../images/Exhibition/event-hover-gold.png"); }

body.color-gold .card-html[data-style="1"] a.item-link:hover .item-buy::before, body.color-gold .card-html[data-style="1"] a.item-link:focus .item-buy::before,
body.color-gold .card-info[data-style="1"] a.item-link:hover .item-buy::before,
body.color-gold .card-info[data-style="1"] a.item-link:focus .item-buy::before,
body.color-gold .go-shop a.item-link:hover .item-buy::before,
body.color-gold .go-shop a.item-link:focus .item-buy::before {
  background-image: url("../images/Exhibition/shopping-cart.png"); }

body.color-gold .card-html[data-style="1"] a.item-link .item-buy::before,
body.color-gold .card-info[data-style="1"] a.item-link .item-buy::before,
body.color-gold .go-shop a.item-link .item-buy::before {
  background-image: url("../images/Exhibition/shopping-cart-gold.png"); }
