@charset "UTF-8";
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,
shops,
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; }

article,
aside,
shops,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  line-height: 1;
  width: 100% !important;
  background: #70cff4; }

.gh__header {
  display: block; }

section {
  overflow: hidden;
  position: relative; }

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

.bg-white {
  background: #ffffff; }

.bg-grey {
  background: #F6F6F6; }

.hide {
  display: none !important; }

h2, section h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 800 !important;
  line-height: 1.2 !important; }

h3, section h3 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold !important;
  line-height: 1.6 !important; }

h4 {
  font-size: 24px;
  font-weight: bold; }

section p {
  font-size: 16px; }

.textcenter {
  text-align: center !important; }

.textleft {
  text-align: left !important; }

.small {
  color: #666666;
  font-size: 14px; }

.btn-black-fill, .btn-grey-fill {
  font-size: 16px !important; }

.pc-show {
  display: block; }

.mobile-show {
  display: none; }

@media (max-width: 599px) {
  .pc-show {
    display: none; }
  .mobile-show {
    display: block; } }

#menu-bar .topblue {
  position: fixed;
  background-color: #6DCFF6;
  width: 100%;
  height: 5px;
  z-index: 60; }

#menu-bar nav {
  width: 100%;
  height: 65px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  position: fixed;
  top: 5px;
  z-index: 30;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  z-index: 60; }

#menu-bar nav .navShadow {
  -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  height: 65px; }

#menu-bar #brand #logo {
  display: block;
  width: 120px;
  height: 32px;
  background-image: url(http://www.garmin.com.tw/m/buzz/minisite/images/garmin_logo_on_b.svg);
  background-size: 120px 32px;
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 200; }

#menu-bar #brand ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0; }

#menu-bar #brand ul li {
  list-style: none; }

#menu-bar #brand ul li a {
  width: 120px;
  height: 20px;
  display: block;
  border-radius: 90px;
  text-decoration: none;
  color: #000000;
  position: relative; }

#menu-bar nav #menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 70; }

#menu-bar nav .nav-pc {
  display: block; }

#menu-bar nav .nav-mobile {
  display: none; }

#menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0; }

#menu ul li {
  list-style: none; }

#menu ul li.active a {
  color: #70cff4;
  background-image: -webkit-gradient(linear, left top, right top, from(#70cff4), to(#70cff4));
  background-image: -webkit-linear-gradient(left, #70cff4, #70cff4 100%);
  background-image: -o-linear-gradient(left, #70cff4, #70cff4 100%);
  background-image: linear-gradient(to right, #70cff4, #70cff4 100%);
  background-position: -200%; }

#menu ul li.active a:before {
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  bottom: 5px;
  left: 0;
  bottom: -16px;
  z-index: 0;
  position: absolute;
  background: #70cff4; }

#menu-bar nav #menu {
  padding-right: 0px;
  height: 65px;
  z-index: 60; }

.home {
  margin: 0;
  display: block;
  margin-bottom: 6px; }

#menu ul .home a {
  margin: 0 10px 0 0;
  -webkit-text-fill-color: #fff; }

#menu ul .home a.active {
  margin: 0 10px 0 0;
  -webkit-text-fill-color: #6DCFF6; }

#menu ul li.social {
  margin: 0;
  display: block;
  margin-left: 5px; }
  #menu ul li.social a {
    margin: 0 10px 0 0;
    -webkit-text-fill-color: #fff; }
  #menu ul li.social a:hover svg {
    fill: #70cff4; }

#menu ul li svg {
  fill: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 24px;
  height: 24px; }

.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 10px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#menu ul .icon-home::after {
  display: none; }

#menu .icon-home a:after,
#menu .icon-home a:hover {
  width: 0;
  height: 0;
  border: 0;
  z-index: -1; }

#menu ul li a, #menu-bar .signup {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 0 30px 0 30px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#70cff4), color-stop(50%, #70cff4), color-stop(50%, #000000));
  background-image: -webkit-linear-gradient(left, #70cff4, #70cff4 50%, #000000 50%);
  background-image: -o-linear-gradient(left, #70cff4, #70cff4 50%, #000000 50%);
  background-image: linear-gradient(to right, #70cff4, #70cff4 50%, #000000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#menu ul li a span {
  display: none;
  font-size: 0.8rem; }

#menu ul li a:before {
  display: block;
  content: '';
  width: 0;
  height: 4px;
  bottom: 5px;
  left: 0;
  bottom: -16px;
  z-index: 0;
  position: absolute;
  background: #70cff4;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#menu ul li a:hover, #menu-bar .signup a:hover {
  background-position: 0%; }

#menu ul li a:hover:before {
  width: 100%; }

#menu ul li a.active {
  color: #70cff4;
  background-image: -webkit-gradient(linear, left top, right top, from(#70cff4), color-stop(50%, #70cff4), color-stop(50%, #70cff4));
  background-image: -webkit-linear-gradient(left, #70cff4, #70cff4 50%, #70cff4 50%);
  background-image: -o-linear-gradient(left, #70cff4, #70cff4 50%, #70cff4 50%);
  background-image: linear-gradient(to right, #70cff4, #70cff4 50%, #70cff4 50%); }

#menu ul li a.active:before, #menu ul li .active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0%;
  bottom: -16px;
  width: 100%;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#70cff4), color-stop(50%, #70cff4), color-stop(50%, #70cff4));
  background-image: -webkit-linear-gradient(left, #70cff4, #70cff4 50%, #70cff4 50%);
  background-image: -o-linear-gradient(left, #70cff4, #70cff4 50%, #70cff4 50%);
  background-image: linear-gradient(to right, #70cff4, #70cff4 50%, #70cff4 50%); }

#menu ul .home a:hover:before,
#menu ul .home a.active:before,
#menu ul .social a:hover:before,
#menu ul .social a.active:before {
  display: none; }

#menu-bar .signup {
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: inline-block;
  z-index: 20;
  overflow: hidden;
  padding: 0;
  letter-spacing: 1px;
  text-transform: uppercase; }
  #menu-bar .signup a:hover {
    background-position: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#70cff4), color-stop(50%, #0083b6));
    background-image: -webkit-linear-gradient(left, #70cff4, #0083b6 50%);
    background-image: -o-linear-gradient(left, #70cff4, #0083b6 50%);
    background-image: linear-gradient(to right, #70cff4, #0083b6 50%);
    background: #70cff4;
    -webkit-text-fill-color: #ffffff;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  #menu-bar .signup li a:hover, #menu-bar .signup li a:active, #menu-bar .signup li a:visited {
    background: #70cff4; }
  #menu-bar .signup a {
    background: #000000;
    text-align: center;
    margin: 0;
    padding: 5px 16px;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-text-fill-color: #ffffff;
    color: #70cff4 !important; }

#menu-bar .complete-button {
  margin-right: 10px; }

#menu-bar .blue-button {
  margin-left: 0; }
  #menu-bar .blue-button a {
    background: #70cff4; }

#menu-bar .signup a:hover:before {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#menu-bar .signup a.active {
  color: #70cff4;
  background-image: -webkit-gradient(linear, left top, right top, from(#70cff4), color-stop(50%, #70cff4), color-stop(50%, #70cff4));
  background-image: -webkit-linear-gradient(left, #70cff4, #70cff4 50%, #70cff4 50%);
  background-image: -o-linear-gradient(left, #70cff4, #70cff4 50%, #70cff4 50%);
  background-image: linear-gradient(to right, #70cff4, #70cff4 50%, #70cff4 50%); }

#menu-bar .signup a.active:before {
  display: none; }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7)); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7)); } }

@-webkit-keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

@-webkit-keyframes shine {
  100% {
    left: 120%; } }

@keyframes shine {
  100% {
    left: 120%; } }

#logo-hero {
  position: relative;
  background-color: #70cff4;
  height: 150px;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #logo-hero h2 {
    color: #ffffff;
    font-size: 4.5vw;
    margin-left: 35px;
    margin-top: 17px;
    font-weight: 500 !important;
    z-index: 5; }
  #logo-hero .logo {
    position: absolute;
    left: 47%;
    z-index: 3;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
    #logo-hero .logo img {
      max-width: 120px; }
  #logo-hero .logo:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
    #logo-hero .logo:hover:after {
      left: 120%;
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  #logo-hero .container {
    width: 70% !important; }
  #logo-hero .slider {
    height: auto;
    margin: 2vw auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 2vw auto 2vw auto;
    z-index: 2; }
    #logo-hero .slider .slide-track {
      -webkit-animation: scroll 40s linear infinite;
      animation: scroll 40s linear infinite;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
  #logo-hero .slider .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #logo-hero .slider img {
    margin: 0 30px;
    height: 90px; }

@-webkit-keyframes marquee {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

@keyframes marquee {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

.white-bg {
  background-color: #ffffff !important; }

@-webkit-keyframes ribbon {
  0% {
    -webkit-transform: translateX(-2.5%);
    transform: translateX(-2.5%); }
  25% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%); }
  50% {
    -webkit-transform: translate(1%, -1%);
    transform: translate(1%, -1%); }
  75% {
    -webkit-transform: translate(-1%, 1%);
    transform: translate(-1%, 1%); }
  100% {
    -webkit-transform: translateX(-2.5%);
    transform: translateX(-2.5%); } }

@keyframes ribbon {
  0% {
    -webkit-transform: translateX(-2.5%);
    transform: translateX(-2.5%); }
  25% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%); }
  50% {
    -webkit-transform: translate(1%, -1%);
    transform: translate(1%, -1%); }
  75% {
    -webkit-transform: translate(-1%, 1%);
    transform: translate(-1%, 1%); }
  100% {
    -webkit-transform: translateX(-2.5%);
    transform: translateX(-2.5%); } }

.lifestyle [class^="icon-"]:before, .lifestyle [class*=" icon-"]:before {
  font-size: 50px;
  width: auto !important;
  margin: 0 !important;
  cursor: pointer; }

#hero {
  height: 980px;
  overflow: hidden;
  position: relative;
  background-color: #98d7f0; }
  #hero .kv {
    width: 100%;
    height: 980px;
    position: relative;
    margin-top: 0;
    display: block !important; }
    #hero .kv .bg {
      background-position: top center;
      background-size: cover;
      background-image: url(../images/kv-bg.jpg);
      position: absolute;
      width: 100%;
      height: 1200px;
      top: 0;
      z-index: 1; }
    #hero .kv .bg-item {
      position: relative;
      width: 100%;
      height: 1200px;
      top: 0;
      z-index: 30; }
    #hero .kv .title {
      width: 36%;
      position: absolute;
      top: 150px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
    #hero .kv .people {
      position: absolute;
      bottom: -30px;
      z-index: 5;
      -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
      transform: translateY(150px);
      width: 100vw;
      -webkit-animation-name: ribbon;
      animation-name: ribbon;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      width: 100%;
      z-index: 15; }
      #hero .kv .people .subject img {
        width: 80%;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    #hero .kv .scene {
      left: -2% !important;
      bottom: -35% !important; }
    #hero .kv .building {
      position: absolute;
      width: 105%;
      z-index: 4; }
    #hero .kv .fromzero {
      width: 65%;
      position: absolute;
      top: 513px;
      left: 20%;
      -webkit-transform: translateX(-10%);
      -ms-transform: translateX(-10%);
      transform: translateX(-10%);
      opacity: 0;
      z-index: 35; }
    #hero .kv .tohero {
      width: 65%;
      position: absolute;
      bottom: 80px;
      left: 25%;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%);
      opacity: 0;
      z-index: 12; }
    #hero .kv .marker {
      position: relative;
      width: 80px;
      height: 80px;
      background-color: #000000;
      border-radius: 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;
      color: white;
      -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      display: none;
      position: absolute;
      top: -110px;
      left: 35%;
      opacity: .7; }
      #hero .kv .marker .white {
        background-color: #ffffff;
        color: #000000;
        position: relative;
        width: 60px;
        height: 60px;
        border-radius: 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;
        font-size: 24px;
        font-weight: 500;
        font-family: 'oswald';
        position: absolute;
        top: 10px;
        left: 10px;
        text-transform: uppercase; }
    #hero .kv .marker::after {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 20px solid #000000; }
    #hero .kv .id {
      position: absolute;
      top: 18%;
      right: 22%;
      z-index: 21;
      opacity: 0; }
      #hero .kv .id img {
        width: 100%;
        max-width: 280px; }
      #hero .kv .id a {
        max-width: 280px;
        height: 100%;
        display: block;
        position: relative;
        z-index: 20; }
      #hero .kv .id a:hover .marker-01 {
        display: block; }
    #hero .kv .tw {
      position: absolute;
      z-index: 30;
      top: 19%;
      right: 10%;
      opacity: 0; }
      #hero .kv .tw img {
        width: 100%;
        max-width: 280px; }
      #hero .kv .tw a {
        max-width: 280px;
        height: 100%;
        display: block;
        position: relative;
        z-index: 20; }
      #hero .kv .tw a:hover .marker-02 {
        display: block; }
    #hero .kv .vn {
      position: absolute;
      top: 25%;
      right: 34%;
      z-index: 15;
      opacity: 0; }
      #hero .kv .vn img {
        width: 90%;
        max-width: 300px; }
      #hero .kv .vn a {
        max-width: 280px;
        height: 100%;
        display: block;
        position: relative;
        z-index: 10; }
      #hero .kv .vn a:hover .marker-03 {
        display: block; }
      #hero .kv .vn a:hover .marker {
        left: 18%; }
    #hero .kv .sg {
      position: absolute;
      top: 20%;
      left: 0%;
      z-index: 25;
      opacity: 0; }
      #hero .kv .sg img {
        width: 100%;
        max-width: 350px; }
      #hero .kv .sg a {
        max-width: 280px;
        height: 100%;
        display: block;
        position: relative;
        z-index: 30; }
      #hero .kv .sg a:hover .marker-04 {
        display: block; }
    #hero .kv .kr {
      position: absolute;
      top: 14%;
      right: 10%;
      z-index: 35;
      opacity: 0; }
      #hero .kv .kr img {
        width: 90%;
        max-width: 300px; }
      #hero .kv .kr a {
        max-width: 280px;
        height: 100%;
        display: block;
        position: relative;
        z-index: 20; }
      #hero .kv .kr a:hover .marker-05 {
        display: block; }
      #hero .kv .kr .marker {
        left: 48%; }
    #hero .kv .ph {
      position: absolute;
      top: 18%;
      right: 24%;
      z-index: 20;
      opacity: 0; }
      #hero .kv .ph img {
        width: 90%;
        max-width: 300px; }
      #hero .kv .ph a {
        max-width: 280px;
        height: 100%;
        display: block;
        position: relative;
        z-index: 20; }
      #hero .kv .ph a:hover .marker-06 {
        display: block; }
      #hero .kv .ph a:hover .marker {
        left: 27%; }
    #hero .kv .my {
      position: absolute;
      top: 18%;
      left: 7%;
      z-index: 25;
      opacity: 0; }
      #hero .kv .my img {
        width: 100%;
        max-width: 400px; }
      #hero .kv .my a {
        max-width: 280px;
        height: 100%;
        display: block;
        position: relative;
        z-index: 20; }
      #hero .kv .my a:hover .marker-07 {
        display: block; }
      #hero .kv .my a:hover .marker {
        left: 62%; }
    #hero .kv .th {
      position: absolute;
      top: 32%;
      left: 0%;
      z-index: 25;
      opacity: 0; }
      #hero .kv .th img {
        width: 90%;
        max-width: 300px; }
      #hero .kv .th a {
        max-width: 280px;
        height: 100%;
        display: block;
        position: relative;
        z-index: 20; }
      #hero .kv .th a:hover .marker-08 {
        display: block; }
      #hero .kv .th a:hover .marker {
        left: 48%; }
    #hero .kv .hk {
      position: absolute;
      top: 65%;
      right: 2%;
      z-index: 35;
      opacity: 0; }
      #hero .kv .hk img {
        width: 90%;
        max-width: 250px; }
      #hero .kv .hk a {
        max-width: 300px;
        height: 100%;
        display: block;
        position: relative;
        z-index: 20; }
      #hero .kv .hk a:hover .marker-09 {
        display: block; }
    #hero .kv .jp {
      position: absolute;
      top: 32%;
      left: 16%;
      z-index: 25;
      opacity: 0; }
      #hero .kv .jp img {
        width: 100%;
        max-width: 400px; }
      #hero .kv .jp a {
        max-width: 280px;
        height: 100%;
        display: block;
        position: relative;
        z-index: 20; }
      #hero .kv .jp a:hover .marker-10 {
        display: block; }
      #hero .kv .jp a:hover .marker {
        left: 49%; }
    #hero .kv .cat {
      position: absolute;
      z-index: 30;
      top: 48%;
      right: 5%; }
      #hero .kv .cat img {
        width: 100%;
        max-width: 400px;
        position: relative;
        z-index: 25; }
    #hero .kv a:hover {
      -webkit-animation: float .8s ease-in-out infinite alternate;
      animation: float .8s ease-in-out infinite alternate; }

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

#hero .kv .people .subject {
  display: inline-block;
  /* text-align: left; */
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 9%;
  right: 10%; }

#hero .kv .people .subject img:nth-child(2),
#hero .kv .people .subject img:nth-child(3),
#hero .kv .people .subject img:nth-child(4),
#hero .kv .people .subject img:nth-child(5) {
  visibility: hidden;
  -webkit-animation: 2s autoplay1 infinite;
  animation: 2s autoplay1 infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

#hero .kv .people .subject img:nth-child(1) {
  z-index: 10 !important;
  position: relative; }

#hero .kv .people .subject img:nth-child(2) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  z-index: 20; }

#hero .kv .people .subject img:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  z-index: 20; }

#hero .kv .people .subject img:nth-child(4) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

#hero .kv .people .subject img:nth-child(5) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

@-webkit-keyframes autoplay1 {
  0% {
    visibility: visible; }
  25% {
    visibility: hidden; } }

@keyframes autoplay1 {
  0% {
    visibility: visible; }
  25% {
    visibility: hidden; } }

#hero .bluebg {
  display: block;
  content: '';
  width: 100%;
  height: 30%;
  bottom: -60%;
  z-index: 20;
  position: absolute;
  background: #6DCFF6; }

.life-button-prev, .life-container-rtl .life-button-next, .life-button-next, .life-container-rtl .life-button-prev {
  z-index: 20; }

.life-slide {
  position: relative;
  max-height: 900px;
  min-height: 850px; }

.life-pagination-bullet {
  width: 80px !important; }

.life-pagination-bullet-active {
  opacity: 1;
  background-color: #000000; }

.life-pagination-bullet {
  opacity: 0.9; }

.icon-left-open-big:before, .icon-right-open-big:before {
  color: #ffffff; }

.life-button-prev, .life-container-rtl .life-button-next {
  left: 20px;
  right: auto; }

.life-button-next, .life-container-rtl .life-button-prev {
  right: 20px;
  left: auto; }

#kv-sponsor {
  background: #FFFFFF; }
  #kv-sponsor .logo {
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #kv-sponsor .logo div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-transform: uppercase;
      font-weight: 400;
      margin: 30px 15px; }
      #kv-sponsor .logo div p {
        font-family: 'Oswald';
        line-height: 1.4 !important;
        font-size: 14px;
        text-align: left;
        color: #555555;
        margin-bottom: 0; }
  #kv-sponsor img {
    height: 80px; }

.slider {
  height: auto;
  margin: 2vw auto;
  overflow: hidden;
  position: relative;
  width: 90%; }
  .slider img {
    margin: 0 10px;
    height: 120px; }
  .slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3000px; }
  .slider .slide {
    height: 120px; }

.container {
  -webkit-transition: opacity 1s 2s;
  -o-transition: opacity 1s 2s;
  transition: opacity 1s 2s; }

.container.out {
  opacity: 0; }

.fade {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }

.fade.out {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

.flow {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }

.flow.out {
  opacity: 0; }

.flowcontent {
  position: relative; }

.flowcontent:before {
  display: table;
  content: '';
  width: 1px;
  height: 1200px; }

.flowcontent .caption {
  position: absolute;
  border-radius: 3px;
  padding: 20px;
  display: block;
  top: 50%;
  left: 10%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

#index-activity-content h2:after {
  width: 100%;
  height: 10px;
  background-color: #6DCFF6;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1; }

#index-activity-content:before {
  content: "";
  width: 100%;
  height: 480px;
  background-image: url("../images/background-black-line-top.jpg");
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1; }

#index-activity-content:after {
  content: "";
  width: 100%;
  height: 600px;
  background-image: url("../images/background-black-line-bottom.jpg");
  background-size: cover;
  position: absolute;
  bottom: 0;
  z-index: 1; }

#index-activity-content h3 {
  width: 100%; }

#index-activity-content .rule ol li {
  max-width: 600px; }

.air-ticket {
  position: relative;
  height: 0;
  width: 100%;
  z-index: 30;
  opacity: 0;
  overflow: hidden; }
  .air-ticket img {
    position: absolute;
    top: -130px;
    right: 0;
    z-index: 40;
    width: 100%;
    max-width: 400px; }

#index-activity-content {
  position: relative;
  background-color: #000000;
  background-size: cover;
  z-index: 20;
  min-height: 100vh; }
  #index-activity-content .container {
    line-height: 0;
    height: auto;
    padding: 30px 0;
    width: 70% !important;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10; }
    #index-activity-content .container .line {
      width: 100px;
      height: 3px;
      background-color: #6DCFF6; }
  #index-activity-content .all-local {
    margin: 60px auto; }
    #index-activity-content .all-local ol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #index-activity-content .all-local ol a {
        width: calc(100% / 5 - 10px);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    #index-activity-content .all-local .local img {
      width: 100%;
      max-width: 240px;
      position: relative;
      z-index: 20; }
    #index-activity-content .all-local .local p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 32px;
      font-family: 'oswald';
      text-transform: uppercase; }
      #index-activity-content .all-local .local p span {
        font-size: 14px;
        margin-top: -5px; }
    #index-activity-content .all-local li {
      position: relative; }
    #index-activity-content .all-local .circle-background {
      position: absolute;
      border-radius: 50%;
      background-color: #6DCEF5; }
    #index-activity-content .all-local li .circle-1 {
      width: 150px;
      height: 150px;
      top: 50px;
      left: 50px;
      opacity: 0;
      z-index: 1; }
    #index-activity-content .all-local li .circle-2 {
      width: 100px;
      height: 100px;
      top: 75px;
      left: 75px;
      opacity: 0;
      z-index: 2; }
    #index-activity-content .all-local li .circle-3 {
      width: 50px;
      height: 50px;
      top: 100px;
      left: 100px;
      opacity: 0;
      z-index: 3; }
    #index-activity-content .all-local li:hover {
      cursor: pointer; }
      #index-activity-content .all-local li:hover p {
        color: #6DCEF5; }
      #index-activity-content .all-local li:hover .circle-1 {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
        opacity: 0.2;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #index-activity-content .all-local li:hover .circle-2 {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.6;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #index-activity-content .all-local li:hover .circle-3 {
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #index-activity-content .all-local li:hover img {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  #index-activity-content .place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #index-activity-content .place img {
      position: absolute;
      width: 25%;
      max-width: 400px;
      margin-right: 30px;
      margin-bottom: 0;
      margin-left: 45%;
      top: 260px;
      z-index: 1; }
  #index-activity-content .rule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    height: auto;
    padding: 0; }
    #index-activity-content .rule ol {
      position: relative;
      left: 500px;
      margin-bottom: 100px; }
      #index-activity-content .rule ol li, #index-activity-content .rule ol .blue {
        font-size: 24px;
        font-weight: bold !important; }
      #index-activity-content .rule ol li {
        margin-bottom: 15px; }
    #index-activity-content .rule .confirm {
      padding: 30px 0; }
  #index-activity-content hr {
    border-top: 1px solid #555555; }
  #index-activity-content a {
    margin: 0 auto;
    font-size: 18px; }
  #index-activity-content a:nth-child(1) {
    margin-right: 5px; }
  #index-activity-content h2, #index-activity-content h3, #index-activity-content p, #index-activity-content li {
    color: #ffffff; }
  #index-activity-content .all-local li {
    margin-bottom: 30px; }
  #index-activity-content .blue {
    color: #6DCFF6 !important;
    display: inline-block; }
  #index-activity-content .text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #index-activity-content h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 10px auto;
    position: relative;
    z-index: 20;
    margin-top: 60px; }
    #index-activity-content h2 span {
      font-size: 100px;
      color: #6DCFF6; }
  #index-activity-content h3 {
    font-size: 28px;
    margin: 10px auto 60px auto;
    font-weight: normal !important;
    text-align: center;
    width: 90%;
    z-index: 20; }
    #index-activity-content h3 span {
      color: #FFCD37;
      font-size: 28px;
      display: inline; }
  #index-activity-content span {
    font-size: 14px;
    display: block; }
  #index-activity-content p {
    font-size: 24px; }
  #index-activity-content .dot {
    color: #6DCFF6;
    margin: 0 10px 10px 10px;
    font-size: 20px; }

.fancybox-content {
  width: 45%;
  max-width: 1200px !important;
  max-height: 90%;
  border-radius: 2%; }

.fancybox-stage h3 {
  color: #6DCFF6;
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px; }

.fancybox-stage .wrapper {
  width: 100%;
  margin: 0 auto;
  border: 10px solid #6DCFF6;
  padding: 30px 60px;
  border-radius: 2%; }

.fancybox-button:after,
.fancybox-button:before {
  content: none !important; }

.fancybox-button,
.fancybox-infobar__body {
  background: #000 !important;
  border-radius: 50% !important; }

.fancybox-button svg {
  color: #fff !important; }

.fancybox-slide--html .fancybox-close-small {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important; }

.fancybox-container li {
  margin-bottom: 10px; }

#starlux {
  padding-top: 0;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  max-height: 2200px;
  min-height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center; }
  #starlux .container {
    padding: 3vw 0;
    margin-top: 25vw;
    z-index: 10; }
  #starlux h3 {
    font-weight: normal !important;
    margin-bottom: 0px;
    color: #222222; }
  #starlux h4 {
    margin-bottom: 15px; }
  #starlux h2 {
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #starlux img {
    max-width: 600px;
    margin-bottom: 0px; }
  #starlux span {
    color: #847249;
    font-size: 32px; }
  #starlux .airplane {
    max-width: 350px;
    margin-bottom: 15px; }
  #starlux .run {
    padding: 60px 0 40px 0; }
    #starlux .run h3, #starlux .run span {
      font-size: 28px; }
    #starlux .run a {
      background-color: #6dcff6 !important;
      color: #ffffff !important;
      border-color: #6dcff6 !important;
      margin-top: 15px; }
    #starlux .run img {
      max-width: 800px; }

#starlux::after {
  content: "";
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, #ffffff));
  background: -webkit-linear-gradient(top, transparent 0%, #ffffff 90%);
  background: -o-linear-gradient(top, transparent 0%, #ffffff 90%);
  background: linear-gradient(to bottom, transparent 0%, #ffffff 90%);
  width: 100vw;
  height: 100vh;
  min-height: 500px;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5; }

.fancybox-slide ol li h4 {
  color: #20a0d2; }

.fancybox-slide span {
  color: #777777; }

.fancybox-content {
  width: 50%;
  max-width: 1200px !important;
  max-height: 90%;
  border-radius: 15px; }

.fancybox-stage h3 {
  color: #20a0d2;
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px; }

.fancybox-stage .wrapper {
  width: 100%;
  margin: 0 auto;
  border: 10px solid #6DCFF6;
  padding: 30px 60px;
  border-radius: 15px; }

.fancybox-button:after,
.fancybox-button:before {
  content: none !important; }

.fancybox-button,
.fancybox-infobar__body {
  background: #000 !important;
  border-radius: 50% !important; }

.fancybox-button svg {
  color: #fff !important; }

.fancybox-slide--html .fancybox-close-small {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important; }

.fancybox-container li {
  margin-bottom: 10px; }

#nation {
  position: relative;
  height: 9000px;
  overflow: hidden;
  background-color: #ffffff; }
  #nation .menu {
    position: relative;
    background-image: url(../images/map-bg.jpg);
    background-position: left;
    background-size: cover;
    width: 30%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    overflow: hidden;
    top: 0 !important; }
    #nation .menu ol {
      padding-bottom: 0; }
    #nation .menu li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; }
      #nation .menu li .active {
        opacity: 1; }
      #nation .menu li p {
        font-size: 4.5vh;
        font-weight: bold;
        font-family: 'oswald';
        text-transform: uppercase;
        color: #777777;
        margin-bottom: 0; }
      #nation .menu li span {
        width: 45px;
        margin-bottom: 5px;
        margin-right: 5px;
        opacity: 0; }
        #nation .menu li span img {
          width: 45px; }
      #nation .menu li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0; }
    #nation .menu li.active, #nation .menu li:active {
      color: #000000; }
      #nation .menu li.active p, #nation .menu li:active p {
        color: #000000; }
      #nation .menu li.active span, #nation .menu li:active span {
        opacity: 1; }
  #nation .location {
    width: 70%;
    position: absolute;
    top: 0;
    right: 0; }
    #nation .location div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 60px;
      position: relative;
      background-position: center;
      background-size: cover;
      height: 900px;
      overflow: hidden; }
      #nation .location div img {
        max-width: 400px;
        z-index: 10; }
      #nation .location div p {
        color: #ffffff;
        font-size: 16px;
        width: 40%;
        margin-top: 30px;
        z-index: 10; }
      #nation .location div .date {
        background-color: rgba(112, 207, 244, 0.7);
        width: auto;
        padding: 2px 15px;
        position: absolute;
        top: 10px;
        left: 0;
        font-weight: 500;
        font-family: 'oswald';
        margin-bottom: 15px;
        font-size: 21px; }
    #nation .location a {
      position: absolute;
      width: 120px;
      right: 30px;
      bottom: 30px;
      z-index: 10; }
    #nation .location a:hover {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    #nation .location div:nth-child(1) {
      background-image: url(../images/idn-kv-bg.jpg);
      background-position: 85%; }
    #nation .location div:nth-child(2) {
      background-image: url(../images/tpe-kv-bg.jpg); }
    #nation .location div:nth-child(3) {
      background-image: url(../images/vin-kv-bg.jpg); }
    #nation .location div:nth-child(4) {
      background-image: url(../images/sin-kv-bg.jpg); }
    #nation .location div:nth-child(5) {
      background-image: url(../images/kor-kv-bg.jpg); }
    #nation .location div:nth-child(6) {
      background-image: url(../images/phi-kv-bg.jpg); }
    #nation .location div:nth-child(7) {
      background-image: url(../images/mal-kv-bg.jpg); }
    #nation .location div:nth-child(8) {
      background-image: url(../images/tha-kv-bg.jpg); }
    #nation .location div:nth-child(9) {
      background-image: url(../images/hkg-kv-bg.jpg); }
    #nation .location div:nth-child(10) {
      background-image: url(../images/jap-kv-bg.jpg); }

#nation .location div:after {
  content: "";
  position: absolute;
  background-color: #000000;
  opacity: .4;
  top: 0;
  height: 900px;
  width: 100vw;
  left: 0;
  z-index: 5; }

#learnmoreseries {
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 60px 0 60px 0;
  z-index: 25; }
  #learnmoreseries .title {
    background-color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3vw; }
    #learnmoreseries .title h2 {
      font-size: 100px;
      color: #000000;
      line-height: 1 !important;
      position: relative;
      z-index: 10;
      scale: 1.8;
      opacity: 0; }
  #learnmoreseries .container {
    padding: 0; }
    #learnmoreseries .container a {
      background-color: #6dcff6 !important;
      color: #ffffff !important;
      width: 280px;
      padding: 1em;
      font-size: 18px;
      margin: 30px 0; }
  #learnmoreseries ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0; }
  #learnmoreseries svg {
    width: 40px;
    height: 40px;
    margin: 0 10px; }
  #learnmoreseries h3 {
    line-height: 1.2 !important; }
  #learnmoreseries .slider .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

#questions {
  background-color: #F5F5F5;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3vw 0 3vw 0;
  z-index: 25; }
  #questions h2 {
    color: #000000;
    margin-bottom: 30px; }
  #questions .line {
    height: 3px;
    background-color: #6DCFF6;
    margin-bottom: 10px; }
  #questions ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0; }
    #questions ol li {
      margin: 15px 0; }
      #questions ol li div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        text-align: left; }
        #questions ol li div h3 {
          padding: 0;
          margin: 0; }
  #questions p {
    display: none;
    color: #777777;
    text-align: left; }
  #questions .circle {
    background-color: #6DCFF6;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 30px;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #questions hr {
    width: 100%; }

#index-player {
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5vw 0 5vw 0;
  height: auto; }
  #index-player h2 {
    color: #000000;
    margin-bottom: 30px; }
  #index-player .title {
    height: 200px;
    background-color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #index-player .container {
    padding: 0;
    width: 1400px !important; }
  #index-player ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0; }
  #index-player .swiper {
    width: 100%;
    height: 740px;
    padding: 30px 0 60px 0; }
  #index-player .swiper-wrapper {
    width: 90%;
    margin-right: 10% !important; }
  #index-player .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-size: cover;
    background-position: center; }
    #index-player .swiper-slide .country {
      color: #999999;
      font-size: 14px;
      margin-bottom: 0;
      margin-top: 15px; }
    #index-player .swiper-slide p {
      text-align: center;
      padding: 0 10px;
      font-size: 15px;
      line-height: 1.6 !important;
      width: 360px; }
    #index-player .swiper-slide h3 {
      color: #222222;
      font-weight: normal !important;
      margin-top: 0;
      margin-left: 0;
      margin-bottom: 10px;
      line-height: 1.2 !important; }
      #index-player .swiper-slide h3 span {
        font-size: 21px; }
    #index-player .swiper-slide img {
      display: block;
      width: 350px;
      height: 350px;
      -o-object-fit: cover;
      object-fit: cover; }
  #index-player a {
    font-size: 14px;
    padding: 0.4em 1.2em;
    margin-left: 15px;
    margin-bottom: 15px; }
  #index-player a {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'oswald'; }
    #index-player a svg {
      width: 16px;
      margin-right: 4px;
      margin-bottom: -2px; }
  #index-player h2 {
    font-weight: normal !important; }
  #index-player .swiper-button-next, #index-player .swiper-button-prev {
    color: #222222 !important; }
  #index-player .swiper-pagination-bullet-active {
    background-color: #222222 !important; }

#index-grc {
  background-image: url(../images/grc-map-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 25; }
  #index-grc .container {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    position: relative; }
    #index-grc .container .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      flex-direction: column;
      position: relative;
      left: -250px; }
    #index-grc .container h2 {
      color: #FC4259; }
    #index-grc .container p {
      color: #ffffff;
      text-align: center; }
    #index-grc .container a {
      background-color: #FC4259 !important;
      color: #ffffff !important;
      border-color: #FC4259 !important;
      margin: 10px 0 30px 0; }
    #index-grc .container .hvr-sweep-to-right:before {
      background: #c30018 !important; }
    #index-grc .container img {
      width: 100%;
      max-width: 750px; }

#index-otherevent {
  background-color: #F5F5F5;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3vw 0 3vw 0; }
  #index-otherevent h2 {
    color: #000000;
    margin-bottom: 30px; }
  #index-otherevent .title {
    height: 200px;
    background-color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #index-otherevent .container {
    padding: 0;
    width: 1400px !important; }
  #index-otherevent ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0; }
  #index-otherevent .swiper {
    width: 100%;
    height: 500px;
    padding: 30px 0; }
  #index-otherevent .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    background-size: cover;
    background-position: center; }
  #index-otherevent .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  #index-otherevent a {
    font-size: 14px;
    padding: 0.4em 1.2em;
    margin-left: 15px;
    margin-bottom: 15px; }
  #index-otherevent h3 {
    color: #ffffff;
    font-weight: normal !important;
    margin: 0;
    margin-left: 15px; }
  #index-otherevent .bg01 {
    background-image: url(../images/other-event-01.jpg); }
  #index-otherevent .bg02 {
    background-image: url(../images/other-event-01.jpg); }
  #index-otherevent .bg03 {
    background-image: url(../images/other-event-01.jpg); }
  #index-otherevent .bg04 {
    background-image: url(../images/other-event-01.jpg); }
  #index-otherevent .bg05 {
    background-image: url(../images/other-event-01.jpg); }

.swiper-button-next, .swiper-button-prev {
  color: #ffffff !important; }

.swiper-pagination-bullet-active {
  background-color: #ffffff !important; }

#index-otherevent .card__one {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  #index-otherevent .card__one::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    content: '';
    opacity: 0;
    z-index: -1; }
  #index-otherevent .card__one:hover, #index-otherevent .card__one:focus {
    -webkit-transform: scale3d(1.006, 1.006, 1);
    transform: scale3d(1.006, 1.006, 1); }
    #index-otherevent .card__one:hover::after, #index-otherevent .card__one:focus::after {
      opacity: 1; }

#index-sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-repeat: repeat;
  overflow: hidden;
  background: #FFFFFF;
  z-index: 25; }
  #index-sponsor h2 {
    margin: 0 auto;
    text-align: center;
    color: #333333 !important;
    font-size: 21px; }
  #index-sponsor .container {
    margin: 0 auto;
    padding: 5vw 0; }
  #index-sponsor .container div {
    margin: 0 auto;
    width: 80%;
    padding: 1vh 0;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #index-sponsor a {
    margin-bottom: 0; }
  #index-sponsor div img {
    width: 100%;
    margin: 10px 0; }
  #index-sponsor div .biglogo {
    width: 100%;
    max-width: 300px;
    margin: 10px 0; }
  #index-sponsor div .spcial-logo-01 {
    max-width: 260px;
    margin: 10px 0; }
  #index-sponsor div .spcial-logo-02 {
    max-width: 500px;
    height: 100px;
    margin: 10px 0; }
  #index-sponsor .twologo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #index-sponsor .twologo .logo-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }

#announce-special {
  background-color: #70cff4;
  background-size: cover;
  background-position: top center; }
  #announce-special .container {
    width: 970px !important;
    line-height: 0;
    height: auto;
    padding: 5% 0 5% 0;
    max-height: 700px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #announce-special .container .frame {
      text-align: center;
      border: 5px #fff solid;
      width: 90%;
      padding: 3% 0; }
  #announce-special img {
    margin-bottom: 10px;
    width: 400px;
    margin-top: 140px; }
  #announce-special h2 {
    font-size: 36px;
    color: #847249;
    font-weight: bold; }
  #announce-special p {
    font-size: 20px;
    font-weight: 800;
    margin: 10px 0 20px 0;
    line-height: 1.6 !important;
    color: #222;
    text-align: center; }
  #announce-special .table-frame table {
    margin: 0 auto; }
    #announce-special .table-frame table .dark tr {
      background: #2f92b7;
      color: #fff;
      border: .5px solid #70cff4; }
    #announce-special .table-frame table tbody tr td {
      background: #ffffff;
      vertical-align: middle;
      border: none;
      font-weight: 400;
      border: .5px solid #70cff4;
      padding: .5em 1.2em; }
  #announce-special div a {
    margin: 0 auto; }
  #announce-special .btn-black-fill, #announce-special .btn-grey-fill {
    font-size: 18px !important; }
  #announce-special .lity-close {
    z-index: 9994;
    width: 100px;
    height: 100px;
    position: fixed;
    right: 10%;
    top: 10%;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 80px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #announce-special .dot {
    color: #fff;
    margin: 0 10px 10px 10px;
    font-size: 20px; }
  #announce-special .small {
    font-size: .9rem; }

.lity-close {
  font-size: 80px !important;
  right: 60px;
  top: 60px; }

#kv-page-bar {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  background-color: #fff;
  position: relative;
  background-image: url(../images/category-subtitle.jpg);
  background-size: cover; }
  #kv-page-bar .bg {
    width: 100%; }
  #kv-page-bar h2 {
    font-size: 3.2vw;
    color: #000000;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #kv-page-bar .container {
    padding: 0; }

#fr-product {
  background-color: #ffffff; }
  #fr-product .container {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10; }
    #fr-product .container h2 {
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #6DCFF6;
      font-family: 'Oswald';
      font-size: 11vw;
      text-align: center;
      color: #ffffff;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      z-index: 5; }
    #fr-product .container .watch {
      margin-top: 60px; }
    #fr-product .container .watch img {
      width: 100%;
      max-width: 1170px;
      position: relative;
      z-index: 10;
      margin-top: 100px; }
    #fr-product .container .text {
      width: 90%;
      margin: 0 auto; }
      #fr-product .container .text p {
        font-size: 21px;
        text-align: center;
        color: #ffffff;
        padding: 30px 30px 60px 30px; }

#fr-product:after {
  content: "";
  background: #6DCFF6;
  width: 100vw;
  height: 300px;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

#guide-content {
  background-color: #ffffff; }
  #guide-content .container {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    width: 100% !important; }
    #guide-content .container h2 {
      font-size: 32px;
      color: #000000; }
    #guide-content .container p {
      font-size: 18px; }
    #guide-content .container .text {
      padding: 60px 0; }
    #guide-content .container .prepare {
      background-color: #FFFFFF;
      width: 80%;
      text-align: center; }
    #guide-content .container .guilde-01, #guide-content .container .guilde-02 {
      max-height: 700px;
      min-height: 400px;
      height: 60vh; }
      #guide-content .container .guilde-01 .bg, #guide-content .container .guilde-02 .bg {
        height: 60vh; }
    #guide-content .container .guilde-01 {
      background-color: #F5F5F5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      overflow: hidden; }
      #guide-content .container .guilde-01 .bg {
        width: 50%;
        background-position: center center;
        background-size: cover;
        background-image: url(../images/guide-training-bg.jpg);
        z-index: 1; }
      #guide-content .container .guilde-01 .text {
        width: 50%;
        margin: 0 auto;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 0; }
        #guide-content .container .guilde-01 .text h2 {
          text-align: center; }
        #guide-content .container .guilde-01 .text p {
          text-align: center;
          color: #333333;
          padding: 10px 30px;
          max-width: 1000px; }
        #guide-content .container .guilde-01 .text a {
          margin: 0 auto; }
    #guide-content .container .guilde-02 {
      background-color: #F5F5F5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      overflow: hidden; }
      #guide-content .container .guilde-02 .bg {
        width: 50%;
        background-position: center center;
        background-size: cover;
        background-image: url(../images/guide-grc-bg.jpg);
        z-index: 1; }
      #guide-content .container .guilde-02 .text {
        width: 50%;
        margin: 0 auto;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 0; }
        #guide-content .container .guilde-02 .text h2 {
          text-align: center; }
        #guide-content .container .guilde-02 .text p {
          text-align: center;
          color: #333333;
          padding: 10px 30px;
          max-width: 1000px; }
        #guide-content .container .guilde-02 .text a {
          margin: 0 auto;
          font-size: 18px; }
      #guide-content .container .guilde-02 .group-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        #guide-content .container .guilde-02 .group-link a {
          margin: 0 5px; }
    #guide-content .container .guilde-03 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      padding: 100px 0; }
      #guide-content .container .guilde-03 ol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 90%;
        padding: 0 0 15px 0; }
        #guide-content .container .guilde-03 ol li {
          width: calc(90%/5);
          margin: 10px;
          background-color: #F5F5F5;
          border-radius: 15px;
          padding: 15px 20px;
          min-height: 210px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          #guide-content .container .guilde-03 ol li h3 {
            font-size: 24px; }
          #guide-content .container .guilde-03 ol li p {
            font-size: 15px;
            line-height: 1.6 !important; }
            #guide-content .container .guilde-03 ol li p span {
              color: #20a0d2; }
      #guide-content .container .guilde-03 a {
        color: #000000;
        font-size: 18px; }
      #guide-content .container .guilde-03 a:hover {
        color: #20a0d2; }
    #guide-content .container .guilde-04 {
      background-position: center center;
      background-size: cover;
      background-image: url(../images/guide-garmin-bg.jpg);
      height: 120vh;
      min-height: 950px; }
      #guide-content .container .guilde-04 .text {
        width: 80%;
        margin: 0 auto;
        text-align: center; }
        #guide-content .container .guilde-04 .text h2 {
          color: #ffffff; }
        #guide-content .container .guilde-04 .text p {
          text-align: center;
          color: #ffffff;
          padding: 30px auto; }

#grc {
  background-color: #000000; }
  #grc .bg {
    width: 100%;
    height: 600px;
    background-position: right center;
    background-size: cover;
    background-image: url(../images/grc-banner.jpg);
    z-index: 1; }
  #grc .container {
    overflow: hidden;
    position: relative;
    padding: 60px 0;
    z-index: 10; }
    #grc .container h2 {
      text-align: center;
      color: #FC4259; }
    #grc .container p {
      color: #ffffff; }
    #grc .container .text p {
      font-size: 21px;
      text-align: center;
      color: #ffffff; }
    #grc .container .link {
      width: 100%;
      text-align: center;
      margin: 0 auto;
      padding: 0 0 60px 0; }
      #grc .container .link a {
        margin: 5px 5px;
        width: 210px;
        text-transform: uppercase; }
      #grc .container .link h2 {
        color: #ffffff;
        margin-bottom: 30px; }
        #grc .container .link h2 span {
          color: #FC4259;
          display: inline;
          font-size: 48px; }
      #grc .container .link .hvr-sweep-to-right:before {
        content: "";
        background: #FC4259; }
  #grc .member {
    background-position: center center;
    background-size: cover;
    background-image: url(../images/grc-red-bg.jpg); }
    #grc .member .container {
      overflow: hidden;
      position: relative;
      padding: 60px 0;
      z-index: 10;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #grc .member .container h2 {
        text-align: center;
        color: #FC4259; }
      #grc .member .container h3 {
        color: #ffffff;
        font-size: 28px; }
      #grc .member .container p {
        color: #ffffff;
        font-size: 16px; }
        #grc .member .container p span {
          color: #FC4259; }
      #grc .member .container img {
        width: 100%;
        max-width: 900px;
        margin: 0 auto; }
      #grc .member .container .link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0; }
      #grc .member .container a {
        background-color: #FC4259 !important;
        color: #ffffff !important;
        border-color: #FC4259 !important;
        margin: 10px 10px 30px 10px; }
      #grc .member .container .hvr-sweep-to-right:before {
        background: #c30018 !important; }
  #grc .passport {
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/grc-red-bg-2.jpg);
    position: relative;
    padding-bottom: 60px; }
    #grc .passport .container {
      overflow: hidden;
      position: relative;
      padding: 60px 0;
      z-index: 10;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #grc .passport .container h2 {
        text-align: center;
        color: #FC4259; }
      #grc .passport .container h3 {
        color: #ffffff;
        font-size: 28px;
        width: 90%;
        text-align: center;
        margin-bottom: 30px;
        font-weight: normal !important; }
      #grc .passport .container p {
        color: #ffffff;
        font-size: 16px; }
      #grc .passport .container .small {
        color: #fc4259;
        margin-top: -20px; }
      #grc .passport .container img {
        width: 100%;
        max-width: 980px;
        margin: 0 auto;
        position: relative;
        z-index: 30; }
    #grc .passport .word {
      position: absolute;
      top: 250px;
      left: 30px;
      z-index: 10;
      width: 370px;
      -webkit-transform: rotate(-12.114deg);
      -ms-transform: rotate(-12.114deg);
      transform: rotate(-12.114deg);
      z-index: 5; }
    #grc .passport .stamp {
      width: 300px;
      aspect-ratio: 416 / 363;
      right: 30px;
      opacity: .4;
      position: absolute;
      bottom: -10px; }

#blog {
  background-color: #f5f5f5; }
  #blog .container {
    margin: 60px auto; }
  #blog h3 {
    text-align: center;
    margin: 0 auto 30px auto; }
  #blog ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: center;
    padding: 0 10px; }
    #blog ol li {
      background-color: #ffffff;
      width: 33.33%;
      border-radius: 10px;
      text-align: center;
      padding: 30px;
      margin: 0 10px; }
      #blog ol li h4 {
        color: #000000;
        margin: 15px 0 15px 0;
        font-size: 21px;
        line-height: 1.4 !important; }

#info-main-content {
  overflow: hidden;
  position: relative;
  background: white;
  width: 100%;
  padding: 3vw 0; }
  #info-main-content h2 {
    font-weight: bold;
    margin: 0 0 30px 0;
    padding: 0;
    color: #000000;
    line-height: 1.4 !important;
    text-align: center; }
  #info-main-content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0; }
  #info-main-content .frame {
    width: calc(100% / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #info-main-content .frame h2 {
      font-size: 32px;
      font-weight: bold;
      margin: 0;
      padding: 0;
      color: #20a0d2; }
    #info-main-content .frame h3 {
      font-size: 32px;
      font-weight: bold;
      margin: 0;
      padding: 0;
      color: #000000;
      line-height: 1.2 !important; }
  #info-main-content .headerdivider {
    border-left: 3px solid #000;
    height: 150px;
    width: 3px;
    padding: 10px 0; }

#info-link-group {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 0 60px 0; }
  #info-link-group .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0; }
    #info-link-group .container .list {
      text-align: center; }
      #info-link-group .container .list a {
        margin: 0 5px; }

#info-activity {
  overflow: hidden;
  position: relative;
  background: #F5F5F5;
  width: 100%;
  min-height: 500px;
  max-height: 550px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  #info-activity .bg {
    width: 50%;
    max-height: 700px;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat; }
  #info-activity .text {
    width: 50%;
    padding: 3vw 5vw; }
    #info-activity .text hr {
      border-bottom: 3px solid #20A0D2; }
    #info-activity .text h3 {
      color: #111111;
      font-weight: bold;
      margin: 0;
      padding: 0; }
    #info-activity .text p {
      color: #111111;
      font-size: 18px;
      margin: 5px 0;
      line-height: 1.4 !important; }
      #info-activity .text p span {
        color: #76c7f3;
        padding-right: 15px; }

#asia-race {
  padding: 60px 0; }
  #asia-race h3 {
    text-align: center; }
  #asia-race .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 1vw 3vw 0 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    #asia-race .wrapper ol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 0; }
      #asia-race .wrapper ol li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
        margin: 15px;
        text-transform: uppercase;
        color: #666666; }
        #asia-race .wrapper ol li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          justify-self: center;
          line-height: 1.4 !important; }
          #asia-race .wrapper ol li a img {
            width: 32px; }
        #asia-race .wrapper ol li .grey {
          cursor: default;
          color: #666666 !important; }
        #asia-race .wrapper ol li span {
          display: block;
          font-size: 14px; }
      #asia-race .wrapper ol hr {
        width: 60px;
        color: #666666;
        margin: 0 10px; }

/*比賽詳細清單*/
#bus-table .list table thead tr {
  background: -webkit-linear-gradient(0.02deg, #5FA8EF 0.49%, #6DCFF6 18.11%, #F5FCFF 51.02%, #EDE939 88.58%, #FC4259 99.98%) !important;
  background: -o-linear-gradient(0.02deg, #5FA8EF 0.49%, #6DCFF6 18.11%, #F5FCFF 51.02%, #EDE939 88.58%, #FC4259 99.98%) !important;
  background: linear-gradient(89.98deg, #5FA8EF 0.49%, #6DCFF6 18.11%, #F5FCFF 51.02%, #EDE939 88.58%, #FC4259 99.98%) !important;
  border: none !important; }

#race-table .list, #bus-table .list {
  margin-top: 30px; }
  #race-table .list h2, #bus-table .list h2 {
    margin-bottom: 5px;
    color: #000;
    text-align: center; }
  #race-table .list h4, #bus-table .list h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    text-align: center; }
  #race-table .list table, #bus-table .list table {
    width: 100%; }
  #race-table .list table thead tr, #bus-table .list table thead tr {
    background: #70cff4;
    background: -moz-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
    background: -webkit-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
    background: -webkit-gradient(linear, left top, right top, from(#70cff4), to(#20a0d2));
    background: -o-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
    background: linear-gradient(to right, #70cff4 0%, #20a0d2 100%);
    text-align: center;
    color: #ffffff;
    border: .5px solid #70cff4; }
  #race-table .list table tbody tr:nth-child(odd), #bus-table .list table tbody tr:nth-child(odd) {
    background-color: #333333; }
  #race-table .list table tbody tr:nth-child(even), #bus-table .list table tbody tr:nth-child(even) {
    background-color: #111111; }
  #race-table .list table tbody tr td, #bus-table .list table tbody tr td {
    vertical-align: middle;
    border: none;
    font-weight: normal;
    border: .5px solid #70cff4;
    white-space: pre-line; }
  #race-table .list table tbody tr td:nth-child(1), #bus-table .list table tbody tr td:nth-child(1) {
    width: 25%;
    text-align: center; }
  #race-table .list table tbody tr td:nth-child(2), #bus-table .list table tbody tr td:nth-child(2) {
    width: 25%;
    text-align: center; }
  #race-table .list table tbody tr td:nth-child(3), #bus-table .list table tbody tr td:nth-child(3) {
    width: 25%;
    text-align: center; }
  #race-table .list table tbody tr td:nth-child(4), #bus-table .list table tbody tr td:nth-child(4) {
    width: 25%;
    text-align: center; }
  #race-table .list table tbody tr td.label, #bus-table .list table tbody tr td.label {
    width: 15%; }
  #race-table .list table tbody tr td img, #bus-table .list table tbody tr td img {
    width: 35px; }
  #race-table .list td, #bus-table .list td {
    font-size: 1rem;
    line-height: 1.6em;
    padding: 15px 10px;
    border: none;
    color: #fff; }

#race-table .wrapper, #bus-table .wrapper {
  width: 1170px;
  margin: 0 auto;
  padding: 0 3vw 3vw 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #race-table .wrapper div, #bus-table .wrapper div {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  #race-table .wrapper a, #bus-table .wrapper a {
    margin-top: 30px; }

#asia-series-info {
  background: #6DCFF6; }
  #asia-series-info .container {
    line-height: 0;
    height: auto;
    padding: 0 0 5vw 0;
    max-height: 600px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    #asia-series-info .container .medal {
      background-size: 160%;
      background-position: bottom center;
      background-repeat: no-repeat;
      width: 50%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #asia-series-info .container .medal img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    #asia-series-info .container .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #asia-series-info .container .text img {
        width: 150px;
        margin-bottom: 10px; }
  #asia-series-info p {
    font-weight: 800;
    margin: 20px 0; }
  #asia-series-info a {
    margin: 0 auto; }
  #asia-series-info h2, #asia-series-info h3, #asia-series-info p {
    color: #ffffff;
    text-align: center; }
  #asia-series-info h2 {
    font-size: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    height: 130px; }
    #asia-series-info h2 span {
      font-size: 100px;
      color: #6DCFF6; }
  #asia-series-info h3 {
    font-weight: bold;
    margin-top: 30px;
    margin: 0;
    padding: 0; }

#medal .container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px; }
  #medal .container .info-award ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #medal .container .info-award ol li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #medal .container .info-award ol li h3 {
        margin-top: 0; }
  #medal .container h3 {
    margin-top: 30px; }

#series {
  position: relative;
  background-color: #F5F5F5;
  z-index: 10; }
  #series a:hover p {
    color: #137ec1; }
  #series .container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70% !important; }
    #series .container h2 {
      text-align: center;
      color: #000000;
      font-size: 48px;
      margin-bottom: 0;
      font-weight: normal; }
    #series .container h3 {
      text-align: center;
      line-height: 1.4 !important; }
    #series .container a p {
      margin: 60px auto 0 auto;
      text-align: center;
      font-size: 18px; }
    #series .container .all-grpup {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-top: 30px; }
    #series .container .group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #series .container .group h3 {
        color: #555555;
        font-size: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; }
        #series .container .group h3 hr {
          border-top: 1px solid #acacac;
          width: 100%;
          max-width: 50px;
          margin: 0 5px; }
      #series .container .group ol {
        width: 100%;
        padding: 0 3vw;
        margin: 20px auto;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 4; }
      #series .container .group li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 1em; }
        #series .container .group li h3 {
          font-size: 21px;
          margin-bottom: 0;
          font-weight: normal !important; }
        #series .container .group li p {
          margin: 0px auto 10px auto;
          text-align: center;
          font-size: 14px;
          line-height: 1.4 !important;
          color: #555555; }
        #series .container .group li a {
          font-size: 13px; }
        #series .container .group li img {
          max-width: 200px; }
    #series .container .group:nth-child(1) {
      width: 100%;
      margin: 0 auto; }

#type .pd-nav {
  width: 100%;
  max-width: 1170px;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 100px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

#type .pd-nav > * {
  max-width: calc(100% / 5); }

#type .pd-nav > * img {
  width: 100%;
  max-width: 140px; }

#type .pd-nav > * h5 {
  padding: 0 10px;
  margin-bottom: 5px; }

#type {
  position: relative;
  -webkit-transition: opacity 0.3s ease-out 0.2s;
  -o-transition: opacity 0.3s ease-out 0.2s;
  transition: opacity 0.3s ease-out 0.2s; }
  #type .wrapper > [id] {
    opacity: 0;
    height: 0; }
  #type .wrapper > [id].active {
    opacity: 1;
    height: auto; }

.intro .container .class-area .photo:after {
  content: "";
  background: #F5F5F5;
  width: 100vw;
  height: 300px;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

#rungroup, #virtualrun {
  width: 100%;
  overflow: hidden; }
  #rungroup .intro, #virtualrun .intro {
    position: relative;
    z-index: 10;
    text-align: center;
    padding-bottom: 30px;
    background: #ffffff; }
    #rungroup .intro .container, #virtualrun .intro .container {
      height: auto;
      padding: 100px 0 0 0;
      width: 100% !important;
      position: relative;
      top: 0;
      z-index: 20; }
      #rungroup .intro .container h2, #virtualrun .intro .container h2 {
        margin-bottom: 30px;
        color: #000000;
        line-height: 1.2 !important;
        text-transform: uppercase; }
      #rungroup .intro .container .class-area, #virtualrun .intro .container .class-area {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #rungroup .intro .container .class-area .photo, #virtualrun .intro .container .class-area .photo {
          position: relative;
          height: 450px;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
        #rungroup .intro .container .class-area .bg, #virtualrun .intro .container .class-area .bg {
          width: 60%;
          height: 450px;
          background-position: top center;
          background-size: cover;
          z-index: 10; }
        #rungroup .intro .container .class-area .text, #virtualrun .intro .container .class-area .text {
          background-color: #F5F5F5;
          width: 100%;
          padding: 60px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          #rungroup .intro .container .class-area .text ol, #virtualrun .intro .container .class-area .text ol {
            margin: 0;
            padding: 0;
            width: 50%;
            max-width: 400px; }
            #rungroup .intro .container .class-area .text ol li, #virtualrun .intro .container .class-area .text ol li {
              font-size: 16px;
              color: #333333;
              text-align: left;
              margin: 5px 0; }
              #rungroup .intro .container .class-area .text ol li .dot, #virtualrun .intro .container .class-area .text ol li .dot {
                color: #6DCFF6; }
            #rungroup .intro .container .class-area .text ol .small, #virtualrun .intro .container .class-area .text ol .small {
              color: #777777 !important; }
        #rungroup .intro .container .class-area hr, #virtualrun .intro .container .class-area hr {
          color: #D9D9D9;
          width: 100%;
          margin-bottom: 40px; }
        #rungroup .intro .container .class-area .link, #virtualrun .intro .container .class-area .link {
          background-color: #F5F5F5;
          width: 100%; }
          #rungroup .intro .container .class-area .link .small, #virtualrun .intro .container .class-area .link .small {
            padding: 10px 0 60px 0;
            color: #6DCFF6; }

.grc .bg {
  width: 100%;
  height: 600px;
  background-position: top center;
  background-size: cover;
  background-image: url(../images/grc-banner.jpg);
  z-index: 1; }

.grc .text {
  background-color: #000000;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .grc .text h3, .grc .text h4 {
    color: #ffffff; }
  .grc .text h3 {
    font-size: 36px;
    margin: 0px 0 10px 0; }
  .grc .text h4 {
    font-size: 24px;
    width: 80%;
    text-align: center;
    margin: 0 auto; }
  .grc .text a {
    margin-top: 30px; }

.gift-02 {
  width: 100%;
  background-color: #F5F5F5;
  margin-top: 60px; }
  .gift-02 .full-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .gift-02 .full-list .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 0 !important; }
      .gift-02 .full-list .container .photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .gift-02 .full-list .container .photo img {
          width: 100%;
          max-width: 500px; }
      .gift-02 .full-list .container .text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
  .gift-02 .straight .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .gift-02 .straight .container .photo img {
      max-width: 800px; }
  .gift-02 .note {
    font-size: .9rem;
    margin: 0 0 10px 0;
    color: #777777;
    margin: 0 auto 30px auto;
    text-align: center; }

#virtualrun hr {
  width: 100%;
  margin: 60px auto; }

#virtualrun .intro .container h2 {
  margin-bottom: 0px;
  color: #000000;
  line-height: 1.2 !important;
  text-transform: uppercase;
  font-size: 60px; }

#virtualrun .virtualrun-race img {
  width: 70%;
  max-width: 1170px;
  margin-top: 30px; }

.app {
  margin: 15px auto 60px auto; }
  .app img {
    margin-bottom: 10px;
    width: 200px; }
  .app svg {
    fill: #ffffff;
    margin-right: 10px; }
  .app h3 {
    color: #20a0d2;
    text-align: center;
    line-height: 1.4 !important;
    margin: 0 0 10px 0 !important;
    font-size: 40px; }
    .app h3 span {
      color: #222222; }
  .app h4 {
    color: #000000;
    font-size: 24px; }
  .app .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .app a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 250px;
    margin: 10px 15px;
    font-size: 12px !important; }

.btn-cta {
  position: fixed;
  z-index: 999;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 40px;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  opacity: 0.9; }

.btn-cta svg {
  width: 20px;
  fill: white; }

@media (max-width: 1440px) {
  .btn-cta {
    right: 8px; } }

@media (max-width: 767px) {
  .btn-cta {
    bottom: 64px; } }

.btn-cta-grc {
  bottom: 220px;
  background-color: #333333;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25)); }
  .btn-cta-grc img {
    width: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
    z-index: 18; }

.btn-cta-grc:before {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  z-index: 10; }

.btn-cta-grc:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 86.5px;
  height: 86.5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FC4259), color-stop(41.54%, #C3293C), to(#730513));
  background: -webkit-linear-gradient(top, #FC4259 0%, #C3293C 41.54%, #730513 100%);
  background: -o-linear-gradient(top, #FC4259 0%, #C3293C 41.54%, #730513 100%);
  background: linear-gradient(180deg, #FC4259 0%, #C3293C 41.54%, #730513 100%);
  border-radius: 100%;
  z-index: 5; }

.btn-cta p {
  color: white;
  text-align: center;
  color: white;
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.2 !important;
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 18; }

.btn-cta-local {
  bottom: 100px;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25)); }
  .btn-cta-local p {
    color: #009BD9; }

.btn-cta-local:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  z-index: 10; }

.btn-cta-local:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 86.5px;
  height: 86.5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0179D8), to(#6DCEF5));
  background: -webkit-linear-gradient(top, #0179D8 0%, #6DCEF5 100%);
  background: -o-linear-gradient(top, #0179D8 0%, #6DCEF5 100%);
  background: linear-gradient(180deg, #0179D8 0%, #6DCEF5 100%);
  border-radius: 100%;
  z-index: 5; }

.btn-cta:hover {
  -webkit-transform: scale3d(1.06, 1.06, 1.06);
  transform: scale3d(1.06, 1.06, 1.06);
  opacity: 1; }

p[data-id="service"], .end {
  margin: 0 auto;
  text-align: center;
  color: #777777;
  font-size: 16px !important;
  background: #ffffff;
  padding: 60px 0 60px 0; }

p[data-id="footer"] {
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  background-color: #000000;
  padding: 25px;
  margin: 0; }

@media (min-width: 2000px) and (max-width: 2560px) {
  #hero {
    height: 1200px; }
    #hero .kv {
      height: 1200px; }
      #hero .kv .bg {
        height: 1450px; }
      #hero .kv .fromzero {
        top: 615px; }
      #hero .kv .id {
        top: 28%; }
      #hero .kv .tw {
        top: 30%; }
      #hero .kv .vn {
        top: 38%; }
      #hero .kv .sg {
        top: 37%;
        left: 1%;
        z-index: 35; }
      #hero .kv .kr {
        top: 25%; }
      #hero .kv .ph {
        top: 30%;
        right: 26%; }
      #hero .kv .my {
        top: 35%; }
      #hero .kv .th {
        top: 54%;
        left: 4%; }
      #hero .kv .hk {
        top: 75%; }
      #hero .kv .jp {
        top: 41%; }
      #hero .kv .cat {
        position: absolute;
        z-index: 30;
        top: 48%;
        right: 5%; }
        #hero .kv .cat img {
          width: 100%;
          max-width: 400px; }
  .life-slide {
    position: relative;
    max-height: 1120px;
    min-height: 850px; }
  #index-activity-content .place img {
    width: 25%;
    max-width: 310px;
    margin-right: 30px;
    margin-bottom: 0;
    margin-left: 35%;
    top: 260px; }
  #index-player .container {
    padding: 0;
    width: 75% !important; }
  #nation .menu {
    max-height: 1200px; }
  #index-grc {
    background-position: top left;
    min-height: 900px; }
    #index-grc .container img {
      width: 100%;
      max-width: 1050px; }
    #index-grc p {
      font-size: 18px; }
  #series .container {
    width: 1400px !important; }
    #series .container .group li img {
      max-width: 250px; }
    #series .container .guilde-04 {
      height: 100vh;
      min-height: 900px; } }

@media (max-width: 1680px) {
  #hero {
    height: 850px; }
    #hero .kv {
      height: 850px; }
      #hero .kv .title {
        top: 120px; }
      #hero .kv .bg {
        height: 1000px; }
      #hero .kv .bg-item {
        height: 850px; }
      #hero .kv .fromzero {
        top: 430px;
        left: 18%; }
      #hero .kv .hk {
        z-index: 50; }
      #hero .kv .kr {
        top: 12%;
        right: 7%;
        z-index: 30; }
        #hero .kv .kr img {
          width: 85%; }
        #hero .kv .kr a:hover .marker-05 {
          display: block;
          left: 43.5%;
          top: -90px; }
      #hero .kv .tw {
        z-index: 20;
        top: 16%;
        right: 6%; }
      #hero .kv .id {
        right: 19%; }
        #hero .kv .id img {
          width: 85%;
          max-width: 280px; }
        #hero .kv .id a:hover .marker-01 {
          left: 31%; }
      #hero .kv .vn {
        top: 30%;
        right: 32%; }
      #hero .kv .ph {
        top: 17%;
        right: 24%;
        z-index: 10; }
      #hero .kv .th {
        top: 40%; }
      #hero .kv .sg a:hover .marker-04 {
        top: -140px;
        left: 55%; }
      #hero .kv .cat {
        top: 52%;
        right: 3%; }
        #hero .kv .cat img {
          width: 70%;
          max-width: 350px;
          z-index: 35; }
  #index-activity-content .all-local .local img.th {
    left: 1px; }
  #index-activity-content .all-local li .circle-1 {
    width: 140px;
    height: 140px;
    top: 50px;
    left: 50px; }
  #index-activity-content .all-local li .circle-2 {
    width: 100px;
    height: 100px;
    top: 70px;
    left: 70px; }
  #index-activity-content .all-local li .circle-3 {
    width: 60px;
    height: 60px;
    top: 90px;
    left: 90px; }
  #index-activity-content h3 {
    margin: 10px auto 30px auto; }
  #index-activity-content h2 {
    margin-top: 30px; }
  #index-activity-content .place img {
    top: 240px; }
  #grc .passport .container img {
    max-width: 800px; } }

@media (max-width: 1440px) {
  #menu ul li a {
    margin: 0 15px; }
  #hero {
    height: 750px; }
    #hero .kv {
      height: 750px; }
      #hero .kv .bg {
        height: 900px; }
      #hero .kv .bg-item {
        height: 850px; }
      #hero .kv .kr {
        top: 12%;
        right: 3%; }
        #hero .kv .kr img {
          width: 70%; }
        #hero .kv .kr a:hover .marker-05 {
          left: 31.5%;
          top: -90px; }
      #hero .kv .tw {
        z-index: 20;
        top: 18%;
        right: 2%; }
        #hero .kv .tw img {
          width: 80%; }
        #hero .kv .tw a:hover .marker-02 {
          top: 15%;
          right: 3%; }
      #hero .kv .id {
        right: 16%; }
        #hero .kv .id img {
          width: 75%;
          max-width: 280px; }
        #hero .kv .id a:hover .marker-01 {
          left: 25%;
          top: -85px; }
      #hero .kv .vn {
        top: 26%;
        right: 29%; }
        #hero .kv .vn img {
          width: 80%; }
        #hero .kv .vn a:hover .marker {
          left: 13%;
          top: -80px; }
      #hero .kv .ph {
        top: 13%;
        right: 21%; }
        #hero .kv .ph img {
          width: 80%; }
        #hero .kv .ph a:hover .marker {
          left: 29%; }
      #hero .kv .jp img {
        width: 80%; }
      #hero .kv .jp a:hover .marker {
        left: 35%; }
      #hero .kv .my {
        top: 16%; }
        #hero .kv .my img {
          width: 80%; }
        #hero .kv .my a:hover .marker {
          left: 46%; }
      #hero .kv .sg {
        top: 16%;
        left: 0%;
        z-index: 27; }
        #hero .kv .sg img {
          width: 80%; }
        #hero .kv .sg a:hover .marker-04 {
          top: -120px;
          left: 42%; }
      #hero .kv .th {
        top: 30%;
        left: 0%;
        z-index: 28; }
        #hero .kv .th img {
          width: 80%; }
        #hero .kv .th a:hover .marker {
          left: 39.5%;
          top: -90px; }
      #hero .kv .hk {
        z-index: 50; }
        #hero .kv .hk img {
          width: 80%; }
      #hero .kv .cat {
        top: 52%;
        right: 3%; }
        #hero .kv .cat img {
          width: 70%;
          max-width: 350px;
          z-index: 35; }
      #hero .kv .fromzero {
        top: 380px; }
  #index-activity-content h2 {
    font-size: 48px;
    margin-top: 30px; }
  #index-activity-content h3 {
    font-size: 21px;
    margin: 10px auto 30px auto; }
    #index-activity-content h3 span {
      font-size: 21px; }
  #index-activity-content .container {
    padding: 30px 0 60px 0; }
  #index-activity-content .all-local .local img {
    width: 100%;
    max-width: 180px;
    z-index: 20; }
  #index-activity-content .all-local li .circle-1 {
    width: 120px;
    height: 120px;
    top: 50px;
    left: 40px; }
  #index-activity-content .all-local li .circle-2 {
    width: 90px;
    height: 90px;
    top: 65px;
    left: 55px; }
  #index-activity-content .all-local li .circle-3 {
    width: 40px;
    height: 40px;
    top: 90px;
    left: 80px; }
  #index-activity-content .place img {
    top: 200px; }
  #index-activity-content .rule ol {
    position: relative;
    left: 350px;
    margin-bottom: 0; }
    #index-activity-content .rule ol li, #index-activity-content .rule ol .blue {
      font-size: 18px; }
    #index-activity-content .rule ol a {
      font-size: 14px; }
  #index-activity-content .rule .confirm {
    padding: 20px 0; }
  #index-grc .container img {
    max-width: 600px; }
  .btn-cta {
    right: 30px; }
  #fr-product .container .watch {
    margin-top: 30px; }
  #guide-content .container .guilde-03 ol li p {
    font-size: 13px;
    line-height: 1.6 !important; }
  #guide-content .container p {
    font-size: 16px; }
  #series .container .group h3 hr {
    max-width: 20px; }
  #series .container .group h3 {
    font-size: 14px; }
  #series .container .group li p {
    font-size: 12px; }
  #series .container .group li img {
    max-width: 150px; }
  #series .container .group li a {
    font-size: 12px; } }

@media (max-width: 1368px) {
  h2, section h2 {
    font-size: 42px; }
  h3, section h3 {
    font-size: 28px; }
  #hero .kv .marker::after {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 20px solid #000000; }
  #hero {
    height: 650px; }
    #hero .kv {
      height: 650px; }
      #hero .kv .title {
        width: 35%;
        top: 100px; }
      #hero .kv .marker {
        width: 70px;
        height: 70px; }
        #hero .kv .marker .white {
          width: 50px;
          height: 50px;
          font-size: 21px; }
      #hero .kv .bg {
        height: 800px; }
      #hero .kv .kr {
        top: 11%;
        right: 3%; }
        #hero .kv .kr img {
          width: 60%; }
        #hero .kv .kr a:hover .marker-05 {
          left: 26.5%;
          top: -90px; }
      #hero .kv .tw {
        z-index: 20;
        top: 19%;
        right: 0; }
        #hero .kv .tw img {
          width: 60%; }
        #hero .kv .tw a:hover .marker-02 {
          top: -48%;
          right: 0;
          left: 49px; }
      #hero .kv .id {
        right: 14.2%;
        top: 17%; }
        #hero .kv .id img {
          width: 60%;
          max-width: 280px; }
        #hero .kv .id a:hover .marker-01 {
          left: 19%;
          top: -85px; }
      #hero .kv .vn {
        top: 24%;
        right: 27%; }
        #hero .kv .vn img {
          width: 60%; }
        #hero .kv .vn a:hover .marker {
          left: 6%;
          top: -70px; }
      #hero .kv .ph {
        top: 14%;
        right: 18%; }
        #hero .kv .ph img {
          width: 60%; }
        #hero .kv .ph a:hover .marker {
          left: 10%; }
      #hero .kv .jp {
        top: 27%;
        left: 15%; }
        #hero .kv .jp img {
          width: 60%; }
      #hero .kv .my {
        top: 17%; }
        #hero .kv .my img {
          width: 60%; }
        #hero .kv .my a:hover .marker {
          left: 33%; }
      #hero .kv .sg {
        top: 17%;
        left: 0%;
        z-index: 27; }
        #hero .kv .sg img {
          width: 60%; }
        #hero .kv .sg a:hover .marker-04 {
          top: -90px;
          left: 30%; }
      #hero .kv .th {
        top: 32%;
        left: 2%;
        z-index: 28; }
        #hero .kv .th img {
          width: 60%; }
        #hero .kv .th a:hover .marker {
          left: 27.5%;
          top: -90px; }
      #hero .kv .hk {
        top: 61%;
        right: 1.5%;
        z-index: 50; }
        #hero .kv .hk img {
          width: 60%; }
        #hero .kv .hk a:hover .marker-09 {
          display: block;
          top: -90px;
          left: 27%; }
      #hero .kv .cat {
        top: 52%;
        right: 3%; }
        #hero .kv .cat img {
          width: 60%;
          max-width: 350px; }
      #hero .kv .fromzero {
        top: 300px; }
  #logo-hero {
    height: 150px; }
    #logo-hero .logo img {
      max-width: 120px; }
    #logo-hero .slider img {
      height: 70px; }
  .life-slide {
    height: 93vh;
    max-height: 700px;
    min-height: 560px; }
  .air-ticket img {
    max-width: 300px; }
  #index-activity-content .place img {
    max-width: 370px; }
  #index-activity-content h2 {
    font-size: 36px; }
  #index-activity-content h3 {
    font-size: 21px;
    width: 100%; }
    #index-activity-content h3 span {
      font-size: 21px; }
  #index-activity-content ol li {
    font-size: 18px; }
  #index-activity-content ol .blue {
    font-size: 18px; }
  #index-activity-content .rule .confirm {
    padding: 20px 0 10px 0; }
  #index-activity-content .rule ol li {
    max-width: 550px; }
  #index-activity-content .all-local li .circle-1 {
    width: 110px;
    height: 110px;
    top: 50px;
    left: 40px; }
  #index-activity-content .all-local li .circle-2 {
    width: 80px;
    height: 80px;
    top: 65px;
    left: 55px; }
  #index-activity-content .all-local li .circle-3 {
    width: 40px;
    height: 40px;
    top: 85px;
    left: 75px; }
  #index-player .container {
    padding: 0;
    width: 90% !important; }
  #index-player h2 {
    font-size: 36px;
    margin-bottom: 10px; }
  #index-player .swiper-slide h3 {
    font-size: 24px;
    margin-bottom: 5px; }
  #index-otherevent .container {
    padding: 0;
    width: 90% !important; }
  #announce-special .container {
    width: 800px !important; }
  #announce-special h2 {
    font-size: 28px; }
  #announce-special p {
    font-size: 16px;
    margin: 10px 0 10px 0; }
  #announce-special .btn-black-fill, #announce-special .btn-grey-fill {
    font-size: 14px !important; }
  #announce-special img {
    margin-bottom: 5px;
    width: 350px;
    margin-top: 140px; }
  #product .wrapper .kv-series h1 {
    font-size: 48px; }
  #product .wrapper .kv-series h3 {
    font-size: 14px; }
  #product .wrapper .nation-series .all-content img {
    width: 250px; }
  #product .wrapper .nation-series .all-content a {
    font-size: 13px; }
  #product .wrapper .nation-series .icon-line img {
    width: 360px; }
  #index-player .swiper {
    width: 100%;
    height: 560px;
    padding: 30px 0 30px 0; }
  #index-player .swiper-slide img {
    width: 250px;
    height: 250px; }
  #index-player .swiper-slide p {
    font-size: 12px; }
  #nation {
    height: 5850px; }
    #nation .menu ol {
      padding-bottom: 0;
      margin-top: 45px; }
    #nation .menu li p {
      font-size: 30px; }
    #nation .menu li span img {
      width: 30px; }
    #nation .location div {
      height: 650px; }
      #nation .location div .date {
        font-size: 18px; }
    #nation .location div img {
      max-width: 250px; }
    #nation .location div p {
      font-size: 14px;
      width: 60%; }
  #learnmoreseries .title h2 {
    font-size: 80px; }
  #guide-content .container .guilde-03 {
    padding: 60px 0; }
  #grc .member .container h3, #grc .passport .container h3 {
    font-size: 24px; }
  #grc .passport .word {
    width: 260px; }
  #grc .passport .stamp {
    width: 220px; }
  #grc .member .container img {
    max-width: 700px; } }

@media (max-width: 1280px) {
  h2, section h2 {
    font-size: 40px; }
  h3, section h3 {
    font-size: 28px; }
  h4 {
    font-size: 21px;
    font-weight: bold; }
  section p {
    font-size: 15px; }
  #menu ul {
    margin-left: 120px; }
  #menu ul li a {
    margin: 0 10px;
    font-size: 16px; }
  #logo-hero .logo {
    left: 45%; }
  #hero .kv .fromzero {
    top: 320px; }
  .life-slide {
    height: 100vh;
    max-height: 600px;
    min-height: 450px; }
  #product .wrapper .kv-series h1 {
    font-size: 52px; }
  #product .wrapper .kv-series h3 {
    font-size: 20px; }
  #product .wrapper .nation-series .all-content .btn-white-fill {
    width: 250px; }
  #product .wrapper .nation-series .all-content h3 {
    font-size: 24px; }
  #questions .container {
    width: 80% !important; }
  #questions ol li div h3 {
    font-size: 24px; }
  #index-activity-content .place img {
    max-width: 360px;
    margin-bottom: 0px; }
  #index-activity-content h3, #index-activity-content ol li, #index-activity-content ol .blue {
    font-size: 16px; }
  #index-activity-content h2 {
    font-size: 42px; }
  #index-activity-content h3 {
    margin: 10px 0 15px 0;
    font-size: 18px;
    width: 100%; }
  #index-activity-content h3 span {
    font-size: 18px; }
  #index-activity-content a {
    font-size: 14px; }
  #nation .location div img {
    max-width: 210px; }
  #nation .location a img {
    width: 100px; }
  #learnmoreseries .title h2 {
    font-size: 60px; }
  #index-sponsor h2 {
    font-size: 18px; }
  #index-sponsor div .biglogo {
    max-width: 230px; }
  #index-sponsor div .spcial-logo-01 {
    width: 225px;
    height: 80px; }
  #index-sponsor div .spcial-logo-02 {
    width: 475px;
    height: 80px; }
  #fr-product .container .watch img {
    width: 940px; }
  #grc .container .text p {
    font-size: 18px; }
  #grc .member .container h3,
  #grc .passport .container h3 {
    font-size: 21px; }
  #grc .container .link h2 span {
    font-size: 42px; }
  #virtualrun .intro .container h2 {
    font-size: 52px; }
  #virtualrun .app h3 {
    font-size: 36px; }
  #virtualrun .app h4 {
    font-size: 18px; } }

@media (max-width: 1024px) {
  #menu-bar .signup {
    width: 250px;
    margin: 0 10px; }
    #menu-bar .signup a {
      width: 250px; }
  #menu-bar .complete-button {
    margin-right: 10px; }
  #menu ul {
    margin-left: 0; }
  #menu-bar nav #menu {
    background-color: #000000;
    height: 65px;
    width: 100%;
    position: absolute;
    top: 65px; }
  #menu-bar nav .nav-pc {
    display: none; }
  #menu-bar nav .nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #menu-bar nav.signup {
    position: absolute;
    right: 0;
    top: 11.5px; }
  #menu ul li a, #menu-bar .signup {
    background-image: -webkit-gradient(linear, left top, right top, from(#70cff4), color-stop(50%, #70cff4), color-stop(50%, #ffffff));
    background-image: -webkit-linear-gradient(left, #70cff4, #70cff4 50%, #ffffff 50%);
    background-image: -o-linear-gradient(left, #70cff4, #70cff4 50%, #ffffff 50%);
    background-image: linear-gradient(to right, #70cff4, #70cff4 50%, #ffffff 50%); }
  #announce-special .container {
    width: 600px !important; }
  #hero {
    height: 550px; }
    #hero .kv {
      height: 550px; }
      #hero .kv .marker {
        display: none; }
      #hero .kv .fromzero {
        top: 280px; }
      #hero .kv .tohero {
        bottom: 60px; }
      #hero .kv .bg {
        height: 700px; }
      #hero .kv .kr {
        top: 9%;
        right: -30px; }
        #hero .kv .kr img {
          width: 50%; }
        #hero .kv .kr a:hover .marker-05 {
          display: none; }
      #hero .kv .tw {
        top: 15%;
        right: -90px; }
        #hero .kv .tw img {
          width: 50%; }
        #hero .kv .tw a:hover .marker-02 {
          display: none; }
      #hero .kv .id {
        right: 8.2%;
        top: 18%; }
        #hero .kv .id img {
          width: 50%;
          max-width: 280px; }
        #hero .kv .id a:hover .marker-01 {
          display: none; }
      #hero .kv .vn {
        top: 19%;
        right: 22%; }
        #hero .kv .vn img {
          width: 50%; }
        #hero .kv .vn a:hover .marker {
          display: none; }
      #hero .kv .ph {
        top: 10%;
        right: 12%; }
        #hero .kv .ph img {
          width: 50%; }
        #hero .kv .ph a:hover .marker {
          display: none; }
      #hero .kv .jp {
        top: 25%;
        left: 15%; }
        #hero .kv .jp img {
          width: 50%; }
        #hero .kv .jp a:hover .marker {
          display: none; }
      #hero .kv .my {
        top: 15%; }
        #hero .kv .my img {
          width: 50%; }
        #hero .kv .my a:hover .marker {
          display: none; }
      #hero .kv .sg {
        top: 15%;
        left: 0%;
        z-index: 27; }
        #hero .kv .sg img {
          width: 50%; }
        #hero .kv .sg a:hover .marker-04 {
          display: none; }
      #hero .kv .th {
        top: 27%;
        left: 0; }
        #hero .kv .th img {
          width: 50%; }
        #hero .kv .th a:hover .marker {
          display: none; }
      #hero .kv .hk {
        top: 45%;
        right: -5.5%; }
        #hero .kv .hk img {
          width: 50%; }
        #hero .kv .hk a:hover .marker-09 {
          display: none; }
      #hero .kv .cat {
        top: 42%;
        right: -8%; }
        #hero .kv .cat img {
          width: 50%;
          max-width: 350px; }
  #brand {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
  .air-ticket img {
    left: 80%;
    max-width: 220px;
    right: 0;
    top: -110px; }
  #index-activity-content:before {
    content: "";
    width: 100%;
    height: 300px; }
  #index-activity-content:after {
    content: "";
    width: 100%;
    height: 510px; }
  #index-activity-content .rule ol li,
  #index-activity-content .rule ol .blue {
    font-size: 16px; }
  #index-activity-content {
    height: auto;
    padding-bottom: 10vw;
    max-height: auto;
    background-position: 5% center; }
    #index-activity-content .container {
      width: 80% !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    #index-activity-content .all-local .local img {
      width: 100%;
      max-width: 150px;
      z-index: 20; }
    #index-activity-content .all-local .local li {
      margin: 0 15px 30px 0; }
    #index-activity-content .all-local .local p {
      font-size: 28px; }
      #index-activity-content .all-local .local p span {
        font-size: 12px; }
    #index-activity-content .place img {
      width: 50%;
      max-width: 210px;
      margin-right: 0;
      top: 220px;
      margin-left: 45%; }
    #index-activity-content .rule .confirm {
      padding: 10px 0 10px 0; }
    #index-activity-content .rule ol {
      position: relative;
      left: 315px;
      margin-bottom: 0;
      padding: 0;
      width: 70%;
      max-width: 450px; }
      #index-activity-content .rule ol .blue {
        width: auto; }
      #index-activity-content .rule ol li {
        word-wrap: break-word;
        text-align: left; }
    #index-activity-content h2, #index-activity-content h2 span {
      font-size: 36px; }
    #index-activity-content h3 {
      width: 100%;
      font-size: 18px; }
      #index-activity-content h3 span {
        font-size: 18px; }
    #index-activity-content p {
      font-size: 12px; }
    #index-activity-content .text {
      width: 100%;
      margin-top: 30px; }
  #nation .location div .date {
    font-size: 14px; }
  #nation .location div p {
    width: 80%; }
  #nation .menu ol {
    margin-top: 0;
    padding-left: 0; }
  #index-player .swiper-slide {
    width: 50% !important; }
  #index-player .container {
    padding: 0;
    width: 80% !important; }
  #index-player .swiper {
    width: 100%;
    height: 600px;
    padding: 30px 0; }
  #index-player .swiper-slide p {
    font-size: 13px;
    line-height: 1.5 !important;
    width: 320px; }
  #index-grc {
    background-position: left; }
    #index-grc .container img {
      max-width: 500px; }
    #index-grc .container .text {
      left: -150px; }
  #index-otherevent {
    padding: 60px 0; }
  #logo-hero {
    margin-top: 130px; }
    #logo-hero .slider img {
      margin: 0 10px;
      height: 70px; }
    #logo-hero .logo img {
      max-width: 120px;
      margin-left: 0; }
    #logo-hero h2 {
      font-size: 60px; }
  #kv-page-bar h2 {
    font-size: 6vw; }
  #fr-product .container .watch img {
    width: 850px; }
  #guide-content .container .guilde-01 .bg {
    background-position: 70% center; }
  #guide-content .container .guilde-03 ol {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #guide-content .container .guilde-03 ol li {
      width: calc(90% / 3); }
  #guide-content .container .guilde-03 a {
    font-size: 18px; }
  #guide-content .container .guilde-04 {
    height: 70vh; }
  #guide-content .container .guilde-02 .text h2 {
    width: 80%; }
  #series .container .group li img {
    max-width: 150px; }
  #series .container .all-grpup {
    width: 100%;
    margin: 30px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #grc .container .link a {
    width: 150px; }
  #grc .bg {
    height: 380px; }
  #grc .container .link {
    width: 100%; }
  #grc .passport .container img {
    max-width: 70%; }
  #grc .passport .stamp {
    bottom: 40px; }
  #grc .passport .word {
    top: 190px;
    left: 30px; }
  #blog ol li {
    min-height: 190px; }
    #blog ol li h4 {
      font-size: 18px; } }

@media (max-width: 820px) {
  #menu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #hero {
    height: 550px; }
    #hero .kv {
      height: 550px; }
      #hero .kv .title {
        width: 40%;
        top: 80px; }
      #hero .kv .marker {
        display: none; }
      #hero .kv .fromzero {
        top: 325px; }
      #hero .kv .tohero {
        bottom: 60px; }
      #hero .kv .people .subject {
        left: -45px;
        right: 0; }
        #hero .kv .people .subject img {
          width: 100%; }
      #hero .kv .bg {
        height: 640px;
        top: 60px; }
      #hero .kv .kr {
        top: 11%;
        right: -70px; }
      #hero .kv .tw {
        top: 15%;
        right: -110px; }
      #hero .kv .id {
        right: 9.2%;
        top: 21%; }
      #hero .kv .vn {
        top: 24%;
        right: 22%; }
      #hero .kv .ph {
        top: 14%;
        right: 12%; }
      #hero .kv .jp {
        top: 27%;
        left: 17%; }
      #hero .kv .my {
        top: 17%; }
      #hero .kv .sg {
        top: 17%;
        left: 0%; }
      #hero .kv .th {
        top: 25%;
        left: 0; }
      #hero .kv .hk {
        top: 45%;
        right: -13.5%; }
      #hero .kv .cat {
        top: 42%;
        right: -8%; }
  #menu ul li a, #menu-bar .signup {
    font-size: 15px; }
  .life-pagination-bullet {
    width: 50px !important; }
  #index-activity-content {
    padding-bottom: 60px; }
    #index-activity-content span {
      font-size: 12px; }
    #index-activity-content .all-local .local p span {
      font-size: 10px; }
    #index-activity-content .place img {
      width: 50%;
      max-width: 220px;
      margin-right: 0;
      top: 220px;
      margin-left: 45%; }
    #index-activity-content .text {
      width: 100%;
      margin-top: 0; }
    #index-activity-content .rule ol {
      left: 255px;
      padding: 0;
      width: 60%; }
      #index-activity-content .rule ol a {
        font-size: 12px; }
    #index-activity-content .all-local .local p {
      font-size: 24px; }
  #index-activity-content .rule ol li, #index-activity-content .rule ol .blue {
    font-size: 15px; }
  #index-activity-content:after {
    height: 400px; }
  #index-player .swiper-slide p {
    font-size: 12px;
    line-height: 1.5 !important;
    width: 270px; }
  #nation .menu li span {
    width: 25px; }
  #nation .location a {
    width: 100px;
    right: 30px;
    bottom: 15px; }
  #nation .location div p {
    width: 70%;
    font-size: 12px; }
  #questions {
    padding: 5vw 0 5vw 0; }
  #questions ol li div h3 {
    max-width: 550px; }
  #grc .title h2 {
    font-size: 120px; }
  .app {
    margin: 30px auto 0 auto; }
  .app, .virtualrun-race {
    width: 80%;
    margin: 0 auto; }
    .app h4, .virtualrun-race h4 {
      line-height: 1.2 !important;
      font-size: 24px; }
    .app h3, .virtualrun-race h3 {
      margin: 0 0 10px 0 !important; }
  #virtualrun .virtualrun-race img {
    width: 100%; }
  #fr-product .container h2 {
    font-size: 15vw; }
  #fr-product .container .watch img {
    width: 650px; }
  #index-grc .container .text {
    left: 0; }
  #guide-content .container h2 {
    font-size: 28px; }
  #guide-content .container p {
    font-size: 14px; }
  #guide-content .container .guilde-01, #guide-content .container .guilde-02 {
    height: 50vh; }
  #guide-content .container .guilde-03 p {
    width: 80%; }
  #guide-content .container .guilde-02 .text {
    padding: 10px 20px; }
    #guide-content .container .guilde-02 .text p {
      padding: 10px 0px; }
  #guide-content .container .guilde-04 {
    min-height: 800px; }
    #guide-content .container .guilde-04 .text p {
      margin: 10px auto; }
  #series .container .all-grpup {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #series .container .group {
    min-width: 30%;
    margin-top: 15px; }
  #series .container li img {
    max-width: 210px; }
  #series .container li p {
    font-size: 13px; }
  #grc .container .link a {
    width: 210px; }
  #grc .container .text p {
    font-size: 18px;
    width: 90%;
    margin: 0 auto; }
  #grc .passport .container img {
    max-width: 70%;
    margin-top: 50px; }
  #grc .passport .word {
    top: 200px;
    left: 20px; }
  #virtualrun .intro .container {
    padding: 100px 0 100px 0; } }

@media (max-width: 768px) {
  #menu {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
    #menu ul {
      width: 100% !important;
      text-align: left;
      padding-left: 20px; }
      #menu ul li {
        margin-right: 15px; }
        #menu ul li a {
          margin: 0 10px;
          font-size: 16px;
          white-space: nowrap; }
  #menu ul li.social a {
    margin: 0 2px 0 0;
    padding-right: 10px; }
  #menu ul li.active a:before {
    bottom: -18px; }
  #hero .kv .bg {
    height: 640px;
    top: 40px; }
  #hero .kv .scene {
    left: -2% !important;
    bottom: -40% !important; }
  #index-award .buttons {
    max-width: 720px; }
  #watchface-content .container {
    width: 55% !important;
    padding: 0 2rem; }
    #watchface-content .container p {
      margin: 10px auto 10px auto; }
  #pacer-content {
    height: 450px; } }

@media (max-width: 766px) {
  #hero .kv .bg-item {
    height: 850px;
    left: -70px; } }

@media (max-width: 599px) {
  h2, section h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800 !important;
    line-height: 1.2 !important; }
  h3, section h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold !important;
    line-height: 1.6 !important; }
  h4 {
    font-size: 21px;
    font-weight: bold; }
  section p {
    font-size: 14px; }
  #kv-page-bar {
    background-position: 15% center; }
    #kv-page-bar h2 {
      font-size: 40px; }
  #menu-bar .signup {
    width: 140px;
    right: 0;
    margin: 0 10px 0 0; }
    #menu-bar .signup a {
      width: 140px;
      font-size: 11px;
      padding: 8px 6px; }
  #menu-bar .blue-button {
    width: 90px; }
  #menu ul li a {
    margin: 0 5px;
    font-size: 14px;
    white-space: nowrap; }
  #menu-bar #brand #logo {
    display: block;
    width: 100px;
    height: 32px;
    background-size: 100px 32px; }
  #hero .kv .bg {
    top: 0;
    background-position: top center;
    background-size: cover;
    background-image: url(../images/kv-bg-m.jpg);
    height: 590px; }
  #hero .kv .people {
    width: 205vw;
    bottom: -1%;
    left: -55%;
    width: 180%;
    z-index: 5; }
    #hero .kv .people .subject img {
      width: 100%; }
    #hero .kv .people .subject {
      left: 3%; }
  #hero .kv .title {
    width: 80%;
    top: 70px; }
  #hero .kv .fromzero {
    top: 350px;
    left: 10px;
    width: 95%; }
  #hero .kv .tohero {
    bottom: 70px;
    width: 95%;
    left: 25px; }
  #hero .bg-item {
    display: none; }
  #hero .kv .people .subject img:nth-child(4),
  #hero .kv .people .subject img:nth-child(5),
  #hero .kv .people .subject img:nth-child(6),
  #hero .kv .people .subject img:nth-child(7) {
    visibility: hidden;
    -webkit-animation: 2s autoplay1 infinite;
    animation: 2s autoplay1 infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  #hero .kv .people .subject img:nth-child(3) {
    z-index: 30 !important;
    position: relative; }
  #hero .kv .people .subject img:nth-child(4) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    z-index: 20; }
  #hero .kv .people .subject img:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    z-index: 20; }
  #hero .kv .people .subject img:nth-child(6) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  #hero .kv .people .subject img:nth-child(7) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .btn-cta-grc, .btn-cta-local {
    opacity: 0; }
  #kv-sponsor .logo div {
    margin: 15px 0px; }
    #kv-sponsor .logo div p {
      font-size: 10px; }
  #kv-sponsor img {
    height: 30px; }
  .slider {
    margin: 10vw auto 2vw auto; }
  #logo-hero {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px; }
    #logo-hero .logo {
      left: auto; }
      #logo-hero .logo img {
        margin-left: auto;
        max-width: 100px; }
    #logo-hero .slider {
      height: auto;
      width: 90%;
      margin: 2vw auto 2vw auto; }
  .fancybox-content {
    width: 90%; }
  #index-activity-content:before {
    content: "";
    width: 100%;
    height: 180px;
    top: 0;
    left: 0; }
  #index-activity-content {
    max-height: 3000px; }
    #index-activity-content .container {
      width: 90% !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #index-activity-content .container .place {
        margin-bottom: 0px; }
      #index-activity-content .container h2, #index-activity-content .container h2 span {
        font-size: 36px;
        height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0; }
    #index-activity-content .all-local {
      margin: 30px auto; }
      #index-activity-content .all-local ol {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #index-activity-content .all-local ol a {
          width: calc(100% / 2 - 10px); }
      #index-activity-content .all-local li {
        width: 90%; }
    #index-activity-content a {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #index-activity-content a:nth-child(1) {
      margin-right: 0; }
    #index-activity-content h3 {
      font-size: 18px;
      margin: 15px 0 15px 0;
      padding: 0;
      text-align: left; }
    #index-activity-content h2 {
      margin-bottom: 0; }
    #index-activity-content hr {
      border-top: 1px solid #555555;
      width: 100%; }
    #index-activity-content .text {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #index-activity-content .text ol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        padding: 0; }
        #index-activity-content .text ol li {
          font-size: 15px; }
    #index-activity-content .place img {
      width: 100%;
      max-width: 180px;
      top: 0;
      position: relative;
      margin: 15px 0 15px 0; }
    #index-activity-content .rule .confirm {
      padding: 30px 0; }
    #index-activity-content .rule ol {
      left: 0;
      padding: 0;
      width: 100%; }
      #index-activity-content .rule ol a {
        font-size: 16px !important;
        width: 80%; }
      #index-activity-content .rule ol li {
        margin-bottom: 10px;
        font-size: 16px; }
  #index-activity-content:after {
    display: none; }
  .fancybox-stage .wrapper {
    width: 100%;
    margin: 0 auto;
    border: 5px solid #6DCFF6;
    padding: 30px 15px;
    border-radius: 0; }
  .fancybox-content {
    padding: 20px !important;
    border-radius: 15px; }
  .fancybox-stage h3 {
    font-size: 30px;
    margin-bottom: 15px; }
  #nation {
    height: 5850px; }
    #nation .menu {
      background-image: url(../images/map-bg.jpg);
      background-position: left;
      width: 100% !important;
      height: 70px !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 0;
      margin-top: 130px !important;
      opacity: 0; }
      #nation .menu ol {
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-flex-flow: row;
        flex-flow: row;
        overflow-x: scroll;
        margin-top: 0;
        z-index: 20; }
      #nation .menu li {
        margin: 0 5px; }
        #nation .menu li a {
          width: 150px; }
      #nation .menu li p {
        font-size: 24px; }
      #nation .menu li span img {
        width: 25px;
        margin-top: 5px; }
    #nation .location {
      width: 100%; }
      #nation .location div {
        height: 650px;
        padding-left: 0; }
        #nation .location div img {
          margin: 0 auto 10px auto;
          max-width: 200px;
          z-index: 6; }
        #nation .location div p {
          font-size: 12px;
          width: 90%;
          margin: 10px auto;
          text-align: left;
          z-index: 6; }
        #nation .location div a img {
          width: 80px; }
      #nation .location a {
        width: 120px;
        right: 10px;
        bottom: 10px;
        z-index: 6; }
      #nation .location div:nth-child(1) {
        background-position: 75%; }
      #nation .location div:nth-child(3) {
        background-position-x: 75%; }
      #nation .location div:nth-child(6) {
        background-position-x: 58%; }
      #nation .location div:nth-child(7) {
        background-position-x: 76%; }
  #index-player {
    padding: 60px 0; }
    #index-player .container {
      padding: 0;
      width: 95% !important; }
    #index-player h2 {
      font-size: 28px;
      width: 90%;
      margin: 0 auto 10px auto; }
    #index-player .swiper-wrapper {
      width: 100%;
      margin-right: 0% !important; }
    #index-player .swiper-slide {
      margin-right: 30px !important; }
    #index-player .swiper-slide {
      width: 100% !important; }
    #index-player a {
      font-size: 12px !important;
      width: 70%; }
  #nation .location div:after {
    opacity: .5; }
  #learnmoreseries .title h2 {
    font-size: 42px; }
  #questions {
    padding: 60px 0; }
    #questions .circle {
      margin-left: 0; }
    #questions ol li div h3 {
      font-size: 20px;
      margin-right: 0;
      width: 80%; }
    #questions p {
      margin-top: 10px; }
  #index-sponsor .container {
    padding: 15vw 0 5vw 0; }
  #index-sponsor h2 {
    font-size: 24px; }
  #index-sponsor .container div {
    width: 100%;
    padding: 2vh 0; }
  #index-sponsor div img {
    width: 40%;
    max-width: 200px;
    margin: 10px 0; }
  #index-sponsor .twologo img {
    width: 100%;
    height: auto; }
  #index-sponsor .twologo {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  #index-sponsor .training {
    margin-bottom: 30px !important; }
  #index-grc {
    background-position: 1.5%; }
    #index-grc .container img {
      max-width: 90%; }
    #index-grc .container h2 {
      font-size: 32px; }
    #index-grc .container p {
      width: 100%; }
  p[data-id="service"] {
    padding: 30px 15px 40px 15px;
    font-size: 14px !important; }
  #index-player .swiper {
    height: 680px; }
  #info-activity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 750px; }
    #info-activity .bg {
      width: 100%;
      height: 100vw; }
    #info-activity .text {
      width: 100%;
      padding: 5vh 5vh; }
      #info-activity .text p, #info-activity .text p span {
        font-size: 14px;
        text-align: left; }
      #info-activity .text h3 {
        font-size: 28px; }
    #info-activity .container {
      padding: 100px 0; }
  #index-activity-content .rule {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #index-otherevent h2 {
    color: #000000;
    margin-bottom: 0; }
  #index-otherevent .swiper-pagination {
    bottom: 0; }
  #index-otherevent a {
    font-size: 14px !important;
    width: 90%; }
  #index-grc .container h2 {
    color: #FC4259;
    width: 60%;
    font-size: 24px; }
  #index-grc .container p {
    width: 90%;
    padding: 0 10px; }
  #index-grc .container a {
    font-size: 14px !important;
    width: 80%; }
  #series .container li a {
    padding: 0.3em 0.2em !important; }
  #series .container {
    padding: 30px 0; }
    #series .container .product {
      overflow: auto; }
    #series .container ol {
      width: 170%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding: 0 10px;
      padding-left: 30px; }
    #series .container li {
      padding: 0;
      margin-right: 10px; }
      #series .container li a {
        font-size: 12px !important;
        width: 60%; }
      #series .container li p {
        font-size: 12px; }
      #series .container li img {
        max-width: 160px; }
    #series .container li h3 {
      font-size: 16px; }
    #series .container h3 {
      font-size: 24px; }
  .app {
    margin: 30px auto 0 auto; }
  .app, .virtualrun-race {
    width: 80%;
    margin: 0 auto; }
    .app h4, .virtualrun-race h4 {
      line-height: 1.4 !important;
      font-size: 18px;
      margin-top: 10px; }
    .app h3, .virtualrun-race h3 {
      font-size: 28px;
      margin: 30px 0 10px 0 !important; }
    .app .link, .virtualrun-race .link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  .btn-cta {
    width: 90px;
    height: 90px;
    right: 10px; }
    .btn-cta p {
      font-size: 14px; }
  .btn-cta-grc {
    bottom: 120px; }
    .btn-cta-grc img {
      width: 50px; }
  .btn-cta-local {
    bottom: 15px; }
  .btn-cta-grc:after,
  .btn-cta-local:after {
    content: "";
    width: 76.5px;
    height: 76.5px; }
  .btn-cta-grc:before,
  .btn-cta-local:before {
    width: 70px;
    height: 70px; }
  #fr-product .container .watch img {
    width: 370px;
    margin-top: 60px; }
  #fr-product .container .text p {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px 30px 0px; }
  #fr-product .container h2 {
    font-size: 17vw; }
  #guide-content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #guide-content .container h2 {
      font-size: 28px;
      width: 90%; }
    #guide-content .container .guilde-01, #guide-content .container .guilde-02 {
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #guide-content .container .guilde-01 .text, #guide-content .container .guilde-02 .text {
        padding: 30px 0 60px 0;
        width: 100%; }
        #guide-content .container .guilde-01 .text p, #guide-content .container .guilde-02 .text p {
          width: 90%;
          padding: 10px 0; }
      #guide-content .container .guilde-01 a, #guide-content .container .guilde-02 a {
        font-size: 14px !important;
        width: 90%;
        text-align: center; }
      #guide-content .container .guilde-01 .bg, #guide-content .container .guilde-02 .bg {
        width: 100%;
        height: 300px; }
    #guide-content .container .guilde-02 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      #guide-content .container .guilde-02 .text h2 {
        width: 90%; }
    #guide-content .container .guilde-03 ol {
      width: 100%;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      padding: 0;
      margin-left: 5%; }
      #guide-content .container .guilde-03 ol li {
        padding: 15px;
        width: calc(90% / 2 - 10px); }
        #guide-content .container .guilde-03 ol li p {
          font-size: 12px; }
        #guide-content .container .guilde-03 ol li h3 {
          font-size: 18px;
          margin-bottom: 5px; }
    #guide-content .container .guilde-03 p {
      width: 90%;
      text-align: left; }
    #guide-content .container .guilde-03 a {
      font-size: 16px !important;
      margin-top: 15px; }
      #guide-content .container .guilde-03 a p {
        width: 100%; }
    #guide-content .container .guilde-04 {
      font-size: 14px !important;
      background-color: black;
      background-position: bottom center;
      background-size: 140%;
      background-repeat: no-repeat;
      min-height: 780px; }
      #guide-content .container .guilde-04 a {
        font-size: 14px !important;
        margin-top: 15px;
        width: 90%;
        text-align: center; }
  #series .container .group:nth-child(1) h3 hr {
    max-width: 80px; }
  #series .container .group h3 {
    color: #000000; }
  #series .container .group h3 hr {
    width: 80px;
    max-width: 80px; }
  #series .container a p {
    margin: 30px auto 0 auto;
    font-size: 16px; }
  #blog ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #blog ol li {
      width: 80%;
      padding: 15px 30px;
      margin-bottom: 15px;
      min-height: 120px; }
      #blog ol li h4 {
        font-size: 16px; }
  #grc {
    padding: 60px 0 30px 0; }
    #grc .bg {
      background-size: cover;
      background-image: url(../images/grc-banner-m.jpg); }
    #grc .container {
      padding: 30px 0; }
      #grc .container img {
        margin-top: 15px; }
      #grc .container .link a {
        margin: 15px;
        width: 140px;
        text-transform: uppercase;
        padding: 1em .2em !important;
        font-size: 12px !important; }
      #grc .container .text p {
        font-size: 16px; }
    #grc .member .container h2,
    #grc .passport .container h2 {
      width: 90%;
      font-size: 28px; }
    #grc .member .container h3,
    #grc .passport .container h3 {
      width: 90%;
      font-size: 18px; }
    #grc .member {
      background-position: bottom center;
      background-size: cover;
      background-image: url(../images/grc-red-bg.jpg);
      background-repeat: no-repeat;
      background-size: 220%; }
      #grc .member .container p {
        width: 75%;
        font-size: 14px; }
    #grc .passport {
      padding-bottom: 30px; }
      #grc .passport .container img {
        max-width: 90%;
        margin-top: 50px; }
      #grc .passport .word {
        width: 180px;
        top: 225px;
        left: 20px;
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg); }
      #grc .passport .stamp {
        bottom: auto;
        top: 200px;
        width: 110px; }
    #grc .container .link h2 {
      font-size: 28px;
      margin-bottom: 15px; }
      #grc .container .link h2 span {
        font-size: 28px; }
    #grc .container .link a {
      margin: 10px;
      width: 150px;
      padding: 1em .2em !important; }
  #virtualrun .intro .container h2 {
    font-size: 36px; }
  #virtualrun .intro .container {
    padding: 60px 0 60px 0; }
  #virtualrun .intro .container .class-area hr {
    margin: 10px auto 30px auto; }
  #virtualrun .app h3 {
    font-size: 24px;
    margin: 10px 0 10px 0 !important; }
  .app img {
    margin-bottom: 10px;
    width: 160px; }
  p[data-id="footer"] {
    font-size: 12px;
    padding: 16px; }
  #questions .circle {
    margin-left: 10px; }
  #series .container {
    width: 80% !important; }
  #series .container .group h3 hr {
    width: 30px;
    max-width: 80px;
    padding: 0 10px; } }

@media (max-width: 375px) {
  h2, section h2 {
    font-size: 28px; }
  #menu-bar #brand #logo {
    width: 100px;
    height: 32px;
    background-size: 100px 32px; }
  #menu-bar #brand #logo {
    width: 80px;
    height: 32px;
    background-size: 80px 32px; }
  #index-activity-content .place img {
    width: 100%;
    max-width: 150px; }
  #index-activity-content .rule ol a {
    font-size: 14px !important;
    width: 80%; }
  #nation .location div img {
    max-width: 200px; }
  #nation .location div .date {
    top: 30px; }
  #questions ol li div h3 {
    width: 85%; }
  #index-sponsor h2 {
    font-size: 18px; }
  #fr-product .container .watch img {
    width: 350px; }
  .app img {
    width: 160px; }
  #grc .container .link a {
    width: 150px; }
  #grc .member .container h3, #grc .passport .container h3 {
    font-size: 16px; }
  #grc .passport .container p {
    font-size: 14px; }
  #grc .passport .word {
    width: 160px;
    top: 225px;
    opacity: .6; } }

@media (max-width: 360px) {
  #hero {
    height: 530px; }
    #hero .kv {
      height: 530px; }
  #menu-bar #brand #logo {
    left: 12px; }
  .life-slide {
    height: 100vh;
    max-height: 510px;
    min-height: 500px; }
  .life-pagination-fraction, .life-pagination-custom, .life-container-horizontal > .life-pagination-bullets {
    bottom: 5px; }
  .life-container-horizontal > .life-pagination-bullets .life-pagination-bullet {
    margin: 0 5px;
    height: 3px !important; }
  #kv-sponsor .logo {
    margin: 0 15px; }
  #index-activity-content h3 {
    font-size: 16px; }
  #index-activity-content a {
    width: 45%;
    font-size: 14px !important; }
  #index-activity-content .container h2,
  #index-activity-content .container h2 span {
    font-size: 32px; }
  .btn-cta-grc {
    bottom: 110px; }
  .btn-cta-local {
    bottom: 10px; }
  #nation {
    height: 4500px; }
    #nation .location div {
      height: 500px; }
      #nation .location div p {
        width: 90%;
        font-size: 11px; }
      #nation .location div a {
        right: 0px;
        bottom: 10px; }
      #nation .location div a img {
        width: 60px; }
      #nation .location div img {
        max-width: 140px; }
      #nation .location div .date {
        top: 10px; }
  #index-otherevent a {
    font-size: 12px !important;
    width: 90%; }
  #index-activity-content .text {
    width: 94%; }
  #index-otherevent .swiper {
    height: 400px;
    padding: 30px 0; }
  #learnmoreseries .title h2 {
    font-size: 32px; }
  #series .container ol {
    width: 180%; }
  #series .container li a {
    font-size: 12px !important;
    width: 80%; }
  .app img {
    width: 130px; }
  #fr-product .container .watch img {
    width: 330px;
    margin-top: 50px; }
  #fr-product:after {
    height: 260px; }
  #grc .container .link a {
    width: 150px; }
  #virtualrun .intro .container h2 {
    font-size: 36px; }
  #guide-content .container .text {
    padding: 30px 0; }
  #guide-content .container h2 {
    font-size: 24px; }
  #guide-content .container .guilde-01 .text, #guide-content .container .guilde-02 .text {
    padding: 30px 0 30px 0;
    width: 100%; }
  #guide-content .container .guilde-01 .bg, #guide-content .container .guilde-02 .bg {
    width: 100%;
    height: 250px; }
  #guide-content .container .guilde-03 ol li {
    padding: 5px; }
  #series .container h3 {
    font-size: 24px; } }

@media (max-width: 320px) {
  h2, section h2 {
    font-size: 28px; }
  h3, section h3 {
    font-size: 21px; }
  h4 {
    font-size: 20px; }
  section p {
    font-size: 14px; }
  #kv-sponsor img {
    height: 30px; }
  #menu-bar #brand #logo {
    width: 60px;
    background-size: 60px 32px; }
  #menu-bar .signup {
    width: 120px;
    margin: 0 5px 0 0; }
    #menu-bar .signup a {
      width: 120px;
      font-size: 10px;
      padding: 8px 3px; }
  #menu-bar .blue-button {
    width: 90px;
    margin: 0 5px 0 0; }
  #hero {
    height: 450px; }
    #hero .kv {
      height: 450px; }
      #hero .kv .fromzero {
        top: 305px; }
      #hero .kv .bg {
        height: 510px; }
      #hero .kv .people {
        bottom: 30px; }
      #hero .kv .tohero {
        bottom: 100px; }
  .life-pagination-bullet {
    width: 15px !important; }
  .life-slide {
    height: 100vh;
    max-height: 440px;
    min-height: 350px; }
  #index-activity-content h2:after {
    width: 50%;
    height: 6px;
    bottom: -15px; }
  #index-activity-content:before {
    height: 130px; }
  #index-activity-content {
    padding-bottom: 30px; }
    #index-activity-content .text ol li, #index-activity-content .text ol li .blue {
      font-size: 13px; }
    #index-activity-content h3 {
      font-size: 13px; }
    #index-activity-content h2 {
      font-size: 21px;
      width: 90%;
      margin: 0 auto 0px auto; }
    #index-activity-content .container h2, #index-activity-content .container h2 span {
      font-size: 24px; }
    #index-activity-content .rule ol a {
      font-size: 12px !important;
      width: 80%; }
  #index-player .swiper-slide h3 {
    font-size: 14px;
    margin-bottom: 5px; }
  #index-player {
    padding: 30px 0; }
  #index-player h2 {
    font-size: 21px;
    width: 90%;
    margin: 0 auto 0px auto; }
  #index-player .swiper-slide img {
    width: 180px;
    height: 180px; }
  #index-player .swiper-slide p {
    font-size: 11px;
    line-height: 1.4 !important;
    width: 210px; }
  #index-player .swiper {
    width: 100%;
    height: 530px;
    padding: 30px 0; }
  #nation .menu {
    height: 60px !important; }
  #nation .location div p {
    font-size: 10px;
    line-height: 1.6 !important; }
  #nation .location div a img {
    width: 50px; }
  #nation .menu li p {
    font-size: 20px; }
  #nation .menu li span img {
    width: 20px;
    margin-top: 5px; }
  #index-grc .container a {
    font-size: 12px !important;
    width: 80%; }
  #guide-content .container p {
    font-size: 12px; }
  #guide-content .container .guilde-03 ol li p {
    font-size: 10px; }
  #grc .container .text p {
    font-size: 16px; }
  #grc .member .container h3, #grc .passport .container h3 {
    font-size: 14px; }
  #guide-content .container .guilde-04 {
    min-height: 670px; }
  .btn-cta {
    width: 70px;
    height: 70px; }
    .btn-cta p {
      font-size: 11px; }
  .btn-cta-grc img {
    width: 36px; }
  .btn-cta-grc:before, .btn-cta-local:before {
    width: 50px;
    height: 50px; }
  .btn-cta-grc:after, .btn-cta-local:after {
    content: "";
    width: 56.5px;
    height: 56.5px; }
  #series .container .group li h3 {
    font-size: 16px; }
  #series .container .group li img {
    max-width: 120px; }
  #series .container .group li p {
    font-size: 12px; }
  #series .container h3 {
    font-size: 21px; }
  #series .container li a {
    font-size: 12px !important;
    width: 95%; }
  #series .container li h3 {
    font-size: 13px; }
  #kv-page-bar h2 {
    font-size: 32px; }
  #fr-product .container .watch img {
    width: 300px;
    margin-top: 40px; }
  #fr-product .container .text p {
    font-size: 14px; }
  #fr-product:after {
    height: 220px; }
  #grc .bg {
    height: 280px; }
  #grc .container .link a {
    width: 130px;
    font-size: 13px !important;
    padding: 1em .1em !important; } }

/* 動畫部分 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white; }

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

@font-face {
  font-family: 'fontello';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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") format("truetype"); }

.icon-facebook-official:before {
  content: '\f230'; }

.btn-white-fill:hover, .btn-white-empty:hover {
  color: #ffffff !important; }
