@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
.please__bg, .loading__bg {
  background: linear-gradient(to bottom, #27acc4 0%, #858cea 50%, #cd88fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.radiobox::before, .radiobox::after, .checkbox::before, .checkbox::after, .icon--custom::before, .icon--custom::after, .btn--custom .btn__link::before, .btn--aim::before, .btn--aim::after, .btn--dot::before, .btn--dot::after, .btn--link .btn__text::after, .loading__visual::before, .popup__container::before, .loading__container::before, .please__container::before {
  content: "";
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}

.icon--prev::before, .icon--prev::after, .icon--next::before, .icon--next::after, .loading_percent {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.radiobox, .checkbox, .btn--nav .btn__link, .btn--nav, .btn--link, .btn--custom, .btn__text, .btn__icon, .popup__section, .loading__section, .please__section, .popup__container::before, .loading__container::before, .please__container::before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.radiobox::before, .radiobox::after, .checkbox::before, .checkbox::after, .icon--play::after, .icon--play, .icon--X::before, .icon--X::after, .btn--aim::before, .btn--aim::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.loading__visual::before {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* CSS Document */
/* http: //meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License:  none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

.table, table {
  border-collapse: collapse;
  border-spacing: 0;
}

area {
  display: block;
}

a {
  color: initial;
  text-decoration: none;
}

/* init */
html, body, *, div,
input, textarea, select,
ul, li, button, span,
a, p, h1, h2, h3, h4, h5, h6 {
  font-family: "BMWTypeNextLatinTT-Regular", "Fira Sans Condensed", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  font-size: 18px;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  position: relative;
  box-sizing: border-box;
  touch-action: manipulation;
}

img {
  display: block;
  user-select: none;
}

p {
  font-size: 1rem;
}

h1 {
  font-size: 2.6666666667rem;
}

h2 {
  font-size: 1.8888888889rem;
}

h3 {
  font-size: 1.6666666667rem;
}

h4 {
  font-size: 1.5555555556rem;
}

h5 {
  font-size: 1.3333333333rem;
}

h6 {
  font-size: 1.1111111111rem;
}

input, textarea, select, *[contenteditable=true] {
  outline: none;
  border: none;
  background: none;
  resize: none;
  word-break: break-all;
  font-size: 1rem;
}

input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(192, 192, 192, 0.2) inset; /*淡淡的白*/
  transition: background-color 5000s ease-in-out 0s; /*透明*/
  -webkit-text-fill-color: #fff; /*字體顏色*/
}

.ul__list, .ol__list {
  padding-left: 1rem;
  list-style-position: outside;
  text-indent: 0;
  overflow: visible;
}
.ul__list__item, .ol__list__item {
  margin-bottom: 0.5rem;
  text-align: left;
}
.ul__list {
  list-style-type: disc;
}

.ol__list {
  list-style-type: decimal;
}

.font--weight--L {
  font-weight: 100;
}
.font--weight--R {
  font-weight: 300;
}
.font--weight--B {
  font-weight: 600;
}
.font--weight--H {
  font-weight: 900;
}
.font--xs {
  font-size: 0.75em;
}
.font--sm {
  font-size: 0.875em;
}
.font--lg {
  font-size: 1.125em;
}
.font--xl {
  font-size: 1.25em;
}
.font--initial {
  font-size: 300%;
}

.text--nowrap {
  white-space: nowrap;
}
.text--ellipsis {
  text-overflow: ellipsis;
}

.grid {
  width: 100%;
}
.grid .row .col {
  float: none;
}

@-moz-document url-prefix() {
  .row .col {
    margin-right: -1px;
  }
}
.row {
  width: 100%;
  overflow: visible;
  font-size: 0;
  direction: ltr;
  text-align: left;
}
.row-contour .col {
  padding-bottom: 100%;
  margin-bottom: -100%;
}
.row-rtl {
  direction: rtl;
}
.row-ltr {
  direction: ltr;
}
.row-rtl .col, .row-ltr .col {
  direction: ltr;
}

.col {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .col {
    margin-right: -4px;
  }
}
.col-0 {
  width: 0%;
}

.offset-0 {
  margin-left: 0%;
}

.col-1 {
  width: 8.3333333333%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.col-2_4 {
  width: 20%;
}

.offset-2_4 {
  margin-left: 20%;
}

.col-2_5 {
  width: 20.8333333333%;
}

.offset-2_5 {
  margin-left: 20.8333333333%;
}

.col-3 {
  width: 25%;
}

.offset-3 {
  margin-left: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.col-4_5 {
  width: 37.5%;
}

.offset-4_5 {
  margin-left: 37.5%;
}

.col-4_8 {
  width: 40%;
}

.offset-4_8 {
  margin-left: 40%;
}

.col-5 {
  width: 41.6666666667%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.col-5_2 {
  width: 43.3333333333%;
}

.offset-5_2 {
  margin-left: 43.3333333333%;
}

.col-6 {
  width: 50%;
}

.offset-6 {
  margin-left: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.offset-9 {
  margin-left: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.offset-12 {
  margin-left: 100%;
}

@media only screen and (max-width: 479px) {
  .visible-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 480px) {
  html, body {
    font-size: 18px;
  }
  .fixed--width {
    width: 100%;
  }
  .row-xs-rtl {
    direction: rtl;
  }
  .row-xs-ltr {
    direction: ltr;
  }
  .row-xs-rtl .col, .row-xs-ltr .col {
    direction: ltr;
  }
  .col-xs-0 {
    width: 0%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-0 {
    margin-left: 0%;
  }
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-2_4 {
    width: 20%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-2_4 {
    margin-left: 20%;
  }
  .col-xs-2_5 {
    width: 20.8333333333%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-2_5 {
    margin-left: 20.8333333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-4_5 {
    width: 37.5%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-4_5 {
    margin-left: 37.5%;
  }
  .col-xs-4_8 {
    width: 40%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-4_8 {
    margin-left: 40%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-5_2 {
    width: 43.3333333333%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-5_2 {
    margin-left: 43.3333333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-auto {
    width: auto;
  }
  .offset-xs-12 {
    margin-left: 100%;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (max-width: 639px) {
  .visible-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 640px) {
  html, body {
    font-size: 18px;
  }
  .fixed--width {
    width: 640px;
  }
  .row-sm-rtl {
    direction: rtl;
  }
  .row-sm-ltr {
    direction: ltr;
  }
  .row-sm-rtl .col, .row-sm-ltr .col {
    direction: ltr;
  }
  .col-sm-0 {
    width: 0%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-2_4 {
    width: 20%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-2_4 {
    margin-left: 20%;
  }
  .col-sm-2_5 {
    width: 20.8333333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-2_5 {
    margin-left: 20.8333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-4_5 {
    width: 37.5%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-4_5 {
    margin-left: 37.5%;
  }
  .col-sm-4_8 {
    width: 40%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-4_8 {
    margin-left: 40%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-5_2 {
    width: 43.3333333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-5_2 {
    margin-left: 43.3333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-auto {
    width: auto;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible-md {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  html, body {
    font-size: 18px;
  }
  .fixed--width {
    width: 768px;
  }
  .row-md-rtl {
    direction: rtl;
  }
  .row-md-ltr {
    direction: ltr;
  }
  .row-md-rtl .col, .row-md-ltr .col {
    direction: ltr;
  }
  .col-md-0 {
    width: 0%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-2_4 {
    width: 20%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-2_4 {
    margin-left: 20%;
  }
  .col-md-2_5 {
    width: 20.8333333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-2_5 {
    margin-left: 20.8333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-4_5 {
    width: 37.5%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-4_5 {
    margin-left: 37.5%;
  }
  .col-md-4_8 {
    width: 40%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-4_8 {
    margin-left: 40%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-5_2 {
    width: 43.3333333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-5_2 {
    margin-left: 43.3333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-auto {
    width: auto;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  .hidden-md {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .visible-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  html, body {
    font-size: 18px;
  }
  .fixed--width {
    width: 992px;
  }
  .row-lg-rtl {
    direction: rtl;
  }
  .row-lg-ltr {
    direction: ltr;
  }
  .row-lg-rtl .col, .row-lg-ltr .col {
    direction: ltr;
  }
  .col-lg-0 {
    width: 0%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-2_4 {
    width: 20%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-2_4 {
    margin-left: 20%;
  }
  .col-lg-2_5 {
    width: 20.8333333333%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-2_5 {
    margin-left: 20.8333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-4_5 {
    width: 37.5%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-4_5 {
    margin-left: 37.5%;
  }
  .col-lg-4_8 {
    width: 40%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-4_8 {
    margin-left: 40%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-5_2 {
    width: 43.3333333333%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-5_2 {
    margin-left: 43.3333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-auto {
    width: auto;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media only screen and (max-width: 1279px) {
  .visible-xl {
    display: none !important;
  }
}
@media only screen and (min-width: 1280px) {
  html, body {
    font-size: 18px;
  }
  .fixed--width {
    width: 1280px;
  }
  .row-xl-rtl {
    direction: rtl;
  }
  .row-xl-ltr {
    direction: ltr;
  }
  .row-xl-rtl .col, .row-xl-ltr .col {
    direction: ltr;
  }
  .col-xl-0 {
    width: 0%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-2_4 {
    width: 20%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-2_4 {
    margin-left: 20%;
  }
  .col-xl-2_5 {
    width: 20.8333333333%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-2_5 {
    margin-left: 20.8333333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-4_5 {
    width: 37.5%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-4_5 {
    margin-left: 37.5%;
  }
  .col-xl-4_8 {
    width: 40%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-4_8 {
    margin-left: 40%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-5_2 {
    width: 43.3333333333%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-5_2 {
    margin-left: 43.3333333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-auto {
    width: auto;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
  .hidden-xl {
    display: none !important;
  }
}
@media only screen and (max-width: 1439px) {
  .visible-xxl {
    display: none !important;
  }
}
@media only screen and (min-width: 1440px) {
  html, body {
    font-size: 18px;
  }
  .fixed--width {
    width: 1440px;
  }
  .row-xxl-rtl {
    direction: rtl;
  }
  .row-xxl-ltr {
    direction: ltr;
  }
  .row-xxl-rtl .col, .row-xxl-ltr .col {
    direction: ltr;
  }
  .col-xxl-0 {
    width: 0%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-0 {
    margin-left: 0%;
  }
  .col-xxl-1 {
    width: 8.3333333333%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxl-2 {
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxl-2_4 {
    width: 20%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-2_4 {
    margin-left: 20%;
  }
  .col-xxl-2_5 {
    width: 20.8333333333%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-2_5 {
    margin-left: 20.8333333333%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .col-xxl-4 {
    width: 33.3333333333%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxl-4_5 {
    width: 37.5%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-4_5 {
    margin-left: 37.5%;
  }
  .col-xxl-4_8 {
    width: 40%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-4_8 {
    margin-left: 40%;
  }
  .col-xxl-5 {
    width: 41.6666666667%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxl-5_2 {
    width: 43.3333333333%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-5_2 {
    margin-left: 43.3333333333%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .col-xxl-7 {
    width: 58.3333333333%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxl-8 {
    width: 66.6666666667%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .col-xxl-10 {
    width: 83.3333333333%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxl-11 {
    width: 91.6666666667%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .offset-xxl-12 {
    margin-left: 100%;
  }
  .hidden-xxl {
    display: none !important;
  }
}
@media only screen and (max-width: 1599px) {
  .visible-xxxl {
    display: none !important;
  }
}
@media only screen and (min-width: 1600px) {
  .fixed--width {
    width: 1600px;
  }
  .row-xxxl-rtl {
    direction: rtl;
  }
  .row-xxxl-ltr {
    direction: ltr;
  }
  .row-xxxl-rtl .col, .row-xxxl-ltr .col {
    direction: ltr;
  }
  .col-xxxl-0 {
    width: 0%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-0 {
    margin-left: 0%;
  }
  .col-xxxl-1 {
    width: 8.3333333333%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxxl-2 {
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxxl-2_4 {
    width: 20%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-2_4 {
    margin-left: 20%;
  }
  .col-xxxl-2_5 {
    width: 20.8333333333%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-2_5 {
    margin-left: 20.8333333333%;
  }
  .col-xxxl-3 {
    width: 25%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .col-xxxl-4 {
    width: 33.3333333333%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxxl-4_5 {
    width: 37.5%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-4_5 {
    margin-left: 37.5%;
  }
  .col-xxxl-4_8 {
    width: 40%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-4_8 {
    margin-left: 40%;
  }
  .col-xxxl-5 {
    width: 41.6666666667%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxxl-5_2 {
    width: 43.3333333333%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-5_2 {
    margin-left: 43.3333333333%;
  }
  .col-xxxl-6 {
    width: 50%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .col-xxxl-7 {
    width: 58.3333333333%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxxl-8 {
    width: 66.6666666667%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxxl-9 {
    width: 75%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .col-xxxl-10 {
    width: 83.3333333333%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxxl-11 {
    width: 91.6666666667%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxxl-12 {
    width: 100%;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .offset-xxxl-12 {
    margin-left: 100%;
  }
  .hidden-xxxl {
    display: none !important;
  }
}
.popup, .loading, .please {
  position: fixed;
  top: -100vh;
  left: -100vw;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  transition: top 0s 0.45s, left 0s 0.45s, opacity 0.45s, transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
}
.popup__active:checked + .popup, .popup.on--visible, .popup__active:checked + .loading, .loading.on--visible, .popup__active:checked + .please, .please.on--visible, .loading__active:checked + .popup, .loading__active:checked + .loading, .loading__active:checked + .please, .please__active:checked + .popup, .please__active:checked + .loading, .please__active:checked + .please {
  top: 0;
  left: 0;
  opacity: 1;
  transition-delay: 0s;
}
.popup__bg, .loading__bg, .please__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.popup__container, .loading__container, .please__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0;
  white-space: nowrap;
}
.popup__container::before, .loading__container::before, .please__container::before {
  width: 0;
  height: 100%;
}
.popup__section, .loading__section, .please__section {
  font-size: 1rem;
  transition: all 0.45s ease-in-out;
}

.popup {
  overflow: auto;
  z-index: 500;
}
.popup__X {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
  z-index: 50;
  transform: scale(0);
  transition: transform 0.45s 0.45s ease-in-out;
}
.popup__active {
  display: none;
}
.popup__active:checked + .popup, .popup.on--visible {
  opacity: 1;
}
.popup__active:checked + .popup .popup__X, .popup.on--visible .popup__X {
  transform: scale(1);
  transition: transform 0.45s 0s ease-in-out;
}

.loading, .please {
  overflow: hidden;
  z-index: 600;
}
.loading__section, .please__section {
  width: auto;
  transform: translateY(-25%);
}

.loading__visual {
  position: relative;
}
.loading__visual::before {
  width: 6rem;
  height: 6rem;
  border: 4px solid white;
  animation: loading 1.35s ease-in-out infinite;
}
.loading_percent {
  min-width: 1rem;
  min-height: 1rem;
  letter-spacing: 0.15em;
  font-weight: 100;
}

.please {
  z-index: 700;
}
.pc .please__rotate--landscape, .pc .please__rotate--portrait {
  display: none;
}

@media screen and (orientation: landscape) {
  .pleas__rotate--portrait {
    top: 0;
    left: 0;
  }
}
@media screen and (orientation: portrait) {
  .pleas__rotate--landscape {
    top: 0;
    left: 0;
  }
}
.btn {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 1rem;
  cursor: pointer;
  /* custom start */
  /* custom end */
}
.btnGroup {
  font-size: 0;
}
.btn__link {
  display: block;
  font-size: 0;
}
.btn__text, .btn__icon {
  font-size: 1rem;
  z-index: 1;
}
.btn--link .btn__text {
  display: inline;
}
.btn--link .btn__text::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 2px auto 0 auto;
  width: 100%;
  height: 2px;
  background: black;
  background-clip: content-box;
  display: block;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}
.btn--link .btn__icon {
  height: 1rem;
  transform: scale(1.25);
}
.btn--link:hover .btn__text::after {
  transform: scaleX(1);
}
.btn--dot {
  width: 2.55rem;
  height: 2.55rem;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.5) inset;
  background-clip: content-box !important;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  transition: transform 0.45s ease-in-out, background 0.45s ease-in-out, box-shadow 0.45s ease-in-out;
}
.btn--dot::before, .btn--dot::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: scale(1);
  transition: border 0.45s ease-in-out, transform 0.45s ease-in-out;
}
.btn--dot::before {
  top: -0.25rem;
  left: -0.25rem;
  width: 3.05rem;
  height: 3.05rem;
}
.btn--dot::after {
  top: -0.5rem;
  left: -0.5rem;
  width: 3.55rem;
  height: 3.55rem;
}
.btn--dot.on--active {
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.btn--dot.on--active::before, .btn--dot.on--active::after {
  border: 1px solid rgba(255, 255, 255, 0.5);
  animation: scale_sm 1.125s 0s ease-out infinite;
}
.btn--dot:nth-child(1).on--active::before {
  animation-delay: 0.0703125s;
}
.btn--dot:nth-child(1).on--active::after {
  animation-delay: 0.140625s;
}
.btn--dot:nth-child(2).on--active::before {
  animation-delay: 0.140625s;
}
.btn--dot:nth-child(2).on--active::after {
  animation-delay: 0.28125s;
}
.btn--dot:nth-child(3).on--active::before {
  animation-delay: 0.2109375s;
}
.btn--dot:nth-child(3).on--active::after {
  animation-delay: 0.421875s;
}
.btn--dot:nth-child(4).on--active::before {
  animation-delay: 0.28125s;
}
.btn--dot:nth-child(4).on--active::after {
  animation-delay: 0.5625s;
}
.btn--dot:nth-child(5).on--active::before {
  animation-delay: 0.3515625s;
}
.btn--dot:nth-child(5).on--active::after {
  animation-delay: 0.703125s;
}
.btn--dot:nth-child(6).on--active::before {
  animation-delay: 0.421875s;
}
.btn--dot:nth-child(6).on--active::after {
  animation-delay: 0.84375s;
}
.btn--dot:nth-child(7).on--active::before {
  animation-delay: 0.4921875s;
}
.btn--dot:nth-child(7).on--active::after {
  animation-delay: 0.984375s;
}
.btn--dot:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.5);
}
.btn--dot.on--active {
  background: rgba(85, 233, 255, 0.75);
  box-shadow: 0 0 15px 3px rgba(85, 233, 255, 0.75) inset;
}
.btn--dot.on--active::before, .btn--dot.on--active::after {
  border-color: rgba(85, 233, 255, 0.75);
}
.btn--aim {
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.btn--aim, .btn--aim::before, .btn--aim::after {
  transition: all 0.45s ease-in-out;
}
.btn--aim::before, .btn--aim::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.btn--aim::after {
  transform: rotate(90deg);
}
.btn--aim, .btn--aim::before, .btn--aim::after {
  animation: light 1.125s ease-out infinite;
}
.btn--aim:nth-child(1), .btn--aim:nth-child(1)::before, .btn--aim:nth-child(1)::after {
  animation-delay: 0.140625s;
}
.btn--aim:nth-child(2), .btn--aim:nth-child(2)::before, .btn--aim:nth-child(2)::after {
  animation-delay: 0.28125s;
}
.btn--aim:nth-child(3), .btn--aim:nth-child(3)::before, .btn--aim:nth-child(3)::after {
  animation-delay: 0.421875s;
}
.btn--aim:nth-child(4), .btn--aim:nth-child(4)::before, .btn--aim:nth-child(4)::after {
  animation-delay: 0.5625s;
}
.btn--aim:nth-child(5), .btn--aim:nth-child(5)::before, .btn--aim:nth-child(5)::after {
  animation-delay: 0.703125s;
}
.btn--aim:nth-child(6), .btn--aim:nth-child(6)::before, .btn--aim:nth-child(6)::after {
  animation-delay: 0.84375s;
}
.btn--aim:nth-child(7), .btn--aim:nth-child(7)::before, .btn--aim:nth-child(7)::after {
  animation-delay: 0.984375s;
}
.btn--aim:hover, .btn--aim:hover::before, .btn--aim:hover::after {
  box-shadow: 0 0 0.5em white;
}
.btn--aim.on--active, .btn--aim.on--active::before, .btn--aim.on--active::after {
  animation: light 1.125s ease-out infinite;
}
.btnGroup {
  padding: 0 0.5rem;
}
.btn--custom {
  margin-bottom: 0.3333333333rem;
  padding: 0;
}
.btn--custom .btn__link {
  padding: 0.75rem 3.75rem;
  border: 2px solid white;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6) inset;
  overflow: hidden;
}
.btn--custom .btn__link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: #060b3d;
  transform: skew(-45deg) translateX(-125%);
  transition: transform 0.45s ease-in-out;
}
.btn--custom .btn__text {
  color: white;
  z-index: 1;
  letter-spacing: 5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  transition: color 0.45s ease-in-out;
}
.btn--custom:hover .btn__link::before {
  transform: skew(-45deg) translateX(-25%);
}
.btn--custom--2 .btn__link {
  background: #060b3d;
  border: 2px solid #060b3d;
  box-shadow: 1px 1px 3px rgba(0, 0, 139, 0.6) inset;
}
.btn--custom--2 .btn__link::before {
  background: white;
}
.btn--custom--2 .btn__text {
  color: white;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}
.btn--custom--2:hover .btn__text {
  color: #060b3d;
}
.btn--nav {
  padding: 0 0.25rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0;
}
.btn--nav:last-child {
  border: 0;
}
.btn--nav .btn__text {
  color: white;
  font-size: 0.75rem;
}
.btn--nav .btn__link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.btn--nav .btn__text {
  font-size: 1em;
}
.btn--nav:hover .btn__text {
  color: white;
}
.btn--nav:hover .btn__link {
  background: rgba(0, 102, 177, 0.47);
}
.btn--nav.on--active .btn__link {
  background: rgba(0, 102, 177, 0.47);
}

.icon--custom {
  width: 1rem;
  height: 1rem;
}
.icon--custom::before, .icon--custom::after {
  position: absolute;
  transition: transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), box-shadow 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
}
.icon--X::before {
  transform: rotate(45deg);
}
.icon--X::after {
  transform: rotate(-45deg);
}
.icon--prev::before, .icon--prev::after, .icon--next::before, .icon--next::after {
  width: 5px;
  height: 50%;
}
.icon--prev::before, .icon--next::before {
  bottom: 50%;
  transform-origin: 50% 100%;
}
.icon--prev::after, .icon--next::after {
  top: 50%;
  transform-origin: 50% 0%;
}
.icon--prev::before {
  transform: rotate(45deg);
}
.icon--prev::after {
  transform: rotate(-45deg);
}
.icon--next::before {
  transform: rotate(-45deg);
}
.icon--next::after {
  transform: rotate(45deg);
}
.icon--play {
  position: absolute;
  width: 3.25rem;
  height: 3.25rem;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  border: 5px solid white;
  border-radius: 50%;
  z-index: 5;
}
.icon--play::after {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0.88725rem 1.365rem;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: white;
  display: block;
  z-index: 1;
  transform: translateX(31.9%);
}
.icon--arrow {
  width: 0.9rem;
  height: 1rem;
  vertical-align: middle;
}
.icon--arrow::before {
  top: 1px;
  border-color: 0 olid rgba(255, 255, 255, 0);
}
.icon--arrow--right::before {
  border-width: 0.5em 0.65em;
  border-left-color: white;
}
.icon--arrow--bottom::before {
  top: 0.1625em;
  border-width: 0.65em 0.45em;
  border-top-color: white;
  transform-origin: 50% 25%;
}

input[type=range] {
  margin: 0;
  width: 100%;
  height: 1.5rem;
  appearance: none;
}
input[type=range], input[type=range]:focus {
  outline: none;
}
input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-webkit-slider-runnable-track, input[type=range]::-moz-range-track, input[type=range]::-ms-track {
  width: 100%;
  height: 1.5rem;
  cursor: pointer;
  animate: 0.2s;
}
input[type=range]::-webkit-slider-runnable-track, input[type=range]::-moz-range-track, input[type=range]::-ms-fill-lower, input[type=range]::-ms-fill-upper {
  border: 0px solid black;
  border-radius: 1.5rem;
}
input[type=range]::-ms-fill-lower, input[type=range]::-ms-fill-upper {
  border-radius: 3rem;
}
input[type=range]::-webkit-slider-runnable-track, input[type=range]:focus::-webkit-slider-runnable-track, input[type=range]::-moz-range-track, input[type=range]::-ms-fill-lower, input[type=range]::-ms-fill-upper, input[type=range]:focus::-ms-fill-lower, input[type=range]:focus::-ms-fill-upper {
  background: black;
}
input[type=range]::-webkit-slider-thumb, input[type=range]::-moz-range-thumb, input[type=range]::-ms-thumb {
  width: 2.5rem;
  height: 1.5rem;
  background: white;
  box-shadow: 0px 0px 0 2px black inset;
  border-radius: 1.5rem;
  cursor: pointer;
  appearance: none;
}
input[type=range]::-moz-range-thumb, input[type=range]::-moz-focus-outer {
  border: 0;
  outline: none;
}

.selectbox {
  appearance: none;
}
.selectbox::-ms-expand {
  display: none;
  appearance: none;
}

.radiobox, .checkbox {
  width: 1.25rem;
  height: 1.25rem;
  box-shadow: 0 0 0 1px black;
}
.radiobox__active, .checkbox__active {
  display: none;
}
.radiobox, .radiobox::before, .radiobox::after, .checkbox, .checkbox::before, .checkbox::after {
  transition: background 0.45s, border 0.45s, opacity 0.45s, transform 0.45s;
}
.radiobox::before, .radiobox::after, .checkbox::before, .checkbox::after {
  opacity: 0;
}

.radiobox {
  border-radius: 50%;
}
.radiobox::before {
  width: 60%;
  height: 60%;
  background: black;
  border-radius: 50%;
  opacity: 0;
}
.radiobox__active:checked + .radiobox::before {
  opacity: 1;
}

.checkbox::before {
  width: 70%;
  height: 40%;
  border: 2px solid black;
  border-width: 0 0 2px 2px;
  opacity: 0;
  transform: rotate(0deg) skew(0deg) translateX(0%) translateY(0%);
}
.checkbox__active:checked + .checkbox::before {
  opacity: 1;
  transform: rotate(-52.5deg) skew(-15deg) translateX(10%) translateY(-20%);
}

@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
  55% {
    transform: rotate(0deg);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-25px);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale_sm {
  0% {
    transform: scale(0.85);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    transform: scale(1.12);
    opacity: 0;
  }
}
@keyframes drive {
  0%, 90%, 100% {
    transform: translateY(0px);
  }
  45% {
    transform: translateY(-3px);
  }
}
/* custom start */
body {
  background-color: #2D2A26;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
}

main {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper {
  height: 100%;
}

.container-fluid {
  position: relative;
  padding: 0;
}

section {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.section__content {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
.section__box {
  position: absolute;
  width: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.full__kv {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.full__kv__picture {
  width: 100%;
  height: auto;
}

.index__kv {
  top: 50%;
  left: 50%;
  /* min-width: 92.03455vh;
  min-height: 108.65485vw; */
  transform: translateX(-50%) translateY(-50%);
  min-width: 92.0345489443vh;
  min-height: 108.6548488008vw;
  transform: translateX(-50%) translateY(-50%);
}
.index__car {
  position: absolute;
  opacity: 1;
}
.index__car--blue {
  width: 15.625%;
  height: 27.7777777778%;
  left: 41.6666666667%;
  top: 37.037037037%;
}

@media only screen and (max-width: 1200px) {
  .section__box {
    width: 760px;
    opacity: 1;
  }
}
@media only screen and (max-width: 992px) {
  section {
    background-color: #2D2A26;
    background-color: white;
  }
  .index__car {
    position: absolute;
    opacity: 1;
    height: auto;
  }
  .index__car--blue {
    width: 20.8333333333%;
    height: 37.037037037%;
    left: 40%;
    top: 32.4074074074%;
  }
  .section__box {
    width: 90%;
  }
}