@media (max-width: 1024px) {
  .works .works-field .works-top-img img {
    width: 60%;
  }

  .events .events-field .swiper-slide .ev-img img {
    height: 30vh;
  }
  .events .events-field .swiper-button-prev, .events .events-field .swiper-button-next {
    margin-top: -8%;
  }
}
@media (max-width: 992px) {
  .about .about-text {
    top: 35vh;
  }
  .about .about-text p {
    width: 70%;
  }

  .publications .row .pb-left {
    padding-right: 0;
  }
  .publications .row .pb-right {
    text-align: left;
  }
  .publications .row .pb-right img {
    width: 40%;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  header img {
    margin: 20px;
  }
  header .pc-menu {
    display: none;
  }
  header .bogo-pc {
    display: none;
  }
  header ul.bogo-language-switcher {
    text-align: left;
    margin-right: 0;
    left: 12%;
    margin-top: 25px;
  }
  header .bogo-language-switcher .current {
    width: 3%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa));
    background-image: linear-gradient(#aaa);
    background-position: 0 50%;
    background-size: 100% 3px;
    background-repeat: repeat-x;
    color: #aaa;
    margin-right: 0;
    margin-left: 2px;
    text-decoration: none;
  }
  header .drawer .drawer-content .drawer-logo {
    margin: 15% 10% 30% 10%;
  }
  header .drawer .drawer-content .drawer-logo img {
    margin: 0;
    width: 100px;
  }

  .text-left {
    left: -18.5vw;
    display: none;
  }

  .text-right {
    right: -1.5vw;
    display: none;
  }

  .top .top-movie {
    margin-top: -60px;
  }
  .top .top-title {
    z-index: -1;
  }
  .top .top-title .title-1 {
    width: 90%;
  }
  .top .top-title .title-1 p {
    font-size: 1rem;
  }
  .top .about-text {
    margin-left: 5%;
  }
  .top .about-text h5 {
    width: 90vw;
    font-size: 1.5rem;
    margin-bottom: 60vh;
  }

  .about {
    width: 90vw;
    margin: 0 auto;
  }
  .about .about-text {
    position: static;
    top: 20vh;
    left: 20px;
    right: 20px;
  }
  .about .about-text h5 {
    font-size: 2.8rem;
    line-height: 4rem;
    margin-bottom: 150px;
  }
  .about .about-text p {
    width: 100%;
    margin-bottom: 100px;
  }
  .about .about-text img {
    width: 35vw;
  }

  .works {
    width: 100%;
  }
  .works .works-field {
    width: 90%;
    padding-top: 0;
  }
  .works .works-field .swiper-container {
    z-index: 0;
  }
  .works .swiper-slide {
    margin: 0 auto;
  }
  .works-page {
    width: 90%;
    margin-top: 30vh;
  }
  .works-page p.first_txt {
    margin: 80px 0 50px 0;
  }
  .works-page .main_txt {
    margin: 50px 0 0 0;
  }
  .works-page .caption {
    padding: 20% 22%;
    margin-bottom: 80px;
  }
  .works-page .video-cap {
    width: 100%;
  }
  .works-page .video-cap .video_txt {
    margin-bottom: 20px;
  }

  .publications {
    height: auto;
  }
  .publications .row {
    width: 90%;
    margin-top: 0;
    margin-bottom: 15vh;
  }
  .publications .row .pb-left {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .publications .row .pb-right {
    text-align: center;
  }
  .publications .row .pb-right img {
    width: 40%;
    margin-top: 10px;
  }

  .events .events-field {
    width: 90%;
    padding-bottom: 0;
    padding-top: 0;
  }
  .events .events-field .swiper-container {
    z-index: 0;
  }
  .events .events-field .swiper-slide .ev-img img {
    width: 30vw;
    height: auto;
  }
  .contact {
    width: 100%;
  }
  .contact .contact-box {
    width: 70%;
  }

  footer {
    margin: 0 auto;
  }

  .drawer-open {
    position: absolute;
    left: 92vw;
  }

  .works, .publications, .events, .contact {
    display: block;
  }
}
@media (max-width: 375px) {
  header .bogo-language-switcher .current {
    width: 7%;
  }

  .drawer-open {
    left: 90vw;
  }

  .about .about-text img {
    width: 60vw;
  }

  .works {
    margin-top: 0;
  }
  .works .swiper-button-prev, .works .swiper-button-next {
    margin-top: -9%;
  }

  .events .events-field .swiper-button-prev, .events .events-field .swiper-button-next {
    margin-top: -28%;
  }

  .publications {
    padding-top: 15vh;
  }
  .publications .row .pb-right img {
    width: 70%;
  }

  .publi-heading h5 {
    padding-top: 0;
  }

  footer {
    margin: 0 auto;
    margin-top: 450px;
  }
  footer p.top, footer p.bottom {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 576px) {
  .contact .contact-box {
    width: 90%;
    padding-top: 20vh;
  }

  .drawer-open {
    left: 84vw;
  }
}
/*# sourceMappingURL=mq.css.map */