@charset "UTF-8";
/* RESET
--------------------------------------------------------------------------------------*/
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, rem, font, img, ins, kbd, q, s, samp, small, strike, 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, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote.clear:after, blockquote:after, q:before, q.clear:after, q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address {
  display: inline;
  font-style: normal; }

* {
  box-sizing: border-box;
  font-family: "微軟正黑體"; }

a {
  display: block;
  text-decoration: none;
  transition: all .1s ease-out;
  color: inherit;
  box-sizing: border-box;
  border: 2px dotted transparent; }

.clear:before, .clear:after {
  content: "";
  display: table; }
.clear:after {
  clear: both; }

img {
  width: 100%;
  height: auto;
  display: block; }

iframe {
  display: block; }

button {
  cursor: pointer; }

table {
  width: 100%; }
  table th, table td {
    vertical-align: middle; }

.table {
  display: table; }

.tr {
  display: table-row; }

.th,
.td {
  display: table-cell;
  vertical-align: middle;
  position: relative; }

.inblock {
  font-size: 0;
  letter-spacing: 0; }
  .inblock > * {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px; }

/* position */
/* margin */
/* padding */
/* font-size */
/*--------配色--------*/
@keyframes border {
  0% {
    border: 2px solid #2ea7e0; }
  25% {
    border: 2px solid #9900ff; }
  50% {
    border: 2px solid #dd3a81; }
  100% {
    border: 2px solid #2ea7e0; } }
@keyframes borderLinkR {
  0% {
    border-top: 4px solid #2ea7e0;
    border-bottom: 4px solid #2ea7e0;
    border-right: 4px solid #2ea7e0; }
  25% {
    border-top: 4px solid #9900ff;
    border-bottom: 4px solid #9900ff;
    border-right: 4px solid #9900ff; }
  50% {
    border-top: 4px solid #dd3a81;
    border-bottom: 4px solid #dd3a81;
    border-right: 4px solid #dd3a81; }
  100% {
    border-top: 4px solid #2ea7e0;
    border-bottom: 4px solid #2ea7e0;
    border-right: 4px solid #2ea7e0; } }
@keyframes borderLinkL {
  0% {
    border-top: 4px solid #2ea7e0;
    border-bottom: 4px solid #2ea7e0;
    border-left: 4px solid #2ea7e0; }
  25% {
    border-top: 4px solid #9900ff;
    border-bottom: 4px solid #9900ff;
    border-left: 4px solid #9900ff; }
  50% {
    border-top: 4px solid #dd3a81;
    border-bottom: 4px solid #dd3a81;
    border-left: 4px solid #dd3a81; }
  100% {
    border-top: 4px solid #2ea7e0;
    border-bottom: 4px solid #2ea7e0;
    border-left: 4px solid #2ea7e0; } }
a {
  transition: all .5s ease; }

@media screen and (max-width: 600px) {
  @keyframes border {
    0% {
      border: 1px solid #2ea7e0; }
    25% {
      border: 1px solid #9900ff; }
    50% {
      border: 1px solid #dd3a81; }
    100% {
      border: 1px solid #2ea7e0; } }
  @keyframes borderLinkR {
    0% {
      border-top: 2px solid #2ea7e0;
      border-bottom: 2px solid #2ea7e0;
      border-right: 2px solid #2ea7e0; }
    25% {
      border-top: 2px solid #9900ff;
      border-bottom: 2px solid #9900ff;
      border-right: 2px solid #9900ff; }
    50% {
      border-top: 2px solid #dd3a81;
      border-bottom: 2px solid #dd3a81;
      border-right: 2px solid #dd3a81; }
    100% {
      border-top: 2px solid #2ea7e0;
      border-bottom: 2px solid #2ea7e0;
      border-right: 2px solid #2ea7e0; } }
  @keyframes borderLinkL {
    0% {
      border-top: 2px solid #2ea7e0;
      border-bottom: 2px solid #2ea7e0;
      border-left: 2px solid #2ea7e0; }
    25% {
      border-top: 2px solid #9900ff;
      border-bottom: 2px solid #9900ff;
      border-left: 2px solid #9900ff; }
    50% {
      border-top: 2px solid #dd3a81;
      border-bottom: 2px solid #dd3a81;
      border-left: 2px solid #dd3a81; }
    100% {
      border-top: 2px solid #2ea7e0;
      border-bottom: 2px solid #2ea7e0;
      border-left: 2px solid #2ea7e0; } } }
body {
  height: 100% !important;
  width: 100%;
  background: #0b132f;
  overflow-x: hidden;
  letter-spacing: 2px; }

#skrollr-body {
  clear: both !important;
  width: 100%;
  height: 100% !important;
  position: relative !important;
  min-height: 100vh !important;
  overflow: hidden; }

main {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 1260px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 1366px) {
    .container {
      padding: 0 10%; } }
  @media screen and (max-width: 600px) {
    .container {
      padding: 0 5%; } }

header {
  width: 100%;
  position: absolute;
  margin-top: 0px;
  z-index: 99; }
  header.sticky {
    position: fixed;
    top: 0;
    background: rgba(11, 19, 47, 0.9);
    box-shadow: 0 0 10px white; }
    @media screen and (max-width: 1200px) {
      header.sticky {
        box-shadow: 0 0 0px white;
        background: #fff0;
        position: relative; } }
    header.sticky h1 {
      max-width: 150px; }
      @media screen and (max-width: 1200px) {
        header.sticky h1 {
          max-width: 200px; } }
      @media screen and (max-width: 768px) {
        header.sticky h1 {
          max-width: 100px; } }
      @media screen and (max-width: 480px) {
        header.sticky h1 {
          max-width: 100px; } }
    header.sticky nav {
      padding-top: 1rem;
      font-size: 0.9rem; }
      @media screen and (max-width: 1200px) {
        header.sticky nav {
          padding-top: 7.5rem;
          font-size: 1.15rem; } }
  header > .container {
    padding: 0 1rem; }
  header h1 {
    width: 100%;
    max-width: 250px;
    position: relative;
    display: inline-block;
    transition: all .5s ease; }
    @media screen and (max-width: 1200px) {
      header h1 {
        max-width: 200px;
        display: block;
        width: 100%; } }
    @media screen and (max-width: 768px) {
      header h1 {
        max-width: 100px; } }
    @media screen and (max-width: 480px) {
      header h1 {
        max-width: 100px; } }
  header #container {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 1%;
    right: 0;
    z-index: 99; }
  header #burger {
    cursor: pointer;
    opacity: 0;
    animation: fadein 0.2s ease 1s forwards;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    display: none; }
    @media screen and (max-width: 1200px) {
      header #burger {
        display: block; } }
    @media screen and (max-width: 480px) {
      header #burger {
        width: 60%;
        height: 60%;
        background: rgba(11, 19, 47, 0.6);
        border-radius: 20px; } }
    header #burger .bun, header #burger .filling {
      display: block;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%) rotate(0deg);
      height: 10%;
      width: 70%;
      transform-origin: 50% 50%;
      transition: top 0.4s ease 0.4s, transform 0.4s ease 0.4s; }
      @media screen and (max-width: 480px) {
        header #burger .bun, header #burger .filling {
          height: 15%; } }
      header #burger .clear.bun:after, header #burger .clear.filling:after, header #burger .bun:before, header #burger .filling:before, header #burger .bun:after, header #burger .filling:after {
        content: "";
        display: block;
        height: 50%;
        background: white;
        position: absolute;
        top: 50%;
        transform: translate(0%, -45%);
        transition: background 0.2s ease, box-shadow 0.2s ease; }
        @media screen and (max-width: 480px) {
          header #burger .clear.bun:after, header #burger .clear.filling:after, header #burger .bun:before, header #burger .filling:before, header #burger .bun:after, header #burger .filling:after {
            height: 60%; } }
      header #burger .clear.bun:after, header #burger .clear.filling:after, header #burger .bun:before, header #burger .filling:before {
        left: 0;
        width: calc(-1px + 75%);
        border-radius: 10px 0px 0px 10px; }
      header #burger .bun:after, header #burger .filling:after {
        right: 0;
        width: calc(-1px + 25%); }
    header #burger:hover .bun.top:before, header #burger:hover .bun.top.clear:after {
      background: #FEE;
      box-shadow: #F00 0px 0px 10px 1px; }
    header #burger:hover .bun.bottom:before, header #burger:hover .bun.bottom.clear:after {
      background: #DFF;
      box-shadow: #0FF 0px 0px 10px 1px; }
    header #burger:hover .filling:before, header #burger:hover .filling.clear:after {
      background: #EFE;
      box-shadow: #0F0 0px 0px 10px 1px; }
    header #burger .bun.top {
      top: 25%; }
    header #burger .bun.bottom {
      top: 75%; }
    header #burger .filling {
      top: 50%;
      transform: translate(-50%, -50%) rotate(180deg);
      animation: green-ls-out 0.8s ease forwards; }
    header #burger.active .bun {
      border-radius: 3px;
      top: 50%;
      transition: top 0.4s ease, transform 0.4s ease; }
      header #burger.active .bun.top {
        transform: translate(-50%, -50%) rotate(-225deg); }
      header #burger.active .bun.bottom {
        transform: translate(-50%, -50%) rotate(405deg); }
    header #burger.active .filling {
      transform: translate(-50%, -50%) rotate(-90deg);
      animation: green-ls-in 0.8s ease forwards; }

@keyframes green-ls-in {
  0% {
    transform: translate(-50%, -50%) rotate(180deg); }
  50% {
    transform: translate(-50%, -50%) rotate(-90deg); }
  100% {
    transform: translate(-50%, -50%) rotate(-90deg) translate(200%, 0%); } }
@keyframes green-ls-out {
  0% {
    transform: translate(-50%, -200%) rotate(-90deg); }
  50% {
    transform: translate(-50%, -50%) rotate(-90deg); }
  100% {
    transform: translate(-50%, -50%) rotate(180deg); } }
@keyframes fadein {
  from {
    Opacity: 0; }
  to {
    Opacity: 1; } }
nav {
  font-size: 1.15rem;
  padding-top: 2.5rem;
  color: #26242d;
  float: right;
  text-align: right;
  position: relative;
  transition: all .8s linear; }
  @media screen and (max-width: 1200px) {
    nav {
      width: auto;
      text-align: center;
      float: none;
      display: inline-block;
      left: 0;
      top: -100vh;
      width: 100%;
      height: 100%;
      position: fixed;
      background: rgba(11, 19, 47, 0.9);
      padding-top: 7.5rem; } }
  @media screen and (max-width: 768px) {
    nav {
      font-size: 1rem; } }
  nav.active {
    top: 0%; }
  nav li {
    display: inline-block;
    margin-left: 10px;
    position: relative; }
    nav li:before, nav li.clear:after {
      width: 100%;
      height: 100%;
      content: '';
      position: absolute; }
    @media screen and (max-width: 1200px) {
      nav li {
        display: block;
        width: 200px;
        margin-bottom: 20px;
        text-align: center;
        margin: 0 auto 20px auto; } }
    nav li:before, nav li.clear:after {
      left: 0px;
      top: 0px;
      border-radius: 50px;
      border: 2px solid #2ea7e0; }
    nav li:last-child::before {
      border-color: white; }
  nav a {
    background: #fff;
    padding: 15px 30px;
    border: solid 2px #2ea7e0;
    border-radius: 50px;
    font-weight: 600;
    position: relative; }
    nav a:before, nav a.clear:after {
      content: '';
      position: absolute; }
    nav a:after {
      content: '';
      position: absolute; }
    @media screen and (max-width: 1200px) {
      nav a {
        padding: 10px 10px;
        line-height: 1.5; } }
    nav a:hover {
      color: #dd3a81; }
    nav a:focus {
      top: 2px;
      left: 2px; }
    nav a:before, nav a.clear:after, nav a:after {
      width: 18px;
      height: 18px;
      top: 15px;
      background: url(../images/nav_star.png);
      background-size: contain; }
      @media screen and (max-width: 1200px) {
        nav a:before, nav a.clear:after, nav a:after {
          display: none; } }
    nav a:before, nav a.clear:after {
      left: 8px; }
    nav a:after {
      right: 8px; }
    nav a.active {
      top: 2px;
      left: 2px; }

.kv {
  position: relative; }
  .kv .kv_box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center; }
    .kv .kv_box .icon {
      width: 100%;
      margin: auto; }
    .kv .kv_box .p1,
    .kv .kv_box .p2 {
      position: absolute; }
    .kv .kv_box .p1 {
      width: 15%;
      bottom: 10%;
      left: 10%;
      transform-origin: center bottom;
      animation: people .5s linear infinite alternate; }
    .kv .kv_box .p2 {
      width: 12%;
      bottom: 12%;
      right: 10%;
      transform-origin: center bottom;
      animation: man .5s linear infinite alternate; }

.img,
.imgIn {
  display: inline-block;
  position: relative;
  text-align: center; }
  .img img:nth-child(1),
  .imgIn img:nth-child(1) {
    top: 0;
    left: 0; }
  .img img:nth-child(2),
  .imgIn img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }

.imgIn img:nth-child(1) {
  animation: animate2 .8s infinite; }
.imgIn img:nth-child(2) {
  animation: animate1 .8s infinite; }

@keyframes people {
  form {
    transform: scale(1); }
  to {
    transform: scale(0.95); } }
@keyframes man {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(2deg); } }
@keyframes animate1 {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  51% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes animate2 {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 1; }
  52% {
    opacity: 0; }
  100% {
    opacity: 0; } }
article {
  position: relative;
  z-index: 1;
  width: 100%;
  background: url(../images/bg.png);
  background-size: contain;
  background-position: center top; }
  article mark {
    background: #f0f0ff;
    font-weight: bold;
    padding: 0 2px;
    border-radius: 5px; }
  article section {
    width: 100%;
    position: relative;
    clear: both;
    text-align: center; }
    article section .title {
      padding: 20px 30px;
      display: inline-block;
      margin: auto;
      background: #0b132f;
      border-radius: 30px;
      position: relative;
      border: 4px solid #fff;
      z-index: 3; }
      @media screen and (max-width: 600px) {
        article section .title {
          border: 2px solid #fff; } }
      article section .title:before, article section .title.clear:after, article section .title:after {
        content: "";
        position: absolute;
        border: 2px solid #2ea7e0;
        animation: border 3s linear infinite alternate;
        z-index: -1; }
        @media screen and (max-width: 600px) {
          article section .title:before, article section .title.clear:after, article section .title:after {
            border: 1px solid #fff; } }
      article section .title:before, article section .title.clear:after {
        top: -6px;
        left: -6px;
        border-radius: 32px;
        width: calc(100% + 8px);
        height: calc(100% + 8px); }
        @media screen and (max-width: 600px) {
          article section .title:before, article section .title.clear:after {
            top: -3px;
            left: -3px;
            border-radius: 32px;
            width: calc(100% + 4px);
            height: calc(100% + 4px); } }
      article section .title:after {
        top: -1px;
        left: -1px;
        border-radius: 26px;
        width: calc(100% - 2px);
        height: calc(100% - 2px); }
        @media screen and (max-width: 600px) {
          article section .title:after {
            top: -1px;
            left: -1px;
            border-radius: 28px;
            width: calc(100% - 1px);
            height: calc(100% - 1px); } }
      @media screen and (max-width: 600px) {
        article section .title {
          padding: 15px 20px; } }
      @media screen and (max-width: 480px) {
        article section .title {
          padding: 5px 10px; } }
    article section .subTitle {
      font-size: 2rem;
      color: #fff;
      letter-spacing: 6px;
      position: relative;
      background: #0b132f;
      padding: 10px 30px;
      border-radius: 10px;
      display: inline-block;
      margin-top: -40px;
      top: -30px;
      z-index: 10; }
      @media screen and (max-width: 980px) {
        article section .subTitle {
          font-size: 1.5rem;
          border-radius: 0px; } }
      @media screen and (max-width: 600px) {
        article section .subTitle {
          font-size: 1.25rem;
          line-height: 1.5;
          padding: 10px 10px; } }
      @media screen and (max-width: 480px) {
        article section .subTitle {
          font-size: 1.15rem;
          padding: 25px 5px;
          margin-top: -40px;
          top: -22px;
          letter-spacing: 1px; } }
      @media screen and (max-width: 380px) {
        article section .subTitle {
          padding: 0px 10px; } }
    article section .titleFont {
      font-size: 2.5rem;
      color: #fff;
      text-shadow: 2px 2px 1px #2ea7e0;
      letter-spacing: 6px; }
      @media screen and (max-width: 980px) {
        article section .titleFont {
          font-size: 2rem; } }
      @media screen and (max-width: 600px) {
        article section .titleFont {
          font-size: 1.5rem; } }
      @media screen and (max-width: 480px) {
        article section .titleFont {
          font-size: 1.4rem;
          line-height: 1.5;
          letter-spacing: 1px;
          font-weight: bold; } }
    article section .titleBorder {
      padding: 20px 30px;
      display: inline-block;
      margin: auto;
      margin: auto;
      background: #0b132f;
      border-radius: 30px;
      position: relative;
      border: 4px solid #fff;
      z-index: 3; }
      @media screen and (max-width: 600px) {
        article section .titleBorder {
          border: 2px solid #fff; } }
      article section .titleBorder:before, article section .titleBorder.clear:after, article section .titleBorder:after {
        content: "";
        position: absolute;
        border: 2px solid #2ea7e0;
        animation: border 3s linear infinite alternate;
        z-index: -1; }
        @media screen and (max-width: 600px) {
          article section .titleBorder:before, article section .titleBorder.clear:after, article section .titleBorder:after {
            border: 1px solid #fff; } }
      article section .titleBorder:before, article section .titleBorder.clear:after {
        top: -6px;
        left: -6px;
        border-radius: 32px;
        width: calc(100% + 8px);
        height: calc(100% + 8px); }
        @media screen and (max-width: 600px) {
          article section .titleBorder:before, article section .titleBorder.clear:after {
            top: -3px;
            left: -3px;
            border-radius: 32px;
            width: calc(100% + 4px);
            height: calc(100% + 4px); } }
      article section .titleBorder:after {
        top: -1px;
        left: -1px;
        border-radius: 26px;
        width: calc(100% - 2px);
        height: calc(100% - 2px); }
        @media screen and (max-width: 600px) {
          article section .titleBorder:after {
            top: -1px;
            left: -1px;
            border-radius: 28px;
            width: calc(100% - 1px);
            height: calc(100% - 1px); } }
      @media screen and (max-width: 600px) {
        article section .titleBorder {
          padding: 15px 20px;
          line-height: 1.5; } }
      @media screen and (max-width: 480px) {
        article section .titleBorder {
          padding: 5px 10px; } }
    article section .down {
      width: 55px;
      height: 50px;
      position: absolute;
      background: url(../images/down.png) no-repeat;
      background-size: contain;
      right: -80px;
      top: 20px;
      cursor: pointer;
      animation: und 1s linear infinite alternate; }
      @media screen and (max-width: 600px) {
        article section .down {
          width: 30px;
          right: -40px; } }
    article section .btn,
    article section .active {
      padding: 10px 40px;
      background: #2ea7e0;
      border: 2px solid #fff;
      border-radius: 100px;
      display: inline-block;
      color: #fff;
      font-size: 1.5rem;
      position: relative;
      margin: 30px 0; }
      article section .btn:before, article section .btn.clear:after,
      article section .active:before,
      article section .active.clear:after {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute; }
      article section .btn:after,
      article section .active:after {
        content: '';
        position: absolute; }
      @media screen and (max-width: 980px) {
        article section .btn,
        article section .active {
          font-size: 1.25rem; } }
      @media screen and (max-width: 480px) {
        article section .btn,
        article section .active {
          font-size: 1rem;
          padding: 10px 10px; } }
      article section .btn:before, article section .btn.clear:after,
      article section .active:before,
      article section .active.clear:after {
        top: 2px;
        left: 2px;
        z-index: -1;
        border-radius: 100px;
        border: 2px solid #fff; }
      article section .btn:after,
      article section .active:after {
        top: 2px;
        left: 5px;
        width: 33px;
        height: 12px;
        background: url(../images/title_light.png); }
  article .borderBig {
    width: 100%;
    padding: 10px 10px;
    margin: auto;
    background: #0b132f;
    border-radius: 30px;
    position: relative;
    border: 4px solid #fff;
    z-index: 3; }
    @media screen and (max-width: 600px) {
      article .borderBig {
        border: 2px solid #fff; } }
    article .borderBig:before, article .borderBig.clear:after, article .borderBig:after {
      content: "";
      position: absolute;
      border: 2px solid #2ea7e0;
      animation: border 3s linear infinite alternate;
      z-index: -1; }
      @media screen and (max-width: 600px) {
        article .borderBig:before, article .borderBig.clear:after, article .borderBig:after {
          border: 1px solid #fff; } }
    article .borderBig:before, article .borderBig.clear:after {
      top: -6px;
      left: -6px;
      border-radius: 32px;
      width: calc(100% + 8px);
      height: calc(100% + 8px); }
      @media screen and (max-width: 600px) {
        article .borderBig:before, article .borderBig.clear:after {
          top: -3px;
          left: -3px;
          border-radius: 32px;
          width: calc(100% + 4px);
          height: calc(100% + 4px); } }
    article .borderBig:after {
      top: -1px;
      left: -1px;
      border-radius: 26px;
      width: calc(100% - 2px);
      height: calc(100% - 2px); }
      @media screen and (max-width: 600px) {
        article .borderBig:after {
          top: -1px;
          left: -1px;
          border-radius: 28px;
          width: calc(100% - 1px);
          height: calc(100% - 1px); } }
    @media screen and (max-width: 600px) {
      article .borderBig {
        padding: 5px 5px; } }
  article .borderDotted {
    border: 5px dotted #fff;
    border-radius: 26px;
    padding: 10px;
    animation: mainlight 2s linear infinite alternate; }
    @media screen and (max-width: 600px) {
      article .borderDotted {
        padding: 5px 5px;
        border: 2px dotted #fff; } }
  article #game {
    z-index: 10; }
  article .game {
    width: 100%;
    height: 100%;
    margin: 80px 0;
    position: relative; }
    @media screen and (max-width: 600px) {
      article .game {
        margin: 40px 0; } }
    article .game .borderLink {
      width: 50%;
      height: 70%;
      left: -8%;
      top: -124px;
      position: absolute;
      margin: auto;
      border-radius: 30px;
      z-index: -10;
      border-top: 8px solid #fff;
      border-bottom: 8px solid #fff;
      border-left: 8px solid #fff; }
      article .game .borderLink:before, article .game .borderLink.clear:after, article .game .borderLink:after {
        content: "";
        position: absolute;
        z-index: -10; }
      article .game .borderLink:before, article .game .borderLink.clear:after {
        top: -12px;
        left: -12px;
        border-radius: 34px;
        width: calc(100% + 20px);
        height: calc(100% + 16px); }
        @media screen and (max-width: 600px) {
          article .game .borderLink:before, article .game .borderLink.clear:after {
            top: -6px;
            left: -6px;
            width: calc(100% + 10px);
            height: calc(100% + 8px); } }
      article .game .borderLink:after {
        top: -2px;
        left: -2px;
        border-radius: 24px;
        width: calc(100% - 2px);
        height: calc(100% - 4px); }
        @media screen and (max-width: 600px) {
          article .game .borderLink:after {
            top: -0px;
            left: -0px;
            border-radius: 26px;
            width: calc(100% - 2px);
            height: calc(100% - 4px); } }
      @media screen and (max-width: 480px) {
        article .game .borderLink {
          display: none; } }
      article .game .borderLink:before, article .game .borderLink.clear:after, article .game .borderLink:after {
        border-top: 4px solid #2ea7e0;
        border-bottom: 4px solid #2ea7e0;
        border-left: 4px solid #2ea7e0;
        animation: borderLinkL 3s linear infinite alternate; }
        @media screen and (max-width: 600px) {
          article .game .borderLink:before, article .game .borderLink.clear:after, article .game .borderLink:after {
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
            border-left: 2px solid #fff; } }
    article .game .slider {
      padding: 30px 20px 0 25px;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 980px) {
        article .game .slider {
          padding: 0px 0px 0 0px; } }
      article .game .slider img {
        margin: 5px 5px; }

.cover {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  z-index: 1000; }
  .cover section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .cover .err-msg {
    padding: 2rem 1rem 0;
    font-size: 1.35rem;
    color: white;
    line-height: 1.5; }

.use {
  margin-top: 180px;
  margin: auto;
  background: #0b132f;
  border-radius: 30px;
  position: relative;
  border: 4px solid #fff;
  z-index: 3;
  padding: 20px 0px 30px 0px;
  z-index: 1;
  background: #0b132f; }
  @media screen and (max-width: 600px) {
    .use {
      border: 2px solid #fff; } }
  .use:before, .use.clear:after, .use:after {
    content: "";
    position: absolute;
    border: 2px solid #2ea7e0;
    animation: border 3s linear infinite alternate;
    z-index: -1; }
    @media screen and (max-width: 600px) {
      .use:before, .use.clear:after, .use:after {
        border: 1px solid #fff; } }
  .use:before, .use.clear:after {
    top: -6px;
    left: -6px;
    border-radius: 32px;
    width: calc(100% + 8px);
    height: calc(100% + 8px); }
    @media screen and (max-width: 600px) {
      .use:before, .use.clear:after {
        top: -3px;
        left: -3px;
        border-radius: 32px;
        width: calc(100% + 4px);
        height: calc(100% + 4px); } }
  .use:after {
    top: -1px;
    left: -1px;
    border-radius: 26px;
    width: calc(100% - 2px);
    height: calc(100% - 2px); }
    @media screen and (max-width: 600px) {
      .use:after {
        top: -1px;
        left: -1px;
        border-radius: 28px;
        width: calc(100% - 1px);
        height: calc(100% - 1px); } }
  @media screen and (max-width: 600px) {
    .use {
      margin-top: 80px; } }
  @media screen and (max-width: 480px) {
    .use {
      margin-top: 50px; } }
  .use .borderLink {
    width: 40%;
    height: 100%;
    right: -8%;
    top: -50%;
    position: absolute;
    margin: auto;
    border-radius: 30px;
    z-index: -10;
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff;
    border-right: 8px solid #fff; }
    .use .borderLink:before, .use .borderLink.clear:after, .use .borderLink:after {
      content: "";
      position: absolute;
      z-index: -10; }
    .use .borderLink:before, .use .borderLink.clear:after {
      top: -12px;
      left: -12px;
      border-radius: 34px;
      width: calc(100% + 20px);
      height: calc(100% + 16px); }
      @media screen and (max-width: 600px) {
        .use .borderLink:before, .use .borderLink.clear:after {
          top: -6px;
          left: -6px;
          width: calc(100% + 10px);
          height: calc(100% + 8px); } }
    .use .borderLink:after {
      top: -2px;
      left: -2px;
      border-radius: 24px;
      width: calc(100% - 2px);
      height: calc(100% - 4px); }
      @media screen and (max-width: 600px) {
        .use .borderLink:after {
          top: -0px;
          left: -0px;
          border-radius: 26px;
          width: calc(100% - 2px);
          height: calc(100% - 4px); } }
    @media screen and (max-width: 768px) {
      .use .borderLink {
        height: 80%;
        top: -40%; } }
    @media screen and (max-width: 480px) {
      .use .borderLink {
        display: none; } }
    .use .borderLink:before, .use .borderLink.clear:after, .use .borderLink:after {
      border-top: 4px solid #2ea7e0;
      border-bottom: 4px solid #2ea7e0;
      border-right: 4px solid #2ea7e0;
      animation: borderLinkR 3s linear infinite alternate; }
      @media screen and (max-width: 600px) {
        .use .borderLink:before, .use .borderLink.clear:after, .use .borderLink:after {
          border-top: 2px solid #fff;
          border-bottom: 2px solid #fff;
          border-right: 2px solid #fff; } }
  @media screen and (max-width: 480px) {
    .use .subTitle {
      top: -25px; } }
  .use .subTitle span {
    display: inline-block;
    padding: 20px;
    border-radius: 100%;
    border: 4px solid #fff;
    position: relative; }
    @media screen and (max-width: 600px) {
      .use .subTitle span {
        border: 2px solid #fff; } }
    @media screen and (max-width: 480px) {
      .use .subTitle span {
        padding: 4px 3px 3px 3px;
        text-align: center;
        width: 40px;
        height: 40px; } }
    .use .subTitle span:before, .use .subTitle span.clear:after, .use .subTitle span:after {
      content: "";
      position: absolute;
      border: 2px solid #dd3a81; }
      @media screen and (max-width: 600px) {
        .use .subTitle span:before, .use .subTitle span.clear:after, .use .subTitle span:after {
          border: 1px solid #dd3a81; } }
    .use .subTitle span:before, .use .subTitle span.clear:after {
      top: -6px;
      left: -6px;
      border-radius: 100%;
      width: calc(100% + 8px);
      height: calc(100% + 8px); }
      @media screen and (max-width: 600px) {
        .use .subTitle span:before, .use .subTitle span.clear:after {
          top: -3px;
          left: -3px;
          width: calc(100% + 4px);
          height: calc(100% + 4px); } }
    .use .subTitle span:after {
      top: -1px;
      left: -1px;
      border-radius: 100%;
      width: calc(100% - 2px);
      height: calc(100% - 2px); }
      @media screen and (max-width: 600px) {
        .use .subTitle span:after {
          top: -0px;
          left: -0px; } }
  .use .stepBox {
    margin: 0 0 30px 0;
    position: relative;
    background: #0b132f; }
    @media screen and (max-width: 600px) {
      .use .stepBox {
        margin: 0 0 20px 0; } }
    .use .stepBox .info {
      color: #fff;
      font-size: 1.25rem;
      line-height: 1.5;
      line-height: 2.5; }
      @media screen and (max-width: 980px) {
        .use .stepBox .info {
          font-size: 1rem; } }
      @media screen and (max-width: 480px) {
        .use .stepBox .info {
          font-size: 0.9rem; } }
      @media screen and (max-width: 600px) {
        .use .stepBox .info {
          padding: 0 2%; } }
      @media screen and (max-width: 600px) {
        .use .stepBox .info b {
          display: block;
          margin-bottom: 10px; } }
      .use .stepBox .info span {
        padding: 5px 10px;
        margin-left: 5px;
        background: #2ea7e0; }
        @media screen and (max-width: 600px) {
          .use .stepBox .info span {
            width: 47%;
            margin: 1%;
            display: inline-block; } }
        @media screen and (max-width: 480px) {
          .use .stepBox .info span {
            width: 45%;
            margin: 1%;
            display: inline-block; } }
    .use .stepBox .step {
      display: flex;
      width: 100%;
      max-width: 1000px;
      margin: 30px auto;
      padding: 0 20px; }
      @media screen and (max-width: 768px) {
        .use .stepBox .step {
          flex-direction: row;
          flex-wrap: wrap;
          margin: 0px auto; } }
      .use .stepBox .step dl {
        width: 25%;
        position: relative; }
        @media screen and (max-width: 768px) {
          .use .stepBox .step dl {
            width: 50%; } }
        @media screen and (max-width: 480px) {
          .use .stepBox .step dl {
            width: 65%;
            margin: auto; } }
        .use .stepBox .step dl:after {
          right: -15px;
          top: 30%;
          width: 10%;
          height: 15%;
          position: absolute;
          content: "";
          background: url(../images/arrow.png) no-repeat;
          background-size: contain; }
          @media screen and (max-width: 600px) {
            .use .stepBox .step dl:after {
              right: -0px;
              top: 35%; } }
          @media screen and (max-width: 480px) {
            .use .stepBox .step dl:after {
              display: none; } }
        .use .stepBox .step dl:last-child:after {
          background: none; }
        @media screen and (max-width: 480px) {
          .use .stepBox .step dl:last-child {
            display: none; } }
        .use .stepBox .step dl dd {
          border: 2px solid #fff;
          border-radius: 100%;
          padding: 20px;
          margin: 15px 30px; }
        .use .stepBox .step dl dt {
          color: #fff;
          font-size: 1.25rem;
          line-height: 1.5;
          padding: 0 1rem;
          font-size: 1.05rem; }
          @media screen and (max-width: 980px) {
            .use .stepBox .step dl dt {
              font-size: 1rem; } }
          @media screen and (max-width: 480px) {
            .use .stepBox .step dl dt {
              font-size: 0.9rem; } }
          @media screen and (max-width: 480px) {
            .use .stepBox .step dl dt {
              display: block;
              margin: auto;
              width: 100%; } }

.marking {
  margin-top: 3rem;
  display: flex;
  padding: 4em 0 0;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (max-width: 991px) {
    .marking {
      margin-top: 2rem;
      padding: 0; } }
  .marking .marking_list {
    display: inline-flex;
    width: 48%;
    text-align: center;
    margin: 0;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 991px) {
      .marking .marking_list {
        display: block;
        width: 90%;
        margin: 1rem auto; }
        .marking .marking_list:nth-child(2), .marking .marking_list:nth-child(4) {
          display: flex;
          flex-direction: column-reverse; } }
    .marking .marking_list > img {
      max-width: 300px;
      padding: 1em;
      margin: auto; }
    .marking .marking_list .markTit {
      margin-bottom: 1rem; }
    .marking .marking_list .stars3 {
      width: 160px;
      margin: auto; }
    .marking .marking_list p {
      font-size: 20px;
      color: #fff;
      text-align: left;
      line-height: 1.5; }
    .marking .marking_list:last-child .markTit {
      width: 265px;
      margin: 0 auto 1rem; }

.sale {
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .sale {
      margin-top: 50px; } }
  .sale .saleList {
    display: flex;
    padding: 30px 0;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .sale .saleList {
        flex-wrap: wrap;
        padding: 0px 0; } }
    .sale .saleList dl {
      padding: 0 30px;
      width: 45%; }
      @media screen and (max-width: 768px) {
        .sale .saleList dl {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .sale .saleList dl {
          padding: 0 10px; } }
      .sale .saleList dl .btn {
        width: 100%;
        max-width: 300px; }
      .sale .saleList dl dt {
        color: #fff;
        font-size: 1.25rem;
        line-height: 1.5;
        text-align: left;
        margin-bottom: 20px;
        padding-left: 30px;
        position: relative; }
        @media screen and (max-width: 980px) {
          .sale .saleList dl dt {
            font-size: 1rem; } }
        @media screen and (max-width: 480px) {
          .sale .saleList dl dt {
            font-size: 0.9rem; } }
        .sale .saleList dl dt:before, .sale .saleList dl dt.clear:after {
          content: '';
          position: absolute; }
        @media screen and (max-width: 768px) {
          .sale .saleList dl dt {
            width: 100%; } }
        @media screen and (max-width: 480px) {
          .sale .saleList dl dt {
            padding-left: 20px; } }
        .sale .saleList dl dt:before, .sale .saleList dl dt.clear:after {
          top: 5px;
          left: 0px;
          width: 15px;
          height: 15px;
          display: inline-block;
          border-radius: 50px;
          background: #2ea7e0;
          border: 2px solid #fff; }
          @media screen and (max-width: 480px) {
            .sale .saleList dl dt:before, .sale .saleList dl dt.clear:after {
              top: 2px;
              left: 0px;
              width: 10px;
              height: 10px; } }
    .sale .saleList .save .btn {
      background: #dd3a81; }
    .sale .saleList .save dt {
      display: flex; }
      @media screen and (max-width: 480px) {
        .sale .saleList .save dt {
          flex-wrap: wrap; } }
      .sale .saleList .save dt span {
        white-space: nowrap;
        display: inline-block;
        line-height: 1.5; }
      .sale .saleList .save dt p {
        line-height: 1.5; }

.safe {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .safe {
      flex-wrap: wrap; } }
  .safe dl {
    width: 30%;
    padding: 30px;
    margin: 20px;
    border-radius: 20px;
    border: solid 3px #2ea7e0;
    position: relative;
    background: #fff;
    text-align: left;
    overflow: visible;
    z-index: 1; }
    .safe dl:before, .safe dl.clear:after {
      content: '';
      position: absolute; }
    @media screen and (max-width: 980px) {
      .safe dl {
        padding: 15px 10px; } }
    @media screen and (max-width: 768px) {
      .safe dl {
        width: 80%; } }
    .safe dl:before, .safe dl.clear:after {
      top: 4px;
      left: 3px;
      z-index: -100;
      width: 110%;
      height: 120%;
      background: url(../images/box.png) no-repeat;
      background-size: 100% 100%; }
    .safe dl dd {
      font-size: 1.5rem;
      line-height: 1.5;
      color: #2ea7e0;
      margin-bottom: 20px; }
      @media screen and (max-width: 980px) {
        .safe dl dd {
          font-size: 1rem;
          font-weight: bold;
          white-space: nowrap;
          margin-bottom: 10px; } }
    .safe dl dt {
      color: #fff;
      font-size: 1.25rem;
      line-height: 1.5;
      color: black; }
      @media screen and (max-width: 980px) {
        .safe dl dt {
          font-size: 1rem; } }
      @media screen and (max-width: 480px) {
        .safe dl dt {
          font-size: 0.9rem; } }
    .safe dl a {
      margin-top: 20px;
      font-family: arial;
      font-weight: bold;
      font-size: 1.5rem;
      color: #2ea7e0; }
      @media screen and (max-width: 980px) {
        .safe dl a {
          font-size: 1rem;
          margin-top: 10px; } }
      .safe dl a:hover {
        color: #dd3a81; }

.feedback {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 50px; }
  @media screen and (max-width: 600px) {
    .feedback {
      margin-top: 100px; } }
  @media screen and (max-width: 480px) {
    .feedback {
      margin-top: 70px; } }
  .feedback .titleFont {
    margin-top: -40px;
    position: relative;
    top: -30px; }
    .feedback .titleFont img {
      position: absolute;
      width: 30%;
      right: -20%;
      margin-top: -20%;
      transform: rotateY(180deg);
      animation: und .3s linear infinite alternate;
      z-index: 3; }
    @media screen and (max-width: 480px) {
      .feedback .titleFont {
        top: -20px; } }
  .feedback .customer {
    z-index: 10;
    position: relative; }
    .feedback .customer .load {
      position: relative;
      z-index: 10;
      color: #fff;
      cursor: pointer;
      color: #2ea7e0;
      display: none;
      border: 1px #fff solid;
      border-radius: 5px;
      margin: auto;
      width: auto;
      padding: 2px 5px 5px 5px; }
      .feedback .customer .load:hover {
        color: #dd3a81; }
      @media screen and (max-width: 980px) {
        .feedback .customer .load {
          display: inline-block; } }
      .feedback .customer .load span {
        display: inline-block;
        transform-origin: center;
        width: 10px;
        font-size: 110%; }
    .feedback .customer .collapse {
      transition: all .8s linear; }
      @media screen and (max-width: 980px) {
        .feedback .customer .collapse {
          height: 0;
          opacity: 0; } }
      .feedback .customer .collapse.open {
        transition: all .8s linear;
        height: auto;
        opacity: 1; }
  .feedback dl {
    padding: 0% 1%;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .feedback dl .logos {
        display: none; } }
    .feedback dl .logosRwd img {
      display: none; }
      @media screen and (max-width: 767px) {
        .feedback dl .logosRwd img {
          display: inline-block; } }
    .feedback dl dd {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 600px) {
        .feedback dl dd {
          flex-wrap: wrap;
          border-bottom: solid 1px #fff;
          padding-bottom: 10px; } }
      .feedback dl dd img {
        width: 150px; }
        @media screen and (max-width: 980px) {
          .feedback dl dd img {
            width: 100px;
            height: 100px; } }
      .feedback dl dd div {
        white-space: nowrap;
        margin: 30px 0 0 20px; }
        @media screen and (max-width: 980px) {
          .feedback dl dd div {
            margin: 20px 0 0 10px; } }
        @media screen and (max-width: 480px) {
          .feedback dl dd div {
            width: 100%; } }
        .feedback dl dd div p {
          font-size: 2.5rem;
          color: #fff;
          font-weight: bold; }
          .feedback dl dd div p b {
            font-size: 1.25rem;
            font-weight: normal;
            display: block;
            margin-top: 10px;
            color: #c9c9c9; }
            @media screen and (max-width: 600px) {
              .feedback dl dd div p b {
                font-size: 1rem; } }
          @media screen and (max-width: 980px) {
            .feedback dl dd div p {
              font-size: 2rem; } }
          @media screen and (max-width: 600px) {
            .feedback dl dd div p {
              font-size: 1.5rem; } }
          @media screen and (max-width: 480px) {
            .feedback dl dd div p {
              font-size: 1.35rem; } }
        .feedback dl dd div date {
          color: #fff;
          font-size: 1.25rem;
          line-height: 1.5;
          display: inline-block;
          margin: 20px 0 0 20px;
          padding-left: 40px;
          position: relative; }
          @media screen and (max-width: 980px) {
            .feedback dl dd div date {
              font-size: 1rem; } }
          @media screen and (max-width: 480px) {
            .feedback dl dd div date {
              font-size: 0.9rem; } }
          .feedback dl dd div date:before, .feedback dl dd div date.clear:after {
            content: '';
            position: absolute; }
          @media screen and (max-width: 600px) {
            .feedback dl dd div date {
              margin: 20px 0 0 0px;
              padding-left: 30px; }
              .feedback dl dd div date b {
                display: block;
                font-weight: normal; } }
          .feedback dl dd div date:before, .feedback dl dd div date.clear:after {
            width: 21px;
            height: 23px;
            left: 0;
            top: 0;
            background: url(../images/date.png) no-repeat;
            background-size: contain; }
            @media screen and (max-width: 480px) {
              .feedback dl dd div date:before, .feedback dl dd div date.clear:after {
                width: 15px; } }
    .feedback dl .share {
      width: 100%;
      max-width: 620px;
      margin: 20px auto; }
    .feedback dl .subTitle {
      width: 100%;
      top: 0px;
      margin-top: 0px;
      border-top: solid 1px #fff;
      margin-top: 30px;
      border-radius: 0;
      font-size: 1.5rem; }
      @media screen and (max-width: 980px) {
        .feedback dl .subTitle {
          font-size: 1.25rem; } }
      @media screen and (max-width: 600px) {
        .feedback dl .subTitle {
          font-size: 1rem;
          line-height: 1.5;
          padding-top: 10px; } }
      @media screen and (max-width: 480px) {
        .feedback dl .subTitle {
          font-size: 0.8rem;
          margin-top: 15px; } }
      .feedback dl .subTitle p {
        position: relative;
        top: -25px;
        background: #0b132f;
        padding: 0 30px;
        display: inline-block;
        font-weight: 100; }
        @media screen and (max-width: 980px) {
          .feedback dl .subTitle p {
            top: -20px; } }
        @media screen and (max-width: 600px) {
          .feedback dl .subTitle p {
            padding: 0 10px;
            line-height: 1.5;
            top: -0px;
            font-size: 1rem;
            font-weight: bold;
            margin-bottom: 10px; } }
        @media screen and (max-width: 480px) {
          .feedback dl .subTitle p {
            padding: 0 0px;
            line-height: 1.5; } }
    .feedback dl .data {
      display: flex; }
      @media screen and (max-width: 980px) {
        .feedback dl .data {
          flex-wrap: wrap; } }
      @media screen and (max-width: 480px) {
        .feedback dl .data {
          flex-wrap: wrap;
          display: block; } }
      .feedback dl .data.data2 ul {
        width: 50%; }
        @media screen and (max-width: 480px) {
          .feedback dl .data.data2 ul {
            width: 100%; } }
      .feedback dl .data ul {
        width: 25%;
        display: block;
        margin: 0 20px; }
        @media screen and (max-width: 980px) {
          .feedback dl .data ul {
            width: 50%;
            margin: 0 0px;
            padding: 1% 2%;
            flex: 1; } }
        @media screen and (max-width: 480px) {
          .feedback dl .data ul {
            width: 100%; } }
        .feedback dl .data ul:first-child {
          margin-left: 0px; }
        .feedback dl .data ul:last-child {
          margin-right: 0px; }
        .feedback dl .data ul li {
          border: 2px solid #fff;
          border-radius: 20px;
          padding: 40px 20px;
          margin-bottom: 15px;
          font-size: 1.5rem;
          color: #fff; }
          @media screen and (max-width: 980px) {
            .feedback dl .data ul li {
              padding: 20px 15px;
              min-height: 60%; } }
          @media screen and (max-width: 480px) {
            .feedback dl .data ul li {
              padding: 20px 15px;
              min-height: 0%;
              margin-bottom: 5px; } }
          .feedback dl .data ul li span {
            font-size: 0.6rem; }
        .feedback dl .data ul p {
          color: #fff;
          font-size: 1.25rem;
          line-height: 1.5;
          margin-bottom: 30px; }
          @media screen and (max-width: 980px) {
            .feedback dl .data ul p {
              font-size: 1rem; } }
          @media screen and (max-width: 480px) {
            .feedback dl .data ul p {
              font-size: 0.9rem; } }
          @media screen and (max-width: 480px) {
            .feedback dl .data ul p {
              margin-bottom: 10px; } }

.contact {
  margin-top: 100px; }
  @media screen and (max-width: 480px) {
    .contact {
      margin-top: 70px; } }
  .contact .titleFont {
    margin-top: -40px;
    position: relative;
    top: -30px; }
    @media screen and (max-width: 480px) {
      .contact .titleFont {
        top: -20px; } }
  .contact .switch {
    color: #fff;
    font-size: 1.5rem;
    margin: 30px 0;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 600px) {
      .contact .switch {
        margin: 0 0 20px 0; } }
    .contact .switch ul {
      display: inline-block;
      margin: auto;
      border: 2px solid #fff;
      border-radius: 100px; }
      @media screen and (max-width: 600px) {
        .contact .switch ul {
          border-radius: 20px;
          padding-bottom: 10px; } }
      .contact .switch ul li {
        display: inline-block;
        margin: 10px 10px;
        padding: 10px 40px;
        cursor: pointer;
        border: 2px solid #fff;
        position: relative;
        border-radius: 50px; }
        .contact .switch ul li:after {
          content: '';
          position: absolute; }
        @media screen and (max-width: 600px) {
          .contact .switch ul li {
            width: 200px;
            margin: 10px auto 0 auto; } }
        .contact .switch ul li:after {
          top: 2px;
          left: 5px;
          width: 33px;
          height: 12px;
          background: url(../images/title_light.png); }
        @media screen and (max-width: 980px) {
          .contact .switch ul li {
            font-size: 1.25rem; } }
        @media screen and (max-width: 600px) {
          .contact .switch ul li {
            font-size: 1rem; } }
  .contact form {
    position: relative;
    z-index: 10;
    padding: 0 50px; }
    @media screen and (max-width: 600px) {
      .contact form {
        padding: 0 10px; } }
    .contact form input:not([type="radio"]):not([type="checkbox"]) {
      width: 46%;
      display: inline-block;
      border: solid 1px #fff;
      padding: 20px;
      border-radius: 20px;
      background: #0b132f;
      margin: 20px 1%;
      color: #fff;
      color: #fff;
      font-size: 1.25rem;
      line-height: 1.5; }
      @media screen and (max-width: 980px) {
        .contact form input:not([type="radio"]):not([type="checkbox"]) {
          font-size: 1rem; } }
      @media screen and (max-width: 480px) {
        .contact form input:not([type="radio"]):not([type="checkbox"]) {
          font-size: 0.9rem; } }
      @media screen and (max-width: 600px) {
        .contact form input:not([type="radio"]):not([type="checkbox"]) {
          width: 100%;
          display: block;
          margin: 10px auto;
          padding: 5px;
          border-radius: 5px; } }
    .contact form input[type="radio"], .contact form input[type="checkbox"] {
      transform: scale(1.5);
      margin-right: .75rem; }
      @media screen and (max-width: 600px) {
        .contact form input[type="radio"], .contact form input[type="checkbox"] {
          transform: scale(1.15);
          margin-right: .5rem; } }
    .contact form select {
      border: solid 1px #fff;
      padding: 20px;
      border-radius: 20px;
      background: #0b132f;
      margin: 20px 1%;
      width: 94%;
      position: relative;
      color: #fff;
      color: #fff;
      font-size: 1.25rem;
      line-height: 1.5; }
      @media screen and (max-width: 980px) {
        .contact form select {
          font-size: 1rem; } }
      @media screen and (max-width: 480px) {
        .contact form select {
          font-size: 0.9rem; } }
      @media screen and (max-width: 600px) {
        .contact form select {
          width: 100%;
          display: block;
          margin: 10px auto;
          padding: 5px;
          border-radius: 5px; } }
    .contact form textarea {
      width: 94%;
      border: solid 1px #fff;
      padding: 20px;
      margin: 20px 1%;
      border-radius: 20px;
      background: #0b132f;
      min-height: 200px;
      resize: none;
      color: #fff;
      font-size: 1.25rem;
      line-height: 1.5;
      color: #fff; }
      @media screen and (max-width: 980px) {
        .contact form textarea {
          font-size: 1rem; } }
      @media screen and (max-width: 480px) {
        .contact form textarea {
          font-size: 0.9rem; } }
      @media screen and (max-width: 480px) {
        .contact form textarea {
          width: 100%;
          display: block;
          margin: 10px auto;
          padding: 5px;
          border-radius: 5px; } }
  .contact #requireFrm {
    display: none; }

.d-flex {
  display: flex; }

/*---------------------*/
.two-col {
  display: flex;
  justify-content: space-around; }
  .two-col .left,
  .two-col .right {
    width: 46%;
    border: 1px solid white;
    padding: 20px;
    border-radius: 20px;
    background: #0b132f;
    margin: 20px 2%;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5; }
    @media screen and (max-width: 600px) {
      .two-col .left,
      .two-col .right {
        border-radius: 5px;
        margin: 10px auto;
        font-size: 1rem; } }
    @media screen and (max-width: 991px) {
      .two-col .left,
      .two-col .right {
        width: 96%; } }
  @media screen and (max-width: 991px) {
    .two-col {
      flex-wrap: wrap; } }

.one-col {
  border: 1px solid white;
  padding: 20px;
  border-radius: 20px;
  background: #0b132f;
  margin: 20px 1%;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5; }
  @media screen and (max-width: 600px) {
    .one-col {
      border-radius: 5px;
      margin: 10px auto;
      font-size: 1rem; } }

.input-group {
  margin-top: 1rem; }
  .input-group > div {
    width: 100%;
    margin: .5rem auto; }
    .input-group > div.check1 {
      width: 30%; }
      @media screen and (max-width: 575px) {
        .input-group > div.check1 {
          width: 100%; } }
    .input-group > div.check2 {
      width: 35%; }
      @media screen and (max-width: 575px) {
        .input-group > div.check2 {
          width: 100%; } }
    .input-group > div.check3 {
      width: 40%; }
      @media screen and (max-width: 575px) {
        .input-group > div.check3 {
          width: 100%; } }
  @media screen and (max-width: 600px) {
    .input-group {
      margin-top: .5rem; } }
  @media screen and (max-width: 575px) {
    .input-group {
      flex-wrap: wrap; } }

.cost {
  margin-top: 140px;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .cost {
      margin-top: 70px; } }
  .cost .titleFont {
    margin-top: -40px;
    position: relative;
    top: -30px; }
    @media screen and (max-width: 480px) {
      .cost .titleFont {
        top: -20px; } }
  .cost .costTitle {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .cost .costTitle {
        font-size: 1.75rem; } }
    .cost .costTitle div {
      position: relative;
      width: auto;
      display: inline-block; }
      .cost .costTitle div:before, .cost .costTitle div.clear:after {
        content: '';
        position: absolute; }
      .cost .costTitle div:after {
        content: '';
        position: absolute; }
      .cost .costTitle div:before, .cost .costTitle div.clear:after, .cost .costTitle div:after {
        width: 188px;
        height: 100px;
        top: -30px;
        background: url(../images/cost.png) no-repeat;
        background-size: contain; }
        @media screen and (max-width: 768px) {
          .cost .costTitle div:before, .cost .costTitle div.clear:after, .cost .costTitle div:after {
            width: 70px;
            top: -15px; } }
      .cost .costTitle div:before, .cost .costTitle div.clear:after {
        left: -120px; }
        @media screen and (max-width: 768px) {
          .cost .costTitle div:before, .cost .costTitle div.clear:after {
            left: -70px; } }
      .cost .costTitle div:after {
        right: -120px;
        transform: rotateY(180deg); }
        @media screen and (max-width: 768px) {
          .cost .costTitle div:after {
            right: -70px; } }
    .cost .costTitle span {
      display: block; }
  .cost .price {
    color: #fff;
    font-weight: bold;
    font-size: 3.5rem;
    margin: 30px 0;
    display: inline-block;
    border-radius: 20px;
    padding: 20px;
    border: solid 3px #dd3a81;
    position: relative; }
    .cost .price:before, .cost .price.clear:after {
      width: 100%;
      height: 100%;
      content: '';
      position: absolute; }
    @media screen and (max-width: 768px) {
      .cost .price {
        width: 90%;
        font-size: 2.5rem; } }
    @media screen and (max-width: 480px) {
      .cost .price {
        padding: 20px 10px;
        width: 90%;
        font-size: 1.75rem; } }
    .cost .price:before, .cost .price.clear:after {
      left: -6px;
      top: -6px;
      border-radius: 20px;
      border: solid 6px #fff;
      z-index: -1; }
    .cost .price span {
      font-size: 1rem; }
    .cost .price .original {
      font-size: 1.5rem;
      text-decoration: line-through;
      opacity: .7;
      margin-top: 15px;
      font-weight: normal; }
      @media screen and (max-width: 480px) {
        .cost .price .original {
          font-size: 1.15rem; } }
  .cost .discount {
    font-size: 1.5rem;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .cost .discount {
        font-size: 1.15rem; } }
    .cost .discount span {
      color: #dd3a81;
      font-weight: bold;
      font-size: 2.5rem; }
      @media screen and (max-width: 768px) {
        .cost .discount span {
          font-size: 2rem; } }
      @media screen and (max-width: 480px) {
        .cost .discount span {
          font-size: 1.75rem;
          margin: 10px;
          display: block; } }
  .cost .content {
    margin: 20px;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5; }
    @media screen and (max-width: 980px) {
      .cost .content {
        font-size: 1rem; } }
    @media screen and (max-width: 480px) {
      .cost .content {
        font-size: 0.9rem; } }

.try {
  margin-top: 70px; }
  @media screen and (max-width: 768px) {
    .try {
      margin-top: 30px; } }
  .try div {
    display: inline-block;
    margin: 30px auto;
    font-size: 2.5rem;
    color: #fff;
    position: relative;
    font-weight: bold;
    animation: und .5s linear infinite alternate; }
    .try div:before, .try div.clear:after {
      content: '';
      position: absolute; }
    .try div:after {
      content: '';
      position: absolute; }
    @media screen and (max-width: 768px) {
      .try div {
        font-size: 1.5rem; } }
    @media screen and (max-width: 375px) {
      .try div {
        font-size: 1.25rem; } }
    @media screen and (max-width: 320px) {
      .try div {
        font-size: 1.15rem; } }
    .try div:before, .try div.clear:after, .try div:after {
      top: -30px;
      width: 80px;
      height: 100px;
      background: url(../images/try.png) no-repeat;
      background-size: contain; }
      @media screen and (max-width: 768px) {
        .try div:before, .try div.clear:after, .try div:after {
          width: 50px;
          top: -15px; } }
    .try div:before, .try div.clear:after {
      left: -100px; }
      @media screen and (max-width: 768px) {
        .try div:before, .try div.clear:after {
          left: -50px; } }
    .try div:after {
      right: -100px; }
      @media screen and (max-width: 768px) {
        .try div:after {
          right: -50px; } }

.lightBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(4, 1, 36, 0.89);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .lightBox .container {
    max-width: 1200px; }
  .lightBox .titleFont {
    margin-top: -40px;
    position: relative;
    top: -30px; }
    .lightBox .titleFont img {
      position: absolute;
      width: 30%;
      right: -20%;
      margin-top: -20%;
      transform: rotateY(180deg);
      animation: und .3s linear infinite alternate;
      z-index: 3; }
    @media screen and (max-width: 480px) {
      .lightBox .titleFont {
        top: -20px; } }
  .lightBox .popup {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0px 20px 20px;
    font-size: 1.25rem;
    color: #fff;
    text-align: left;
    margin-right: 20px;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 990px) {
      .lightBox .popup {
        font-size: 1rem; } }
    @media screen and (max-width: 480px) {
      .lightBox .popup {
        font-size: 0.9rem;
        padding: 0;
        margin-right: 0px;
        text-align: justify; } }
    .lightBox .popup p {
      line-height: 1.5;
      margin-bottom: 15px; }
    .lightBox .popup .heihtlight {
      font-size: 2rem;
      font-weight: bold;
      font-family: "華康中圓體","微軟正黑體"; }
      @media screen and (max-width: 1366px) {
        .lightBox .popup .heihtlight {
          font-size: 1.5rem; } }
      @media screen and (max-width: 990px) {
        .lightBox .popup .heihtlight {
          font-size: 0.9rem; } }
      @media screen and (max-width: 480px) {
        .lightBox .popup .heihtlight {
          font-size: 1.15rem; }
          .lightBox .popup .heihtlight span {
            display: block;
            margin-top: 5px; } }
      .lightBox .popup .heihtlight b {
        color: #dd3a81;
        font-size: 2.25rem; }
        @media screen and (max-width: 1366px) {
          .lightBox .popup .heihtlight b {
            font-size: 1.75rem; } }
        @media screen and (max-width: 990px) {
          .lightBox .popup .heihtlight b {
            font-size: 1rem; } }
        @media screen and (max-width: 480px) {
          .lightBox .popup .heihtlight b {
            font-size: 1.25rem; } }
    .lightBox .popup .qrCode {
      width: 150px;
      border-radius: 20px;
      overflow: hidden;
      display: inline-block;
      margin: 20px 0;
      vertical-align: middle; }
      @media screen and (max-width: 1024px) {
        .lightBox .popup .qrCode {
          display: none; } }
    .lightBox .popup .play {
      max-width: 300px;
      position: relative;
      z-index: 99;
      margin-left: 40px; }
      @media screen and (max-width: 1366px) {
        .lightBox .popup .play {
          max-width: 60%;
          margin-left: 15px; } }
      @media screen and (max-width: 1024px) {
        .lightBox .popup .play {
          max-width: 80%;
          margin-left: 0px;
          margin-bottom: 10px; } }
    .lightBox .popup .popInfo {
      width: 75%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .lightBox .popup .popInfo {
          width: 100%; } }
    .lightBox .popup .btnBox {
      display: flex;
      align-items: center;
      justify-content: center; }
    .lightBox .popup .popGame {
      width: 25%;
      border-radius: 20px;
      overflow: hidden;
      margin-left: 20px; }
      .lightBox .popup .popGame img {
        max-width: 400px; }
        @media screen and (max-width: 990px) {
          .lightBox .popup .popGame img {
            max-width: 400px; } }
      @media screen and (max-width: 768px) {
        .lightBox .popup .popGame {
          display: none; } }

#close {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  right: -5px;
  top: -5px;
  z-index: 10;
  background: #0b132f;
  border-radius: 50px;
  border: 3px solid #fff;
  padding: 5px 2px 0 2px; }
  #close div {
    left: 50%;
    top: 50%;
    width: 80%;
    height: 5px;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    transition: all .3s ease; }
  #close:hover .one {
    transform: translate(-50%, -50%) rotate(45deg);
    box-shadow: 0 0 8px #dd3a81; }
  #close:hover .two {
    transform: translate(-50%, -50%) rotate(-45deg);
    box-shadow: 0 0 8px #dd3a81; }
  #close .one {
    transform: translate(-50%, -50%) rotate(-45deg); }
  #close .two {
    transform: translate(-50%, -50%) rotate(45deg); }

#play {
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: fixed;
  top: 40%;
  right: 20px;
  z-index: 90;
  box-shadow: 0 0 10px #fff;
  border-radius: 50px;
  padding: 0;
  background: #0b132f;
  border: solid #dd3a81 2px;
  padding-top: 5px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  text-shadow: 2px 2px 1px #2ea7e0; }
  @media screen and (max-width: 768px) {
    #play {
      width: 60px;
      height: 60px;
      padding-top: 3px; } }
  @media screen and (max-width: 480px) {
    #play {
      width: 50px;
      height: 50px;
      padding-top: 3px;
      right: 5px; } }

.backToTop {
  width: 50px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99; }
  @media screen and (max-width: 480px) {
    .backToTop {
      width: 30px;
      bottom: 20px;
      right: 10px; } }
  .backToTop:focus .spring img {
    transform: scaleY(1); }
  .backToTop:focus .btBall {
    top: -100%;
    animation: ball 1s linear infinite; }
  .backToTop .btn {
    border-radius: 100%;
    background: #0b132f; }
  .backToTop .spring img {
    transform-origin: center bottom;
    height: 50%;
    width: 100%;
    transform: scaleY(0.5);
    transition: all .1s ease; }
    @media screen and (max-width: 480px) {
      .backToTop .spring img {
        display: none; } }
  .backToTop .btBall {
    position: absolute;
    top: 10%;
    transition: all .3s ease; }
    @media screen and (max-width: 480px) {
      .backToTop .btBall {
        display: none; } }

.ball {
  width: 50px;
  position: absolute;
  z-index: 999;
  animation: ball 3s linear infinite; }
  @media screen and (max-width: 1366px) {
    .ball {
      width: 50px;
      margin-left: -5%; } }
  @media screen and (max-width: 1200px) {
    .ball {
      width: 50px;
      margin-left: -8%; } }
  @media screen and (max-width: 1024px) {
    .ball {
      width: 40px;
      left: 20%;
      top: -2%;
      margin-left: -0%; } }
  @media screen and (max-width: 768px) {
    .ball {
      width: 40px;
      left: 0%;
      top: -2%; } }
  @media screen and (max-width: 480px) {
    .ball {
      display: none; } }

footer {
  width: 100%;
  display: block;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  clear: both;
  padding: 20px 0; }
  footer a {
    display: inline;
    transition: all .5s; }
    footer a:hover {
      transition: all .5s;
      color: #2ea7e0; }

.linebtn2 {
  border: 2px solid white;
  padding: .5rem 1.5rem;
  border-radius: 2rem;
  display: block;
  font-size: 1.25rem !important;
  margin: .5rem auto;
  color: white !important;
  box-shadow: 0px 5px #dc3b81;
  transform: translateY(0);
  background: #49bd34; }
  .linebtn2:hover {
    box-shadow: 0px 0px #dc3b81;
    transform: translateY(5px); }

.temp-area {
  padding: 1rem;
  color: white;
  font-size: 1.25rem;
  line-height: 1.75; }
  .temp-area img {
    max-width: 200px;
    margin: .5rem auto; }

@keyframes light {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes light2 {
  form {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes item {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes spring {
  0% {
    height: 50%; }
  50% {
    height: 90%; }
  75% {
    transform: 80%; }
  100% {
    transform: 100%; } }
@keyframes itemLight {
  0% {
    transform: rotate(0deg); }
  5% {
    transform: rotate(-10deg); }
  15% {
    transform: rotate(10deg); }
  20% {
    transform: rotate(-10deg); }
  25% {
    transform: rotate(10deg); }
  35% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(10deg); }
  45% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes ball {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes mainlight {
  0% {
    border: 5px dotted #fff0; }
  10% {
    border: 5px dotted #fff; }
  20% {
    border: 5px dotted #fff0; }
  30% {
    border: 5px dotted #fff; }
  35% {
    border: 5px dotted #fff0; }
  40% {
    border: 5px dotted #fff; }
  45% {
    border: 5px dotted #fff0; }
  50% {
    border: 5px dotted #fff; }
  55% {
    border: 5px dotted #fff; }
  60% {
    border: 5px dotted #fff; }
  100% {
    border: 5px dotted #fff; } }
@media screen and (max-width: 600px) {
  @keyframes mainlight {
    0% {
      border: 2px dotted #fff0; }
    10% {
      border: 2px dotted #fff; }
    20% {
      border: 2px dotted #fff0; }
    30% {
      border: 2px dotted #fff; }
    35% {
      border: 2px dotted #fff0; }
    40% {
      border: 2px dotted #fff; }
    45% {
      border: 2px dotted #fff0; }
    50% {
      border: 2px dotted #fff; }
    55% {
      border: 2px dotted #fff; }
    60% {
      border: 2px dotted #fff; }
    100% {
      border: 2px dotted #fff; } } }
@keyframes und {
  from {
    top: 10px; }
  to {
    top: 15px; } }
/* Arrows */
@keyframes slickbtn {
  0% {
    top: -80px; }
  15% {
    top: -50px; }
  30% {
    top: -80px; } }
.slick-prev,
.slick-next {
  top: 50%;
  display: block;
  width: 90px;
  height: 138px;
  border: none;
  color: #fff0;
  right: -0px;
  position: absolute;
  background: url(../images/slideBar.png) no-repeat;
  background-size: contain;
  transform: translate(135px, -60%);
  cursor: pointer;
  z-index: 10; }
  .slick-prev:after,
  .slick-next:after {
    content: '';
    position: absolute; }
  @media screen and (max-width: 990px) {
    .slick-prev,
    .slick-next {
      width: 50px;
      transform: translate(95px, -60%); } }
  @media screen and (max-width: 600px) {
    .slick-prev,
    .slick-next {
      width: 50px;
      transform: translate(70px, -60%); } }
  @media screen and (max-width: 480px) {
    .slick-prev,
    .slick-next {
      background: none; } }
  .slick-prev:after,
  .slick-next:after {
    top: -80px;
    left: 0;
    width: 100%;
    height: 100px;
    position: absolute;
    background: url(../images/slideBarbtn.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    transition: all .5 ease; }
    @media screen and (max-width: 480px) {
      .slick-prev:after,
      .slick-next:after {
        top: -0px;
        left: -60px;
        transform: rotate(-90deg); } }
  .slick-prev.drop:after,
  .slick-next.drop:after {
    animation: slickbtn 1s linear alternate; }

.slick-prev {
  display: none !important;
  left: 0; }
  @media screen and (max-width: 480px) {
    .slick-prev {
      display: block !important; }
      .slick-prev:after {
        top: -10px;
        left: -80px;
        transform: rotate(90deg); } }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 50px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    @media screen and (max-width: 480px) {
      .slick-dots li {
        width: 10px;
        height: 10px; } }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 15px;
      height: 15px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      @media screen and (max-width: 480px) {
        .slick-dots li button {
          width: 10px;
          height: 10px; } }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:before, .slick-dots li button.clear:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        content: '';
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border-radius: 50px;
        border: 2px solid #fff; }
        @media screen and (max-width: 480px) {
          .slick-dots li button:before, .slick-dots li button.clear:after {
            width: 10px;
            height: 10px; } }
    .slick-dots li.slick-active button:before, .slick-dots li.slick-active button.clear:after {
      background: #dd3a81;
      border: 2px solid #fff;
      border-radius: 50px; }

.linebtn {
  background: #49bd34;
  color: white;
  transition: all .5s;
  border-color: white; }
  .linebtn::before, .linebtn::after {
    content: none; }
  .linebtn:hover {
    border-color: #49bd34;
    color: #49bd34;
    background: white;
    transition: all .5s; }

/*0525調整*/
.line-area {
  display: flex;
  justify-content: center;
  padding: 1.5rem 1rem;
  flex-wrap: wrap; }
  .line-area .pic {
    width: 20%;
    max-width: 200px; }
    @media screen and (max-width: 991px) {
      .line-area .pic {
        width: 30%; } }
    @media screen and (max-width: 767px) {
      .line-area .pic {
        width: 100%; } }
  .line-area .txt {
    color: white;
    padding: 1rem 1.5rem;
    font-size: 1.25rem; }
    .line-area .txt p {
      line-height: 1.75; }
    @media screen and (max-width: 767px) {
      .line-area .txt {
        padding: 1rem 0; } }
  .line-area a {
    margin-top: 1.5rem; }

/*# sourceMappingURL=main.css.map */
