@charset "UTF-8";
/*  ===== 斷點變數 ===== */
/*  ===== 往上適應 ===== */
/*  ===== 往下適應 ===== */
/*  ===== 範圍內適應 ===== */
/*  ===== 基本漸層背景設定 ===== */
/*  ===== 以 em 計算font-size, letter-spacing(RWD時方便使用) ===== */
/*  ===== 文字置中時的 letter spacing 偏移修正 ===== */
/*  ===== letter spacing 偏移重設 ===== */
/*  ===== firefox font weight bold 統一設定為 normal (firefox在小字為粗體的時候會過粗) ===== */
/*  ===== a連結清除預設值 ===== */
/*  ===== 字體設定（全域/英文/中文) ===== */
/*  ===== 排版相關 ===== */
/*  ===== 超過文字省略為...(可設定行數) ===== */
/*  ===== 捲軸樣式設定 ===== */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    opacity: 1;
    width: 77%;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    opacity: 1;
    width: 77%;
  }
}

@-webkit-keyframes fadeInLeft100 {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}

@keyframes fadeInLeft100 {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}

@-webkit-keyframes rotateItem {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateItem {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}

@-webkit-keyframes slideUp25 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 25%);
            transform: translate(0, 25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}

@keyframes slideUp25 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 25%);
            transform: translate(0, 25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes fadeInUpSmallMobile {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%) scale(1);
            transform: translateY(100%) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
  }
}

@keyframes fadeInUpSmallMobile {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%) scale(1);
            transform: translateY(100%) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
  }
}

@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%) scale(1, 1);
            transform: translateY(100%) scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%) scale(1, 0.85);
            transform: translateY(0%) scale(1, 0.85);
  }
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%) scale(1, 1);
            transform: translateY(100%) scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%) scale(1, 0.85);
            transform: translateY(0%) scale(1, 0.85);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes marquee2 {
  0% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  100% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}

@keyframes marquee2 {
  0% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  100% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}

@-webkit-keyframes moveUp {
  0% {
    top: 0%;
  }
  25% {
    top: 0%;
  }
  100% {
    top: -100%;
  }
}

@keyframes moveUp {
  0% {
    top: 0%;
  }
  25% {
    top: 0%;
  }
  100% {
    top: -100%;
  }
}

@-webkit-keyframes moveDown {
  0% {
    top: 50%;
  }
  25% {
    top: 50%;
  }
  100% {
    top: 150%;
  }
}

@keyframes moveDown {
  0% {
    top: 50%;
  }
  25% {
    top: 50%;
  }
  100% {
    top: 150%;
  }
}

@-webkit-keyframes scaleBig {
  0% {
    -webkit-transform: scale;
            transform: scale;
  }
  100% {
  }
}

@keyframes scaleBig {
  0% {
    -webkit-transform: scale;
            transform: scale;
  }
  100% {
  }
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   +retina(/images/mypic.jpg, 2);
 *   +retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.pretty * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pretty input:not([type='checkbox']):not([type='radio']) {
  display: none;
}

.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}

.pretty input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.pretty .state label {
  position: initial;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}

.pretty .state label:before, .pretty .state label:after {
  content: '';
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  background-color: transparent;
}

.pretty .state label:before {
  border-color: #4A4B50;
}

.pretty .state.p-is-hover, .pretty .state.p-is-indeterminate {
  display: none;
}

@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
            transform: scale(7);
  }
  38% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  72% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  81% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
            transform: scale(1.24);
  }
  89% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  95% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
            transform: scale(7);
  }
  38% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  72% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  81% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
            transform: scale(1.24);
  }
  89% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  95% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
            transform: translateZ(-200px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
            transform: translateZ(0) rotate(0);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
            transform: translateZ(-200px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
            transform: translateZ(0) rotate(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #4a4b50;
            box-shadow: 0px 0px 0px 0px #4a4b50;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 1.5em rgba(74, 75, 80, 0);
            box-shadow: 0px 0px 0px 1.5em rgba(74, 75, 80, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #4a4b50;
            box-shadow: 0px 0px 0px 0px #4a4b50;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 1.5em rgba(74, 75, 80, 0);
            box-shadow: 0px 0px 0px 1.5em rgba(74, 75, 80, 0);
  }
}

.pretty.p-default.p-fill .state label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pretty.p-default .state label:after {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.pretty.p-default input:checked ~ .state label:after {
  background-color: #4A4B50 !important;
}

.pretty.p-default.p-thick .state label:before, .pretty.p-default.p-thick .state label:after {
  border-width: calc(1em / 7);
}

.pretty.p-default.p-thick .state label:after {
  -webkit-transform: scale(0.4) !important;
          transform: scale(0.4) !important;
}

.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-icon .state .icon:before {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.pretty.p-icon input:checked ~ .state .icon {
  opacity: 1;
}

.pretty.p-icon input:checked ~ .state label:before {
  border-color: #5a656b;
}

.pretty.p-svg .state .svg {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-svg .state svg {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.pretty.p-svg input:checked ~ .state .svg {
  opacity: 1;
}

.pretty.p-image .state img {
  opacity: 0;
  position: absolute;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  top: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  left: 0;
  z-index: 0;
  text-align: center;
  line-height: normal;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.pretty.p-image input:checked ~ .state img {
  opacity: 1;
}

.pretty.p-switch input {
  min-width: 2em;
}

.pretty.p-switch .state {
  position: relative;
}

.pretty.p-switch .state:before {
  content: '';
  border: 1px solid #4A4B50;
  border-radius: 60px;
  width: 2em;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  height: calc(1em + 2px);
  position: absolute;
  top: 0;
  top: calc((0% - (100% - 1em)) - 16%);
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pretty.p-switch .state label {
  text-indent: 2.5em;
}

.pretty.p-switch .state label:before, .pretty.p-switch .state label:after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 100%;
  left: 0;
  border-color: transparent;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.pretty.p-switch .state label:after {
  background-color: #4A4B50 !important;
}

.pretty.p-switch input:checked ~ .state:before {
  border-color: #5a656b;
}

.pretty.p-switch input:checked ~ .state label:before {
  opacity: 0;
}

.pretty.p-switch input:checked ~ .state label:after {
  background-color: #5a656b !important;
  left: 1em;
}

.pretty.p-switch.p-fill input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-switch.p-fill input:checked ~ .state label:before {
  opacity: 0;
}

.pretty.p-switch.p-fill input:checked ~ .state label:after {
  background-color: #fff !important;
  left: 1em;
}

.pretty.p-switch.p-slim .state:before {
  height: 0.1em;
  background: #4A4B50 !important;
  top: calc(50% - 0.1em);
}

.pretty.p-switch.p-slim input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
  display: none;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover {
  display: block;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
  display: block;
}

.pretty.p-has-focus input:focus ~ .state label:before {
  -webkit-box-shadow: 0px 0px 3px 0px #bdc3c7;
          box-shadow: 0px 0px 3px 0px #bdc3c7;
}

.pretty.p-has-indeterminate input[type='checkbox']:indeterminate ~ .state:not(.p-is-indeterminate) {
  display: none;
}

.pretty.p-has-indeterminate input[type='checkbox']:indeterminate ~ .state.p-is-indeterminate {
  display: block;
}

.pretty.p-has-indeterminate input[type='checkbox']:indeterminate ~ .state.p-is-indeterminate .icon {
  display: block;
  opacity: 1;
}

.pretty.p-toggle .state.p-on {
  opacity: 0;
  display: none;
}

.pretty.p-toggle .state.p-off,
.pretty.p-toggle .state .icon,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle .state.p-off .icon {
  color: #4A4B50;
}

.pretty.p-toggle input:checked ~ .state.p-on {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle input:checked ~ .state.p-off {
  opacity: 0;
  display: none;
}

.pretty.p-plain input:checked ~ .state label:before,
.pretty.p-plain.p-toggle .state label:before {
  content: none;
}

.pretty.p-plain.p-plain .icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pretty.p-round .state label:before, .pretty.p-round .state label:after {
  border-radius: 100%;
}

.pretty.p-round.p-icon .state .icon {
  border-radius: 100%;
  overflow: hidden;
}

.pretty.p-round.p-icon .state .icon:before {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.pretty.p-curve .state label:before, .pretty.p-curve .state label:after {
  border-radius: 20%;
}

.pretty.p-smooth label:before,
.pretty.p-smooth label:after,
.pretty.p-smooth .icon,
.pretty.p-smooth .svg {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pretty.p-smooth input:checked + .state label:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pretty.p-smooth input:checked + .state .icon,
.pretty.p-smooth input:checked + .state .svg,
.pretty.p-smooth input:checked + .state img {
  -webkit-animation: zoom 0.2s ease;
          animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-default input:checked + .state label:after {
  -webkit-animation: zoom 0.2s ease;
          animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-plain input:checked + .state label:before {
  content: '';
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pretty.p-tada:not(.p-default) input:checked + .state .icon,
.pretty.p-tada:not(.p-default) input:checked + .state .svg,
.pretty.p-tada:not(.p-default) input:checked + .state img,
.pretty.p-tada:not(.p-default) input:checked + .state label:before,
.pretty.p-tada:not(.p-default) input:checked + .state label:after {
  -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
          animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state .icon,
.pretty.p-jelly:not(.p-default) input:checked + .state .svg,
.pretty.p-jelly:not(.p-default) input:checked + .state img,
.pretty.p-jelly:not(.p-default) input:checked + .state label:before,
.pretty.p-jelly:not(.p-default) input:checked + .state label:after {
  -webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  border-color: transparent;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon,
.pretty.p-rotate:not(.p-default) input:checked ~ .state .svg,
.pretty.p-rotate:not(.p-default) input:checked ~ .state img,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:after {
  -webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  border-color: transparent;
}

.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
}

.pretty input[disabled] {
  cursor: not-allowed;
  display: none;
}

.pretty input[disabled] ~ * {
  opacity: .5;
}

.pretty.p-locked input {
  display: none;
  cursor: not-allowed;
}

.pretty input:checked ~ .state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
  background-color: #428bca !important;
}

.pretty input:checked ~ .state.p-primary .icon,
.pretty input:checked ~ .state.p-primary .svg,
.pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-primary-o label:before,
.pretty.p-toggle .state.p-primary-o label:before {
  border-color: #428bca;
}

.pretty input:checked ~ .state.p-primary-o label:after,
.pretty.p-toggle .state.p-primary-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-primary-o .icon,
.pretty input:checked ~ .state.p-primary-o .svg,
.pretty input:checked ~ .state.p-primary-o svg,
.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
  color: #428bca;
  stroke: #428bca;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: #428bca !important;
}

.pretty.p-switch input:checked ~ .state.p-primary:before {
  border-color: #428bca;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
  background-color: #428bca !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
  border-color: #245682;
  background-color: #245682 !important;
}

.pretty input:checked ~ .state.p-info label:after,
.pretty.p-toggle .state.p-info label:after {
  background-color: #5bc0de !important;
}

.pretty input:checked ~ .state.p-info .icon,
.pretty input:checked ~ .state.p-info .svg,
.pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-info-o label:before,
.pretty.p-toggle .state.p-info-o label:before {
  border-color: #5bc0de;
}

.pretty input:checked ~ .state.p-info-o label:after,
.pretty.p-toggle .state.p-info-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-info-o .icon,
.pretty input:checked ~ .state.p-info-o .svg,
.pretty input:checked ~ .state.p-info-o svg,
.pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg {
  color: #5bc0de;
  stroke: #5bc0de;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
  background-color: #5bc0de !important;
}

.pretty.p-switch input:checked ~ .state.p-info:before {
  border-color: #5bc0de;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
  background-color: #5bc0de !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
  border-color: #2390b0;
  background-color: #2390b0 !important;
}

.pretty input:checked ~ .state.p-success label:after,
.pretty.p-toggle .state.p-success label:after {
  background-color: #5cb85c !important;
}

.pretty input:checked ~ .state.p-success .icon,
.pretty input:checked ~ .state.p-success .svg,
.pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-success-o label:before,
.pretty.p-toggle .state.p-success-o label:before {
  border-color: #5cb85c;
}

.pretty input:checked ~ .state.p-success-o label:after,
.pretty.p-toggle .state.p-success-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-success-o .icon,
.pretty input:checked ~ .state.p-success-o .svg,
.pretty input:checked ~ .state.p-success-o svg,
.pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
  color: #5cb85c;
  stroke: #5cb85c;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
  background-color: #5cb85c !important;
}

.pretty.p-switch input:checked ~ .state.p-success:before {
  border-color: #5cb85c;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
  background-color: #5cb85c !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
  border-color: #357935;
  background-color: #357935 !important;
}

.pretty input:checked ~ .state.p-warning label:after,
.pretty.p-toggle .state.p-warning label:after {
  background-color: #f0ad4e !important;
}

.pretty input:checked ~ .state.p-warning .icon,
.pretty input:checked ~ .state.p-warning .svg,
.pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-warning-o label:before,
.pretty.p-toggle .state.p-warning-o label:before {
  border-color: #f0ad4e;
}

.pretty input:checked ~ .state.p-warning-o label:after,
.pretty.p-toggle .state.p-warning-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-warning-o .icon,
.pretty input:checked ~ .state.p-warning-o .svg,
.pretty input:checked ~ .state.p-warning-o svg,
.pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg {
  color: #f0ad4e;
  stroke: #f0ad4e;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
  background-color: #f0ad4e !important;
}

.pretty.p-switch input:checked ~ .state.p-warning:before {
  border-color: #f0ad4e;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
  background-color: #f0ad4e !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
  border-color: #c77c11;
  background-color: #c77c11 !important;
}

.pretty input:checked ~ .state.p-danger label:after,
.pretty.p-toggle .state.p-danger label:after {
  background-color: #d9534f !important;
}

.pretty input:checked ~ .state.p-danger .icon,
.pretty input:checked ~ .state.p-danger .svg,
.pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-danger-o label:before,
.pretty.p-toggle .state.p-danger-o label:before {
  border-color: #d9534f;
}

.pretty input:checked ~ .state.p-danger-o label:after,
.pretty.p-toggle .state.p-danger-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-danger-o .icon,
.pretty input:checked ~ .state.p-danger-o .svg,
.pretty input:checked ~ .state.p-danger-o svg,
.pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
  color: #d9534f;
  stroke: #d9534f;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
  background-color: #d9534f !important;
}

.pretty.p-switch input:checked ~ .state.p-danger:before {
  border-color: #d9534f;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
  background-color: #d9534f !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
  border-color: #a02622;
  background-color: #a02622 !important;
}

.pretty.p-bigger label:before,
.pretty.p-bigger label:after,
.pretty.p-bigger .icon,
.pretty.p-bigger .svg,
.pretty.p-bigger .img {
  font-size: 1.2em !important;
  top: calc((0% - (100% - 1em)) - 35%) !important;
}

.pretty.p-bigger label {
  text-indent: 1.7em;
}

@media print {
  .pretty .state:before,
  .pretty .state label:before,
  .pretty .state label:after,
  .pretty .state .icon {
    color-adjust: exact;
    /* stylelint-disable */
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

@media (max-width: 991px) {
  .sub-menu {
    background: rgba(249, 246, 245, 0.05);
    padding: 6px;
    border-radius: 0 0 10px 10px;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sub-menu {
    display: none;
  }
}

.sub-menu--about {
  width: 100%;
  position: absolute;
  top: 88px;
  left: 0;
  right: 0;
  z-index: 1001;
}

@media (max-width: 991px) {
  .sub-menu--about {
    display: none;
  }
}

.sub-menu--about ul {
  text-align: center;
}

.sub-menu a {
  color: #F9F6F5;
  line-height: 200%;
}

.sub-menu li {
  list-style: none;
  display: inline-block;
  opacity: 0.6;
  border-radius: 18px;
  padding: 0 15px 1px 15px;
}

.sub-menu li.active {
  background: rgba(249, 246, 245, 0.1);
}

.sub-menu ul {
  padding: 0;
  margin: 0;
}

.about-top {
  height: 100vh;
  position: relative;
  z-index: 1;
  mix-blend-mode: lighten;
}

@media (max-width: 767px) {
  .about-top {
    height: calc(100vh - 80px);
  }
}

.about-top .container {
  height: 100%;
}

.about-top__marquee {
  font-size: 5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  mix-blend-mode: lighten;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #161616;
  text-shadow: -1px -1px 0 #F9F6F5, 1px -1px 0px #F9F6F5, -1px 1px 0 #F9F6F5, 1px 1px 0 #F9F6F5;
  opacity: 0.2;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about-top__marquee .go-infinite-title {
    font-size: 10em;
  }
}

.about-top__more {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 30px;
  opacity: 0.8;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .about-top__more {
    bottom: 80px;
  }
}

@media (max-width: 767px) {
  .about-top__more {
    bottom: 30px;
  }
}

.about-top__more h1 {
  font-size: 1em;
}

.about-top__content {
  height: calc(100% - 88px);
  padding-top: 88px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.about-top__content img {
  position: relative;
  z-index: 2;
}

@media (max-width: 1549px) {
  .about-top__content img {
    width: 15vw;
    height: auto;
  }
}

@media (max-width: 991px) {
  .about-top__content img {
    width: 25vw;
  }
}

@media (max-width: 767px) {
  .about-top__content img {
    width: 30vw;
    margin-right: -10vw;
  }
}

.about-top__content video {
  max-height: 120%;
  width: auto;
}

@media (max-width: 991px) {
  .about-top__content video {
    max-height: 80%;
  }
}

.about-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.about-content h3 {
  font-size: 3em;
  font-weight: bold;
  -webkit-transform: scale(1, 0.75);
          transform: scale(1, 0.75);
  letter-spacing: 2px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .about-content h3 {
    font-size: 2em;
  }
}

.about-content p {
  font-size: 1.5em;
  line-height: 200%;
}

@media (max-width: 1199px) {
  .about-content p {
    font-size: 1em;
  }
}

.about-content .swiper-slide {
  width: auto;
  text-align: center;
  text-align-line-height: 1;
  text-align-white-space: nowrap;
}

.about-content .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.about-content .container {
  margin-bottom: 50px;
  max-width: 970px;
}

.marquee-swiper-2 {
  padding: 30px 0;
  border-top: 1px solid rgba(249, 246, 245, 0.4);
  border-bottom: 1px solid rgba(249, 246, 245, 0.4);
  font-size: 2.25em;
  font-weight: bold;
  -webkit-transform: scale(1, 0.75);
          transform: scale(1, 0.75);
  letter-spacing: 2px;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .marquee-swiper-2 {
    font-size: 1.5em;
  }
}

.marquee-swiper-2 span {
  padding: 0 50px;
}

@media (max-width: 1199px) {
  .marquee-swiper-2 span {
    padding: 0 30px;
  }
}

.marquee-swiper-3 {
  padding: 0 0 15px 0;
  border-bottom: 1px solid rgba(249, 246, 245, 0.4);
  pointer-events: none;
}

.marquee-swiper-3 .swiper-slide {
  font-family: Sequel100Wide-75;
  text-transform: uppercase;
  padding: 0 15px;
  letter-spacing: 5px;
  font-size: 0.75em;
}

.about-middle {
  padding-top: 150px;
}

.about-bottom {
  padding-top: 150px;
}

.about-bottom .container {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .about-bottom .container {
    position: relative;
    top: auto;
    margin-bottom: 50px;
  }
}

.about-bottom__button {
  margin: 50px 0;
}

.about-bottom__award-list {
  width: 100%;
  position: relative;
}

.about-bottom__award-list ul {
  width: 100%;
  padding: 0 100px;
  margin: 0 0 200px 0;
  padding-top: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0)), color-stop(15.78%, rgba(22, 22, 22, 0.6)), color-stop(85%, rgba(22, 22, 22, 0.6)), to(rgba(22, 22, 22, 0)));
  background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0.6) 15.78%, rgba(22, 22, 22, 0.6) 85%, rgba(22, 22, 22, 0) 100%);
}

@media (max-width: 767px) {
  .about-bottom__award-list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    gap: 20px 20px;
    margin: 0;
    padding: 15px;
  }
}

.about-bottom__award-list li {
  list-style: none;
  display: block;
  border: 1px solid #E7B66E;
  border-radius: 10px;
  font-size: 1.5625em;
  font-weight: bold;
  padding: 15px;
  height: 350px;
  width: 250px;
  text-align: left;
  -webkit-transform: scale(1, 0.75);
          transform: scale(1, 0.75);
  color: #E7B66E;
  background-color: rgba(22, 22, 22, 0.7);
  margin-top: -150px;
}

@media (max-width: 767px) {
  .about-bottom__award-list li {
    width: 100%;
    height: 200px;
    margin: 0 !important;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    font-size: 1.125em;
    border-radius: 5px;
    border: 0.5px solid #E7B66E;
  }
}

.about-bottom__award-list li::after {
  content: "Golden harvest awards";
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 0.5em;
  font-family: Sequel100Wide-75;
  text-transform: uppercase;
  -webkit-transform: none;
          transform: none;
  width: 100px;
  letter-spacing: 1px;
  color: #F9F6F5;
  opacity: 0.2;
}

.about-bottom__award-list li:nth-child(5n+1) {
  margin-left: 30%;
}

.about-bottom__award-list li:nth-child(5n+2) {
  margin-left: 70%;
}

.about-bottom__award-list li:nth-child(5n+3) {
  margin-left: 10%;
}

.about-bottom__award-list li:nth-child(5n+4) {
  margin-left: 50%;
}

.about-bottom__award-list li:nth-child(5n+5) {
  margin-right: auto;
}

.about-bottom.esa-about .about-bottom__award-list li::after {
  width: 150px;
  content: "EXCELLENT SCREENPLAY AWARDS";
}

.about-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 767px) {
  .about-bg {
    display: none;
  }
}

.about-bg canvas {
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0.4;
}

.banner__visual {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .banner__visual {
    border-radius: 10px 10px 0 0;
  }
}

@media (max-width: 767px) {
  .banner__visual {
    border-radius: 5px;
    margin-bottom: 30px;
  }
}

.banner__select {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(249, 246, 245, 0.2);
  font-size: 1.125em;
  cursor: pointer;
}

.banner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
  padding: 20px 0;
}

@media (max-width: 991px) {
  .banner__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
  }
}

.banner__title .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 991px) {
  .banner__title .wrapper {
    margin-bottom: 20px;
  }
}

.banner__title h1, .banner__title h2 {
  margin: 0;
}

.banner__title h1 {
  font-size: 3em;
  letter-spacing: 10%;
  font-weight: bold;
  display: inline-block;
}

@media (max-width: 767px) {
  .banner__title h1 {
    font-size: 1.5em;
  }
}

.banner__title h2 {
  display: inline-block;
  font-size: 1.125em;
  opacity: 0.4;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .banner__title h2 {
    font-size: 0.875em;
  }
}

@media (max-width: 767px) {
  .table-responsive {
    margin: 0 -15px;
    width: calc(100vw + 30px);
  }
}

table.ghsa {
  width: 100%;
  margin-bottom: 3rem;
}

table.ghsa thead {
  border-bottom: 1px solid #F9F6F5;
}

table.ghsa th {
  font-size: 1em;
  color: #F9F6F5;
  font-weight: bold;
  padding: .75rem;
  opacity: 0.6;
  white-space: pre;
}

table.ghsa td {
  padding: .75rem;
  font-size: 1.125em;
  color: #F9F6F5;
  font-weight: 500;
  white-space: pre;
}

@media (max-width: 1549px) {
  table.ghsa td {
    font-size: 1em;
  }
}

table.ghsa tbody tr:nth-child(2n) {
  background: rgba(249, 246, 245, 0.05);
}

table.finalist {
  width: 100%;
  margin-bottom: 3rem;
}

table.finalist th {
  font-size: 1em;
  color: #F9F6F5;
  font-weight: bold;
  padding: .75rem;
  opacity: 0.6;
  white-space: pre;
}

table.finalist td {
  padding: 2rem .75rem;
  font-size: 1em;
  color: #F9F6F5;
  font-weight: 500;
  white-space: pre;
}

table.finalist a {
  font-size: 1.125em;
  font-weight: bold;
  color: #F9F6F5;
  text-decoration: underline;
  white-space: pre;
}

@media (max-width: 767px) {
  table.finalist a {
    font-size: 1em;
  }
}

table.finalist .tag {
  border: 1px solid rgba(249, 246, 245, 0.6);
  padding: 3px 10px 5px;
  border-radius: 5px;
}

table.finalist tbody tr:nth-child(2n-1) {
  background: -webkit-gradient(linear, left top, right top, from(rgba(249, 246, 245, 0)), color-stop(18.23%, rgba(249, 246, 245, 0.05)), color-stop(82.29%, rgba(249, 246, 245, 0.05)), to(rgba(249, 246, 245, 0)));
  background: linear-gradient(90deg, rgba(249, 246, 245, 0) 0%, rgba(249, 246, 245, 0.05) 18.23%, rgba(249, 246, 245, 0.05) 82.29%, rgba(249, 246, 245, 0) 100%);
}

@media (max-width: 767px) {
  table.finalist tbody tr:nth-child(2n-1) {
    background: rgba(249, 246, 245, 0.05);
  }
}

.jury-list--table .jury-list__item {
  background: none !important;
  min-height: auto;
  padding: 0;
  padding-bottom: 20px;
}

.jury-list--table .jury-cover--gha {
  display: none !important;
}

.jury-list--table .wrapper {
  border-top: 1px solid #F9F6F5;
  width: 100% !important;
  margin-left: 0 !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 96px auto .75fr;
      grid-template-columns: 96px auto .75fr;
  gap: 15px;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .jury-list--table .wrapper {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    gap: 0;
  }
}

.jury-list--table h4 {
  padding-top: 8px;
}

@media (max-width: 767px) {
  .jury-list--table h4 {
    padding-top: 0;
  }
}

.jury-list--table p {
  margin-top: 0;
}

.jury-list--esa img {
  width: 280px;
  height: auto;
  border-radius: 80px;
  margin-bottom: 20px;
}

.jury-list--esa h3 {
  font-weight: bold;
  font-size: 1.5em;
}

.jury-list--esa h4 {
  font-size: 0.875em;
  opacity: 0.6;
  margin-bottom: 0;
}

.jury-list--esa p {
  line-height: 200%;
}

.jury-list--esa__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

.jury-list__item {
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 0;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  .jury-list__item {
    min-height: auto;
    background: none !important;
    padding: 0 0 50px 0;
  }
}

.jury-list__item .jury-cover--gha {
  width: 100%;
  padding-bottom: 70%;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
}

.jury-list__item .wrapper {
  width: 50%;
  margin-left: 50%;
}

@media (max-width: 991px) {
  .jury-list__item .wrapper {
    width: 75%;
    margin-left: 25%;
  }
}

@media (max-width: 767px) {
  .jury-list__item .wrapper {
    width: 100%;
    margin-left: 0;
  }
}

.jury-list__item h3 {
  font-weight: bold;
}

.jury-list__item h4 {
  font-size: 0.875em;
  opacity: 0.6;
}

.jury-list__item p {
  line-height: 200%;
}

.jury-list__item:nth-child(2n+1) .wrapper {
  margin-left: 0;
}

.jury-list--esa.jury-list--table .row {
  margin: 0;
}

.jury-list--esa.jury-list--table .jury-list--esa__item {
  max-width: 100% !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-top: 1px solid #F9F6F5;
  width: 100% !important;
  margin-left: 0 !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 96px auto .75fr;
      grid-template-columns: 96px auto .75fr;
  gap: 15px;
  padding: 0;
  padding-top: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

.jury-list--esa.jury-list--table .jury-list--esa__item h4 {
  margin-bottom: 0.5rem;
}

.jury-list--esa.jury-list--table .jury-list--esa__item img {
  display: none;
}

@media (max-width: 767px) {
  .jury-list--esa.jury-list--table .jury-list--esa__item {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    gap: 0;
  }
}

.category-tab {
  background: rgba(249, 246, 245, 0.2);
  border-radius: 10px;
  padding: 10px 10px 0 10px;
  border: none;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .category-tab {
    margin: 20px 0;
    padding: 6px 6px 0 6px;
  }
}

@media (max-width: 767px) {
  .category-tab {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border-radius: 0;
    padding: 15px;
    margin: -12px -15px 30px -15px;
    background: rgba(249, 246, 245, 0.05);
  }
}

.category-tab--works {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  z-index: 999;
}

.category-tab .nav-item {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .category-tab .nav-item {
    margin-bottom: 6px;
  }
}

@media (max-width: 767px) {
  .category-tab .nav-item {
    scroll-snap-align: center;
    display: inline-block;
    margin-bottom: 0;
  }
}

.category-tab .nav-item:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .category-tab .nav-item:not(:last-child) {
    margin-right: 6px;
  }
}

.category-tab .nav-link {
  font-size: 1.125em;
  padding: 1px 20px 2px;
  background: rgba(249, 246, 245, 0.2);
  border-radius: 10px;
  line-height: 200%;
  color: #F9F6F5;
  position: relative;
}

@media (max-width: 991px) {
  .category-tab .nav-link {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .category-tab .nav-link {
    white-space: pre;
  }
}

.category-tab .nav-link.active {
  background: #F9F6F5;
  color: #161616;
  padding-left: 34px;
}

.category-tab .nav-link.active:before {
  content: "\A";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 18px;
  top: 15px;
  border-radius: 4px;
  background: #FF2E00;
}

@media (max-width: 991px) {
  .category-tab .nav-link.active:before {
    top: 13px;
  }
}

.winner__list-group {
  margin-bottom: 60px;
}

.winner__item {
  border: 1px solid #E7B66E;
  border-radius: 5px;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: rgba(22, 22, 22, 0.5);
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .winner__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .winner__item {
    padding: 8px 12px 0 12px;
    margin-top: 20px;
    border: 0.5px solid #E7B66E;
  }
}

.winner__item:hover {
  background: rgba(249, 246, 245, 0.1);
}

.winner__item:after {
  content: "\A";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg_winner.svg) top left 100% 100%;
  top: -1px;
  left: -1px;
  z-index: 2;
  pointer-events: none;
}

.winner__item.five-item .winner__item__group {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}

.winner__item.four-item .winner__item__group {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

.winner__item.three-item .winner__item__group {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  max-width: 33.333%;
}

.winner__item.two-item .winner__item__group {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

@media (max-width: 1199px) {
  .winner__item.five-item .winner__item__group, .winner__item.four-item .winner__item__group, .winner__item.three-item .winner__item__group, .winner__item.two-item .winner__item__group {
    border-bottom: 1px solid rgba(231, 182, 110, 0.3);
    padding-bottom: 3px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 8px;
    padding: 0 0 3px 0;
  }
}

@media (max-width: 1199px) {
  .winner__item.five-item .winner__item__group:nth-last-of-type(1), .winner__item.four-item .winner__item__group:nth-last-of-type(1), .winner__item.three-item .winner__item__group:nth-last-of-type(1), .winner__item.two-item .winner__item__group:nth-last-of-type(1) {
    border-bottom: none;
  }
}

.winner__item__group {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 16.66%;
      flex-basis: 16.66%;
  max-width: 16.66%;
  padding: 0 10px;
}

@media (max-width: 1199px) {
  .winner__item__group {
    border-bottom: 1px solid rgba(231, 182, 110, 0.3);
    padding-bottom: 3px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 8px;
    padding: 0 0 3px 0;
  }
}

@media (max-width: 1199px) {
  .winner__item__group:nth-last-of-type(1) {
    border-bottom: none;
  }
}

.winner__item h4 {
  color: #F9F6F5;
  opacity: 0.6;
  font-size: 0.8125em;
}

@media (max-width: 767px) {
  .winner__item h4 {
    margin-bottom: 0;
  }
}

.winner__item span {
  color: #F9F6F5;
  font-size: 1.125em;
}

@media (max-width: 767px) {
  .winner__item span {
    font-size: 1em;
  }
}

.winner__bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../images/bg_winners.svg) center bottom no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .winner__bg {
    background-image: url(../images/bg_winners_m.svg);
  }
}

.winner__list h3 {
  font-weight: bold;
  color: #E7B66E;
}

.winner__list table.ghsa {
  margin-top: .75rem;
}

.winner__list table.ghsa thead {
  border-color: #E7B66E;
}

.winner__list table.ghsa td {
  padding: 1.5rem .75rem;
}

.works-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  gap: 1px 1px;
}

@media (max-width: 991px) {
  .works-list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .works-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-top: -30px;
  }
}

.works-list__wrapper {
  position: relative;
}

.works-list__wrapper:hover .index-btn {
  opacity: 1;
}

.works-list__wrapper img {
  width: 100%;
  height: auto;
}

.works-list__wrapper a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.works-list__wrapper .index-btn {
  min-width: auto;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 3;
  padding: 20px;
}

.works-list__wrapper .index-btn:after {
  content: "\A";
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 2;
}

.works-list__wrapper h3 {
  font-weight: bold;
  font-size: 1.25em;
}

.works-list__wrapper span {
  opacity: 0.6;
}

.works-list__wrapper h3, .works-list__wrapper span {
  position: relative;
  z-index: 3;
}

.work-content-swiper .yt-container {
  height: 100vh;
  position: relative;
  z-index: -1;
}

@media (max-width: 1439px) {
  .work-content-swiper .yt-container .yt-player {
    width: 284%;
  }
}

@media (max-width: 767px) {
  .work-content-swiper .yt-container {
    height: 100%;
    padding-top: 0;
  }
  .work-content-swiper .yt-container .yt-player {
    width: 150%;
    opacity: 1;
  }
}

.work-content-swiper .yt-container:before {
  display: none;
}

.work-content-swiper:after {
  content: '\A';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .work-content-swiper:after {
    display: none;
  }
}

.work-content-swiper a {
  position: absolute;
  padding: 10px 30px 10px 20px;
  top: 120px;
  right: 0;
  color: #161616;
  background: #F9F6F5;
  display: block;
  white-space: nowrap;
  border-radius: 10px 0 0 10px;
  z-index: 5000;
}

@media (max-width: 767px) {
  .work-content-swiper a {
    top: auto;
    bottom: 10px;
    left: auto;
    right: 10px;
    border-radius: 5px;
    text-align: center;
    padding: 2px 5px;
    font-size: 0.75em;
    background: rgba(0, 0, 0, 0.75);
    color: #F9F6F5;
    border: none;
  }
}

.work-content-swiper .work-swiper {
  width: 100vw;
  height: 100vh;
}

@media (max-width: 767px) {
  .work-content-swiper .work-swiper {
    height: 50vh;
    margin-bottom: 20px;
  }
}

.work-content-swiper .work-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.work-content-bg {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #252525;
}

@media (max-width: 767px) {
  .work-content-bg {
    height: 40vh;
    margin-bottom: 20px;
    position: relative;
  }
}

.work-content-bg__wrapper {
  width: 120%;
  height: 120%;
  position: absolute;
  right: -2vw;
  top: -2vw;
  text-align: right;
}

.work-content-bg span {
  font-family: 'Noto Serif TC', serif;
  color: #161616;
  opacity: 0.4;
  font-size: 10vw;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 120%;
}

.work-content-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80vw;
  height: auto;
  z-index: 2;
}

@media (max-width: 767px) {
  .work-content-info {
    position: relative;
    width: 100%;
    padding: 0 20px;
  }
}

.work-content-info h1 {
  font-size: 4.5em;
  font-weight: bold;
  -webkit-transform: scale(1, 0.75);
          transform: scale(1, 0.75);
}

@media (max-width: 1549px) {
  .work-content-info h1 {
    font-size: 4vw;
  }
}

@media (max-width: 1199px) {
  .work-content-info h1 {
    font-size: 6vw;
  }
}

@media (max-width: 767px) {
  .work-content-info h1 {
    font-size: 2em;
    margin-bottom: 0;
    margin-left: -2px;
  }
}

.work-content-info h2 {
  font-family: Sequel100Wide-75;
}

@media (max-width: 1549px) {
  .work-content-info h2 {
    font-size: 1.5vw;
  }
}

@media (max-width: 1199px) {
  .work-content-info h2 {
    font-size: 3vw;
  }
}

@media (max-width: 767px) {
  .work-content-info h2 {
    font-size: 1.125em;
  }
}

.work-content-info__title {
  margin-bottom: 10vh;
  margin-left: 10vw;
}

@media (max-width: 1549px) {
  .work-content-info__title {
    margin-bottom: 5vh;
    margin-left: 200px;
  }
}

@media (max-width: 1199px) {
  .work-content-info__title {
    margin-left: 10vw;
  }
}

@media (max-width: 767px) {
  .work-content-info__title {
    margin-left: 0;
  }
}

.work-content-info .now-badge-list {
  margin: 0;
  margin-left: 10vw;
}

@media (max-width: 1549px) {
  .work-content-info .now-badge-list {
    margin-left: 200px;
  }
}

@media (max-width: 1199px) {
  .work-content-info .now-badge-list {
    margin-left: 10vw;
  }
}

@media (max-width: 767px) {
  .work-content-info .now-badge-list {
    margin-left: 0;
    margin-bottom: 2px;
  }
}

.work-content-info .now-badge-list a {
  font-size: 0.875em;
  color: #F9F6F5;
}

.work-content-info .swiper-nav {
  margin-left: 20vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .work-content-info .swiper-nav {
    margin-left: 10vw;
  }
}

@media (max-width: 767px) {
  .work-content-info .swiper-nav {
    display: none;
  }
}

.work-content-info .swiper-nav .swiper-btn-prev--index, .work-content-info .swiper-nav .swiper-btn-next--index {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  cursor: pointer;
}

.work-content-info .swiper-nav .swiper-pagination--index {
  width: auto;
  margin: 0 30px 0 50px;
}

.work-content-info__features {
  margin: 0;
  margin-left: 20vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
      grid-template-rows: auto auto auto;
  gap: 20px 20px;
  padding: 20px;
  width: 30vw;
  background: #F9F6F5;
  color: #161616;
}

@media (max-width: 1549px) {
  .work-content-info__features {
    gap: 10px 10px;
    padding: 10px 15px;
  }
}

@media (max-width: 1199px) {
  .work-content-info__features {
    margin-left: 10vw;
  }
}

@media (max-width: 767px) {
  .work-content-info__features {
    width: 100%;
    color: #F9F6F5;
    background: none;
    opacity: 0.6;
    font-size: 0.8125em;
    margin-bottom: 4px;
    margin-left: 0;
    padding: 0;
  }
}

.work-content-info__features span {
  line-height: 150%;
}

@media (max-width: 1549px) {
  .work-content-info__features span {
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    vertical-align: top;
  }
}

.work-content-info__features h4 {
  font-size: 0.875em;
  opacity: .6;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .work-content-info__features h4 {
    opacity: 0.4;
  }
}

.work-content-info__features li {
  list-style: none;
  width: 100%;
  border-bottom: 1px solid rgba(22, 22, 22, 0.2);
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .work-content-info__features li {
    border-color: rgba(255, 255, 255, 0.2);
  }
}

.work-content-detail {
  width: 40vw;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 50vw;
  z-index: 3;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 1199px) {
  .work-content-detail {
    left: 40vw;
    width: 50vw;
  }
}

@media (max-width: 767px) {
  .work-content-detail {
    width: 100%;
    height: auto;
    left: 0;
    position: relative;
    padding: 20px;
    overflow: hidden;
  }
}

.work-content-detail::-webkit-scrollbar {
  display: none;
}

.work-content-detail__wrapper {
  position: relative;
  top: 85%;
  padding: 50px;
  background: rgba(22, 22, 22, 0.95);
  -webkit-transition-duration: 2s !important;
          transition-duration: 2s !important;
}

@media (max-width: 1549px) {
  .work-content-detail__wrapper {
    top: 75%;
    padding: 30px 40px;
  }
}

@media (max-width: 1199px) {
  .work-content-detail__wrapper {
    top: 85%;
  }
}

@media (max-width: 767px) {
  .work-content-detail__wrapper {
    top: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .work-content-detail .index-btn {
    display: block;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.work-content-detail p {
  line-height: 200%;
  opacity: 0.8;
  font-size: 1.125em;
}

@media (max-width: 1549px) {
  .work-content-detail p {
    font-size: 0.9375em;
  }
}

@media (max-width: 767px) {
  .work-content-detail p {
    font-size: 1em;
  }
}

.work-content-detail .divide-line {
  opacity: 0.2;
  background: #F9F6F5;
  margin: 50px 0;
  height: 1px;
}

.work-content-detail__director {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  gap: 30px 30px;
}

@media (max-width: 1199px) {
  .work-content-detail__director {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
  }
}

.work-content-detail__director__img {
  width: 150px;
  height: 150px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .work-content-detail__director__img {
    border-radius: 10px;
  }
}

.work-content-detail__director h3 {
  font-weight: bold;
}

.work-content-detail__director span {
  opacity: 0.6;
}

.work-content-detail__director p {
  font-size: 1em;
}

.work-content-detail .share-block {
  padding-top: 0;
  border: none;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .work-content-detail .table-responsive {
    padding-left: 15px;
  }
}

.work-content-scroll {
  position: absolute;
  bottom: 0;
  left: 90vw;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .work-content-scroll {
    display: none;
  }
}

.work-content-scroll > span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 0.875em;
}

.work-content-scroll .line {
  width: 1px;
  overflow: hidden;
}

.work-content-scroll .line span {
  display: block;
  width: 100%;
  height: 100%;
  background: #F9F6F5;
  -webkit-animation: loading-animation 1.5s cubic-bezier(0.4, 0.1, 0.01, 0.99) infinite;
  animation: loading-animation 1.5s cubic-bezier(0.4, 0.1, 0.01, 0.99) infinite;
}

@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes loading-animation {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.tab-pane--news {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-content > .active.tab-pane--news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-list {
  padding: 0 5vw;
  position: relative;
}

@media (max-width: 1199px) {
  .news-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    gap: 30px 30px;
  }
}

@media (max-width: 767px) {
  .news-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.news-list__item {
  border: 1px solid rgba(249, 246, 245, 0.1);
  padding: 10px;
  border-radius: 20px;
  float: left;
  width: 20.3vw;
  margin-right: 2.5vw;
  margin-bottom: 2.5vw;
  position: relative;
  display: inline-block;
  text-align: left;
}

@media (max-width: 1199px) {
  .news-list__item {
    width: auto;
    margin: 0;
    display: block;
  }
}

@media (min-width: 1200px) {
  .news-list__item:nth-child(13n+1) {
    width: 43.2vw;
    margin-right: 0;
  }
  .news-list__item:nth-child(13n+1) h3 {
    font-size: 1.5em;
  }
  .news-list__item:nth-child(13n+2), .news-list__item:nth-child(13n+3), .news-list__item:nth-child(13n+4), .news-list__item:nth-child(13n+5) {
    width: 43.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: none;
    border-bottom: 1px solid rgba(249, 246, 245, 0.2);
    padding: 10px 0;
    border-radius: 0;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 2.5vw;
    padding-bottom: 15px;
  }
  .news-list__item:nth-child(13n+2) img, .news-list__item:nth-child(13n+3) img, .news-list__item:nth-child(13n+4) img, .news-list__item:nth-child(13n+5) img {
    width: 160px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .news-list__item:nth-child(13n+2) .wrapper, .news-list__item:nth-child(13n+3) .wrapper, .news-list__item:nth-child(13n+4) .wrapper, .news-list__item:nth-child(13n+5) .wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .news-list__item:nth-child(13n+5) {
    margin-bottom: 2.5vw;
  }
  .news-list__item:nth-child(13n+6) {
    clear: both;
  }
  .news-list__item:nth-child(13n+9), .news-list__item:nth-child(13n+13) {
    margin-right: 0;
  }
}

.news-list__item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
}

.news-list__item span {
  opacity: 0.6;
  font-size: 0.875em;
  line-height: 100%;
}

.news-list__item h3 {
  font-size: 1em;
  margin-bottom: 0;
}

.news-list__item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
}

.news-list__item .more {
  text-align: right;
  opacity: 0.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.news-list__item .more:after {
  content: url(../images/ic_play.svg);
  width: 24px;
  height: 24px;
}

.news-list__item .wrapper {
  padding: 0 10px;
}

.news-content__header {
  width: 750px;
  max-width: 85%;
  margin: 0 auto 50px auto;
  padding-top: 170px;
}

@media (max-width: 767px) {
  .news-content__header {
    max-width: none;
    width: 100%;
    padding-top: 90px;
    margin-bottom: 30px;
  }
}

.news-content__header h1 {
  font-weight: bold;
  font-size: 2.25em;
}

@media (max-width: 767px) {
  .news-content__header h1 {
    font-size: 2em;
  }
}

.news-content__header .date {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .news-content__header .date {
    font-size: 0.875em;
  }
}

.news-content__header__cover {
  position: relative;
  margin-bottom: 20px;
}

.news-content__header__cover img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.news-content__header__cover span {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 3px;
  background: #F9F6F5;
  color: #161616;
  padding: 4px 12px 5px 12px;
  font-weight: bold;
}

.news-content__body {
  border-top: 1px solid rgba(249, 246, 245, 0.2);
}

.news-content__body .nsdi-article-system {
  margin: 0 auto;
  padding: 50px 0 0px 0;
  letter-spacing: 1px;
}

@media (max-width: 575px) {
  .news-content__body .nsdi-article-system {
    padding: 25px 0 0 0;
  }
}

@media (max-width: 991px) {
  .news-content__body .nsdi-article-system {
    width: 100%;
  }
}

.news-content__body .nsdi-article-system p {
  line-height: 32px;
  margin: 0 auto 50px auto;
  text-align: justify;
  font-size: 1em;
  width: 750px;
  max-width: 85%;
}

@media (max-width: 767px) {
  .news-content__body .nsdi-article-system p {
    max-width: none;
    width: 100%;
  }
}

.news-content__body .nsdi-article-system h2 {
  margin: 0 auto 20px auto;
  width: 750px;
  max-width: 85%;
  font-size: 1.5em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .news-content__body .nsdi-article-system h2 {
    max-width: none;
    width: 100%;
    font-size: 1.25em;
  }
}

.news-content__body .nsdi-article-system table {
  width: 750px;
  max-width: 85%;
  margin: 0 auto 50px auto;
}

@media (max-width: 767px) {
  .news-content__body .nsdi-article-system table {
    max-width: none;
    width: 100%;
  }
}

.dropdown-menu {
  max-height: 315px;
  overflow-x: hidden;
  overflow-y: auto;
}

.nsdi-article-system img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .nas-mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .nas-mobile-reverse .nas-image-wrapper {
    margin-bottom: 15px !important;
  }
}

.coming-soon-section {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1024px;
  max-width: 100%;
  height: 600px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 767px) {
  .coming-soon-section {
    height: 300px;
  }
}

.coming-soon-section h3 {
  -webkit-transform: scale(1, 0.75);
          transform: scale(1, 0.75);
  font-weight: bold;
  letter-spacing: .1em;
  font-size: 2em;
}

.coming-soon-section span {
  opacity: 0.6;
}

.coming-soon-section canvas {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 767px) {
  .coming-soon-section canvas {
    zoom: .5;
  }
}
.ie11[data-page='select-index'] .select-index-container {
  display: block;
}
.ie11 .jury-list .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ie11 .jury-list h3, .ie11 .jury-list h4, .ie11 .jury-list p {
  padding: 0 7.5px;
}

.ie11 .jury-list h3 {
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
  max-width: 110px;
}

.ie11 .jury-list h4 {
  -ms-flex-preferred-size: calc(100% - 96px - 30px - 75%);
      flex-basis: calc(100% - 96px - 30px - 75%);
  max-width: calc(100% - 96px - 30px - 75%);
}

.ie11 .jury-list p {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

.ie11 .jury-list--esa.jury-list--table .jury-list--esa__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ie11 .jury-list--esa h3, .ie11 .jury-list--esa h4, .ie11 .jury-list--esa p {
  padding: 0 7.5px;
}

.ie11 .jury-list--esa h3 {
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
  max-width: 110px;
}

.ie11 .jury-list--esa h4 {
  -ms-flex-preferred-size: calc(100% - 96px - 30px - 75%);
      flex-basis: calc(100% - 96px - 30px - 75%);
  max-width: calc(100% - 96px - 30px - 75%);
}

.ie11 .jury-list--esa p {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

.ie11 .works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ie11 .works-list__wrapper {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

@media (max-width: 991px) {
  .ie11 .works-list__wrapper {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .ie11 .works-list__wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.ie11 .works-list__wrapper h3 {
  max-width: 80%;
}

.ie11 .work-content-detail__director {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 -15px;
}

.ie11 .work-content-detail__director__img {
  max-width: 150px;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  padding: 0 15px;
}

.ie11 .work-content-detail .wrapper {
  max-width: calc(100% - 150px);
  -ms-flex-preferred-size: calc(100% - 150px);
      flex-basis: calc(100% - 150px);
  padding: 0 15px;
}

body, html {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  color: #000000;
  font-family: 'Noto Sans TC',Sequel100Wide-75,"BioRhyme Expanded" ,"Microsoft JhengHei", "PingFang TC" , "蘋果儷中黑",'sans-serif' , Arial;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  font-weight: 500;
  background-color: #161616;
  color: #F9F6F5;
  font-size: 16px;
}

body.loading-out {
  opacity: 0;
}

.u-border {
  border: .5px solid orange;
}

.u-border * {
  border: .5px solid orange;
}

h1 {
  font-size: 2.875em;
}

@media (max-width: 767px) {
  h1 {
    line-height: 150%;
  }
}

h2 {
  font-size: 2.25em;
}

h3 {
  font-size: 1.75em;
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.125em;
  }
}

h4 {
  font-size: 1.375em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
  letter-spacing: 0.25em;
}

span {
  font-size: 100%;
}

p, a, li, span {
  font-size: inherit;
}

a {
  -webkit-transition: all .5s;
  transition: all .5s;
}

b, strong {
  font-weight: bold;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.section-btn-block {
  text-align: center;
  margin-bottom: 120px;
}

@media (max-width: 575px) {
  .section-btn-block {
    margin-bottom: 50px;
  }
}

.index-btn {
  font-weight: 700;
  font-size: 1.125em;
  letter-spacing: .5px;
  color: #F9F6F5;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  min-width: 115px;
  text-align: center;
}

@media (max-width: 575px) {
  .index-btn {
    font-size: 0.8125em;
    min-width: 90px;
  }
}

.index-btn .icon-menu {
  margin-right: 10px;
}

.index-btn:hover {
  opacity: 1;
  color: #F9F6F5;
}

.index-btn:hover .btn-top::before {
  top: 5px;
  left: 10px;
}

.index-btn:hover .btn-top::after {
  top: 5px;
  right: 10px;
}

.index-btn:hover .btn-bottom::before {
  bottom: 5px;
  left: 10px;
}

.index-btn:hover .btn-bottom::after {
  bottom: 5px;
  right: 10px;
}

.index-btn .btn-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.index-btn .btn-top::before, .index-btn .btn-top::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.index-btn .btn-top::before {
  background: url("../images/nav-btn-top-left.png");
  background-size: contain;
  left: 0;
  top: 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .index-btn .btn-top::before {
    background: url("../images/nav-btn-top-left@2x.png");
    background-size: contain;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .index-btn .btn-top::before {
    background: url("../images/nav-btn-top-left@2x.png");
    background-size: contain;
  }
}

.index-btn .btn-top::after {
  background: url("../images/nav-btn-top-right.png");
  background-size: contain;
  right: 0;
  top: 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .index-btn .btn-top::after {
    background: url("../images/nav-btn-top-right@2x.png");
    background-size: contain;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .index-btn .btn-top::after {
    background: url("../images/nav-btn-top-right@2x.png");
    background-size: contain;
  }
}

.index-btn .btn-bottom {
  postition: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.index-btn .btn-bottom::before, .index-btn .btn-bottom::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.index-btn .btn-bottom::before {
  background: url("../images/nav-btn-bottom-left.png");
  background-size: contain;
  left: 0;
  bottom: 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .index-btn .btn-bottom::before {
    background: url("../images/nav-btn-bottom-left@2x.png");
    background-size: contain;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .index-btn .btn-bottom::before {
    background: url("../images/nav-btn-bottom-left@2x.png");
    background-size: contain;
  }
}

.index-btn .btn-bottom::after {
  background: url("../images/nav-btn-bottom-right.png");
  background-size: contain;
  right: 0;
  bottom: 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .index-btn .btn-bottom::after {
    background: url("../images/nav-btn-bottom-right@2x.png");
    background-size: contain;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .index-btn .btn-bottom::after {
    background: url("../images/nav-btn-bottom-right@2x.png");
    background-size: contain;
  }
}

.datepicker-panel {
  color: black;
}

.yt-vi {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.yt-vi img {
  width: 100%;
  opacity: .3;
}

.yt-btn {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 70px;
  border-color: transparent transparent transparent #F9F6F5;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.yt-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: calc(97vh - 222px);
}

.yt-container::before {
  content: "\A";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/movie-overlay.png) top center no-repeat;
  background-size: cover;
  z-index: 2;
}

@media (max-width: 1199px) {
  .yt-container {
    height: unset;
    padding-top: calc(100% / 16 * 9);
  }
}

@media (max-width: 575px) {
  .yt-container {
    padding-top: 100%;
  }
}

.yt-container iframe {
  width: 100%;
  height: 284%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: .3;
}

@media (max-width: 575px) {
  .yt-container iframe {
    width: 284%;
  }
}

.yt-container .video-target {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 40px;
  cursor: pointer;
}

.yt-container .video-target:hover .y-line:before {
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}

.yt-container .video-target:hover .y-line:after {
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
}

.yt-container .video-target:hover .x-line:before {
  -webkit-transform: translateX(-130%);
          transform: translateX(-130%);
}

.yt-container .video-target:hover .x-line:after {
  -webkit-transform: translateX(130%);
          transform: translateX(130%);
}

.yt-container .video-target .x-line, .yt-container .video-target .y-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.yt-container .video-target .y-line:before, .yt-container .video-target .y-line:after {
  content: '';
  width: 1px;
  height: 50px;
  background-color: #F9F6F5;
  display: block;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

@media (max-width: 575px) {
  .yt-container .video-target .y-line:before, .yt-container .video-target .y-line:after {
    height: 15px;
  }
}

.yt-container .video-target .y-line:before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.yt-container .video-target .y-line:after {
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.yt-container .video-target .x-line:before, .yt-container .video-target .x-line:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #F9F6F5;
  display: block;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

@media (max-width: 575px) {
  .yt-container .video-target .x-line:before, .yt-container .video-target .x-line:after {
    width: 15px;
  }
}

.yt-container .video-target .x-line:before {
  -webkit-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
}

.yt-container .video-target .x-line:after {
  -webkit-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
}

.yt-container iframe[data-state=playing] ~ .yt-vi, .yt-container iframe[data-state=playing] ~ .yt-btn {
  opacity: 0;
}

.yt-container iframe[data-state=paused] ~ .yt-vi, .yt-container iframe[data-state=paused] ~ .yt-btn {
  opacity: 0;
}

.yt-container iframe[data-state=ended] ~ .yt-vi, .yt-container iframe[data-state=ended] ~ .yt-btn {
  opacity: 1;
}

.comming-soon-block {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.comming-soon-block h1 {
  margin-bottom: 30px;
  -webkit-transform: scale(1, 0.85);
          transform: scale(1, 0.85);
  font-weight: bold;
}

.banner {
  width: 100%;
  padding: 1.5vw 0;
  position: relative;
}

@media (max-width: 991px) {
  .banner {
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .banner {
    padding: 16px 0;
  }
}

.go-infinite-title {
  font-weight: bold;
  font-size: 7.5em;
  font-family: Sequel100Wide-75,'Montserrat', "Microsoft JhengHei", "PingFang TC" ,"蘋果儷中黑",'sans-serif' , Arial;
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
  letter-spacing: 10px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .go-infinite-title {
    font-size: 2em;
    letter-spacing: 2px;
    line-height: 100%;
    padding-top: 8px;
  }
}

.navbar {
  width: 100%;
  padding: 35px 40px 0 40px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  mix-blend-mode: difference;
}

@media (max-width: 575px) {
  .navbar {
    padding: 17px 20px 0 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#161616), to(rgba(22, 22, 22, 0)));
    background: linear-gradient(180deg, #161616 0%, rgba(22, 22, 22, 0) 100%);
    mix-blend-mode: unset;
  }
}

.navbar .header-bg-block {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 13px;
  font-family: "Barlow Condensed";
}

@media (max-width: 991px) {
  .navbar .header-bg-block {
    display: none;
  }
}

.navbar .header-bg-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 254px;
  height: 35px;
  background: url("../images/scale.png") no-repeat;
  background-size: contain;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .navbar .header-bg-block:after {
    background: url("../images/scale@2x.png") no-repeat;
    background-size: contain;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .navbar .header-bg-block:after {
    background: url("../images/scale@2x.png") no-repeat;
    background-size: contain;
  }
}

@media (max-width: 991px) {
  .navbar .header-bg-block:after {
    width: 13%;
    height: unset;
    padding-top: calc(13% / 254 * 35);
  }
}

.navbar .header-bg-block .date {
  word-spacing: 10px;
  font-size: 1.125em;
  letter-spacing: 1px;
  font-weight: 500;
}

.navbar .header-bg-block .date:nth-of-type(1) {
  margin-right: 68px;
  position: relative;
}

.navbar .header-bg-block .date:nth-of-type(1):after {
  content: "";
  width: 6px;
  height: 2px;
  background-color: #F9F6F5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -34px;
}

@media (max-width: 575px) {
  .navbar .logo-brand {
    width: auto;
    height: 64px;
  }
}

@media (max-width: 575px) {
  .navbar .logo-brand img {
    width: auto;
    height: 50px;
    max-width: 100%;
  }
}

.navbar .navbar-link-group {
  margin-left: auto;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar .navbar-link-group li {
  position: relative;
}

.navbar .navbar-link-group li:not(:last-child) {
  margin-right: 20px;
}

.navbar-menu {
  width: 100%;
  height: 100vh;
  background-color: #161616;
  position: fixed;
  z-index: 100001;
  top: 0;
  left: 0;
  padding-left: 10.2vw;
  padding-top: 11vh;
  padding-bottom: 11vh;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: 'Noto Sans TC',Sequel100Wide-75,"BioRhyme Expanded" ,"Microsoft JhengHei", "PingFang TC" , "蘋果儷中黑",'sans-serif' , Arial;
}

@media (max-width: 1199px) {
  .navbar-menu {
    padding: 10vh;
  }
}

@media (max-width: 575px) {
  .navbar-menu {
    padding: 4vh 4vw;
  }
}

.navbar-menu--esa .menu-list li {
  padding: 5px 0;
}

.navbar-menu--esa .menu-list li .text {
  font-size: 3.5vw !important;
}

@media (max-width: 575px) {
  .navbar-menu--esa .menu-list li .text {
    font-size: 30px !important;
  }
  .navbar-menu--esa .menu-list li:nth-child(2) {
    width: 290px;
  }
}

.navbar-menu p {
  margin: 0;
}

.navbar-menu .cancel-btn {
  width: 60px;
  height: 60px;
  background-color: #F9F6F5;
  display: inline-block;
  border-radius: 50px;
  position: relative;
}

@media (max-width: 1549px) {
  .navbar-menu .cancel-btn {
    width: 40px;
    height: 40px;
  }
}

.navbar-menu .cancel-btn::before {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #161616;
  position: absolute;
  z-index: 1;
  left: 10%;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-menu .cancel-btn::after {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #161616;
  position: absolute;
  z-index: 1;
  left: 10%;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navbar-menu .menu-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1199px) {
  .navbar-menu .menu-list {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}

@media (max-width: 575px) {
  .navbar-menu .menu-list {
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 15px;
  }
}

.navbar-menu .menu-list li {
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.navbar-menu .menu-list li:nth-child(2) .text.fadeIn {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

.navbar-menu .menu-list li:nth-child(3) .text.fadeIn {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}

.navbar-menu .menu-list li:nth-child(4) .text.fadeIn {
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
}

@media (max-width: 575px) {
  .navbar-menu .menu-list li {
    margin-bottom: 5px;
  }
}

.navbar-menu .menu-list li:hover .menu-link {
  opacity: 1;
}

@media (min-width: 992px) {
  .navbar-menu .menu-list li:hover .menu-link .text {
    color: #F9F6F5;
  }
}

@media (min-width: 992px) {
  .navbar-menu .menu-list li:hover .menu-link-wrapper {
    display: block;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
    -webkit-animation: slideUp .7s;
            animation: slideUp .7s;
  }
}

.navbar-menu .menu-list li:nth-of-type(2), .navbar-menu .menu-list li:nth-of-type(3) {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 575px) {
  .navbar-menu .menu-list li:nth-of-type(2), .navbar-menu .menu-list li:nth-of-type(3) {
    height: auto;
  }
}

.navbar-menu .menu-list li:nth-last-child(1) {
  margin-bottom: 0;
}

.navbar-menu .menu-list li .text {
  display: inline-block;
  font-size: 5vw;
  letter-spacing: 2px;
  line-height: 120%;
  color: #161616;
  text-shadow: -1px -2px 0 #F9F6F5, 1px -1px 0px #F9F6F5, -1px 1px 0 #F9F6F5, 1px 1px 0 #F9F6F5;
  -webkit-transform: scale(1, 0.85);
          transform: scale(1, 0.85);
  font-family: Sequel100Wide-75,'Montserrat', "Microsoft JhengHei", "PingFang TC" ,"蘋果儷中黑",'sans-serif' , Arial;
  font-weight: 800;
}

@media (max-width: 1549px) {
  .navbar-menu .menu-list li .text {
    font-size: 4vw;
  }
}

@media (max-width: 1199px) {
  .navbar-menu .menu-list li .text {
    font-size: 6vw;
  }
}

@media (max-width: 767px) {
  .navbar-menu .menu-list li .text {
    text-shadow: -1px -1px 0 #F9F6F5, 1px -1px 0px #F9F6F5, -1px 1px 0 #F9F6F5, 1px 1px 0 #F9F6F5;
    font-size: 12vw;
    letter-spacing: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.navbar-menu .menu-list li .text.fadeIn {
  -webkit-animation: fadeInUpSmall 1s;
          animation: fadeInUpSmall 1s;
  display: inline-block;
}

@media (max-width: 991px) {
  .navbar-menu .menu-list li .text.fadeIn {
    -webkit-animation: fadeInUpSmallMobile 1s;
            animation: fadeInUpSmallMobile 1s;
  }
}

.navbar-menu .menu-list li span {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1em;
  display: inline-block;
  vertical-align: top;
  color: #F9F6F5;
  display: none;
}

@media (max-width: 575px) {
  .navbar-menu .menu-list li span {
    font-size: 0.75em;
  }
}

.navbar-menu .menu-list li span.fadeIn {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation: fadeInUp .7s;
          animation: fadeInUp .7s;
  display: inline-block;
}

@media (max-width: 575px) {
  .navbar-menu .menu-list li span.fadeIn {
    display: block;
    opacity: 0.6;
  }
}

.navbar-menu .menu-list .menu-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 -10px;
  display: none;
}

.navbar-menu .menu-list .menu-link-wrapper a {
  color: #F9F6F5;
  font-size: 1.5em;
  font-weight: 700;
  display: inline-block;
  padding: 0 10px;
}

.navbar-menu .menu-list .menu-link-wrapper a:hover {
  opacity: .7;
}

@media (max-width: 1549px) {
  .navbar-menu .menu-list .menu-link-wrapper a {
    font-size: 1.25em;
  }
}

@media (max-width: 575px) {
  .navbar-menu .menu-list .menu-link-wrapper a {
    font-size: 1em;
    padding: 10px 5px 5px 10px;
  }
}

.navbar-menu .share-wrapper-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1199px) {
  .navbar-menu .share-wrapper-list {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}

@media (max-width: 575px) {
  .navbar-menu .share-wrapper-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
  }
}

.navbar-menu .share-wrapper-list a {
  margin-right: 24px;
}

@media (max-width: 575px) {
  .navbar-menu .share-wrapper-list a {
    font-size: 0.75em;
    margin-right: 15px;
  }
}

.navbar-menu .share-wrapper-list a.fadeIn {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation: fadeInUp 1s;
          animation: fadeInUp 1s;
  display: inline-block;
}

.navbar-menu .share-wrapper-list a:nth-last-of-type(3) {
  margin-right: 40px;
}

@media (max-width: 575px) {
  .navbar-menu .share-wrapper-list a:nth-last-of-type(3) {
    margin-right: 15px;
  }
}

.navbar-menu .share-wrapper-list a:nth-last-of-type(1), .navbar-menu .share-wrapper-list a:nth-last-of-type(2) {
  color: #F9F6F5;
  opacity: .5;
  margin-right: 40px;
  position: relative;
}

@media (max-width: 575px) {
  .navbar-menu .share-wrapper-list a:nth-last-of-type(1), .navbar-menu .share-wrapper-list a:nth-last-of-type(2) {
    margin-right: 15px;
  }
}

.navbar-menu .share-wrapper-list a:nth-last-of-type(1):hover, .navbar-menu .share-wrapper-list a:nth-last-of-type(2):hover {
  color: #E7B66E;
}

.member-navbar {
  width: 1134px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: 500;
  letter-spacing: .5px;
  font-size: 1em;
  padding: 13px 0;
  position: relative;
}

@media (max-width: 1439px) {
  .member-navbar {
    width: 90%;
  }
}

.member-navbar:after {
  content: "";
  position: absolute;
  left: -50%;
  right: -50%;
  bottom: 0;
  height: 1px;
  background-color: #353535;
}

@media (max-width: 575px) {
  .member-navbar:after {
    left: 0%;
    right: 0%;
  }
}

.member-navbar a {
  color: rgba(249, 246, 245, 0.5);
}

.member-navbar a:hover {
  opacity: 0.7;
}

.member-navbar .m-link-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 -20px;
}

.member-navbar .m-link-list li {
  padding: 0 20px;
  border-left: 1px solid rgba(229, 229, 229, 0.5);
}

.member-navbar .m-link-list li:nth-of-type(1) {
  border-left: none;
}

.member-navbar .log-btn {
  margin-left: auto;
  color: #F9F6F5;
}

*:focus {
  outline: none;
}

a {
  color: #E7B66E;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  a:hover {
    opacity: .7;
    text-decoration: none;
  }
}

button:focus {
  outline: none;
}

/* 隱藏上下箭頭 */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 隱藏上下箭頭(Firefox) */
textarea {
  resize: none;
}

.modal .modal-content {
  background-color: #353535;
}

@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 736px;
  }
}

.modal .modal-body {
  padding: 90px 11vh;
  color: #F9F6F5;
}

@media (max-width: 767px) {
  .modal .modal-body {
    padding: 50px 5vh;
  }
}

.modal .modal-body h3 {
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 2.25em;
  font-weight: 700;
}

.modal .modal-body p {
  letter-spacing: .5px;
  font-weight: 500;
  text-align: center;
}

.modal.save-modal .modal-body p {
  text-align: center;
  font-size: 1.25em;
}

.modal .form-btn {
  width: 47%;
}

.page-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin: 0 -15px;
}

.page-btn-list--works {
  margin-top: 60px;
  margin-bottom: 60px;
}

.page-btn-list li {
  padding: 0 15px;
  position: relative;
}

@media (max-width: 575px) {
  .page-btn-list li {
    padding: 0 10px;
  }
}

.page-btn-list li.active::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -8px;
  width: 20px;
  height: 2px;
  background-color: #E7B66E;
}

.page-btn-list li:nth-of-type(2), .page-btn-list li:nth-last-of-type(2) {
  padding: 0 23px;
}

@media (max-width: 575px) {
  .page-btn-list li:nth-of-type(2), .page-btn-list li:nth-last-of-type(2) {
    padding: 0 15px;
  }
}

.page-btn-list li:nth-of-type(2) {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.page-btn-list a {
  color: #F9F6F5;
  font-weight: 700;
  font-size: 1em;
}

.now-badge-list {
  margin-top: 50px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 50px -35px 0 -35px;
}

@media (max-width: 575px) {
  .now-badge-list {
    margin: 25px -15px 0 -15px;
  }
}

[data-page="index-page"] .more-btn {
  color: #F9F6F5;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: .5px;
}

@media (max-width: 991px) {
  [data-page="index-page"] .more-btn {
    font-size: 0.875em;
  }
}

[data-page="index-page"] .icon-play3 {
  margin-left: 10px;
}

[data-page="select-index"] .loading-block {
  height: 100vh;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  positoin: relaitve;
}

[data-page="select-index"] .select-index-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

@media (max-width: 1199px) {
  [data-page="select-index"] .select-index-container {
    width: 100%;
  }
}

[data-page="select-index"] .loading-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 1px;
  background-color: rgba(249, 246, 245, 0.5);
  height: 0px;
  overflow: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: height 2s ease;
  transition: height 2s ease;
}

[data-page="select-index"] .loading-line.start {
  height: 400px;
}

[data-page="select-index"] .logo-block {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  display: none;
  text-align: center;
}

[data-page="select-index"] .logo-block.fadeIn {
  -webkit-animation-name: slideUp25;
          animation-name: slideUp25;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  display: inline-block;
}

[data-page="select-index"] .logo-block:nth-of-type(1) a {
  width: 227px;
  margin-right: 200px;
}

@media (max-width: 1439px) {
  [data-page="select-index"] .logo-block:nth-of-type(1) a {
    width: 100%;
    margin-right: 3vw;
  }
}

@media (max-width: 575px) {
  [data-page="select-index"] .logo-block:nth-of-type(1) a {
    margin-right: 0;
    width: 30vw;
  }
}

[data-page="select-index"] .logo-block:nth-of-type(2) a {
  width: 227px;
  margin-left: 200px;
}

@media (max-width: 1439px) {
  [data-page="select-index"] .logo-block:nth-of-type(2) a {
    width: 100%;
    margin-left: 3vw;
  }
}

@media (max-width: 575px) {
  [data-page="select-index"] .logo-block:nth-of-type(2) a {
    margin-left: 0;
    width: 30vw;
  }
}

[data-page="select-index"] .logo-block a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

[data-page="select-index"] .logo-block a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

[data-page="select-index"] .logo-block img {
  max-width: 100%;
}

.swiper-container .bg-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
}

.index-video-iframe-block {
  width: 100%;
}

.index-swiper {
  margin-bottom: 85px;
  position: relative;
}

@media (max-width: 1199px) {
  .index-swiper {
    margin-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .index-swiper {
    margin-bottom: 40px;
  }
}

.index-swiper p {
  margin: 0;
}

.index-swiper .swiper-slide img {
  width: 100%;
  height: 450px;
  margin-bottom: 10px;
}

.index-swiper .swiper-text {
  font-weight: 700;
  letter-spacing: .5px;
  padding-top: 10px;
  font-size: 1.125em;
}

@media (max-width: 575px) {
  .index-swiper .swiper-text {
    text-align: center;
    font-size: 1em;
  }
}

.index-swiper .bg-img {
  padding-top: calc(100% / 800 * 450);
}

.swiper-pagination--index, .swiper-pagination--news {
  margin-top: 20px;
  bottom: 0;
}

.swiper-pagination--index.swiper-pagination-custom, .swiper-pagination--news.swiper-pagination-custom {
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 1.125em;
  position: relative;
  font-family: "Barlow Condensed";
}

.swiper-pagination--index.swiper-pagination-custom span, .swiper-pagination--news.swiper-pagination-custom span {
  position: relative;
}

@media (max-width: 575px) {
  .swiper-pagination--index.swiper-pagination-custom span, .swiper-pagination--news.swiper-pagination-custom span {
    padding-left: 20px;
  }
}

.swiper-pagination--index.swiper-pagination-custom span::before, .swiper-pagination--news.swiper-pagination-custom span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #F5374B;
  left: -20px;
  top: 59%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
}

@media (max-width: 575px) {
  .swiper-pagination--index.swiper-pagination-custom span::before, .swiper-pagination--news.swiper-pagination-custom span::before {
    left: 0;
  }
}

.swiper-pagination--news {
  text-align: center;
  margin-bottom: 125px;
}

@media (max-width: 1199px) {
  .swiper-pagination--news {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.swiper-block {
  position: relative;
}

.swiper-block.news-block .swiper-btn-container {
  top: 37%;
}

@media (max-width: 575px) {
  .swiper-block.news-block .swiper-btn-container {
    width: 85%;
    top: unset;
    bottom: 80px;
  }
}

.swiper-block.news-block .section-btn-block {
  margin-bottom: 120px;
}

@media (max-width: 1199px) {
  .swiper-block.news-block .section-btn-block {
    margin-bottom: 45px;
  }
}

.swiper-btn-container {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .swiper-btn-container {
    top: unset;
    bottom: 21px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.swiper-btn-prev--index, .swiper-btn-next--index, .swiper-btn-prev--news, .swiper-btn-next--news {
  width: 28px;
  height: 17px;
  top: 0;
  position: absolute;
  z-index: 1;
}

@media (min-width: 992px) {
  .swiper-btn-prev--index:hover, .swiper-btn-next--index:hover, .swiper-btn-prev--news:hover, .swiper-btn-next--news:hover {
    opacity: .7;
  }
}

.swiper-btn-prev--index {
  left: 25%;
  background: url("../images/icon/video-prev.png") no-repeat;
  background-size: contain;
}

@media (max-width: 1199px) {
  .swiper-btn-prev--index {
    left: 13%;
  }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .swiper-btn-prev--index {
    background: url("../images/icon/video-prev@2x.png") no-repeat;
    background-size: contain;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .swiper-btn-prev--index {
    background: url("../images/icon/video-prev@2x.png") no-repeat;
    background-size: contain;
  }
}

.swiper-btn-next--index {
  background: url("../images/icon/video-next.png") no-repeat;
  background-size: contain;
  right: 25%;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .swiper-btn-next--index {
    background: url("../images/icon/video-next@2x.png") no-repeat;
    background-size: contain;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .swiper-btn-next--index {
    background: url("../images/icon/video-next@2x.png") no-repeat;
    background-size: contain;
  }
}

@media (max-width: 1199px) {
  .swiper-btn-next--index {
    right: 13%;
  }
}

.swiper-btn-prev--news {
  left: 4%;
  background: url("../images/icon/video-prev.png") no-repeat;
  background-size: contain;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .swiper-btn-prev--news {
    background: url("../images/icon/video-prev@2x.png") no-repeat;
    background-size: contain;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .swiper-btn-prev--news {
    background: url("../images/icon/video-prev@2x.png") no-repeat;
    background-size: contain;
  }
}

.swiper-btn-prev--news.swiper-button-disabled {
  opacity: .7;
}

@media (max-width: 991px) {
  .swiper-btn-prev--news {
    left: 2%;
  }
}

@media (max-width: 575px) {
  .swiper-btn-prev--news {
    left: 0;
  }
}

.swiper-btn-next--news {
  background: url("../images/icon/video-next.png") no-repeat;
  background-size: contain;
  right: 11%;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .swiper-btn-next--news {
    background: url("../images/icon/video-next@2x.png") no-repeat;
    background-size: contain;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .swiper-btn-next--news {
    background: url("../images/icon/video-next@2x.png") no-repeat;
    background-size: contain;
  }
}

.swiper-btn-next--news.swiper-button-disabled {
  opacity: .7;
}

@media (max-width: 991px) {
  .swiper-btn-next--news {
    right: 2%;
  }
}

@media (max-width: 575px) {
  .swiper-btn-next--news {
    right: 0;
  }
}

.swiper-pagination--index {
  width: 100%;
  text-align: center;
}

@media (max-width: 575px) {
  .news-swiper {
    width: 85%;
  }
}

@media (max-width: 575px) {
  .news-swiper .swiper-wrapper {
    margin-bottom: 0px;
  }
}

.news-swiper .news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 991px) {
  .news-swiper .news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 575px) {
  .news-swiper .news-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news-swiper .img-block {
  margin-right: 50px;
  overflow: hidden;
  max-width: 46.99%;
  -ms-flex-preferred-size: 46.99%;
      flex-basis: 46.99%;
}

@media (max-width: 991px) {
  .news-swiper .img-block {
    margin-right: 25px;
  }
}

@media (max-width: 575px) {
  .news-swiper .img-block {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
}

.news-swiper .bg-img {
  padding-top: calc(100% / 750 * 500);
}

.news-swiper .news-content {
  max-width: 29%;
  -ms-flex-preferred-size: 29%;
      flex-basis: 29%;
}

@media (max-width: 575px) {
  .news-swiper .news-content {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 20px 20px 20px 0px;
  }
}

.news-swiper .news-content .card-badge {
  font-weight: 900;
  font-size: 1.5em;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: inline-block;
}

@media (max-width: 1199px) {
  .news-swiper .news-content .card-badge {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .news-swiper .news-content .card-badge {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .news-swiper .news-content .card-badge {
    font-size: 1em;
  }
}

.news-swiper .news-content .title {
  font-size: 2.75em;
  letter-spacing: 1px;
  font-weight: 900;
  margin-bottom: 10px;
  -webkit-transform: scale(1.1, 0.85) translateX(4%);
          transform: scale(1.1, 0.85) translateX(4%);
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}

@media (max-width: 1199px) {
  .news-swiper .news-content .title {
    font-size: 1.875em;
  }
}

@media (max-width: 991px) {
  .news-swiper .news-content .title {
    margin-bottom: 10px;
    font-size: 1.625em;
  }
}

.marquee-swiper {
  pointer-events: none;
}

.marquee-swiper .swiper-slide {
  width: auto;
}

.marquee-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.video-intro-block {
  margin-bottom: 120px;
}

@media (max-width: 575px) {
  .video-intro-block {
    margin-bottom: 60px;
  }
}

.video-intro-block .section-btn-block {
  text-align: left;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .video-intro-block .section-btn-block {
    text-align: center;
  }
}

.video-intro-wrapper, .section-btn-block {
  width: 83%;
  margin: 0 auto 50px auto;
}

@media (max-width: 575px) {
  .video-intro-wrapper, .section-btn-block {
    width: 85%;
  }
}

.video-intro-wrapper p {
  margin: 0;
}

.video-intro-wrapper .intro-title {
  line-height: 65px;
  display: inline-block;
  font-size: 1.5em;
}

@media (max-width: 1439px) {
  .video-intro-wrapper .intro-title {
    line-height: 1.2;
  }
}

@media (max-width: 575px) {
  .video-intro-wrapper .intro-title {
    line-height: 120%;
  }
}

.video-intro-wrapper a {
  color: #F9F6F5;
}

@media (min-width: 1200px) {
  .video-intro-wrapper a:hover {
    opacity: 1;
    color: rgba(249, 246, 245, 0.7);
    cursor: pointer;
  }
}

.video-intro-wrapper .v-item {
  padding: 25px 0 10px;
  border-bottom: 1px solid #F9F6F5;
  letter-spacing: 7px;
  font-weight: 900;
  font-size: 3.25em;
}

@media (max-width: 991px) {
  .video-intro-wrapper .v-item {
    font-size: 3em;
    padding: 20px 0;
  }
}

@media (max-width: 575px) {
  .video-intro-wrapper .v-item {
    font-size: 1.5em;
    letter-spacing: 1px;
  }
}

.video-intro-wrapper .v-item .intro-title {
  -webkit-transform: scale(1, 0.85) translate(0);
          transform: scale(1, 0.85) translate(0);
}

@media (max-width: 1199px) {
  .video-intro-wrapper .v-item .intro-title {
    position: relative;
  }
}

.video-intro-wrapper .v-item .intro-link {
  display: inline-block;
}

.video-intro-wrapper .img-block img {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
}

.person-list-block {
  margin-bottom: 120px;
}

@media (max-width: 575px) {
  .person-list-block {
    margin-bottom: 60px;
  }
}

.person-list-block a {
  display: block;
}

@media (max-width: 575px) {
  .person-list-block .row .col-md-6:nth-of-type(1) {
    margin-bottom: 30px;
  }
}

.person-list-bg {
  width: 100%;
  padding-top: calc(100% / 960 * 440);
  position: relative;
  background-size: cover;
  background-position: center center;
}

.person-list-bg .list-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.person-list-bg .title {
  font-weight: 900;
  font-size: 3em;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transform: scale(1.1, 0.85);
          transform: scale(1.1, 0.85);
  color: #F9F6F5;
}

@media (max-width: 575px) {
  .person-list-bg .title {
    font-size: 2em;
  }
}

.person-list-bg .more-badge {
  color: #F9F6F5;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: .5px;
  margin: 0;
}

@media (max-width: 991px) {
  .person-list-bg .more-badge {
    font-size: 0.875em;
  }
}

.index-link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.index-link-block .video-intro-wrapper {
  width: 1560px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 1549px) {
  .index-link-block .video-intro-wrapper {
    width: 90%;
  }
}

@media (max-width: 575px) {
  .index-link-block .video-intro-wrapper {
    width: 85%;
  }
}

.index-link-block .video-intro-wrapper .v-item {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0px 15px;
  border-bottom: unset;
  font-size: 1.5em;
}

@media (max-width: 991px) {
  .index-link-block .video-intro-wrapper .v-item {
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
  }
}

@media (max-width: 575px) {
  .index-link-block .video-intro-wrapper .v-item {
    font-size: 1em;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    line-height: 100% !important;
    padding: 0;
  }
}

.index-link-block .video-intro-wrapper .v-item:nth-of-type(1), .index-link-block .video-intro-wrapper .v-item:nth-of-type(2), .index-link-block .video-intro-wrapper .v-item:nth-of-type(3) {
  max-width: 33.3333%;
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
}

@media (max-width: 575px) {
  .index-link-block .video-intro-wrapper .v-item:nth-of-type(1), .index-link-block .video-intro-wrapper .v-item:nth-of-type(2), .index-link-block .video-intro-wrapper .v-item:nth-of-type(3) {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.index-link-block .video-intro-wrapper .v-item a {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #F9F6F5;
  padding-bottom: 45px;
}

@media (max-width: 575px) {
  .index-link-block .video-intro-wrapper .v-item a {
    padding: 15px 0;
  }
}

.index-link-block .video-intro-wrapper .v-item a:hover {
  cursor: unset;
}

.index-link-block .video-intro-wrapper .v-item .intro-title {
  color: #F9F6F5;
  font-weight: 800;
  letter-spacing: 1px;
}

.index-link-block .video-intro-wrapper .v-item .intro-title:hover {
  cursor: pointer;
  color: rgba(249, 246, 245, 0.7);
}

.index-link-block .video-intro-wrapper .img-block img {
  border-radius: unset;
  top: unset;
  left: unset;
}

.index-link-block .video-intro-wrapper .review-swiper-container {
  position: absolute;
  z-index: 10000;
  opacity: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(-35%, -70%);
          transform: translate(-35%, -70%);
  border-radius: 100%;
  overflow: hidden;
}

.index-link-list {
  width: 1530px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 1549px) {
  .index-link-list {
    width: 90%;
  }
}

.index-link-list .link-item {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0px 15px;
}

@media (max-width: 991px) {
  .index-link-list .link-item {
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
  }
}

@media (max-width: 575px) {
  .index-link-list .link-item {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.index-link-list .link-item:nth-of-type(1), .index-link-list .link-item:nth-of-type(2), .index-link-list .link-item:nth-of-type(3) {
  max-width: 33.3333%;
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
}

@media (max-width: 575px) {
  .index-link-list .link-item:nth-of-type(1), .index-link-list .link-item:nth-of-type(2), .index-link-list .link-item:nth-of-type(3) {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.index-link-list .link-item a {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 135px;
  border-top: 1px solid #F9F6F5;
  padding-bottom: 45px;
}

.index-link-list .link-item a:hover {
  opacity: 1;
}

.index-link-list .link-item a:hover .text {
  color: rgba(249, 246, 245, 0.7);
}

.index-link-list .link-item .text {
  color: #F9F6F5;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 2.125em;
}

@media (max-width: 991px) {
  .index-link-list .link-item .text {
    font-size: 1.5em;
  }
}

[data-page="rule-page"] {
  padding-top: 139px;
  background-color: #161616;
  color: #F9F6F5;
  font-family: 'Noto Sans TC', "Microsoft JhengHei", "PingFang TC" ,"蘋果儷中黑",'sans-serif' , Arial;
}

@media (max-width: 767px) {
  [data-page="rule-page"] {
    padding-top: 70px;
  }
}

[data-page="rule-page"] .notice-content-header {
  border-bottom: 1px solid rgba(249, 246, 245, 0.5);
}

[data-page="rule-page"] .notice-content-header .date {
  font-size: 0.875em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  display: inline-block;
}

[data-page="rule-page"] .notice-content-header .title {
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.25em;
  line-height: 48px;
  text-align: center;
}

@media (max-width: 575px) {
  [data-page="rule-page"] .notice-content-header .title {
    font-size: 1.75em;
    line-height: 42px;
  }
}

[data-page="rule-page"] .now-badge-list {
  font-size: 0.75em;
  font-weight: 400;
  margin: 0 -15px 30px -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-page="rule-page"] .now-badge-list li {
  position: relative;
  padding: 0 15px;
}

@media (max-width: 575px) {
  [data-page="rule-page"] .now-badge-list li {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

[data-page="rule-page"] .now-badge-list li .icon-cheveron-right {
  position: absolute;
  top: 50%;
  left: -6px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 16px;
}

[data-page="rule-page"] .now-badge-list li:nth-of-type(1)::before {
  display: none;
}

[data-page="rule-page"] .now-badge-list a {
  color: #F9F6F5;
}

[data-page="rule-page"] .notice-content-body, [data-page="rule-page"] .nsdi-article-system {
  margin: 0 auto;
  padding: 50px 0 0px 0;
  letter-spacing: 1px;
}

@media (max-width: 575px) {
  [data-page="rule-page"] .notice-content-body, [data-page="rule-page"] .nsdi-article-system {
    padding: 25px 0 0 0;
  }
}

@media (max-width: 991px) {
  [data-page="rule-page"] .notice-content-body, [data-page="rule-page"] .nsdi-article-system {
    width: 90%;
  }
}

@media (max-width: 767px) {
  [data-page="rule-page"] .notice-content-body, [data-page="rule-page"] .nsdi-article-system {
    width: 100%;
  }
}

[data-page="rule-page"] .notice-content-body p, [data-page="rule-page"] .nsdi-article-system p {
  line-height: 32px;
  margin-bottom: 50px;
  margin-top: 0;
  text-align: justify;
  font-size: 1em;
}

[data-page="rule-page"] .notice-content-body h2, [data-page="rule-page"] .nsdi-article-system h2 {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1.86667px;
}

[data-page="rule-page"] #T5 {
  width: 67.5%;
}

@media (max-width: 991px) {
  [data-page="rule-page"] #T5 {
    width: 100%;
  }
}

[data-page="rule-page"] .nsdi-article-system {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  [data-page="rule-page"] .nsdi-article-system {
    margin-bottom: 30px;
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  [data-page="rule-page"] .nas-image-wrapper {
    margin-bottom: 15px;
  }
}

[data-page="rule-page"] .nas-image-wrapper:nth-last-of-type(1) {
  margin-bottom: 0px;
}

[data-page="rule-page"] .nas-image-wrapper img {
  max-width: 100%;
  height: auto;
}

[data-page="rule-page"] .nas-article-wrapper {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  line-height: 32px;
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 1px;
  text-align: justify;
}

@media (max-width: 575px) {
  [data-page="rule-page"] .nas-article-wrapper {
    margin-bottom: 15px;
  }
}

[data-page="rule-page"] .nas-article {
  padding: 0 15px;
}

@media (max-width: 991px) {
  [data-page="rule-page"] .nas-article {
    padding: 0;
  }
}

.share-block {
  padding-top: 50px;
  margin-bottom: 120px;
  border-top: 1px solid rgba(249, 246, 245, 0.5);
}

@media (max-width: 575px) {
  .share-block {
    margin-bottom: 70px;
  }
}

.share-block h6 {
  font-weight: 700;
  font-size: 0.875em;
  text-align: center;
  letter-spacing: .7px;
  margin-bottom: 30px;
}

.share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin: 0 -25px;
}

@media (max-width: 575px) {
  .share-list {
    margin: 0 -15px;
  }
}

.share-list li {
  padding: 0 25px;
}

@media (max-width: 575px) {
  .share-list li {
    padding: 0 15px;
  }
}

.share-list a {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 72px;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 48px;
}

.share-list img {
  max-width: 100%;
}

[data-page="form-page"] {
  background-color: #161616;
  color: #F9F6F5;
}

[data-page="form-page"] .form-block {
  width: 100%;
  min-height: 100vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Noto Sans TC', "Microsoft JhengHei", "PingFang TC" ,"蘋果儷中黑",'sans-serif' , Arial;
  font-weight: 500;
  font-size: 16px;
  padding: 18vh 0 11.6vh 0;
  overflow: hidden;
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-block {
    padding: 12vh 0 8vh 0;
  }
}

[data-page="form-page"] .form-block.login-block {
  padding: 0;
}

[data-page="form-page"] .form-block.login-block .btn-wrapper {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

[data-page="form-page"] .form-block.login-block .btn-wrapper .check-form-group {
  margin-bottom: 0;
}

[data-page="form-page"] .form-block.login-block a {
  margin-top: 0;
  margin-left: auto;
}

[data-page="form-page"] .form-block.member-block {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 130px;
}

@media (max-width: 991px) {
  [data-page="form-page"] .form-block.member-block {
    padding-top: 65px;
  }
}

[data-page="form-page"] .form-block.bg-img::after {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/bg.jpg");
  background-size: auto auto;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  [data-page="form-page"] .form-block.bg-img::after {
    background: url("../images/bg@2x.jpg");
    background-size: auto auto;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [data-page="form-page"] .form-block.bg-img::after {
    background: url("../images/bg@2x.jpg");
    background-size: auto auto;
  }
}

[data-page="form-page"] .now-badge-list li {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 35px;
  position: relative;
  text-align: center;
}

@media (max-width: 575px) {
  [data-page="form-page"] .now-badge-list li {
    padding: 0 15px;
  }
}

[data-page="form-page"] .now-badge-list li:nth-last-of-type(1) {
  padding: 0 35px 0 8px;
}

@media (max-width: 575px) {
  [data-page="form-page"] .now-badge-list li:nth-last-of-type(1) {
    padding: 0 15px 0 0px;
  }
}

[data-page="form-page"] .now-badge-list li:nth-last-of-type(1) .now-badge::before {
  display: none;
}

@media (max-width: 575px) {
  [data-page="form-page"] .now-badge-list li:nth-of-type(3) .now-badge::before {
    right: -40px;
  }
}

[data-page="form-page"] .now-badge-list li.active .now-badge {
  background-color: #E7B66E;
}

[data-page="form-page"] .now-badge-list li.active span {
  opacity: 1;
}

[data-page="form-page"] .now-badge-list .now-badge {
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(249, 246, 245, 0.25);
  color: #353535;
  border-radius: 50%;
  font-size: 1em;
  display: inline-block;
  position: relative;
}

[data-page="form-page"] .now-badge-list .now-badge::before {
  content: "";
  position: absolute;
  right: -55px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../images/icon/step-arrow-v2.png") no-repeat;
  background-size: contain;
  width: 40px;
  height: 10px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  [data-page="form-page"] .now-badge-list .now-badge::before {
    background: url("../images/icon/step-arrow-v2@2x.png") no-repeat;
    background-size: contain;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [data-page="form-page"] .now-badge-list .now-badge::before {
    background: url("../images/icon/step-arrow-v2@2x.png") no-repeat;
    background-size: contain;
  }
}

@media (max-width: 575px) {
  [data-page="form-page"] .now-badge-list .now-badge::before {
    display: none;
    right: -35px;
    -webkit-transform: translate(0, -50%) scale(0.5);
            transform: translate(0, -50%) scale(0.5);
  }
}

[data-page="form-page"] .now-badge-list span {
  display: block;
  margin-top: 8px;
  font-size: 0.8125em;
  letter-spacing: 0.5px;
  color: #F9F6F5;
  opacity: .5;
}

@media (max-width: 575px) {
  [data-page="form-page"] .now-badge-list span {
    font-size: 0.8125em;
  }
}

[data-page="form-page"] .member-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 50px;
  position: relative;
}

@media (max-width: 575px) {
  [data-page="form-page"] .member-link-list {
    overflow: scroll;
    margin-bottom: -15px;
    padding: 0 0px 25px 0px;
    width: 90%;
  }
}

[data-page="form-page"] .member-link-list li {
  margin-right: 54px;
  padding-bottom: 10px;
}

@media (max-width: 575px) {
  [data-page="form-page"] .member-link-list li {
    padding-right: 0px;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    opacity: .6;
  }
}

[data-page="form-page"] .member-link-list li:nth-last-of-type(1) {
  padding-right: 20px;
}

[data-page="form-page"] .member-link-list li.active {
  border-bottom: 2px solid #E7B66E;
}

@media (max-width: 575px) {
  [data-page="form-page"] .member-link-list li.active {
    opacity: 1;
  }
}

[data-page="form-page"] .member-link-list a {
  color: #F9F6F5;
  letter-spacing: .5px;
}

[data-page="form-page"] .member-link-list .icon {
  font-size: 1.25em;
  margin-right: 8px;
}

[data-page="form-page"] .form-header {
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-header {
    margin-bottom: 25px;
  }
}

[data-page="form-page"] .form-title {
  font-size: 3em;
  font-weight: 800;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 4px;
  -webkit-transform: scale(1, 0.85);
          transform: scale(1, 0.85);
}

[data-page="form-page"] .form-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

[data-page="form-page"] .form-header-wrapper:nth-of-type(2) {
  margin-left: auto;
}

@media (max-width: 991px) {
  [data-page="form-page"] .form-header-wrapper:nth-of-type(2) {
    margin-top: 25px;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-header-wrapper:nth-of-type(2) {
    width: 100%;
    margin: 25px auto 0 auto;
  }
}

[data-page="form-page"] .form-header-wrapper .form-btn {
  margin-top: 0;
}

[data-page="form-page"] .form-header-wrapper .notice-text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #F9F6F5;
  margin-top: auto;
}

[data-page="form-page"] .form-header-wrapper .notice-text span {
  font-size: 0.8125em;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .5px;
  max-width: 240px;
}

[data-page="form-page"] .form-header-wrapper .icon-notification {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

[data-page="form-page"] .form-header-wrapper .mobile-scroll-btn {
  position: absolute;
  right: -2px;
  bottom: 17px;
  color: #F9F6F5;
  font-size: 1.25em;
  display: none;
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-header-wrapper .mobile-scroll-btn {
    display: inline-block;
  }
}

[data-page="form-page"] .member-container {
  width: 1134px;
}

@media (max-width: 1199px) {
  [data-page="form-page"] .member-container {
    width: 90%;
  }
}

[data-page="form-page"] .member-container .form-header {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-page="form-page"] .member-container .form-header::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200%;
  height: 1px;
  background-color: #353535;
}

@media (max-width: 575px) {
  [data-page="form-page"] .member-container .form-header::after {
    display: none;
  }
}

[data-page="form-page"] .member-container .form-header .form-title {
  text-align: left;
}

[data-page="form-page"] .member-container .form-body {
  width: 100%;
  padding: 100px 317px;
}

@media (max-width: 1199px) {
  [data-page="form-page"] .member-container .form-body {
    padding: 100px 10vw;
  }
}

@media (max-width: 575px) {
  [data-page="form-page"] .member-container .form-body {
    padding: 50px 10vw;
  }
}

[data-page="form-page"] .member-container .form-body form {
  width: 100%;
}

[data-page="form-page"] .member-container .form-btn-block.h-block {
  margin-top: 0;
  min-height: 40vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

[data-page="form-page"] .member-container .join-data-card-wrapper {
  margin-bottom: 100px;
}

@media (max-width: 575px) {
  [data-page="form-page"] .member-container .join-data-card-wrapper {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  [data-page="form-page"] .member-container .join-data-card-wrapper.style-2 .join-data:nth-last-child(3) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

@media (max-width: 575px) {
  [data-page="form-page"] .member-container .join-data-card-wrapper.style-2 .join-data:nth-last-child(3) {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

[data-page="form-page"] .member-container .join-data-card-wrapper.style-2 .join-data:nth-last-child(2) {
  max-width: 24%;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  padding: 0 1vw;
}

@media (max-width: 991px) {
  [data-page="form-page"] .member-container .join-data-card-wrapper.style-2 .join-data:nth-last-child(2) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

@media (max-width: 575px) {
  [data-page="form-page"] .member-container .join-data-card-wrapper.style-2 .join-data:nth-last-child(2) {
    padding: 0 4vw 0 4vw;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 991px) {
  [data-page="form-page"] .member-container .join-data-card-wrapper.style-2 .join-data:nth-last-child(1) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 221px;
    -ms-flex-preferred-size: 221px;
        flex-basis: 221px;
  }
}

@media (max-width: 575px) {
  [data-page="form-page"] .member-container .join-data-card-wrapper.style-2 .join-data:nth-last-child(1) {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    max-width: 24%;
    margin: 0;
  }
}

[data-page="form-page"] .member-container .join-data-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 15px 30px;
  background-color: #353535;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 575px) {
  [data-page="form-page"] .member-container .join-data-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 35px 30px;
  }
}

[data-page="form-page"] .member-container .join-data-card:nth-last-of-type(1) {
  margin-bottom: 0;
}

[data-page="form-page"] .member-container .join-data-card a {
  display: inline-block;
  margin-top: 0;
  color: #F9F6F5;
  font-size: 1.125em;
}

[data-page="form-page"] .member-container .join-data-card a:hover {
  opacity: .7;
}

[data-page="form-page"] .member-container .join-data-card .label {
  font-size: 0.8125em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  display: block;
  letter-spacing: .5px;
}

[data-page="form-page"] .member-container .join-data-card .data {
  font-size: 1.125em;
  color: #F9F6F5;
  margin-bottom: 0;
  margin-top: 0;
}

[data-page="form-page"] .member-container .join-data-card .mobile-scroll-btn {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #F9F6F5;
  font-size: 1.25em;
  display: none;
}

@media (max-width: 991px) {
  [data-page="form-page"] .member-container .join-data-card .mobile-scroll-btn {
    display: block;
  }
}

[data-page="form-page"] .member-container .join-slide-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

@media (max-width: 991px) {
  [data-page="form-page"] .member-container .join-slide-x {
    overflow-x: scroll;
    margin-bottom: -15px;
    padding-bottom: 15px;
  }
}

[data-page="form-page"] .member-container .join-data {
  letter-spacing: .5px;
  max-width: 22%;
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  padding: 0 1vw;
}

@media (max-width: 1199px) {
  [data-page="form-page"] .member-container .join-data {
    max-width: 15%;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
}

@media (max-width: 991px) {
  [data-page="form-page"] .member-container .join-data {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 137px;
    -ms-flex-preferred-size: 137px;
        flex-basis: 137px;
  }
}

@media (max-width: 575px) {
  [data-page="form-page"] .member-container .join-data {
    padding: 0 4vw 0 4vw;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

[data-page="form-page"] .member-container .join-data:nth-of-type(1) {
  max-width: 80px;
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  padding: 0 30px 0 0;
  text-align: center;
}

@media (max-width: 575px) {
  [data-page="form-page"] .member-container .join-data:nth-of-type(1) {
    padding: 0 15px 0 0;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: left;
    padding: 0 0 0 4vw;
  }
}

[data-page="form-page"] .member-container .join-data:nth-of-type(2) {
  max-width: 42%;
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
}

@media (max-width: 991px) {
  [data-page="form-page"] .member-container .join-data:nth-of-type(2) {
    max-width: 201px;
    -ms-flex-preferred-size: 421px;
        flex-basis: 421px;
  }
}

@media (max-width: 575px) {
  [data-page="form-page"] .member-container .join-data:nth-of-type(2) {
    max-width: 90%;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 991px) {
  [data-page="form-page"] .member-container .join-data:nth-of-type(3) {
    max-width: 71px;
    -ms-flex-preferred-size: 71px;
        flex-basis: 71px;
  }
}

@media (max-width: 575px) {
  [data-page="form-page"] .member-container .join-data:nth-of-type(3) {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

[data-page="form-page"] .member-container .join-data:nth-last-of-type(1) {
  -ms-flex-preferred-size: 81px;
      flex-basis: 81px;
  max-width: 81px;
  padding-left: 30px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1199px) {
  [data-page="form-page"] .member-container .join-data:nth-last-of-type(1) {
    padding-left: 1vw;
  }
}

@media (max-width: 575px) {
  [data-page="form-page"] .member-container .join-data:nth-last-of-type(1) {
    margin-top: 20px;
  }
}

[data-page="form-page"] .member-container .join-data:nth-last-of-type(1) a:hover {
  opacity: 1;
  color: #e85744;
}

[data-page="form-page"] .member-container .join-data:nth-last-of-type(2) {
  max-width: 10%;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  padding-right: 0;
}

@media (max-width: 991px) {
  [data-page="form-page"] .member-container .join-data:nth-last-of-type(2) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 15%;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
}

@media (max-width: 575px) {
  [data-page="form-page"] .member-container .join-data:nth-last-of-type(2) {
    margin-bottom: 0;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media (max-width: 575px) {
  [data-page="form-page"] .member-container .join-data:nth-last-of-type(3) {
    margin-bottom: 0;
  }
}

[data-page="form-page"] .member-container .join-data .icon-pencil, [data-page="form-page"] .member-container .join-data .icon-lock-closed {
  font-size: 1em;
}

[data-page="form-page"] .member-container .join-data .icon-pencil {
  color: #E7B66E;
}

[data-page="form-page"] .member-container .join-data .icon-bin2 {
  font-size: 1em;
}

[data-page="form-page"] .form-body {
  padding: 100px 123px;
  background-color: #161616;
  border-radius: 10px;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
  width: 746px;
  position: relative;
  overflow: hidden;
  border: 1px solid #353535;
}

@media (max-width: 991px) {
  [data-page="form-page"] .form-body {
    width: 90%;
    padding: 40px 8vw;
  }
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-body {
    padding: 40px 15px;
  }
}

[data-page="form-page"] .form-body.badge-form {
  padding: 144px 123px 100px 123px;
}

@media (max-width: 991px) {
  [data-page="form-page"] .form-body.badge-form {
    width: 90%;
    padding: 84px 8vw;
  }
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-body.badge-form {
    padding: 84px 15px;
  }
}

[data-page="form-page"] .form-body.badge-form::before {
  content: attr(data-text);
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background-color: #353535;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  letter-spacing: .5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

[data-page="form-page"] .form-body .form-span-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

[data-page="form-page"] .form-body .form-span {
  font-size: 1.125em;
  margin-bottom: 0px;
  text-align: left;
  color: #F9F6F5;
  letter-spacing: 1px;
}

[data-page="form-page"] .form-body .close-person-btn {
  margin-left: auto;
  color: #F9F6F5;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 10001;
}

[data-page="form-page"] .form-body .person-block {
  padding-bottom: 60px;
  margin-bottom: 30px;
  border-bottom: 1px solid #F9F6F5;
}

[data-page="form-page"] .form-body .person-block.fade-bottom {
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}

[data-page="form-page"] .form-body .person-block:nth-last-child(1) {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

[data-page="form-page"] .form-body.rule-body {
  padding: 90px 68px;
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-body.rule-body {
    padding: 50px 30px;
  }
}

[data-page="form-page"] .form-body.rule-body .check-form-group {
  margin-bottom: 0;
}

[data-page="form-page"] .form-body.rule-body .form-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F9F6F5;
}

[data-page="form-page"] .form-body.rule-body .form-btn-block.login-btn-block {
  margin-top: 30px;
}

[data-page="form-page"] .form-body.rule-body form .form-btn-block {
  border-bottom: none;
}

[data-page="form-page"] .form-body.rule-body .form-btn:nth-of-type(1) {
  margin-left: 0;
}

[data-page="form-page"] .form-body.rule-body .form-btn:nth-last-of-type(1) {
  margin-left: 10px;
}

[data-page="form-page"] .form-body.rule-body .form-btn:nth-last-of-type(1).login-btn-block {
  margin-top: 30px;
}

[data-page="form-page"] .form-rule-content p {
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 26px;
}

[data-page="form-page"] .form-rule-content h3 {
  font-size: 1.125em;
  margin-bottom: 0;
}

[data-page="form-page"] .form-rule-content .form-btn-block {
  margin-top: 30px;
}

[data-page="form-page"] .form-content-block {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
}

[data-page="form-page"] .form-content-block.login-btn-block {
  margin-top: 30px;
}

[data-page="form-page"] .form-content-block .form-btn {
  margin: 0 auto;
  display: block;
  width: 233px;
  margin-bottom: 30px;
}

[data-page="form-page"] .form-content-block p {
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-content-block p {
    text-align: left;
  }
}

[data-page="form-page"] .form-content-block.form-success-block {
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}

[data-page="form-page"] .form-content-block.form-success-block h1 {
  font-weight: 400;
  font-size: 2.25em;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
}

[data-page="form-page"] .form-content-block.form-success-block p {
  letter-spacing: .5px;
  margin-bottom: 60px;
}

[data-page="form-page"] .form-text-list-block {
  font-weight: 400;
  letter-spacing: 1px;
}

[data-page="form-page"] .form-text-list-block p {
  margin-bottom: 0;
}

[data-page="form-page"] .form-text-list-block .title {
  font-weight: 500;
  letter-spacing: .5px;
  margin-bottom: 30px;
}

[data-page="form-page"] .form-text-list-block .text-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

[data-page="form-page"] .form-text-list-block .text-list li {
  padding-left: 34px;
  position: relative;
  margin-bottom: 15px;
}

[data-page="form-page"] .form-text-list-block .text-list li::before {
  content: attr(data-num);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #E7B66E;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
  font-size: 1em;
  letter-spacing: .5px;
}

[data-page="form-page"] .form-text-list-block .text-list li:nth-last-child(1) {
  margin-bottom: 0;
}

[data-page="form-page"] .check-form-group, [data-page="form-page"] .round-check-form-group {
  margin-bottom: 0;
}

[data-page="form-page"] .check-form-group .form-control.another-form-control, [data-page="form-page"] .round-check-form-group .form-control.another-form-control {
  display: none;
}

[data-page="form-page"] .check-form-group .form-control.another-form-control.active, [data-page="form-page"] .round-check-form-group .form-control.another-form-control.active {
  width: 100%;
  -webkit-animation: fadeInLeft100 .4s;
          animation: fadeInLeft100 .4s;
  display: block;
}

[data-page="form-page"] .check-form-group .check-form-block, [data-page="form-page"] .round-check-form-group .check-form-block {
  display: inline-block;
  margin-right: 30px;
}

[data-page="form-page"] .check-form-group .check-form-block:nth-last-of-type(1), [data-page="form-page"] .round-check-form-group .check-form-block:nth-last-of-type(1) {
  margin-right: 0;
}

[data-page="form-page"] .check-form-group .check-form-block .form-control, [data-page="form-page"] .round-check-form-group .check-form-block .form-control {
  padding: 0;
}

[data-page="form-page"] .check-form-group .check-form-block .form-control.another-form-control, [data-page="form-page"] .round-check-form-group .check-form-block .form-control.another-form-control {
  width: 77%;
  display: none;
  margin-left: 10px;
  padding: 13px 15px;
}

[data-page="form-page"] .check-form-group .check-form-block .form-control.another-form-control.active, [data-page="form-page"] .round-check-form-group .check-form-block .form-control.another-form-control.active {
  display: inline-block;
  -webkit-animation: fadeInLeft .3s;
          animation: fadeInLeft .3s;
}

[data-page="form-page"] .check-form-group .check-form-block input[type="checkbox"]:checked + input.form-control, [data-page="form-page"] .check-form-group .check-form-block input[type="radio"]:checked + input.form-control, [data-page="form-page"] .round-check-form-group .check-form-block input[type="checkbox"]:checked + input.form-control, [data-page="form-page"] .round-check-form-group .check-form-block input[type="radio"]:checked + input.form-control {
  background-color: white;
}

[data-page="form-page"] .check-form-group {
  margin-bottom: 30px;
  max-width: 100%;
}

[data-page="form-page"] .check-form-group.check-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
}

[data-page="form-page"] .check-form-group.check-wrap .check-form-block {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  margin-bottom: 10px;
  min-width: 100px;
}

[data-page="form-page"] .check-form-group.check-wrap .check-form-block:nth-last-of-type(odd) {
  margin-right: 0;
}

@media (max-width: 575px) {
  [data-page="form-page"] .check-form-group.check-wrap .check-form-block {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
  }
}

[data-page="form-page"] .check-form-group .check-form-block {
  position: relative;
  padding-left: 23px;
  display: inline-block;
}

[data-page="form-page"] .check-form-group .check-form-block input[type="checkbox"], [data-page="form-page"] .check-form-group .check-form-block input[type="radio"] {
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}

[data-page="form-page"] .check-form-group .check-form-block input[type="checkbox"]:checked + .check-label::before, [data-page="form-page"] .check-form-group .check-form-block input[type="radio"]:checked + .check-label::before {
  background-color: #F9F6F5;
}

[data-page="form-page"] .check-form-group .check-form-block input[type="checkbox"]:checked + .check-label::after, [data-page="form-page"] .check-form-group .check-form-block input[type="radio"]:checked + .check-label::after {
  display: block;
}

[data-page="form-page"] .check-form-group .check-form-block .check-label {
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: 400;
  letter-spacing: 1px;
}

[data-page="form-page"] .check-form-group .check-form-block .check-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: inline-block;
  border-radius: 3px;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  border: 2px solid #F9F6F5;
  vertical-align: middle;
  cursor: pointer;
}

[data-page="form-page"] .check-form-group .check-form-block .check-label::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 11px;
  display: inline-block;
  width: 12px;
  height: 7px;
  -webkit-transform: rotate(-45deg) translate(0, -80%);
          transform: rotate(-45deg) translate(0, -80%);
  border-left: 3px solid #161616;
  border-bottom: 3px solid #161616;
  display: none;
}

[data-page="form-page"] .check-form-group .check-form-block .check-label.height-label::before {
  top: 0%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-top: 5px;
}

[data-page="form-page"] .check-form-group .check-form-block .check-label.height-label::after {
  top: 0%;
  left: -2px;
  -webkit-transform: rotate(-45deg) translate(0, 182%);
          transform: rotate(-45deg) translate(0, 182%);
}

[data-page="form-page"] .round-check-form-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px;
  width: 70%;
}

@media (max-width: 575px) {
  [data-page="form-page"] .round-check-form-group {
    width: 100%;
  }
}

[data-page="form-page"] .round-check-form-group.no-wrap {
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 575px) {
  [data-page="form-page"] .round-check-form-group.no-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

[data-page="form-page"] .round-check-form-group.no-wrap .check-form-block {
  max-width: unset;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  margin-right: 34px;
  margin-bottom: 10px;
  min-width: unset;
}

@media (max-width: 575px) {
  [data-page="form-page"] .round-check-form-group.no-wrap .check-form-block {
    min-width: 115px;
  }
}

[data-page="form-page"] .round-check-form-group.no-wrap .check-form-block:nth-last-of-type(1) {
  margin-right: 0px;
}

[data-page="form-page"] .round-check-form-group .check-form-block {
  max-width: 45%;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  position: relative;
  padding-left: 23px;
  margin-right: 60px;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  [data-page="form-page"] .round-check-form-group .check-form-block {
    margin-right: 25px;
  }
}

[data-page="form-page"] .round-check-form-group .check-form-block input[type="checkbox"], [data-page="form-page"] .round-check-form-group .check-form-block input[type="radio"] {
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}

[data-page="form-page"] .round-check-form-group .check-form-block input[type="checkbox"]:checked + .check-label::after, [data-page="form-page"] .round-check-form-group .check-form-block input[type="radio"]:checked + .check-label::after {
  background-color: #F9F6F5;
}

[data-page="form-page"] .round-check-form-group .check-form-block .check-label {
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: 400;
  letter-spacing: 1px;
}

[data-page="form-page"] .round-check-form-group .check-form-block .check-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border: 2px solid #F9F6F5;
  vertical-align: middle;
  cursor: pointer;
}

[data-page="form-page"] .round-check-form-group .check-form-block .check-label::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 8px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #161616;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

[data-page="form-page"] .form-group {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

[data-page="form-page"] .form-group:nth-last-of-type(1) {
  margin-bottom: 0;
}

[data-page="form-page"] .form-group:nth-last-of-type(1) .person-bg-block {
  margin-bottom: 0;
}

[data-page="form-page"] .form-group label {
  font-size: 1em;
  letter-spacing: 0.5px;
  color: #F9F6F5;
  margin-bottom: 6px;
}

[data-page="form-page"] .form-group label span {
  font-size: 0.8125em;
  font-weight: 400;
  margin-left: 10px;
}

[data-page="form-page"] .form-group a {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 15px;
  letter-spacing: 0.5px;
}

[data-page="form-page"] .form-group p.form-error {
  color: #E7B66E;
}

[data-page="form-page"] .form-group p {
  color: #F9F6F5;
  opacity: .5;
  margin-top: 5px;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 0.8125em;
}

[data-page="form-page"] .form-group canvas {
  width: 100%;
}

[data-page="form-page"] .form-group .date-form-group {
  position: relative;
  width: 100%;
}

[data-page="form-page"] .form-group .icon-calendar {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 20px;
}

[data-page="form-page"] .form-group .icon-eye, [data-page="form-page"] .form-group .icon-eye-slash {
  position: absolute;
  top: 43px;
  right: 15px;
  font-size: 24px;
  z-index: 10;
  cursor: pointer;
}

[data-page="form-page"] .form-group .icon-eye:hover, [data-page="form-page"] .form-group .icon-eye-slash:hover {
  opacity: .7;
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-group .icon-eye, [data-page="form-page"] .form-group .icon-eye-slash {
    height: 50%;
    width: 45px;
    top: 39px;
    right: 0;
    text-align: center;
  }
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-group .icon-eye::before, [data-page="form-page"] .form-group .icon-eye-slash::before {
    vertical-align: sub;
  }
}

[data-page="form-page"] .form-group.group-style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-page="form-page"] .form-group.group-style-2 label {
  width: 100%;
}

[data-page="form-page"] .form-group.group-style-2 .form-control-block {
  max-width: 49%;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  position: relative;
  height: 50px;
}

[data-page="form-page"] .form-group.group-style-2 .form-control-block::after {
  content: attr(data-unit);
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 15px;
  color: black;
  font-size: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #F9F6F5;
}

[data-page="form-page"] .form-group .loading-page {
  width: 100%;
  padding: 100px 0;
  text-align: center;
  display: none;
}

[data-page="form-page"] .form-group .icon-block {
  -webkit-animation: rotateItem 2s linear infinite;
          animation: rotateItem 2s linear infinite;
}

[data-page="form-page"] .form-group .icon-spinner {
  font-size: 22px;
}

[data-page="form-page"] .form-group .loading-text {
  color: #F9F6F5;
  font-weight: 500;
  letter-spacing: .5px;
  margin-top: 15px;
}

[data-page="form-page"] .form-group .file-block {
  width: 100%;
}

[data-page="form-page"] .form-group .file-block label {
  color: rgba(249, 246, 245, 0.5);
  position: relative;
  cursor: pointer;
  background-color: #353535;
  display: block;
  padding: 13px 15px;
  font-weight: 400;
  border-radius: 5px;
}

[data-page="form-page"] .form-group .file-block span {
  font-size: 1em;
  margin-left: 0;
}

[data-page="form-page"] .form-group .file-block input[type="file"] {
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

[data-page="form-page"] .form-group .file-block .icon-file-text2 {
  font-size: 1.125em;
  margin-right: 15px;
  display: none;
}

[data-page="form-page"] .form-group .file-block .badge {
  color: #F9F6F5;
  font-weight: 500;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 5px 10px;
  background-color: #353535;
  border-radius: 5px;
  line-height: 23px;
}

[data-page="form-page"] .form-group .file-block .text.upload {
  color: #F9F6F5;
}

[data-page="form-page"] .form-group .success-block {
  display: none;
  vertical-align: middle;
  margin-bottom: 10px;
  color: #F9F6F5;
}

[data-page="form-page"] .form-group .success-block .icon-cloud-check {
  font-size: 1.5em;
  vertical-align: middle;
}

[data-page="form-page"] .form-group .success-block .success-text {
  vertical-align: middle;
}

[data-page="form-page"] .form-group .person-bg-block {
  width: 100%;
  position: relative;
}

[data-page="form-page"] .form-group .page-bg-block {
  width: 100%;
  position: relative;
}

[data-page="form-page"] .form-group .page-bg-block .pdf-item {
  width: 100%;
}

[data-page="form-page"] .form-group .person-card-bg-img {
  margin: 30px auto 0px auto;
  width: 64%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

[data-page="form-page"] .form-group .person-card-bg-img img {
  max-width: 100%;
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-group .person-card-bg-img {
    width: 90%;
    padding-bottom: calc(90% / 320 * 192);
  }
}

[data-page="form-page"] .form-group .cancel-btn {
  margin-top: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  background-color: #f9f6f5;
  border-radius: 50%;
}

[data-page="form-page"] .form-group .cancel-btn::after {
  content: "\ea0f";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.8125em;
  color: #353535;
}

[data-page="form-page"] .form-group .form-control {
  background-color: #353535;
  border-radius: 5px;
  border: none;
  height: 50px;
  padding: 13px 15px;
  letter-spacing: 1px;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #F9F6F5;
}

[data-page="form-page"] .form-group .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px solid #E7B66E;
}

[data-page="form-page"] .form-group .form-control.form-error {
  border-bottom: 2px solid #FF0000;
}

[data-page="form-page"] .form-group .form-control[type="textarea"] {
  min-height: 150px;
}

[data-page="form-page"] .form-group .text-length {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: rgba(249, 246, 245, 0.5);
}

[data-page="form-page"] .form-group .form-select-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
}

[data-page="form-page"] .form-group .form-select-block .selectric-wrapper {
  max-width: 49%;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

[data-page="form-page"] .form-group .selectric {
  background-color: #353535;
  border: none;
  border-radius: 5px;
  padding: 13px 15px;
}

[data-page="form-page"] .form-group .selectric::before {
  content: "\e900";
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 1.5em;
}

[data-page="form-page"] .form-group .selectric .label {
  font-size: 1em;
  font-weight: 400;
  color: #F9F6F5;
  margin: 0;
  line-height: unset;
  height: unset;
}

[data-page="form-page"] .form-group .selectric .button {
  display: none;
}

[data-page="form-page"] .form-group .selectric-items {
  background: #161616;
  z-index: 1;
  border: none;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

[data-page="form-page"] .form-group .selectric-items.form-error {
  top: 70%;
}

[data-page="form-page"] .form-group .selectric-items ul {
  font-size: 16px;
}

[data-page="form-page"] .form-group .selectric-items li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1em;
  font-weight: 400;
  color: #F9F6F5;
  padding: 15px 13px;
}

[data-page="form-page"] .form-group .selectric-items li:hover {
  background: grey;
}

[data-page="form-page"] .form-group .selectric-items li:nth-last-of-type(1) {
  border-bottom: none;
}

[data-page="form-page"] .form-group .selectric-items li.highlighted {
  background: none;
}

[data-page="form-page"] .form-group .selectric-items li.highlighted:hover {
  background: grey;
}

[data-page="form-page"] .form-group .input-text {
  font-size: 0.8125em;
  font-weight: 400;
  opacity: .5;
  letter-spacing: 0.5px;
  margin-top: 5px;
}

[data-page="form-page"] .form-group ::-webkit-input-placeholder {
  color: #F9F6F5;
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: .5;
}

[data-page="form-page"] .form-group :-ms-input-placeholder {
  color: #F9F6F5;
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: .5;
}

[data-page="form-page"] .form-group ::-ms-input-placeholder {
  color: #F9F6F5;
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: .5;
}

[data-page="form-page"] .form-group ::placeholder {
  color: #F9F6F5;
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: .5;
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-group ::-webkit-input-placeholder {
    letter-spacing: .5px;
  }
  [data-page="form-page"] .form-group :-ms-input-placeholder {
    letter-spacing: .5px;
  }
  [data-page="form-page"] .form-group ::-ms-input-placeholder {
    letter-spacing: .5px;
  }
  [data-page="form-page"] .form-group ::placeholder {
    letter-spacing: .5px;
  }
}

[data-page="form-page"] .slide-form {
  display: none;
}

[data-page="form-page"] .slide-form .form-group:nth-last-child(1) {
  margin-bottom: 30px;
}

[data-page="form-page"] .form-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-page="form-page"] .form-btn-block.login-btn-block {
  margin-top: 30px;
}

[data-page="form-page"] .form-btn-block span {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
}

[data-page="form-page"] .form-btn {
  display: inline-block;
  min-width: 233px;
  text-align: center;
  padding: 10px 20px;
  color: #161616;
  background-color: #F9F6F5;
  border-radius: 5px;
  font-size: 1.125em;
  letter-spacing: 0.5px;
  position: relative;
  border: 1px solid #F9F6F5;
  font-weight: 600;
}

[data-page="form-page"] .form-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #F9F6F5;
  background-color: #161616;
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-btn:hover {
    opacity: .7;
  }
}

[data-page="form-page"] .form-btn::after {
  content: attr(data-message);
  position: absolute;
  left: 50%;
  bottom: -36px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #F9F6F5;
  font-size: 0.8125em;
  letter-spacing: .5px;
  font-weight: 400;
  pointer-events: none;
  word-break: keep-all;
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-btn::after {
    font-size: 0.75em;
    bottom: -29px;
  }
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-btn {
    min-width: 100%;
  }
}

[data-page="form-page"] .form-btn:nth-of-type(2) {
  margin-left: auto;
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-btn:nth-of-type(2).message-mt {
    margin-top: 25px;
  }
}

[data-page="form-page"] .form-btn.next-btn {
  margin-left: auto;
  color: #161616;
  background-color: #F9F6F5;
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-btn.next-btn {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-btn.next-btn.message-mt {
    margin-top: 25px;
  }
}

[data-page="form-page"] .form-btn.next-btn:hover {
  color: #F9F6F5;
  background-color: #161616;
  opacity: 1;
}

[data-page="form-page"] .form-btn.pre-btn {
  background-color: rgba(51, 51, 51, 0.5);
  color: #F9F6F5;
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-btn.pre-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

[data-page="form-page"] .form-btn.pre-btn:hover {
  background-color: #F9F6F5;
  color: #161616;
  opacity: 1;
}

[data-page="form-page"] .form-btn span {
  max-width: 193px;
  display: block;
  text-align: center;
  margin: 0;
  letter-spacing: .5px;
  font-size: 13px;
  opacity: .5;
}

@media (max-width: 575px) {
  [data-page="form-page"] .form-btn span {
    max-width: 100%;
  }
}

[data-page="form-page"] .btn-message {
  position: relative;
  max-width: 233px;
  color: #F9F6F5;
  font-size: 13px;
  letter-spacing: .5px;
  margin-right: auto;
  font-weight: 400;
}

@media (max-width: 575px) {
  [data-page="form-page"] .btn-message {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

[data-page="form-page"] .btn-message a {
  color: #F9F6F5;
  text-decoration: underline;
}

.reveal-content-wrap {
  margin: 2.1px 0;
  position: relative;
  overflow: hidden;
}

.reveal-content-wrap .reveal-content {
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  -webkit-transition-delay: calc(2s - 0.5s);
          transition-delay: calc(2s - 0.5s);
}

.reveal-content-wrap .reveal-content.active {
  opacity: 1;
}

@media (hover: hover) {
  .reveal-content-wrap a {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .reveal-content-wrap a:hover {
    opacity: 0.7;
  }
}

.reveal {
  position: absolute;
  background-color: #000;
}

.reveal.reveal-r {
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.revealAniR {
  -webkit-animation: revealAniR 2s cubic-bezier(0.19, 1, 0.22, 1);
          animation: revealAniR 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes revealAniR {
  0% {
    width: 0;
    right: 0;
  }
  50% {
    width: 100%;
    right: 0%;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes revealAniR {
  0% {
    width: 0;
    right: 0;
  }
  50% {
    width: 100%;
    right: 0%;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

[data-page="intro"] {
  background: -webkit-gradient(linear, left top, left bottom, from(#56a15d), color-stop(10%, #57a261), color-stop(20%, #5aa563), color-stop(50%, #60ab69), color-stop(80%, #66b270));
  background: linear-gradient(180deg, #56a15d 0%, #57a261 10%, #5aa563 20%, #60ab69 50%, #66b270 80%);
}

[data-page="intro"] #scene {
  position: relative;
  width: 100%;
  min-height: 100vh;
  z-index: 2;
  overflow: hidden;
}

@media (max-width: 1199px) {
  [data-page="intro"] #scene {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10vh 12vw;
  }
}

@media (max-width: 767px) {
  [data-page="intro"] #scene {
    padding: 10vh 6vw;
  }
}

[data-page="intro"] .top {
  position: absolute;
  width: auto;
  height: 100vh;
  top: 50vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

[data-page="intro"] .group {
  z-index: 3;
}

[data-page="intro"] .group > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1200px) {
  [data-page="intro"] .group {
    position: absolute;
  }
  [data-page="intro"] .group.en-title {
    top: 7.5vh !important;
    left: 12vw !important;
  }
  [data-page="intro"] .group.cn-title {
    top: 24vh !important;
    left: 17.3vw !important;
  }
  [data-page="intro"] .group.duration {
    top: 41.1vh !important;
    left: auto !important;
    right: 15.8vw;
  }
  [data-page="intro"] .group.download {
    top: 71.1vh !important;
    left: auto !important;
    right: 17.5vw;
  }
  [data-page="intro"] .group.call-for-entry {
    top: 88.4vh !important;
    left: 12vw !important;
  }
}

@media all and (max-height: 710px) {
  [data-page="intro"] .group > div {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

@media (max-width: 1199px) {
  [data-page="intro"] .group {
    position: relative !important;
  }
}

@media (max-width: 1439px) {
  [data-page="intro"] .group > div {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

@media (max-width: 767px) {
  [data-page="intro"] .group > div {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

[data-page="intro"] .video {
  width: 100%;
  height: 100%;
}

[data-page="intro"] .video video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1653px;
}

[data-page="intro"] .video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
  [data-page="intro"] .video {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
  }
}

footer {
  overflow: hidden;
  font-weight: 700;
  letter-spacing: .5px;
  padding-bottom: 75px;
}

@media (max-width: 575px) {
  footer {
    padding-bottom: 30px;
  }
}

footer p {
  margin-top: 0;
  margin-bottom: 0;
}

footer span {
  display: inline-block;
}

footer .go-top-btn {
  position: fixed;
  z-index: 10000;
  right: 60px;
  bottom: 60px;
  width: 40px;
  height: 40px;
  background: url("../images/go-top.png") no-repeat;
  background-size: contain;
  mix-blend-mode: difference;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  footer .go-top-btn {
    background: url("../images/go-top@2x.png") no-repeat;
    background-size: contain;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  footer .go-top-btn {
    background: url("../images/go-top@2x.png") no-repeat;
    background-size: contain;
  }
}

footer .go-top-btn.scroll {
  opacity: 1;
}

footer .go-top-btn:hover {
  opacity: .7;
}

@media (max-width: 1199px) {
  footer .go-top-btn {
    right: 40px;
    bottom: 40px;
  }
}

@media (max-width: 575px) {
  footer .go-top-btn {
    right: 20px;
    bottom: 20px;
  }
}

footer .go-infinite-title {
  margin-bottom: 90px;
}

@media (max-width: 575px) {
  footer .go-infinite-title {
    margin-bottom: 25px;
  }
}

footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 9.3vw;
  padding-right: 7.5vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1549px) {
  footer .footer-wrapper {
    padding: 0 5vw;
  }
}

@media (max-width: 1199px) {
  footer .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 575px) {
  footer .footer-wrapper {
    padding: 0;
  }
}

footer .brand-block {
  display: inline-block;
  margin-bottom: 75px;
}

@media (max-width: 575px) {
  footer .brand-block {
    margin-bottom: 25px;
  }
}

footer .brand-block:nth-of-type(1) {
  margin-right: 4.5vw;
}

@media (max-width: 575px) {
  footer .brand-block:nth-of-type(1) {
    margin-right: 0;
  }
}

footer .brand-content img {
  width: 300px;
}

@media (max-width: 575px) {
  footer .brand-content img {
    width: 100%;
  }
}

footer .brand-title {
  margin-bottom: 22px;
  font-size: 0.75em;
}

@media (max-width: 575px) {
  footer .brand-title {
    opacity: 0.5;
  }
}

footer .brand-text {
  font-size: 1.125em;
  margin-left: 20px;
  vertical-align: middle;
}

footer .f-item {
  position: relative;
}

@media (max-width: 1199px) {
  footer .f-item {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}

@media (max-width: 575px) {
  footer .f-item {
    max-width: 85%;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
  }
}

footer .f-item:nth-of-type(2), footer .f-item:nth-of-type(4) {
  max-width: 45.3%;
  -ms-flex-preferred-size: 45.3%;
      flex-basis: 45.3%;
  margin-left: auto;
}

@media (max-width: 1439px) {
  footer .f-item:nth-of-type(2), footer .f-item:nth-of-type(4) {
    max-width: 38%;
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
  }
}

@media (max-width: 1199px) {
  footer .f-item:nth-of-type(2), footer .f-item:nth-of-type(4) {
    margin-left: 0;
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}

@media (max-width: 575px) {
  footer .f-item:nth-of-type(2), footer .f-item:nth-of-type(4) {
    max-width: 85%;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
  }
}

footer .f-item:nth-of-type(3) {
  max-width: 54.3%;
  -ms-flex-preferred-size: 54.3%;
      flex-basis: 54.3%;
}

@media (max-width: 1199px) {
  footer .f-item:nth-of-type(3) {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}

@media (max-width: 575px) {
  footer .f-item:nth-of-type(3) {
    max-width: 85%;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
  }
}

footer .f-item:nth-of-type(4) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

footer .brand-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px -70px -20px;
  width: 100%;
}

@media (max-width: 575px) {
  footer .brand-item-wrapper {
    margin: 0 0 -35px;
  }
}

footer .brand-item {
  padding: 0 20px;
  margin-bottom: 70px;
}

@media (max-width: 575px) {
  footer .brand-item {
    margin-bottom: 35px;
  }
}

footer .brand-item img {
  max-width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media (max-width: 575px) {
  footer .brand-item {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: center;
  }
}

footer .contact-block {
  display: inline-block;
}

footer .contact-block p {
  margin-bottom: 10px;
  font-size: 0.75em;
}

footer .contact-block a {
  color: #F9F6F5;
}

footer .copyright {
  font-size: 0.75em;
  line-height: 26px;
}

@media (max-width: 1199px) {
  footer .copyright {
    margin-top: 20px;
    text-align: right;
  }
}

@media (max-width: 575px) {
  footer .copyright {
    margin-top: 50px;
    text-align: left;
  }
}

footer .copyright .label {
  display: inline-block;
}

@media (max-width: 575px) {
  footer .copyright .label {
    display: block;
  }
}

footer .copyright a {
  color: #F9F6F5;
  display: inline-block;
}

@media (max-width: 575px) {
  footer .copyright a {
    line-height: 23px;
  }
}

footer .share-wrapper {
  display: inline-block;
  margin-left: 6vw;
  vertical-align: top;
}

@media (max-width: 1439px) {
  footer .share-wrapper {
    display: block;
    margin-left: 0;
  }
}

footer .share-wrapper a {
  display: block;
  margin-bottom: 24px;
}

@media (max-width: 1439px) {
  footer .share-wrapper a {
    display: inline-block;
    margin-right: 20px;
  }
}
/*# sourceMappingURL=style.css.map */