<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

select{
  padding: 6px 10px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: #eee;
  margin: 0 5px;
}
.layout-title{
  margin-bottom: 40px;
  padding: 50px 40px 0 40px;
}
.exhibition-single .container-pad,
.exhibition-index .container-pad{
  padding:  0px 40px;
}
  @media screen and (max-width: 480px) {
  .layout-title{
    padding: 40px 20px 0 20px;
  }
  .container-pad{
    padding:  0px 20px;
  }
}
.exhibition-single .grid-block.-cols4,
.exhibition-index .grid-block.-cols4{
  margin: 0;
}
.exhibition-single .grid-block.-cols4 &gt; *,
.exhibition-index .grid-block.-cols4 &gt; *{
  margin: 0 ;
  padding: 0 1px 2px 1px ;
  padding: 0;
  width: 25%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .exhibition-single .grid-block.-cols4 &gt; *,
  .exhibition-index .grid-block.-cols4 &gt; *{
    width: 33.3%;
  }
}
@media screen and (max-width: 480px) {
  .exhibition-single .grid-block.-cols4 &gt; *,
  .exhibition-index .grid-block.-cols4 &gt; *{
    width: 50%;
  }
}

.exhibition-single .layout-screen.-bg,
.exhibition-index .layout-screen.-bg{
  background-image: none;
  background: #111;
}

.exhibition-single .heading-section,
.exhibition-index .heading-section{
  background-color: transparent;
  font-size: 2.5rem;
  margin: 0 0 40px 0;
  padding: 0;
  color: #de0084;
  color: #fff;
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {
  .exhibition-single .heading-section,
  .exhibition-index .heading-section{
    background-color: transparent;
    font-size: 2.0rem;
  }
}
.exhibition-single .blend,
.exhibition-index .blend{
  display: none;
}

@keyframes exfadeIn {
  0% {
    filter:  brightness(0) ;
  }
  100% {
    filter:  brightness(1) ;
  }
}

/*==================================
    page-index
==================================*/
.page-index .layout-main{
  padding-bottom:  50px;
}





/*==================================
    single page
==================================*/
.exhibition-single .layout-main{
  padding-bottom:  50px;
}
.exhibition-single .layout-screen.-bg{
  background-image: none;
  background: #111;
}
.exhibition-single .layout-section{
  padding: 0;
  margin: 0;
}
.exhibition-single .layout-main .container-wrap{
  padding-bottom: 20px;
  padding-top: 20px;
}

.exhibition-single .layout-main .container-wrap ul li{
  list-style-type:disc;
  margin: 8px;
}
.exhibition-single .layout-main .container-wrap ol li{
  list-style-type:decimal;
  margin: 0.5em 0 0.5em 1.5em;
}


.exhibition-single .page-header{
  padding:  0  ;
  margin: 0 0 0 0;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .exhibition-single .page-header{
    margin-bottom: 40px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  .exhibition-single .page-header{
    margin-bottom: 30px;
  }
}
.exhibition-single .page-header .container-wrap{
  padding: 40px 40px 0 40px;
  margin: 0 auto;
  /*max-width: 1040px;*/
  /*
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
*/
 }
@media screen and (max-width: 768px) {
  .exhibition-single .page-header .container-wrap{
    padding:  40px 35px 0 35px;
  }
}
@media screen and (max-width: 480px) {
  .exhibition-single .page-header .container-wrap{
    padding:  30px 20px 0 25px;
  }
}
.exhibition-single .page-header .exhibititor{
  margin: 0 ;
  padding:  10px 0 0 0;
  color: #74E9FF;
  font-size: 140%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .exhibition-single .page-header .exhibititor{
    /*text-align: left;*/
  }
}
.exhibition-single .page-header .title{
  margin-bottom: 50px;
}
.exhibition-single .page-header p{
  margin-bottom: 0;
}

.exhibition-single .exhibtion-bg{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.exhibition-single .main-image{
  margin-bottom: 0px;

}
.exhibition-single .main-image img{
  display: block;
  width:  100%;
  animation-name: exfadeIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.exhibition-single .heading-single{
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
  margin: 0 ;
  text-align: center;
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {
  .exhibition-single .heading-single{
    /*text-align: left;*/
  }
}

.exhibition-single .container-movie{
  display: block;
  background-color: #000;
  border: 1px solid #999;
  padding: 30px;
  margin: 0 0 0px 0;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .exhibition-single .container-movie{
    padding:  30px;
  }
}
@media screen and (max-width: 480px) {
  .exhibition-single .container-movie{
    padding:  20px;
  }
}
.exhibition-single .layout-section .heading-section{
  text-align: center;
  font-size: 120%;
  margin-bottom: 20px;
}
.exhibition-single .layout-section.-tech p{
  padding: 0 0px;
}
.exhibition-single .container-movie &gt; *{
  position: relative;
}
.exhibition-single .container-movie &gt; .video{
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  /*padding: 0 0 28.125%;*/
  overflow: hidden;
}

.exhibition-single .container-movie &gt; .video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.exhibition-single .container-movie &gt; P{
  margin-bottom: 0;
  font-size: 90%;
  line-height: 1.5;
  color: #ccc;
  margin-top: 30px;
}
.exhibition-single .grid-block.-imagelist{
  margin: 0 -8px;
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {
  .exhibition-single .grid-block.-imagelist{

  }
}
.exhibition-single .grid-block.-imagelist &gt; *{
  margin: 0;
  margin: 8px;
  width: calc( 33.3% - 16px );
  overflow: hidden;
  border: none;
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {
  .exhibition-single .grid-block.-imagelist &gt; *{
    width: calc( 50% - 16px );
  }
}

.exhibition-single .grid-block.-imagelist .thumb{
  margin: 0 0 20px 0;
}
.exhibition-single .grid-block.-imagelist img{
   background-repeat: no-repeat;
   background-size: cover;
   background-position: 50% 50%;
  transition: all 0.2s ease-in-out;
}
.exhibition-single .grid-block.-imagelist &gt; *:hover img{
  transform: scale(1.1);
}
.exhibition-single .grid-block.-imagelist a{
  color: #fff;
}
.exhibition-single .grid-block.-imagelist  p{
  color: #fff;
  font-size: 85%;
  line-height: 1.6;
}
.exhibition-single .comment{
  padding: 20px;
  border: 1px solid #fff;
  margin-bottom: 40px;
}
.exhibition-single .mtg{
  display: flex;
  white-space: nowrap;
  margin: 0 0 8px 0;
}
.exhibition-single .mtg .form-text{
  padding: 6px;
  margin: 0 5px;
}
.exhibition-single .mtg .label{
  padding-right: 5px;
}

/*==================================
    card
==================================*/
a.card-exhibition:hover{
  transform: scale(1.08);
  z-index: 100;
  /*border: 1px solid #fff;*/
  box-shadow: 0 0 10px rgba( 0, 0, 0, 0.6 );
}
a.card-exhibition:hover .detail{
  background-color: #222;
}
a.card-exhibition:hover .thumb img{
  transform: scale(1.15);
}
a.card-exhibition{
  display: block;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.card-exhibition .thumb{
  overflow: hidden;
}
.card-exhibition .thumb img{
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #000;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.card-exhibition .detail{
  line-height: 1.6;
  padding: 15px 15px 35px 15px;
  /*background-color: rgba( 255,255,255, 0.1);*/
  color: #999;
}
.card-exhibition .detail .title{
  color: #fff;
  margin-bottom: 8px;
}
.card-exhibition .detail .who{
  font-weight: normal;
  font-size: 90%;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {
}


.exhibition-single .uc{
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  padding:  60px 0;
  background-color: rgba( 255, 255, 255,0.1);
}

.exhibition-single .layout-main .container-wrap ul.bread{
  display: block;
  color: #666;
  font-size: 85%;
}
.exhibition-single .layout-main .container-wrap ul.bread a{
  color: #666;
}
.exhibition-single .layout-main .container-wrap ul.bread a:hover{
  color: #fff;
}
.exhibition-single .layout-main .container-wrap ul.bread li{
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.exhibition-single .layout-main .container-wrap ul.bread li:after{
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg);
  display: inline-block;
  margin: 0 8px;
}
.exhibition-single .layout-main .container-wrap ul.bread li:last-child:after{
  content: none;
}

/*==================================
    form
==================================*/
.form-text{
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #fff;
  border: none;
  width: 100%;
}
.form-textarea{
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #fff;
  border: none;
  width: 100%;
}
.table-contact{
  width: 80%;
  max-width: 550px;
  margin: 0 auto;
}
.table-contact &gt; dt,
.table-contact &gt; dd{
  padding:  5px 5px;
  width: 100%;
}
.table-contact &gt; dt{
  margin-bottom: 0px;
  pointer-events: none;
}
.table-contact &gt; dd{
  margin-bottom: 15px;
}
.table-contact &gt; dt span.require{
  color: #de0084;
  display: inline-block;
  font-size: 120%;
  font-weight: bold;
  margin-left: 10px;
}
.form-nav{
  text-align: center;
  padding:  0px 0 30px 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  text-align: center;
}
body .wpcf7 .ajax-loader{
  margin: 0 auto 10px auto;
}
body .wpcf7-submit{
  padding: 10px 50px;
  border-radius: 0;
  background-color: #de0084;
  border: none;
  font-size: 100%;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 auto;
}
body .wpcf7 form .wpcf7-response-output{
  padding:  10px 20px;
  margin: 0 0 20px 0;
  border: none;
  text-align: center;
  color: #de0084;
  font-weight: bold;
}
body .wpcf7-not-valid-tip{
  margin:  8px 0 0 0;
  color: #74E9FF;
  font-size:  90%;
}


/*==================================
    accordion
==================================*/
.accordion{
}
.accordion p{
  margin: 0;
}
.accordion &gt; dt{
  background-color: rgba(255, 255, 255, 0.3);
  background-color: #3233cc;
  color: #fff;
  padding:  8px 20px;
  margin: 0;
  cursor: pointer;
  transition: all 0.2s ease-out;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 110%;
}

@media screen and (max-width: 480px) {
  .accordion &gt; dt{
    text-align: center;
  }
}
.accordion &gt; dt br{
  display: none;
}
@media screen and (max-width: 480px) {
  .accordion &gt; dt br{
    display: block;
  }
}

.accordion &gt; dt::before{
  transition: all 0.2s ease-out;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: -6px 15px 0 0;
  transform-origin:  center 70%;
  position: absolute;
  left: 30px;
  top: 50%;
}
.accordion &gt; dt.active::before{
  transform: rotate(225deg);
}
.accordion &gt; dt:hover{
  background-color: #595afe;
}

.accordion &gt; dd{
  display: none;
  margin: 0;
  padding: 40px 0;
  background-color: rgba(255, 255, 255, 0.1);
}</pre></body></html>