@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url("https://fonts.googleapis.com/css?family=Baloo+Bhaina");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  list-style: none; }

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

img {
  border: 0;
  display: block; }

legend, hr {
  display: none; }

th {
  font-style: inherit;
  font-weight: inherit; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

a {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
  text-decoration: none;
  cursor: pointer; }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* main.css ==============================================*/
/*Variable*/
/*Mixin*/
/*Reset*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  display: block; }

.hide {
  display: none; }

::-moz-selection {
  background: #da4149;
  color: #fff; }

::selection {
  background: #da4149;
  color: #fff;
  text-decoration: none; }

::-webkit-input-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

*:focus {
  outline: none; }

* {
  -webkit-text-size-adjust: none; }

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s; }

a:hover {
  color: #666; }

html, body {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  height: 100%; }

body {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  color: #000;
  font-family: 微軟正黑體, Arial, sans-serif; }
  body.lock {
    overflow: hidden; }
  body.is-idx {
    background: #fffded; }
  body.bg-fixed {
    background-attachment: fixed; }
  body.is-mobile #cut-2 #m-bt-up, body.is-mobile #cut-2 #m-bt-down {
    display: block; }
  body#index-page {
    background: url(../img/g_bg3.jpg); }

.color-blue {
  color: #23adde; }

.color-red {
  color: #da4149; }

.font-round {
  font-family: 'Baloo Bhaina','cwTeXYen'; }

#g-logo {
  width: 100%;
  height: 51px;
  background: #000;
  z-index: 102;
  position: relative; }
  #g-logo a {
    background: url(../img/kv.png?v=20180131);
    width: 189px;
    height: 51px;
    background-position: -10px -497px;
    display: block;
    text-indent: -9999px;
    margin-left: 5%; }

#g-footer {
  width: 100%;
  background: #efefef;
  font-size: 13px;
  color: #999;
  text-align: center;
  padding: 20px 0; }
  #g-footer .footer-nav li {
    display: inline-block; }
    #g-footer .footer-nav li a {
      border-right: 1px solid #999;
      margin-right: 10px;
      padding-right: 10px; }
    #g-footer .footer-nav li:last-child a {
      border-right: 0; }
  #g-footer .footer-contact {
    width: 100%; }
    #g-footer .footer-contact a {
      text-decoration: underline;
      color: #0087ff; }

/*Game*/
#game-page {
  background-color: #000; }

.game-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

#game-wrap {
  width: 990px;
  height: 560px;
  position: relative;
  overflow: hidden; }

#score {
  background-image: url(../img/game.png);
  background-position: -339px -81px;
  width: 93px;
  height: 79px;
  position: absolute;
  top: 25px;
  font-size: 35px;
  color: #333;
  left: 30px;
  padding-left: 100px;
  font-family: 'Baloo Bhaina','cwTeXYen';
  line-height: 1.5;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  #score span {
    margin: 0 5px;
    font-size: 56px; }

#speedometer {
  width: 205px;
  height: 57px;
  background-image: url(../img/game.png);
  background-position: 0 -336px;
  position: absolute;
  top: 25px;
  right: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  padding-left: 115px;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  #speedometer:before {
    content: '0';
    font-size: 52px;
    -webkit-text-stroke: 2px #01716d;
    text-stroke: 2px #01716d;
    font-weight: bold;
    font-family: 'Baloo Bhaina','cwTeXYen';
    position: relative;
    top: 2px;
    display: inline-block; }
  #speedometer:after {
    content: '';
    width: 21px;
    height: 14px;
    background-image: url(../img/game.png);
    background-position: -210px -336px;
    position: absolute;
    top: 35px;
    left: 62px;
    -webkit-transform-origin: 15% 80%;
    -ms-transform-origin: 15% 80%;
    transform-origin: 15% 80%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: rotate(-155deg);
    -ms-transform: rotate(-155deg);
    transform: rotate(-155deg); }

#game-stage {
  width: 990px;
  height: 560px;
  position: relative;
  overflow: hidden;
  background-color: #b7ecf9; }

#start-countdown {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  #start-countdown li {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 240px;
    font-family: Arial;
    color: #E6CB9E;
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    font-family: 'Baloo Bhaina','cwTeXYen'; }
  #start-countdown.is-active li:nth-child(1) {
    -webkit-animation: sc-animate .7s linear forwards;
    animation: sc-animate .7s linear forwards; }
  #start-countdown.is-active li:nth-child(2) {
    -webkit-animation: sc-animate .7s .7s linear forwards;
    animation: sc-animate .7s .7s linear forwards; }
  #start-countdown.is-active li:nth-child(3) {
    -webkit-animation: sc-animate .7s 1.4s linear forwards;
    animation: sc-animate .7s 1.4s linear forwards; }
  #start-countdown.is-active li:nth-child(4) {
    -webkit-animation: sc-animate .7s 2.1s linear forwards;
    animation: sc-animate .7s 2.1s linear forwards; }

@-webkit-keyframes sc-animate {
  0% {
    -webkit-transform: scale(0) rotateX(120deg);
    transform: scale(0) rotateX(120deg); }
  40%, 70% {
    -webkit-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    color: #E6CB9E;
    opacity: 1;
    visibility: visible; }
  100% {
    -webkit-transform: scale(2) rotateX(0deg);
    transform: scale(2) rotateX(0deg);
    opacity: 0;
    visibility: hidden; } }

@keyframes sc-animate {
  0% {
    -webkit-transform: scale(0) rotateX(120deg);
    transform: scale(0) rotateX(120deg); }
  40%, 70% {
    -webkit-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    color: #E6CB9E;
    opacity: 1;
    visibility: visible; }
  100% {
    -webkit-transform: scale(2) rotateX(0deg);
    transform: scale(2) rotateX(0deg);
    opacity: 0;
    visibility: hidden; } }

#notice-speedup {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 200px;
  text-align: center;
  font-family: Arial;
  color: #E6CB9E;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  font-family: 'Baloo Bhaina','cwTeXYen';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none; }
  #notice-speedup span {
    -webkit-animation: word_jump .3s infinite alternate;
    animation: word_jump .3s infinite alternate;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }

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

@keyframes word_jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
    #notice-speedup span:nth-child(1) {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    #notice-speedup span:nth-child(2) {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    #notice-speedup span:nth-child(3) {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    #notice-speedup span:nth-child(4) {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    #notice-speedup span:nth-child(5) {
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    #notice-speedup span:nth-child(6) {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    #notice-speedup span:nth-child(7) {
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s; }
    #notice-speedup span:nth-child(8) {
      -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s; }
    #notice-speedup span:nth-child(9) {
      -webkit-animation-delay: 0.9s;
      animation-delay: 0.9s; }
    #notice-speedup span:nth-child(10) {
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    #notice-speedup span:nth-of-type(6) {
      width: 20px; }
  #notice-speedup.is-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

#cut-1 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  text-align: center;
  -webkit-transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  transform: translateY(-300px); }
  #cut-1 h1 {
    margin-top: 80px;
    margin-bottom: 20px;
    -webkit-animation: cut1h1_slide 2s 1s forwards;
    animation: cut1h1_slide 2s 1s forwards; }

@-webkit-keyframes cut1h1_slide {
  0%, 50% {
    -webkit-transform: translateX(240px);
    transform: translateX(240px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes cut1h1_slide {
  0%, 50% {
    -webkit-transform: translateX(240px);
    transform: translateX(240px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
    #cut-1 h1 span {
      background-image: url(../img/game.png);
      width: 79px;
      height: 76px;
      text-indent: -9999px;
      display: inline-block;
      margin-left: -7px;
      position: relative;
      -webkit-transform: scale(0) rotate(-90deg);
      -ms-transform: scale(0) rotate(-90deg);
      transform: scale(0) rotate(-90deg);
      -webkit-animation: cut1h1_pop 2s 1s forwards;
      animation: cut1h1_pop 2s 1s forwards;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

@-webkit-keyframes cut1h1_pop {
  0% {
    -webkit-transform: scale(0) rotate(-90deg);
    transform: scale(0) rotate(-90deg); }
  50%, 100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes cut1h1_pop {
  0% {
    -webkit-transform: scale(0) rotate(-90deg);
    transform: scale(0) rotate(-90deg); }
  50%, 100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
      #cut-1 h1 span:nth-of-type(1) {
        -webkit-animation: cut1h1_scale 1.5s 1s forwards;
        animation: cut1h1_scale 1.5s 1s forwards; }

@-webkit-keyframes cut1h1_scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes cut1h1_scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
      #cut-1 h1 span:nth-of-type(2) {
        background-position: -84px 0;
        -webkit-animation-delay: 2.2s;
        animation-delay: 2.2s; }
      #cut-1 h1 span:nth-of-type(3) {
        background-position: -168px 0;
        -webkit-animation-delay: 2.3s;
        animation-delay: 2.3s; }
      #cut-1 h1 span:nth-of-type(4) {
        background-position: -252px 0;
        -webkit-animation-delay: 2.4s;
        animation-delay: 2.4s; }
      #cut-1 h1 span:nth-of-type(5) {
        background-position: -336px 0;
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s; }
      #cut-1 h1 span:nth-of-type(6) {
        background-position: -420px 0;
        -webkit-animation-delay: 2.6s;
        animation-delay: 2.6s; }
      #cut-1 h1 span:nth-of-type(7) {
        background-position: -504px 0;
        -webkit-animation-delay: 2.7s;
        animation-delay: 2.7s; }
  #cut-1 p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold; }
  #cut-1 #start {
    font-size: 40px;
    margin-top: 20px; }
  #cut-1.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

#cut-2 {
  -webkit-transform: translateY(346px) scale(1.2);
  -ms-transform: translateY(346px) scale(1.2);
  transform: translateY(346px) scale(1.2);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background: -webkit-radial-gradient(center ellipse, #ffffff 0%, #f9f7e8 100%);
  background: -o-radial-gradient(center ellipse, #ffffff 0%, #f9f7e8 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #f9f7e8 100%);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute; }
  #cut-2 #m-bt-up, #cut-2 #m-bt-down {
    width: 100px;
    height: 100px;
    display: block;
    z-index: 4;
    background-image: url(../img/game.png);
    text-indent: -9999px;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    display: none; }
    #cut-2 #m-bt-up#m-bt-up, #cut-2 #m-bt-down#m-bt-up {
      left: 1%;
      background-position: 0 -399px; }
    #cut-2 #m-bt-up#m-bt-down, #cut-2 #m-bt-down#m-bt-down {
      right: 1%;
      background-position: -105px -399px; }
    #cut-2 #m-bt-up:hover, #cut-2 #m-bt-down:hover {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
  #cut-2 .city-1 {
    width: 100%;
    height: 143px;
    background-image: url(../img/game_bg1.png);
    position: absolute;
    top: 70px;
    -webkit-animation: city1-animation 10s linear infinite;
    animation: city1-animation 10s linear infinite; }

@-webkit-keyframes city1-animation {
  0% {
    background-position-x: 0; }
  100% {
    background-position-x: -578px; } }

@keyframes city1-animation {
  0% {
    background-position-x: 0; }
  100% {
    background-position-x: -578px; } }
  #cut-2 .city-2 {
    width: 100%;
    height: 185px;
    background-image: url(../img/game_bg2.png);
    position: absolute;
    top: 25px;
    top: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-animation: city2-animation 7s linear infinite;
    animation: city2-animation 7s linear infinite; }

@-webkit-keyframes city2-animation {
  0% {
    background-position-x: 0; }
  100% {
    background-position-x: -577px; } }

@keyframes city2-animation {
  0% {
    background-position-x: 0; }
  100% {
    background-position-x: -577px; } }
  #cut-2 .city-3 {
    width: 100%;
    height: 152px;
    background-image: url(../img/game_bg3.png);
    position: absolute;
    top: 50px;
    -webkit-animation: city3-animation 5s linear infinite;
    animation: city3-animation 5s linear infinite; }

@-webkit-keyframes city3-animation {
  0% {
    background-position-x: 0; }
  100% {
    background-position-x: -474px; } }

@keyframes city3-animation {
  0% {
    background-position-x: 0; }
  100% {
    background-position-x: -474px; } }
  #cut-2 .road {
    width: 100%;
    height: 100%;
    background-image: url(../img/game_bg4.png);
    position: absolute;
    bottom: 0;
    -webkit-animation: road-animation 2s linear infinite;
    animation: road-animation 2s linear infinite; }

@-webkit-keyframes road-animation {
  0% {
    background-position-x: 0; }
  100% {
    background-position-x: -132px; } }

@keyframes road-animation {
  0% {
    background-position-x: 0; }
  100% {
    background-position-x: -132px; } }
  #cut-2 #char {
    width: 89px;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 5%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-animation: char_ready 3s infinite alternate;
    animation: char_ready 3s infinite alternate; }

@-webkit-keyframes char_ready {
  0% {
    -webkit-transform: translate(300px, -130px) scale(0.8);
    transform: translate(300px, -130px) scale(0.8); }
  100% {
    -webkit-transform: translate(50px, -130px) scale(0.8);
    transform: translate(50px, -130px) scale(0.8); } }

@keyframes char_ready {
  0% {
    -webkit-transform: translate(300px, -130px) scale(0.8);
    transform: translate(300px, -130px) scale(0.8); }
  100% {
    -webkit-transform: translate(50px, -130px) scale(0.8);
    transform: translate(50px, -130px) scale(0.8); } }
    #cut-2 #char:before {
      content: '';
      width: 89px;
      height: 126px;
      position: absolute;
      top: -60px;
      left: 0;
      background-image: url(../img/game.png);
      background-position: -332px -164px;
      pointer-events: none; }
    #cut-2 #char:after {
      content: '';
      background-image: url(../img/game.png);
      background-position: -275px -86px;
      width: 60px;
      height: 63px;
      position: absolute;
      right: -20px;
      bottom: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 0;
      visibility: hidden; }
    #cut-2 #char.is-animate {
      -webkit-animation: char_dead 1s forwards;
      animation: char_dead 1s forwards;
      -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      transform-origin: 0 100%; }

@-webkit-keyframes char_dead {
  0% {
    -webkit-transform: scale(1) rotate(0) translateX(0);
    transform: scale(1) rotate(0) translateX(0); }
  100% {
    -webkit-transform: scale(2) rotate(-45deg) translateX(-300px);
    transform: scale(2) rotate(-45deg) translateX(-300px); } }

@keyframes char_dead {
  0% {
    -webkit-transform: scale(1) rotate(0) translateX(0);
    transform: scale(1) rotate(0) translateX(0); }
  100% {
    -webkit-transform: scale(2) rotate(-45deg) translateX(-300px);
    transform: scale(2) rotate(-45deg) translateX(-300px); } }
      #cut-2 #char.is-animate:after {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5); }
  #cut-2.is-active {
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); }
    #cut-2.is-active #score, #cut-2.is-active #speedometer {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      visibility: visible; }
    #cut-2.is-active .city-2 {
      top: 25px; }
    #cut-2.is-active #char {
      -webkit-animation: none;
      animation: none; }
  #cut-2.speed1 .city-1 {
    -webkit-animation: city1-animation 5s linear infinite;
    animation: city1-animation 5s linear infinite; }
  #cut-2.speed1 .road {
    -webkit-animation: road-animation .265s linear infinite;
    animation: road-animation .265s linear infinite; }
  #cut-2.speed1 #speedometer:before {
    content: '1'; }
  #cut-2.speed1 #speedometer:after {
    -webkit-animation: meter1 .4s linear infinite alternate;
    animation: meter1 .4s linear infinite alternate; }

@-webkit-keyframes meter1 {
  0% {
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg); }
  100% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

@keyframes meter1 {
  0% {
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg); }
  100% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
  #cut-2.speed2 .city-1 {
    -webkit-animation: city1-animation 4s linear infinite;
    animation: city1-animation 4s linear infinite; }
  #cut-2.speed2 .road {
    -webkit-animation: road-animation .2s linear infinite;
    animation: road-animation .2s linear infinite; }
  #cut-2.speed2 #speedometer:before {
    content: '3'; }
  #cut-2.speed2 #speedometer:after {
    -webkit-animation: meter2 .4s linear infinite alternate;
    animation: meter2 .4s linear infinite alternate; }

@-webkit-keyframes meter2 {
  0% {
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg); }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

@keyframes meter2 {
  0% {
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg); }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
  #cut-2.speed3 .city-1 {
    -webkit-animation: city1-animation 3s linear infinite;
    animation: city1-animation 3s linear infinite; }
  #cut-2.speed3 .road {
    -webkit-animation: road-animation .135s linear infinite;
    animation: road-animation .135s linear infinite; }
  #cut-2.speed3 #speedometer:before {
    content: '5'; }
  #cut-2.speed3 #speedometer:after {
    -webkit-animation: meter3 .4s linear infinite alternate;
    animation: meter3 .4s linear infinite alternate; }

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

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

#coins .rock {
  width: 42px;
  height: 48px;
  background-image: url(../img/game.png);
  background-position: -228px -86px;
  position: absolute;
  margin-top: 10px; }
  #coins .rock.is-active {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

#coins .coin {
  width: 30px;
  height: 28px;
  position: absolute;
  background-image: url(../img/game.png);
  background-position: -193px -86px;
  margin-top: 20px; }
  #coins .coin.is-active {
    opacity: 0;
    -webkit-transform: scale(2) translate(10px, -40px);
    -ms-transform: scale(2) translate(10px, -40px);
    transform: scale(2) translate(10px, -40px);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }

/*KV*/
/*IDX-KV*/
#idx-kv {
  height: 820px;
  background: url(../img/g_bg1.png) no-repeat 50% -47px; }
  #idx-kv .wrap {
    width: 1200px;
    margin: 0 auto; }
  #idx-kv .left {
    width: 765px;
    height: 820px;
    float: left;
    position: relative;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s; }
    #idx-kv .left header h1 {
      margin: 32px 0 0 120px; }
      #idx-kv .left header h1 p:nth-of-type(2) {
        background-image: url(../img/kv.png?v2);
        text-indent: -9999px;
        width: 548px;
        height: 53px;
        margin-top: 12px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        -webkit-transition-delay: 2s;
        -o-transition-delay: 2s;
        transition-delay: 2s; }
      #idx-kv .left header h1 p:nth-of-type(1) {
        margin-left: 30px; }
        #idx-kv .left header h1 p:nth-of-type(1) span {
          width: 108px;
          height: 109px;
          display: inline-block;
          margin-left: -7px;
          -webkit-transform: scale(0) rotate(-45deg);
          -ms-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
          -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          background-image: url(../img/kv.png?v2);
          text-indent: -9999px; }

@-webkit-keyframes kvh1 {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes kvh1 {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

          #idx-kv .left header h1 p:nth-of-type(1) span:nth-of-type(1) {
            background-position: 0 -58px;
            -webkit-animation-delay: -.5s;
            animation-delay: -.5s; }
          #idx-kv .left header h1 p:nth-of-type(1) span:nth-of-type(2) {
            background-position: -137px -58px;
            -webkit-animation-delay: -.4s;
            animation-delay: -.4s; }
          #idx-kv .left header h1 p:nth-of-type(1) span:nth-of-type(3) {
            background-position: -278px -58px;
            -webkit-animation-delay: -.3s;
            animation-delay: -.3s; }
          #idx-kv .left header h1 p:nth-of-type(1) span:nth-of-type(4) {
            background-position: -419px -58px;
            -webkit-animation-delay: -.2s;
            animation-delay: -.2s; }
          #idx-kv .left header h1 p:nth-of-type(1) span:nth-of-type(5) {
            background-position: -560px -58px;
            -webkit-animation-delay: -.1s;
            animation-delay: -.1s; }
    #idx-kv .left .desk {
      background-image: url(../img/kv.png?v2);
      text-indent: -9999px;
      width: 750px;
      height: 451px;
      background-position: 0 -482px;
      position: absolute;
      bottom: 9px;
      left: 9px; }
    #idx-kv .left .mood1 .suit {
      background-image: url(../img/kv.png?v2);
      text-indent: -9999px;
      width: 224px;
      height: 93px;
      background-position: -467px -171px;
      position: absolute;
      top: 449px;
      left: 178px;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
    #idx-kv .left .mood1 .head {
      background-image: url(../img/kv.png?v2);
      text-indent: -9999px;
      width: 291px;
      height: 257px;
      background-position: -758px 0;
      position: absolute;
      top: 226px;
      left: 164px;
      -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      -webkit-animation: m1head 1s infinite alternate;
      animation: m1head 1s infinite alternate; }

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

@keyframes m1head {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); } }
      #idx-kv .left .mood1 .head [class^=eye] {
        background-image: url(../img/kv.png?v2);
        text-indent: -9999px;
        width: 54px;
        height: 53px;
        background-position: -510px -406px;
        position: absolute;
        top: 89px; }
      #idx-kv .left .mood1 .head .eye1 {
        left: 61px;
        -webkit-animation: m1eye 1s linear infinite;
        animation: m1eye 1s linear infinite; }

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

@keyframes m1eye {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
      #idx-kv .left .mood1 .head .eye2 {
        top: 93px;
        left: 160px;
        -webkit-animation: m1eye 1s linear infinite;
        animation: m1eye 1s linear infinite; }
      #idx-kv .left .mood1 .head .qq {
        background-image: url(../img/kv.png?v2);
        text-indent: -9999px;
        width: 81px;
        height: 76px;
        background-position: -672px -58px;
        position: absolute;
        top: 26px;
        left: -78px; }
      #idx-kv .left .mood1 .head .nose {
        background-image: url(../img/kv.png?v2);
        text-indent: -9999px;
        width: 92px;
        height: 53px;
        background-position: -580px -267px;
        position: absolute;
        top: 142px;
        left: 89px;
        -webkit-animation: nose .6s linear infinite alternate;
        animation: nose .6s linear infinite alternate; }
    #idx-kv .left .mood1 .wall {
      position: absolute;
      top: 271px;
      left: 476px; }
      #idx-kv .left .mood1 .wall [class^=deco] {
        width: 63px;
        height: 72px;
        position: absolute;
        -webkit-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        #idx-kv .left .mood1 .wall [class^=deco]:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          background-image: url(../img/kv.png?v2);
          text-indent: -9999px;
          width: 63px;
          height: 72px;
          background-position: -467px -325px; }
      #idx-kv .left .mood1 .wall .deco1 {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s; }
      #idx-kv .left .mood1 .wall .deco2 {
        top: -22px;
        left: 85px;
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s; }
        #idx-kv .left .mood1 .wall .deco2:before {
          -webkit-transform: rotate(-31deg);
          -ms-transform: rotate(-31deg);
          transform: rotate(-31deg); }
      #idx-kv .left .mood1 .wall .deco3 {
        top: -1px;
        left: 175px;
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s; }
        #idx-kv .left .mood1 .wall .deco3:before {
          -webkit-transform: rotate(-31deg);
          -ms-transform: rotate(-31deg);
          transform: rotate(-31deg); }
    #idx-kv .left .mood1 .monitor {
      position: absolute;
      top: 369px;
      left: 480px;
      width: 218px;
      height: 116px;
      overflow: hidden;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
      #idx-kv .left .mood1 .monitor .ecg {
        width: 200%;
        height: 100%;
        position: absolute;
        -webkit-animation: m1m 2s linear infinite;
        animation: m1m 2s linear infinite; }

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

@keyframes m1m {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
        #idx-kv .left .mood1 .monitor .ecg:before, #idx-kv .left .mood1 .monitor .ecg:after {
          content: '';
          background-image: url(../img/kv.png?v2);
          text-indent: -9999px;
          width: 218px;
          height: 116px;
          background-position: 0 -171px;
          position: absolute;
          top: 10px;
          left: 0; }
        #idx-kv .left .mood1 .monitor .ecg:after {
          left: 219px; }
    #idx-kv .left .mood1 .food {
      background-image: url(../img/kv.png?v2);
      text-indent: -9999px;
      width: 51px;
      height: 87px;
      background-position: -623px -390px;
      position: absolute;
      top: 458px;
      left: 411px;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    #idx-kv .left .mood2 .suit {
      background-image: url(../img/kv.png?v2);
      text-indent: -9999px;
      width: 238px;
      height: 113px;
      background-position: -224px -171px;
      position: absolute;
      top: 430px;
      left: 163px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
    #idx-kv .left .mood2 .head {
      background-image: url(../img/kv.png?v2);
      text-indent: -9999px;
      width: 293px;
      height: 300px;
      background-position: -758px -262px;
      position: absolute;
      top: 187px;
      left: 164px;
      -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-animation: m1head 2s infinite alternate;
      animation: m1head 2s infinite alternate;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      #idx-kv .left .mood2 .head [class^=eye] {
        background-image: url(../img/kv.png?v2);
        text-indent: -9999px;
        width: 40px;
        height: 56px;
        background-position: -569px -406px;
        position: absolute;
        -webkit-animation: m2eye 2s infinite;
        animation: m2eye 2s infinite; }

@-webkit-keyframes m2eye {
  0%, 20%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(1, 0.1);
    transform: scale(1, 0.1); } }

@keyframes m2eye {
  0%, 20%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(1, 0.1);
    transform: scale(1, 0.1); } }
      #idx-kv .left .mood2 .head .eye1 {
        top: 129px;
        left: 65px; }
      #idx-kv .left .mood2 .head .eye2 {
        top: 138px;
        left: 171px; }
      #idx-kv .left .mood2 .head [class^=shine] {
        background-image: url(../img/kv.png?v2);
        text-indent: -9999px;
        width: 38px;
        height: 38px;
        background-position: -537px -282px;
        position: absolute;
        -webkit-animation: m2star 1s infinite alternate;
        animation: m2star 1s infinite alternate; }

@-webkit-keyframes m2star {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes m2star {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
      #idx-kv .left .mood2 .head .shine1 {
        top: 67px;
        left: 2px;
        -webkit-animation-delay: -.3s;
        animation-delay: -.3s; }
      #idx-kv .left .mood2 .head .shine2 {
        top: 105px;
        left: -30px;
        -webkit-animation-delay: -.6s;
        animation-delay: -.6s; }
      #idx-kv .left .mood2 .head .shine3 {
        top: 130px;
        left: 250px; }
      #idx-kv .left .mood2 .head .nose {
        background-image: url(../img/kv.png?v2);
        text-indent: -9999px;
        width: 92px;
        height: 53px;
        background-position: -580px -267px;
        position: absolute;
        top: 180px;
        left: 89px;
        -webkit-animation: nose .5s infinite alternate;
        animation: nose .5s infinite alternate; }
    #idx-kv .left .mood2 .wall {
      position: absolute;
      top: 271px;
      left: 476px; }
      #idx-kv .left .mood2 .wall [class^=deco] {
        position: absolute;
        -webkit-transform: rotate(90deg) scale(0);
        -ms-transform: rotate(90deg) scale(0);
        transform: rotate(90deg) scale(0);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        #idx-kv .left .mood2 .wall [class^=deco]:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          background-image: url(../img/kv.png?v2);
          text-indent: -9999px;
          width: 100%;
          height: 100%; }
      #idx-kv .left .mood2 .wall .deco1 {
        width: 74px;
        height: 74px;
        top: -15px;
        left: 0;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s; }
        #idx-kv .left .mood2 .wall .deco1:before {
          background-position: -679px -320px; }
      #idx-kv .left .mood2 .wall .deco2 {
        width: 60px;
        height: 60px;
        top: -13px;
        left: 90px;
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s; }
        #idx-kv .left .mood2 .wall .deco2:before {
          background-position: -614px -325px; }
      #idx-kv .left .mood2 .wall .deco3 {
        width: 74px;
        height: 74px;
        top: -15px;
        left: 162px;
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s; }
        #idx-kv .left .mood2 .wall .deco3:before {
          background-position: -535px -325px; }
    #idx-kv .left .mood2 .monitor {
      position: absolute;
      top: 369px;
      left: 480px;
      width: 218px;
      height: 116px;
      overflow: hidden;
      background-color: #f6646c;
      text-align: center;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      transform: scale(1, 0);
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
      #idx-kv .left .mood2 .monitor p {
        background-image: url(../img/kv.png?v2);
        text-indent: -9999px;
        width: 140px;
        height: 39px;
        background-position: 0 -292px;
        display: block;
        margin: 10px 0 0 40px; }
      #idx-kv .left .mood2 .monitor span {
        background-image: url(../img/kv.png?v2);
        text-indent: -9999px;
        width: 62px;
        height: 62px;
        display: inline-block;
        margin-left: -4px;
        -webkit-animation: nose .5s infinite alternate;
        animation: nose .5s infinite alternate; }
        #idx-kv .left .mood2 .monitor span:nth-of-type(1) {
          background-position: -146px -292px;
          margin-left: 4px;
          -webkit-animation-delay: -.6s;
          animation-delay: -.6s; }
        #idx-kv .left .mood2 .monitor span:nth-of-type(2) {
          background-position: -213px -292px;
          -webkit-animation-delay: -.4s;
          animation-delay: -.4s; }
        #idx-kv .left .mood2 .monitor span:nth-of-type(3) {
          background-position: -280px -292px;
          -webkit-animation-delay: -.2s;
          animation-delay: -.2s; }
    #idx-kv .left .mood2 .food {
      background-image: url(../img/kv.png?v2);
      text-indent: -9999px;
      width: 57px;
      height: 71px;
      background-position: -679px -400px;
      position: absolute;
      top: 475px;
      left: 411px;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 0;
      visibility: hidden; }
    #idx-kv .left.active .mood1 .suit {
      opacity: 0;
      visibility: hidden; }
    #idx-kv .left.active .mood1 .head {
      opacity: 0;
      visibility: hidden; }
    #idx-kv .left.active .mood1 .wall [class^=deco] {
      -webkit-transform: rotate(90deg) scale(0);
      -ms-transform: rotate(90deg) scale(0);
      transform: rotate(90deg) scale(0); }
    #idx-kv .left.active .mood1 .food {
      -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0;
      visibility: hidden; }
    #idx-kv .left.active .mood1 .monitor {
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      transform: scale(1, 0); }
    #idx-kv .left.active .mood2 .suit {
      opacity: 1;
      visibility: visible; }
    #idx-kv .left.active .mood2 .head {
      opacity: 1;
      visibility: visible; }
    #idx-kv .left.active .mood2 .wall [class^=deco] {
      -webkit-transform: rotate(0) scale(1);
      -ms-transform: rotate(0) scale(1);
      transform: rotate(0) scale(1); }
    #idx-kv .left.active .mood2 .food {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      visibility: visible; }
    #idx-kv .left.active .mood2 .monitor {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  #idx-kv .right {
    width: 350px;
    height: 700px;
    margin-top: 90px;
    float: left;
    margin-left: 5px;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    border: 6px solid #23adde;
    -webkit-box-shadow: 10px 10px 2px rgba(35, 173, 222, 0.2);
    box-shadow: 10px 10px 2px rgba(35, 173, 222, 0.2);
    position: relative;
    -webkit-transform: translateY(-100px) scale(1.1);
    -ms-transform: translateY(-100px) scale(1.1);
    transform: translateY(-100px) scale(1.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    #idx-kv .right:before, #idx-kv .right:after {
      content: '';
      background-image: url(../img/kv.png?v2);
      text-indent: -9999px;
      background-position: -719px -139px;
      width: 34px;
      height: 176px;
      position: absolute;
      top: -169px; }
    #idx-kv .right:before {
      left: 12%; }
    #idx-kv .right:after {
      right: 10%; }
    #idx-kv .right h2 {
      background-image: url(../img/kv.png?v2);
      text-indent: -9999px;
      width: 273px;
      height: 37px;
      background-position: -758px -567px;
      margin: 25px auto 15px; }
    #idx-kv .right p {
      line-height: 1.5;
      font-weight: bold;
      font-size: 20px; }
    #idx-kv .right .movie {
      margin: 35px auto; }
      #idx-kv .right .movie li {
        width: 90px;
        height: 133px;
        background-size: 100%;
        text-indent: -9999px;
        display: inline-block;
        -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2); }
        #idx-kv .right .movie li:nth-of-type(1) {
          background-image: url(../img/gift-2.jpg);
          -webkit-transform: rotate(-12deg);
          -ms-transform: rotate(-12deg);
          transform: rotate(-12deg); }
        #idx-kv .right .movie li:nth-of-type(2) {
          background-image: url(../img/gift-1.jpg);
          -webkit-transform: translateY(-15px);
          -ms-transform: translateY(-15px);
          transform: translateY(-15px); }
        #idx-kv .right .movie li:nth-of-type(3) {
          background-image: url(../img/gift-22.jpg);
          -webkit-transform: rotate(12deg);
          -ms-transform: rotate(12deg);
          transform: rotate(12deg); }
    #idx-kv .right .demo {
      background: url(../img/game_preview.gif);
      background-size: 100%;
      width: 287px;
      height: 163px;
      display: block;
      position: relative;
      margin-left: 5px;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }
      #idx-kv .right .demo:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0; }
      #idx-kv .right .demo .g-bt-1 {
        font-size: 30px;
        padding: 10px 20px; }
    #idx-kv .right .g-bt-3 {
      width: 100%;
      font-size: 30px;
      white-space: nowrap;
      letter-spacing: 0;
      padding: 15px; }
      #idx-kv .right .g-bt-3 i {
        font-style: normal;
        -webkit-transform: scale(0.4, 0.7);
        -ms-transform: scale(0.4, 0.7);
        transform: scale(0.4, 0.7);
        display: inline-block; }
  #idx-kv.is-active .left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
    #idx-kv.is-active .left header h1 p:nth-of-type(2) {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      visibility: visible; }
    #idx-kv.is-active .left header h1 p:nth-of-type(1) span {
      -webkit-animation: kvh1 1s forwards;
      animation: kvh1 1s forwards; }
      #idx-kv.is-active .left header h1 p:nth-of-type(1) span:nth-of-type(1) {
        -webkit-animation-delay: 2.1s;
        animation-delay: 2.1s; }
      #idx-kv.is-active .left header h1 p:nth-of-type(1) span:nth-of-type(2) {
        -webkit-animation-delay: 2.2s;
        animation-delay: 2.2s; }
      #idx-kv.is-active .left header h1 p:nth-of-type(1) span:nth-of-type(3) {
        -webkit-animation-delay: 2.3s;
        animation-delay: 2.3s; }
      #idx-kv.is-active .left header h1 p:nth-of-type(1) span:nth-of-type(4) {
        -webkit-animation-delay: 2.4s;
        animation-delay: 2.4s; }
      #idx-kv.is-active .left header h1 p:nth-of-type(1) span:nth-of-type(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s; }
  #idx-kv.is-active .right {
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible; }

.g-section {
  width: 1137px;
  margin: 20px auto 70px; }
  .g-section.is-active .outer-border h2 {
    width: 713px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

#idx-event-no2 {
  text-align: center;
  background: url(../img/g_bg2.png);
  width: 1221px;
  height: 1943px; }
  #idx-event-no2 header {
    padding-top: 40px; }
  #idx-event-no2 h2 {
    background-image: url(../img/kv.png?v2);
    text-indent: -9999px;
    width: 290px;
    height: 52px;
    background-position: -720px -609px;
    margin-left: 39.5%; }
  #idx-event-no2 .note {
    margin: 65px 0 50px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold; }
  #idx-event-no2 .icon-pointer {
    width: 30px;
    height: 48px;
    background-image: url(../img/kv.png?v2);
    text-indent: -9999px;
    background-position: -467px -406px;
    display: inline-block;
    position: relative;
    top: 20px;
    left: 5px;
    -webkit-animation: nose .3s infinite alternate;
    animation: nose .3s infinite alternate; }
  #idx-event-no2 .underline {
    position: relative;
    display: inline-block; }
    #idx-event-no2 .underline:before {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #000;
      position: absolute;
      bottom: 0; }
  #idx-event-no2 .box {
    background-color: #fff;
    -webkit-box-shadow: 2px 3px 5px rgba(196, 55, 55, 0.7);
    box-shadow: 2px 3px 5px rgba(196, 55, 55, 0.7);
    width: 82%;
    margin: 0 auto;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 2%; }
  #idx-event-no2 h3 {
    padding: 15px 0;
    background-color: #eee; }
    #idx-event-no2 h3 p {
      background-image: url(../img/kv.png?v2);
      text-indent: -9999px;
      margin: 0 auto;
      height: 43px; }
    #idx-event-no2 h3.h3-1 p {
      width: 225px;
      background-position: -758px -722px; }
    #idx-event-no2 h3.h3-2 p {
      width: 226px;
      background-position: -758px -770px; }
    #idx-event-no2 h3.h3-3 p {
      width: 236px;
      background-position: -758px -818px; }
  #idx-event-no2 ul {
    width: 92%;
    margin: 17px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #idx-event-no2 ul li {
      width: 20%;
      padding: 10px;
      position: relative;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      #idx-event-no2 ul li .img {
        overflow: hidden;
        display: inline-block;
        position: relative; }
        #idx-event-no2 ul li .img:before {
          content: '';
          width: 100%;
          height: 100%;
          background-color: #23adde;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s;
          z-index: 1; }
        #idx-event-no2 ul li .img img {
          width: 100%;
          margin-bottom: 10px;
          -webkit-transform: translateY(-10%);
          -ms-transform: translateY(-10%);
          transform: translateY(-10%);
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
      #idx-event-no2 ul li h4 {
        font-size: 17px;
        line-height: 1.5;
        padding-bottom: 5px;
        margin-bottom: 5px; }
      #idx-event-no2 ul li p {
        line-height: 1.5;
        text-align: left;
        font-size: 15px; }
      #idx-event-no2 ul li a.g-bt-1 {
        font-size: 17px;
        width: calc(100% - 20px);
        position: absolute;
        bottom: 0;
        left: 10px; }
      #idx-event-no2 ul li:hover {
        background-color: rgba(218, 65, 73, 0.7);
        color: #fff; }
        #idx-event-no2 ul li:hover h4 {
          color: #fff; }
    #idx-event-no2 ul.is-active li:nth-of-type(1) .img:before {
      -webkit-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    #idx-event-no2 ul.is-active li:nth-of-type(1) .img img {
      -webkit-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    #idx-event-no2 ul.is-active li:nth-of-type(2) .img:before {
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    #idx-event-no2 ul.is-active li:nth-of-type(2) .img img {
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    #idx-event-no2 ul.is-active li:nth-of-type(3) .img:before {
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    #idx-event-no2 ul.is-active li:nth-of-type(3) .img img {
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    #idx-event-no2 ul.is-active li:nth-of-type(4) .img:before {
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    #idx-event-no2 ul.is-active li:nth-of-type(4) .img img {
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    #idx-event-no2 ul.is-active li:nth-of-type(5) .img:before {
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    #idx-event-no2 ul.is-active li:nth-of-type(5) .img img {
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    #idx-event-no2 ul.is-active li:nth-of-type(6) .img:before {
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    #idx-event-no2 ul.is-active li:nth-of-type(6) .img img {
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    #idx-event-no2 ul.is-active li .img:before {
      background-color: #fff;
      top: 100%; }
    #idx-event-no2 ul.is-active li .img img {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  #idx-event-no2 .promo {
    padding-top: 20px; }
    #idx-event-no2 .promo .txt {
      padding-left: 5%;
      padding-bottom: 5%;
      width: 45%;
      font-size: 19px;
      float: left;
      text-align: left; }
      #idx-event-no2 .promo .txt h4 {
        color: #da4149;
        font-size: 33px;
        font-family: 'Baloo Bhaina','cwTeXYen';
        font-weight: bold; }
      #idx-event-no2 .promo .txt p {
        line-height: 1.5; }
    #idx-event-no2 .promo .img {
      width: 50%;
      float: left;
      margin-left: 3%;
      margin-top: 3.5%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #idx-event-no2 .promo .img li {
        width: 33.3%;
        font-size: 15px; }
        #idx-event-no2 .promo .img li i {
          background-image: url(../img/kv.png?v2);
          text-indent: -9999px;
          text-indent: 0;
          display: inline-block;
          height: 114px; }
        #idx-event-no2 .promo .img li:nth-of-type(1) i {
          width: 171px;
          background-position: 0px -361px; }
        #idx-event-no2 .promo .img li:nth-of-type(2) {
          width: 35%; }
          #idx-event-no2 .promo .img li:nth-of-type(2) i {
            width: 114px;
            background-position: -177px -361px; }
        #idx-event-no2 .promo .img li:nth-of-type(3) i {
          width: 151px;
          background-position: -297px -361px; }

#idx-event-no3 {
  background-color: #f6646c;
  width: 1221px;
  border-radius: 25px;
  padding: 10px; }
  #idx-event-no3 .wrap {
    background-color: #fff;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 50px 0; }
  #idx-event-no3 ul {
    width: 90%;
    margin: 0 auto; }
  #idx-event-no3 header {
    background-color: #f6646c;
    padding: 20px 0; }
  #idx-event-no3 h2 {
    background-image: url(../img/kv.png?v2);
    text-indent: -9999px;
    width: 209px;
    height: 51px;
    background-position: -758px -666px;
    margin-left: 40.5%; }

ul.s-ul-1 li {
  padding-left: 20px;
  position: relative; }
  ul.s-ul-1 li:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #f7c4c4;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 10px;
    left: 0; }

/*Body*/
#g-loader {
  width: 100%;
  height: 100%;
  background: #fff;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #666;
  opacity: 1;
  visibility: visible; }
  #g-loader div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #g-loader div span {
      width: 20px;
      height: 20px;
      display: inline-block;
      background-color: #fff;
      border-radius: 50%;
      margin: 10px;
      -webkit-animation: sk-rotateplane 1s infinite ease-in-out;
      animation: sk-rotateplane 1s infinite ease-in-out; }
      #g-loader div span:nth-child(1) {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s; }
      #g-loader div span:nth-child(2) {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s; }
      #g-loader div span:nth-child(3) {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s; }
      #g-loader div span:nth-child(4) {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s; }
      #g-loader div span:nth-child(5) {
        -webkit-animation-delay: -1s;
        animation-delay: -1s; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateY(0deg);
    transform: perspective(120px) rotateY(0deg);
    background-color: #E6CB9E; }
  50% {
    -webkit-transform: perspective(120px) rotateY(0deg) scale(1.2);
    transform: perspective(120px) rotateY(0deg) scale(1.2);
    background-color: #23adde; }
  100% {
    -webkit-transform: perspective(120px) rotateY(-179.9deg);
    transform: perspective(120px) rotateY(-179.9deg);
    background-color: #E6CB9E; } }

@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateY(0deg);
    transform: perspective(120px) rotateY(0deg);
    background-color: #E6CB9E; }
  50% {
    -webkit-transform: perspective(120px) rotateY(0deg) scale(1.2);
    transform: perspective(120px) rotateY(0deg) scale(1.2);
    background-color: #23adde; }
  100% {
    -webkit-transform: perspective(120px) rotateY(-179.9deg);
    transform: perspective(120px) rotateY(-179.9deg);
    background-color: #E6CB9E; } }
    #g-loader div p {
      width: 100%;
      display: block; }
  #g-loader.is-loaded {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 0;
    visibility: hidden; }

.g-section {
  position: relative; }

.g-bt-1, .g-bt-2, .g-bt-3 {
  color: #fff;
  display: inline-block;
  margin: 10px auto;
  padding: 15px 30px;
  cursor: pointer;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  line-height: 1;
  border-radius: 35px;
  background-color: yellow;
  -webkit-box-shadow: 0 6px 0 #da4149;
  box-shadow: 0 6px 0 #da4149;
  font-family: 'Baloo Bhaina','cwTeXYen'; }
  .g-bt-1:before, .g-bt-2:before, .g-bt-3:before {
    content: '';
    width: 500px;
    height: 500px;
    background-color: #f6646c;
    position: absolute;
    border-radius: 50%;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    top: 50%;
    left: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .g-bt-1 span, .g-bt-2 span, .g-bt-3 span {
    position: relative;
    top: 4px; }
  .g-bt-1:hover, .g-bt-2:hover, .g-bt-3:hover {
    top: 5px;
    -webkit-box-shadow: 0 2px 0 #da4149;
    box-shadow: 0 2px 0 #da4149;
    color: #fff; }
    .g-bt-1:hover:after, .g-bt-2:hover:after, .g-bt-3:hover:after {
      -webkit-transform: translate(15px, -50%);
      -ms-transform: translate(15px, -50%);
      transform: translate(15px, -50%); }
    .g-bt-1:hover:before, .g-bt-2:hover:before, .g-bt-3:hover:before {
      -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
      transform: scale(1) translate(-50%, -50%); }

.g-bt-1 {
  background-color: #f6646c;
  color: #fff; }
  .g-bt-1:before {
    background-color: #f28686; }
  .g-bt-1:hover {
    color: #fff; }
  .g-bt-1:after {
    border-color: transparent transparent transparent #fff; }

.g-bt-2 {
  background-color: #666;
  color: #fff;
  -webkit-box-shadow: 0 7px 0 #444;
  box-shadow: 0 7px 0 #444; }
  .g-bt-2:before {
    background-color: #999; }
  .g-bt-2:hover {
    color: #fff;
    -webkit-box-shadow: 0 2px 0 #444;
    box-shadow: 0 2px 0 #444; }
  .g-bt-2:after {
    border-color: transparent transparent transparent #da4149; }

.g-bt-3 {
  border-radius: 0;
  background-color: #23adde;
  -webkit-box-shadow: 0 7px 0 #1790bb;
  box-shadow: 0 7px 0 #1790bb; }
  .g-bt-3:before {
    background-color: #4fc1e9; }
  .g-bt-3:hover {
    -webkit-box-shadow: 0 2px 0 #1790bb;
    box-shadow: 0 2px 0 #1790bb; }
  .g-bt-3:after {
    border-color: transparent transparent transparent #da4149; }

.msg-box {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  z-index: 101;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-perspective: 700px;
  perspective: 700px; }
  .msg-box.is-active {
    opacity: 1;
    visibility: visible; }
  .msg-box .msg-wrap {
    background: #fff;
    width: 90%;
    height: 270px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 10px;
    -webkit-transform: scale(0) rotateX(90deg) rotateY(15deg) translateY(-50%);
    transform: scale(0) rotateX(90deg) rotateY(15deg) translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    visibility: hidden;
    border-radius: 30px; }
    .msg-box .msg-wrap > .close {
      cursor: pointer;
      position: absolute;
      top: -35px;
      right: -40px;
      width: 55px;
      height: 55px;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      border-radius: 50%;
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s;
      -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .msg-box .msg-wrap > .close:before, .msg-box .msg-wrap > .close:after {
        content: '';
        width: 3px;
        height: 30px;
        background: #fff;
        -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
        transform: rotate(45deg) translate3d(0, 0, 0);
        position: absolute;
        top: 12px;
        left: 27px; }
      .msg-box .msg-wrap > .close:before {
        -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
        transform: rotate(45deg) translate3d(0, 0, 0); }
      .msg-box .msg-wrap > .close:after {
        -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
        transform: rotate(-45deg) translate3d(0, 0, 0); }
  .msg-box.is-active .msg-wrap {
    -webkit-transform: scale(1) rotateX(0) rotateY(0) translateY(-50%);
    transform: scale(1) rotateX(0) rotateY(0) translateY(-50%);
    opacity: 1;
    visibility: visible; }
    .msg-box.is-active .msg-wrap > .close {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
      .msg-box.is-active .msg-wrap > .close:hover {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  .msg-box .msg-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .msg-box .msg-content header {
      font-size: 30px;
      font-weight: bold;
      color: #CEA567;
      margin-bottom: 10px; }
    .msg-box .msg-content [id^=mr-num] {
      display: inline-block;
      color: #da4149;
      font-size: 25px;
      font-weight: bold;
      color: #a97543;
      margin: 0 5px;
      line-height: 1; }
    .msg-box .msg-content p {
      line-height: 2;
      margin: 10px 0; }
    .msg-box .msg-content img {
      max-width: 100%; }
    .msg-box .msg-content .detail {
      width: 100%;
      margin-bottom: 25px; }
    .msg-box .msg-content .bt {
      background-color: #da4149;
      color: #fff;
      display: block;
      margin: 10px auto;
      cursor: pointer;
      font-size: 24px;
      font-weight: bold;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      position: relative;
      text-indent: -10px; }
      .msg-box .msg-content .bt:hover {
        background: #E6CB9E;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
        .msg-box .msg-content .bt:hover:after {
          -webkit-transform: translate(12px, -50%);
          -ms-transform: translate(12px, -50%);
          transform: translate(12px, -50%); }
      .msg-box .msg-content .bt:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 8px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(8px, -50%);
        -ms-transform: translate(8px, -50%);
        transform: translate(8px, -50%);
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }

#msg-success .msg-wrap, #msg-failed .msg-wrap, #msg-gift .msg-wrap {
  width: 474px; }
  #msg-success .msg-wrap .img, #msg-failed .msg-wrap .img, #msg-gift .msg-wrap .img {
    position: relative; }
    #msg-success .msg-wrap .img > *, #msg-failed .msg-wrap .img > *, #msg-gift .msg-wrap .img > * {
      background-image: url(../img/game.png);
      position: absolute; }
    #msg-success .msg-wrap .img .nose, #msg-failed .msg-wrap .img .nose, #msg-gift .msg-wrap .img .nose {
      width: 52px;
      height: 31px;
      background-position: -136px -86px;
      top: 22px;
      left: 205px;
      -webkit-animation: nose .3s infinite alternate;
      animation: nose .3s infinite alternate; }

@-webkit-keyframes nose {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes nose {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
    #msg-success .msg-wrap .img .head, #msg-failed .msg-wrap .img .head, #msg-gift .msg-wrap .img .head {
      width: 162px;
      height: 167px;
      background-position: 0px -164px;
      top: -80px;
      left: 140px;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    #msg-success .msg-wrap .img .sign, #msg-failed .msg-wrap .img .sign, #msg-gift .msg-wrap .img .sign {
      width: 63px;
      height: 63px;
      background-position: 0 -86px;
      top: -70px;
      left: 268px;
      -webkit-transform: translateX(100px) rotate(180deg) scale(0);
      -ms-transform: translateX(100px) rotate(180deg) scale(0);
      transform: translateX(100px) rotate(180deg) scale(0);
      -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s;
      -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    #msg-success .msg-wrap .img [class^=shine], #msg-failed .msg-wrap .img [class^=shine], #msg-gift .msg-wrap .img [class^=shine] {
      width: 28px;
      height: 30px;
      background-position: -136px -122px;
      top: -10px;
      left: 110px;
      -webkit-animation: shine .5s infinite alternate;
      animation: shine .5s infinite alternate; }

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

@keyframes shine {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
      #msg-success .msg-wrap .img [class^=shine].shine2, #msg-failed .msg-wrap .img [class^=shine].shine2, #msg-gift .msg-wrap .img [class^=shine].shine2 {
        top: 10px;
        left: 130px;
        position: absolute;
        -webkit-animation-delay: -.25s;
        animation-delay: -.25s; }
  #msg-success .msg-wrap .msg-content, #msg-failed .msg-wrap .msg-content, #msg-gift .msg-wrap .msg-content {
    overflow: hidden; }

#msg-success .detail, #msg-failed .detail, #msg-gift .detail {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: scale(0) translateY(50%);
  -ms-transform: scale(0) translateY(50%);
  transform: scale(0) translateY(50%);
  padding-top: 100px; }
  #msg-success .detail h3, #msg-failed .detail h3, #msg-gift .detail h3 {
    color: #D17E08;
    font-size: 45px;
    font-weight: bold;
    line-height: 1; }
  #msg-success .detail p, #msg-failed .detail p, #msg-gift .detail p {
    font-size: 25px;
    line-height: 1;
    font-weight: bold; }
    #msg-success .detail p .score, #msg-failed .detail p .score, #msg-gift .detail p .score {
      color: #da4149;
      margin: 0 5px; }
  #msg-success .detail .bt, #msg-failed .detail .bt, #msg-gift .detail .bt {
    margin-top: 20px; }

#msg-success.is-active .msg-wrap .img .head, #msg-failed.is-active .msg-wrap .img .head, #msg-gift.is-active .msg-wrap .img .head {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

#msg-success.is-active .msg-wrap .img .sign, #msg-failed.is-active .msg-wrap .img .sign, #msg-gift.is-active .msg-wrap .img .sign {
  -webkit-transform: translateX(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) rotate(0deg) scale(1);
  transform: translateX(0) rotate(0deg) scale(1); }

#msg-success.is-active .detail, #msg-failed.is-active .detail, #msg-gift.is-active .detail {
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

#msg-success .msg-wrap {
  height: 346px; }
  #msg-success .msg-wrap .detail .color-red {
    font-weight: bold;
    font-size: 28px; }
  #msg-success .msg-wrap .detail .coin {
    background-image: url(../img/game.png);
    width: 40px;
    height: 38px;
    background-position: -169px -122px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    position: relative;
    top: -2px; }

#msg-failed .msg-wrap {
  height: 257px; }
  #msg-failed .msg-wrap .img .head {
    width: 160px;
    height: 162px;
    background-position: -167px -164px; }
  #msg-failed .msg-wrap .img .sign {
    background-position: -68px -86px; }

#msg-gift .msg-wrap {
  width: 534px;
  height: 417px; }
  #msg-gift .msg-wrap .img {
    margin-left: 30px; }

#gift-content .qk {
  padding-top: 40px; }
  #gift-content .qk p {
    color: #da4149;
    margin-bottom: 60px; }

#gift-content img {
  width: 90px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  margin: 10px; }

#gift-content .txt {
  display: inline-block;
  vertical-align: middle;
  text-align: left; }
  #gift-content .txt .code {
    color: #f6646c; }
  #gift-content .txt .note {
    font-size: 15px;
    color: #666666; }

#gift-content a {
  display: block !important;
  width: 200px; }

#unsupport-mobile-warning {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  color: #fff;
  font-size: 30px;
  line-height: 2; }
  #unsupport-mobile-warning.active {
    opacity: 1;
    visibility: visible; }
  #unsupport-mobile-warning .tip-arrow {
    background: url(../img/umw_tip_arrow.png);
    width: 206px;
    height: 226px;
    position: fixed;
    right: 0; }
  #unsupport-mobile-warning.is-top .tip-arrow {
    top: 0; }
  #unsupport-mobile-warning.is-bottom .tip-arrow {
    bottom: 150px;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1); }
  #unsupport-mobile-warning .tip-txt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5%; }
  #unsupport-mobile-warning .tip-triple {
    display: inline-block;
    position: relative;
    top: -5px; }
  #unsupport-mobile-warning.is-ios.is-line .tip-triple {
    top: 0;
    background: url(../img/umw_tip_icon_ios.png) no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    width: 40px;
    height: 60px;
    margin: 0 10px; }

#notice-landscape {
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #E6CB9E;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
  font-size: 25px;
  line-height: 3;
  opacity: 0;
  visibility: hidden; }
  #notice-landscape .center .icon-landscape {
    background-image: url(../img/game.png);
    width: 238px;
    height: 240px;
    display: block;
    background-position: -332px -295px; }
  #notice-landscape.active {
    opacity: 1;
    visibility: visible; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  #cut-2 .road {
    -webkit-animation: none;
    animation: none; } }

@supports (-ms-ime-align: auto) {
  /* IE Edge 12+ CSS */
  #cut-2 .road {
    -webkit-animation: none;
    animation: none; } }
