@charset "UTF-8";
/*filename=homepage.css*/
.header {
  position: fixed;
  top: 0em;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 1.5em 0;
  -webkit-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1); }
  .header .container {
    max-width: inherit;
    width: 96%;
    margin: 0 auto; }
  .header .navigation {
    background: transparent;
    height: unset;
    width: unset; }
    .header .navigation .nav-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 100%;
      position: relative; }
      .header .navigation .nav-header .nav-brand {
        min-width: 50px;
        width: 10vw;
        -webkit-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
        transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1); }
      .header .navigation .nav-header .sub-list {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
        .header .navigation .nav-header .sub-list .link {
          opacity: 0.2;
          margin-right: 1em;
          overflow: hidden; }
      .header .navigation .nav-header .header-social, .header .navigation .nav-header .other-links, .header .navigation .nav-header .lang-switch {
        opacity: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
        transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1); }
      .header .navigation .nav-header .header-social.animate, .header .navigation .nav-header .other-links.animate, .header .navigation .nav-header .lang-switch.animate {
        opacity: 1; }
      .header .navigation .nav-header .header-social .icon, .header .navigation .nav-header .other-links .icon, .header .navigation .nav-header .lang-switch .icon {
        margin-right: 1em;
        max-width: 5vw;
        min-width: 30px;
        text-align: center; }
      .header .navigation .nav-header .header-social {
        margin-bottom: 1vh;
        margin-top: 1vh; }
      .header .navigation .nav-header .other-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        .header .navigation .nav-header .other-links .link {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
          overflow: hidden; }
          .header .navigation .nav-header .other-links .link a {
            font-family: 'univers57'; }
      .header .navigation .nav-header .lang-switch {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        .header .navigation .nav-header .lang-switch .lang {
          overflow: hidden; }
          .header .navigation .nav-header .lang-switch .lang a {
           /* font-family: "Microsoft Yahei"; */
          }
      .header .navigation .nav-header .menu-flex-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
    .header .navigation div.screen {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      overflow: hidden;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      flex: 1 0 auto; }
    .header .navigation div.burger {
      cursor: pointer;
      position: relative;
      min-width: 3.5em;
      min-height: 3.5em;
      background: #000; }
    .header .navigation div.x, .header .navigation div.y, .header .navigation div.z {
      position: absolute;
      margin: auto;
      top: -1em;
      bottom: 0px;
      background: #fff;
      border-radius: 2px;
      right: 0.5em;
      -webkit-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
    .header .navigation div.x, .header .navigation div.y {
      height: 1px;
      width: 2.5em;
      margin-left: -3em; }
    .header .navigation div.z {
      height: 1px;
      width: 2.5em;
      margin-left: -3em;
      top: 0.5em; }
    .header .navigation div.change-shape {
      top: 0;
      -webkit-transition: all 70ms ease-out;
      transition: all 70ms ease-out; }
    .header .navigation div.rotate30 {
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
      -webkit-transition: all 50ms ease-out;
      transition: all 50ms ease-out; }
    .header .navigation div.rotate150 {
      -webkit-transform: rotate(150deg);
      transform: rotate(150deg);
      -webkit-transition: all 50ms ease-out;
      transition: all 50ms ease-out; }
    .header .navigation div.rotate45 {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 100ms ease-out;
      transition: all 100ms ease-out; }
    .header .navigation div.rotate135 {
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-transition: all 100ms ease-out;
      transition: all 100ms ease-out; }
    .header .navigation div.menu-bg {
      width: 0;
      height: 150vh;
      position: fixed;
      top: -20vh;
      left: 0;
      background: #000;
      opacity: 1;
      -webkit-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
      transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1); }
      .header .navigation div.menu-bg.animate {
        opacity: 1;
        -webkit-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
        transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1); }
    .header .navigation div.menu {
      height: 100%;
      width: 100%;
      pointer-events: none; }
      .header .navigation div.menu.active {
        pointer-events: initial; }
      .header .navigation div.menu .m-l-adjust {
        margin-left: 5%; }
      .header .navigation div.menu .m-b-adjust {
        margin-bottom: 8vh; }
      .header .navigation div.menu .social-others-wrap {
        width: 100%;
        height: 100%; }
    .header .navigation .menu-splitL {
      overflow: hidden;
      position: fixed;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100vw;
      height: 100vh;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
    .header .navigation .menu-splitR {
      overflow: hidden;
      position: fixed;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100vw;
      height: 100vh;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      left: 160px; }
    .header .navigation div.menu ul li {
      opacity: 0;
      list-style: none;
      text-align: left;
      overflow: hidden;
      -webkit-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
      transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1); }
      .header .navigation div.menu ul li.animate {
        opacity: 1; }
      .header .navigation div.menu ul li a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        overflow: hidden; }
    .header .navigation .other-links .link a, .header .navigation .lang-switch .lang a {
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      position: relative;
      overflow: hidden; }
    .login_box{
        color: #fff;
        overflow: hidden;
        -webkit-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
        transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
        }
  /*  .login_box a{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}*/
    .header .navigation div.menu ul li a:after,.header .navigation .other-links .link a:after, .header .navigation .lang-switch .lang a:after {
      content: "";
      width: 100%;
      height: 0.1em;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: translate(-101%, 0);
      transform: translate(-101%, 0);
      -webkit-transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1); }
    .header .navigation div.menu ul li a:hover:after, .header .navigation .other-links .link a:hover:after, .header .navigation .lang-switch .lang a:hover:after {
      -webkit-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .header .navigation section > div {
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s;
      -webkit-transform: translateX(0px);
      transform: translateX(0px); }
    .header .navigation div.menu li.animate {
      opacity: 1;
      -webkit-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
      transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1); }
  .header.header-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+15,89ddff+100&0.7+15,0+100 */
    background-color: #000;
    padding: 1em 0; }
    .header.header-bg .navigation .nav-header .nav-brand {
      width: 3vw; }
  .header .wrap-for-flex:nth-child(1) {
    max-height: 3vh; }

.desktop .header .menu-splitL {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0; }
  .desktop .header .menu-splitL .li-wrap, .desktop .header .menu-splitL .social-other-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .desktop .header .menu-splitL .li-wrap {
    margin-left: 5%;
    margin-bottom: 5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .desktop .header .menu-splitL .li-wrap > div {
      margin-left: 0; }
    .desktop .header .menu-splitL .li-wrap li:last-child {
      margin-bottom: 2vh; }
  .desktop .header .menu-splitL .social-other-wrap {
    margin-right: 5%;
    margin-bottom: 5%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    .desktop .header .menu-splitL .social-other-wrap > div {
      margin-left: 0;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
    .desktop .header .menu-splitL .social-other-wrap .social-other-inner-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
    .desktop .header .menu-splitL .social-other-wrap .header-social .icon {
      margin-left: 1em;
      margin-right: 0;
      max-width: 40px;
      min-width: 30px;
      text-align: center; }
    .desktop .header .menu-splitL .social-other-wrap .other-links {
      margin-bottom: 2vh;
      margin-top: 2vh; }
      .desktop .header .menu-splitL .social-other-wrap .other-links .link.other {
        margin-bottom: 0;
        text-align: right; }
        .desktop .header .menu-splitL .social-other-wrap .other-links .link.other a:after {
          -webkit-transform: translate(101%, 0);
          transform: translate(101%, 0); }
        .desktop .header .menu-splitL .social-other-wrap .other-links .link.other a:hover:after {
          -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0); }
    .desktop .header .menu-splitL .social-other-wrap .lang-switch {
      margin-bottom: 2vh;
      margin-top: 2vh; }
      .desktop .header .menu-splitL .social-other-wrap .lang-switch .lang {
        margin-bottom: 0;
        margin-left: 0.5em;
        text-align: right;
        font-size: 0.7em; }
        .desktop .header .menu-splitL .social-other-wrap .lang-switch .lang a:after {
          -webkit-transform: translate(101%, 0);
          transform: translate(101%, 0); }
        .desktop .header .menu-splitL .social-other-wrap .lang-switch .lang a:hover:after {
          -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0); }
  .desktop .header .menu-splitL .menu-flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
.desktop .wrap-for-flex:nth-child(1) {
  max-height: unset; }

.mobile .header .navigation .nav-header .lang-switch {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: absolute;
  top: 2vh;
  left: inherit; }
  .mobile .header .navigation .nav-header .lang-switch .lang {
    margin-right: 0.5em; }
.mobile .header .navigation .wrap-for-flex:nth-child(1) {
  max-height: 10vh; }

.footer .footer-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .footer .footer-wrap .right li {
    margin: 2em 0; }
    .footer .footer-wrap .right li a {
      color: #000; }

.desktop .footer .footer-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1em; }
  .desktop .footer .footer-wrap .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .desktop .footer .footer-wrap .left p.h6 {
      -webkit-align-self: center;
      align-self: center;
      margin: 0;
      font-size: 0.8rem; }
  .desktop .footer .footer-wrap .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .desktop .footer .footer-wrap .right ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex; }
      .desktop .footer .footer-wrap .right ul li {
        margin: 0 0.5em;
        -webkit-align-self: center;
        align-self: center;
        font-size: 0.8rem; }

/*
 * @author: asone
 * @time: 2018-2-23
*/
@media screen and (max-width: 640px) {
.li-wrap{

    padding-top: 4vh;
  }

}
@media screen and (max-width: 414px) {
.li-wrap{

    padding-top: 0vh;
  }

}
@font-face {
  font-family: 'din-bold';
  src: url("fonts/DIN-Pro-Condensed-Bold.eot");
  src: url("fonts/DIN-Pro-Condensed-Bold.woff") format("woff"), url("fonts/DIN-Pro-Condensed-Bold.ttf") format("truetype"), url("fonts/DIN-Pro-Condensed-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'univers57';
  src: url("fonts/Univers-Condensed.eot");
  src: url("fonts/Univers-Condensed.woff") format("woff"), url("fonts/Univers-Condensed.ttf") format("truetype"), url("fonts/Univers-Condensed.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #000; }
  a.line-ani {
    text-decoration: none;
    position: relative;
    overflow: hidden; }
    a.line-ani:after {
      content: "";
      width: 100%;
      height: 0.1em;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: translate(-101%, 0);
      transform: translate(-101%, 0);
      -webkit-transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1); }
    a.line-ani:hover:after {
      -webkit-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    a.line-ani.black:after {
      background-color: #000; }

* {
  -webkit-overflow-scrolling: touch; }

html, body {
  font-size: 12px;
  font-family: 'univers57',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol", 'Microsoft JhengHei', '微軟正黑體';
  background-color: #fff;
  overflow-x: hidden; }

button, input {
  max-width: 100%; }

.mod_container {
  overflow-x: hidden; }

.h1, h1 {
  font-size: 5.42rem; }

.h2, h2 {
  font-size: 5rem; }

.h3, h3 {
  font-size: 4rem; }

.h4, h4 {
  font-size: 2.5rem; }

.h5, h5 {
  font-size: 2rem; }

.h6, h6, .button {
  font-size: 1.25rem; }

.h7 {
  font-size: 1.5rem; }

.h-base {
  display: block;
  font-size: 1rem;
  text-transform: uppercase; }

.grid-slides {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  cursor: w-resize; }
  .grid-slides.with-nums .banner a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/listdim.png") top center; }
  .grid-slides .grid {
    border: 1px solid #ccc;
    margin-right: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    flex-shrink: 0; }
    .grid-slides .grid.blank {
      border: 0;
      width: 1px !important; }
    .grid-slides .grid .banner {
      position: relative; }
      .grid-slides .grid .banner img {
        width: 100%; }
      .grid-slides .grid .banner .num {
        position: absolute;
        color: #fff;
        bottom: 0.1em;
        left: 0.2em;
        font-size: 8em;
        pointer-events: none; }
    .grid-slides .grid .content {
      margin: 1.5em;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      flex: 1 0 auto; }
      .grid-slides .grid .content .ver-line {
        height: 1.5em;
        width: 1px;
        border-left: 1px solid #000;
        margin: 0.5em 0 0.3em 5px; }
      .grid-slides .grid .content .grid-btn-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        margin-left: 2em; }
      .grid-slides .grid .content .grid-text-title {
        line-height: 1; }

.circle-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  overflow-y: hidden;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .circle-slider .circle {
    max-width: 160px;
    text-align: center; }
    .circle-slider .circle.taste {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      max-width: 30vw;
      margin-right: 1em;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      flex: 1 0 auto;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      text-align: center; }
      .circle-slider .circle.taste .img-wrap {
        position: relative;
        margin: 0 auto 1em; }
        .circle-slider .circle.taste .img-wrap:before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: url("../images/circle-wrap.png");
          background-size: contain; }
    .circle-slider .circle a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      flex: 1 0 auto;
      text-decoration: none; }
    .circle-slider .circle.ig {
      margin-right: 1em; }
      .circle-slider .circle.ig a {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
    .circle-slider .circle .igMask {
      position: absolute;
      z-index: 10;
      left: 0%;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../images/circle-ig-frame.png") no-repeat top center;
      background-size: contain; }
    .circle-slider .circle .img-wrap {
      position: relative;
      width: 100%;
      overflow: hidden;
      margin: 0 auto;
      max-width: 124px; }
    .circle-slider .circle.taste .img-wrap {
      width: 124px;
      height: 124px;
      overflow: hidden;
      margin: 0 auto; }
    .circle-slider .circle .text-wrap {
      text-align: center;
      margin: 0 auto; }
      .circle-slider .circle .text-wrap p {
        color: #000;
        line-height: 1em;
        padding: 0.5em 0 0 0; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.flex-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column; }

.just-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.just-around {
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.just-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.just-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%; }

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto; }

.wrap-for-flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%; }

.button {
  cursor: pointer; }
  .button.btn-box {
    border: 3px solid #000;
    background: url("../images/btn-arrow-right.png") no-repeat 90% center;
    background-size: 13px 19px;
    position: relative;
    z-index: 1; }
    .button.btn-box .cta-text {
      padding: 0.5em 4em 0.5em 1.5em; }
    .button.btn-box.option {
      background: none; }
      .button.btn-box.option .cta-text {
        padding: 0.5em 1em;
        text-align: center; }
  .button.btn-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .button.btn-line .line {
      position: relative; }
      .button.btn-line .line:before {
        content: "";
        position: absolute;
        display: inline-block;
        top: 50%;
        left: -1.5em;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 3px;
        width: 1em;
        background-color: #c1aa7e; }

a.animated-button:link, a.animated-button:visited {
  position: relative;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: .08em;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
a.animated-button:link:after, a.animated-button:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: 0;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s; }
a.animated-button:link:hover, a.animated-button:visited:hover {
  color: #fff;
  text-shadow: none; }
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
  height: 450%; }
a.animated-button.victoria-four:after {
  background: #000;
  opacity: 0.5;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg); }
a.animated-button.victoria-four:hover:after {
  opacity: 1;
  height: 100vw !important; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  display: block;
  width: 100%; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .button, .din-bold {
  font-family: 'din-bold',Arial,'微軟正黑體','Microsoft JhengHei'; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {
  margin-bottom: 0.5em;
  line-height: 1.5; }

h1.cta-text, h2.cta-text, h3.cta-text, h4.cta-text, h5.cta-text, h6.cta-text, .h1.cta-text, .h2.cta-text, .h3.cta-text, .h4.cta-text, .h5.cta-text, .h6.cta-text, p.cta-text {
  margin: 0; }

.upper {
  text-transform: uppercase; }

.p-none {
  pointer-events: none; }

.t-center {
  text-align: center; }

.gold {
  color: #c1aa7e; }

.white {
  color: #fff; }

.black {
  color: #000; }

.block {
  display: block;
  width: 100%; }

.w-100 {
  width: 100%; }

.mb0 {
  margin-bottom: 0 !important; }

img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.fake-anchor {
  height: 1px;
  width: 100%;
  display: block; }

html.mobile .section.one .slide.one {
  background: url("../images/homepage-bg-m.jpg") no-repeat center;
  background-size: cover; }
html.mobile .section.one .slide.two, html.mobile .section.one .slide.three {
  background: url("http://via.placeholder.com/750x1334") no-repeat center;
  background-size: cover; }
html .section sup {
  font-size: 0.5em;
  top: -1em; }
html .section.fp-normal-scroll {
  margin-top: 5em; }
html .section.one .slide.one {
  background: url("../images/homepage-bg-d.jpg") no-repeat center;
  background-size: cover; }
html .section.one .slide.two, html .section.one .slide.three {
  background: url("http://via.placeholder.com/1980x1024") no-repeat center;
  background-size: cover; }
html .section.one .btn-scroll {
  position: absolute;
  bottom: 0;
  z-index: 1; }
  html .section.one .btn-scroll a {
    text-shadow: 0px 0px 5px #000000; }
  html .section.one .btn-scroll a:hover {
    color: #fff;
    text-decoration: none; }
html .section .title {
  width: 100%;
  margin: 1em auto;
  max-width: 1140px; }
html .section.stories {
  background-color: #ccc;
  padding: 1em 0; }
html .section.follow-us {
  margin-bottom: 5em; }
html .section .icon-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 2em; }
  html .section .icon-wrap.social .icon {
    max-width: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto; }
  html .section .icon-wrap .icon {
    margin: 1.5em 1em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-align-self: center;
    align-self: center; }
html .section .btn-wrap a.button {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em; }
html .section .input-btn-wrap {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  html .section .input-btn-wrap .animated-button {
    width: 40%;
    min-width: 160px;
    margin-top: 1em; }

.fp-controlArrow {
  display: none; }

.fp-slidesNav {
  margin-left: unset !important;
  margin-bottom: 4em !important;
  margin-right: 5% !important;
  text-align: right;
  right: 0;
  left: unset !important; }

#fp-nav ul li, .fp-slidesNav ul li {
  width: 1em;
  height: 0.4em;
  margin: 0 1em; }

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span {
  border-radius: 0;
  height: 0.4em;
  width: 2em;
  margin: -0.3em 0 0 -1em;
  opacity: 1; }

.fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  border-radius: 0;
  height: 0.4em;
  width: 2em;
  margin: -0.3em 0 0 -1em;
  opacity: 1; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  opacity: 0.2;
  height: 0.4em;
  width: 2em;
  border-radius: 0;
  margin: -0.3em 0 0 -1em; }

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  height: 0.4em;
  width: 2em;
  margin: -0.3em 0 0 -1em;
  opacity: 1; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background-color: #fff; }

#fp-nav ul, .fp-slidesNav ul {
  display: inline-block; }

.search-result .result-title {
  width: 96%;
  margin: 1em auto;
  text-transform: uppercase; }
  .search-result .result-title p {
    line-height: 1; }
.search-result .sth-more .keyword {
  margin-left: 0.3em; }
.search-result .sth-more .result-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .search-result .sth-more .result-boxes a {
    margin-right: 1em;
    margin-bottom: 1em; }
    .search-result .sth-more .result-boxes a .result-box {
      background: none; }
      .search-result .sth-more .result-boxes a .result-box .cta-text.result-word {
        padding: 0.2em 1.5em; }

.related-container {
  width: 96%;
  margin: 5em auto;
  text-transform: uppercase; }
  .related-container .related-hash {
    text-align: left;
    margin: 0 0 1em; }
    .related-container .related-hash a {
      display: inline-block;
      min-width: 6em;
      border: 5px solid #000;
      text-align: center;
      font-size: 1.2em;
      font-weight: bold;
      padding: 0 1.3em;
      line-height: 2em;
      height: 2.5em;
      margin: 0 0.3em 0.3em 0; }
      .related-container .related-hash a:hover, .related-container .related-hash a.selected {
        text-decoration: none;
        background: #000;
        color: #fff; }
    .related-container .related-hash span.relatedCategory {
      display: inline-block;
      min-width: 6em;
      border: 5px solid #000;
      text-align: center;
      font-size: 1.2em;
      font-weight: bold;
      padding: 0 1.3em;
      line-height: 2em;
      height: 2.5em;
      margin: 0 0.3em 0.3em 0; }
  .related-container .related-title {
    font-family: univers57; }
    .related-container .related-title .gold {
      margin: 0 .25em; }

@media (max-width: 640px) {
  .related-container .related-hash {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0 0 1em 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    border: 0; }
    .related-container .related-hash a,
    .related-container .related-hash span.relatedCategory {
      display: inline-block;
      border: 3px solid #000;
      height: auto;
      padding: 0.2em 1.5em;
      margin: 0 0.5em 0 0;
      text-align: center;
      font-size: 1.5em; }
  .related-container .related-title {
    font-size: 1.5rem; } }
.bmd-form-group.is-focused .custom-file-control, .bmd-form-group.is-focused .form-control {
  background-size: 100% 2px,100% 0; }

.custom-file-control:focus, .form-control:focus {
  background-size: 100% 2px,100% 0; }

.is-focused [class*=" bmd-label"], .is-focused [class^=bmd-label] {
  color: #aaa; }

.bmd-form-group .checkbox label.h1, .bmd-form-group .radio label.h1, .bmd-form-group label.h1 {
  font-size: 3rem; }
.bmd-form-group .checkbox label.h2, .bmd-form-group .radio label.h2, .bmd-form-group label.h2 {
  font-size: 5rem; }
.bmd-form-group .bmd-label-static, .bmd-form-group.is-filled .bmd-label-floating, .bmd-form-group .is-filled .bmd-label-floating, .bmd-form-group.is-focused .bmd-label-floating, .bmd-form-group .is-focused .bmd-label-floating {
  font-size: 1rem; }

[class*=" bmd-label"], [class^=bmd-label] {
  color: rgba(0, 0, 0, 0.1); }

.bmd-form-group .bmd-help {
  margin-bottom: 0.5em;
  margin-top: 0.3em; }
.bmd-form-group [class*=" bmd-label"], .bmd-form-group [class^=bmd-label] {
  white-space: nowrap; }

/* select */
.btnSearch {
  display: block;
  position: absolute;
  right: 0;
  top: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/ico-search.png") no-repeat center center;
  background-size: contain;
  border: none;
  outline: none; }

@media (min-width: 992px) {
  .d-hidden {
    display: none !important; }

  html, body {
    font-size: 18px; }

  html .section .kulture11 .icon-wrap, body .section .kulture11 .icon-wrap {
    position: relative;
    margin-top: 0; }

  html .section.follow-us .icon-wrap > div, body .section.follow-us .icon-wrap > div {
    margin: 0 2em; } }
@media (max-width: 991px) {
  html .section .m-hidden {
    display: none !important; }
  html .section .btn-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    html .section .btn-wrap.option > a.button {
      width: 100%;
      margin-right: 0; } }
@media (max-width: 575px) {
  .container {
    width: 90%; } }
.desktop .swiper-wrapper.center-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
.desktop .swiper-wrapper .grid {
  max-width: 400px; }
.desktop.ie .swiper-wrapper .grid {
  max-width: unset; }

/* ie hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid-slides .grid, .circle-slider .circle a {
    display: inline-block !important; }

  .ie-title {
    text-align: center;
    display: block; }

  .ie-title-inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 auto;
    display: inline-block;
    text-align: left;
    vertical-align: middle; }

  .option.btn-box.button {
    display: inline-block; }

  a.animated-button:link, a.animated-button:visited {
    display: inline-block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: .08em;
    -webkit-transition: inherit;
    transition: inherit; }
  a.animated-button:link:after, a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 0;
    top: 0;
    width: auto;
    z-index: 0;
    -webkit-transition: inherit;
    transition: inherit; }
  a.animated-button:link:hover, a.animated-button:visited:hover {
    background: #000;
    color: #fff;
    text-shadow: none; }
  a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
    height: 100%; }
  a.animated-button.victoria-four:after {
    background: none;
    opacity: 0.5;
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
    transform: translateY(0) translateX(0) rotate(0deg); }
  a.animated-button.victoria-four:hover:after {
    opacity: 1;
    height: auto; }

  .header .navigation div.burger {
    position: absolute;
    background: rgba(255, 255, 255, 0.01);
    right: 0;
    top: 0; }

  .row {
    display: block; }

  .grid-slides .btn-line.button {
    position: absolute;
    left: 2.5em;
    bottom: 1em; }

  html .section .kulture11 .text-wrap, html .section .kulture11 .icon-wrap {
    vertical-align: top;
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0; }
  html .section .kulture11 .icon-wrap .icon {
    margin: 4em 0.5em 0;
    vertical-align: middle;
    display: inline-block; }

  .carousel-slider.section .change-container .title {
    position: relative;
    width: 100%;
    display: block; }
    .carousel-slider.section .change-container .title .h5 {
      display: inline-block; }
    .carousel-slider.section .change-container .title .button {
      position: absolute;
      right: 0;
      top: 50%;
      margin: -0.75em 0 0 0; } }
.section.carousel-slider .change-container {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0; }
  .section.carousel-slider .change-container > .content {
    margin: 0 0px 0 65px; }

.grid-slides .grid.blankSlide {
  border-color: #fff; }

@media screen and (max-width: 991px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html .section .option.btn-wrap > a.button {
    width: auto; } }
@media screen and (max-width: 1358px) {
  .section.carousel-slider .change-container > .content {
    margin: 0 15px 0 15px; } }
@media (min-width: 576px) {
  .section.carousel-slider .change-container {
    max-width: 540px; } }
@media screen and (max-width: 640px) {
  .section.carousel-slider .change-container > .content {
    margin: 0 auto; }

  html .section .icon-wrap.social .icon {
    max-width: 52px;
    margin: 1em 1.5em 2em; }

  .social-other-wrap {
    padding: 0 0 10vh; } }
@media screen and (max-width: 414px) {
  .mobile .header .navigation .wrap-for-flex:nth-child(1) {
    max-height: 12vh;
    min-height: 12vh; }

  .header .navigation .menu-splitL {
    font-size: 1.8rem; } }
@media (min-width: 768px) {
  .section.carousel-slider .change-container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .section.carousel-slider .change-container {
    max-width: 960px; } }
@media screen and (min-width: 1200px) {
  .section.carousel-slider .change-container {
    max-width: 1140px; } }
@media screen and (min-width: 1358px) {
  .section.carousel-slider .change-container {
    max-width: 1390px; } }
.desktop .swiper-wrapper .grid {
  height: 750px; }

.mobile .swiper-wrapper .grid {
  height: 635px; }
.mobile .blankSlide {
  display: none; }
.mobile .fullpage {
  height: 90vh; }
  .mobile .fullpage .swiper-slide {
    height: 90vh; }
    .mobile .fullpage .swiper-slide .youtubeVideo {
      pointer-events: inherit; }

.popup-wechat-qr-code {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.2); }
  .popup-wechat-qr-code.hidden {
    display: none !important; }

.fullpage {
  height: 100vh;
  width: 100%;
  position: relative;
  background: #000; }
  .fullpage .swiper-pagination-bullet-active {
    background: #fff; }
  .fullpage .slideContentExt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .fullpage .slide-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
    padding: 0 0 0 2%;
    width: 80%;
    height: 100vh;
    text-transform: uppercase; }
    .fullpage .slide-title h1 {
      flex: 0 1 auto;
      font-size: 1.6em;
      line-height: 1em;
      font-family: 'univers57';
      font-weight: 100;
      color: #fff;
      text-shadow: 0px 0px 50px #000000; }
    .fullpage .slide-title h2 {
      flex: 0 1 auto;
      font-size: 5.5em;
      line-height: 1em;
      margin: 0 0 0.35em;
      color: #fff;
      text-shadow: 0px 0px 50px #000000; }
      .fullpage .slide-title h2:before {
        display: block;
        content: '';
        border-left: 2px solid #fff;
        height: 0.35em;
        margin: 0 0 0.1em 0.05em; }
    .fullpage .slide-title .btnDetail {
      text-align: left;
      flex: 0 1 auto;
      font-size: 1.3em;
      line-height: 1em;
      color: #fff;
      text-shadow: 0px 0px 50px #000000; }
      .fullpage .slide-title .btnDetail:before {
        content: "";
        display: inline-block;
        width: 0.8em;
        margin: -3px 0.5em 0 0em;
        border-top: 6px solid #c1aa7e;
        vertical-align: middle; }
  .fullpage .swiper-slide {
    height: 100vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
    .fullpage .swiper-slide .youtubeVideo {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .fullpage .swiper-slide .uploadVideo {
      width: 100%;
      height: 100vh; }
  .fullpage .btn-scroll {
    position: relative;
    bottom: 5em;
    left: 2%;
    z-index: 1; }
    .fullpage .btn-scroll a:hover {
      color: #fff;
      text-decoration: none; }
    .fullpage .btn-scroll img {
      margin: 5px 0 0 0;
      display: block;
      width: 8px;
      height: 68px; }

@media screen and (max-width: 1200px) {
  .search-input {
    width: 96%;
    margin: 5em auto; }
    .search-input .container {
      max-width: inherit; } }
@media screen and (max-width: 992px) {
  .search-input {
    margin: 0 auto; } }
@media screen and (max-width: 640px) {
  .header .container {
    width: 90%; }

  .fullpage .swiper-slide .slide-title {
    justify-content: flex-start;
    padding: 0 0 0 5%; }
    .fullpage .swiper-slide .slide-title h1 {
      padding: 7em 0 0; }
    .fullpage .swiper-slide .slide-title h2 {
      font-size: 4.5em;
      margin: 0 0 0.6em; }
    .fullpage .swiper-slide .slide-title .btnDetail {
      font-size: 1.2em; }
      .fullpage .swiper-slide .slide-title .btnDetail:before {
        border-width: 3px;
        margin: -0.15em 0.5em 0.1em 0.05em; }
  .fullpage .btn-scroll {
    left: 5%; }

  .search-input {
    width: 90%;
    margin: 0 auto; }

  .grid-slides .grid.blank {
    display: none; } }
.bmd-form-group .form-control {
  background: none;
  border-bottom: rgba(0, 0, 0, 0.26) 1px solid;
  font-size: 3rem; }
  .bmd-form-group .form-control:focus {
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none; }

.section.carousel-slider .change-container {
  max-width: inherit; }
  .section.carousel-slider .change-container > .content {
    margin: 0 auto; }
  .section.carousel-slider .change-container .swiper-wrapper {
    width: fit-content;
    margin: 0 auto; }
  .section.carousel-slider .change-container .swiper-slide:first-child {
    margin: 0 0 0 30px; }

.container.m-full-w {
 /* max-width: inherit;*/
 /* padding: 0;*/ }
  .container.m-full-w .swiper-wrapper {
   /* width: fit-content;*/
    margin: 0 auto; }

@media screen and (max-width: 992px) {
  .section.carousel-slider .change-container .swiper-slide:first-child {
    margin: 0 0 0 20px; }

  .circle-slider .circle:first-child {
    margin: 0 0 0 20px; }
  .circle-slider .circle.taste .img-wrap {
    width: 80%;
    height: auto; } }
@media screen and (max-width: 640px) {
  .section.carousel-slider .change-container .swiper-slide:first-child {
    margin: 0 0 0 10px; }

  html .section .title {
    width: 90%; } }
@media screen and (max-width: 575px) {
  .search-input {
    width: 100%; }

  .section.carousel-slider .container {
    width: 100%; }

  .container.m-full-w {
    width: 100%; } }
.hidden {
  display: none !important; }

.mobile .btnPlayVideo {
  display: block;
  background: url(../images/btn-play.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px; }

.mobile .uploadVideo {
  width: 100%;
  height: 100%; }

.slideLink {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.mobile .btnYTPlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99; }

.swiper-container.single {
  cursor: inherit; }

/*# sourceMappingURL=common.css.map */
