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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

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

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

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.fast {
  animation-duration: 1s;
}

.animated.slow {
  animation-duration: 2s;
}

.delay01 {
  animation-delay: 0.5s;
}

.delay02 {
  animation-delay: 1s;
}

.delay03 {
  animation-delay: 1.5s;
}

.delay04 {
  animation-delay: 2s;
}

.delay05 {
  animation-delay: 2.5s;
}

.delay06 {
  animation-delay: 3s;
}

.delay07 {
  animation-delay: 3.5s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 1s;
}

@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.backInDown {
  animation-name: backInDown;
}

@keyframes UpDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes UpDown_m {
  from {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(10%, 10%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.UpDown {
  animation-name: UpDown;
}

@keyframes line_ani {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.line_ani {
  animation-name: line_ani;
}

@keyframes picSway {
  from, to {
    transform-origin: top center;
  }
  0%, 100% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

@keyframes fadeinright {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinleft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(0, 0) scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: translate(0, 0) scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: translate(0, 0) scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0) scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: translate(0, 0) scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.pc {
  display: block !important;
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile {
    display: block !important;
  }
}

.overflow-hidden {
  overflow: hidden;
  position: relative;
}

body {
  background-color: #000000;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  font-family: "微軟正黑體", serif;
  background-color: #000000;
  overflow: hidden;
  padding-top: 127px;
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 65px;
  }
}
.wrapper::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.png");
  background-repeat: repeat;
  background-size: 16%;
  top: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .wrapper::before {
    background-size: 50%;
  }
}
.wrapper::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 44vh;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(233, 0, 204, 0.6705882353) 40%, rgba(163, 0, 142, 0) 100%);
  z-index: 0;
}
.wrapper.inner::after {
  content: "";
}
.wrapper img {
  width: 100%;
  max-width: 100%;
  font-size: 0;
  display: block;
  border-radius: 8px;
}
.wrapper .header {
  position: fixed;
  width: 100%;
  max-width: 100%;
  z-index: 9;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #fa00da 30%, #a3008e 100%);
  top: 0;
  transition: 0.3s ease all;
}
.wrapper .header.header-sm .header-content {
  padding: 20px;
  transition: 0.3s ease all;
}
@media (max-width: 767px) {
  .wrapper .header.header-sm .header-content {
    padding: 10px 20px;
  }
}
.wrapper .header.header-sm .header-content .logo {
  width: 75px;
  transition: 0.3s ease all;
}
.wrapper .header .header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 1280px;
  max-width: 100%;
  padding: 30px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  transition: 0.3s ease all;
}
@media (max-width: 767px) {
  .wrapper .header .header-content {
    padding: 10px 20px;
  }
}
.wrapper .header .header-content .logo {
  position: relative;
  display: block;
  width: 120px;
  transition: 0.3s ease all;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .logo {
    width: 80px;
  }
}
.wrapper .header .header-content .logo img {
  width: 100%;
  max-width: 100%;
}
.wrapper .header .header-content .nav {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .nav {
    position: fixed;
    width: 100%;
    height: calc(100vh - 65px);
    overflow-y: scroll;
    padding: 0;
    top: 65px;
    right: -100%;
    background-color: #fff;
    z-index: 9;
    transition: right 0.3s ease;
    border-top: 1px solid #eee;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.wrapper .header .header-content .nav.active {
  right: 0;
}
.wrapper .header .header-content .nav .recommend {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 10px;
  z-index: 0;
  overflow: hidden;
  transition: 0.3s ease all;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .nav .recommend {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #fb00db;
    margin: 0 auto 20px;
    padding: 15px 20px;
  }
}
.wrapper .header .header-content .nav .recommend:hover {
  color: #fff;
  transition: 0.3s ease all;
}
.wrapper .header .header-content .nav .recommend:hover::before {
  transform: scale(2);
}
.wrapper .header .header-content .nav .recommend::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fe9b00;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.wrapper .header .header-content .nav > a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 10px;
  z-index: 0;
  overflow: hidden;
  transition: 0.3s ease all;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .nav > a {
    -ms-flex-order: 4;
        order: 4;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #fb00db;
    margin: 0 auto 20px;
    padding: 15px 20px;
  }
}
.wrapper .header .header-content .nav > a:hover {
  color: #fff;
  transition: 0.3s ease all;
}
.wrapper .header .header-content .nav > a:hover::before {
  transform: scale(2);
}
.wrapper .header .header-content .nav > a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fe9b00;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.wrapper .header .header-content .nav .login {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 10px;
  z-index: 0;
  overflow: hidden;
  transition: 0.3s ease all;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .nav .login {
    -ms-flex-order: 3;
        order: 3;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #fe9b00;
    margin: 0 auto 10px;
    padding: 15px 20px;
  }
}
.wrapper .header .header-content .nav .login:hover {
  color: #fff;
  transition: 0.3s ease all;
}
.wrapper .header .header-content .nav .login:hover::before {
  transform: scale(2);
}
.wrapper .header .header-content .nav .login::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fe9b00;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .nav .logout-text {
    -ms-flex-order: 2;
        order: 2;
  }
}
.wrapper .header .header-content .nav .logout-text a {
  font-size: 16px;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .nav .logout-text a {
    color: #000;
    text-align: center;
  }
}
.wrapper .header .header-content .nav .logout {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 10px;
  z-index: 0;
  overflow: hidden;
  transition: 0.3s ease all;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .nav .logout {
    -ms-flex-order: 3;
        order: 3;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #fe9b00;
    margin: 0 auto 10px;
    padding: 15px 20px;
    order: 3;
  }
}
.wrapper .header .header-content .nav .logout:hover {
  color: #fff;
  transition: 0.3s ease all;
}
.wrapper .header .header-content .nav .logout:hover::before {
  transform: scale(2);
}
.wrapper .header .header-content .nav .logout::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fe9b00;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.wrapper .header .header-content .nav .language-btn {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .nav .language-btn {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
  }
}
.wrapper .header .header-content .nav .language-btn .language {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .nav .language-btn .language {
    color: #fa00da;
    white-space: nowrap;
  }
}
.wrapper .header .header-content .nav .language-btn .language img {
  width: 20px;
  padding-right: 5px;
}
.wrapper .header .header-content .nav .language-btn .language-all {
  position: absolute;
  display: none;
  width: 100%;
  top: calc(100% + 10px);
  background-color: #fff;
  border-radius: 10px;
  z-index: 2;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .nav .language-btn .language-all {
    position: relative;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
}
.wrapper .header .header-content .nav .language-btn .language-all.active {
  display: block;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .nav .language-btn .language-all ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.wrapper .header .header-content .nav .language-btn .language-all ul li:last-child a {
  border-bottom: none;
}
.wrapper .header .header-content .nav .language-btn .language-all ul li a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  color: #000;
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .nav .language-btn .language-all ul li a {
    border-bottom: none;
  }
}
@media (min-width: 767px) {
  .wrapper .header .header-content .nav .language-btn .language-all ul li a:hover {
    color: #fa00da;
  }
}
.wrapper .header .header-content .menu {
  margin-left: auto;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 0;
    top: 0;
    right: -100%;
    background-color: #fff;
    z-index: 9;
    transition: right 0.3s ease;
    border-top: 1px solid #eee;
  }
}
.wrapper .header .header-content .menu.active {
  right: 0;
}
.wrapper .header .header-content .menu ul {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .menu ul {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 50px;
  }
}
.wrapper .header .header-content .menu ul li {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .menu ul li {
    border-bottom: 1px solid #eee;
  }
}
.wrapper .header .header-content .menu ul li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 0.8vw 1vw;
  font-size: 1.05vw;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .menu ul li a {
    display: block;
    font-size: 4vw;
    color: #666666;
    padding: 4vw;
    text-align: center;
  }
}
@media (min-width: 1920px) {
  .wrapper .header .header-content .menu ul li a {
    font-size: 20px;
    padding: 10px 20px;
  }
}
.wrapper .header .header-content .menu ul li a:hover::before {
  right: 0;
}
.wrapper .header .header-content .menu ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  height: 1px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.wrapper .header .header-content .hamburger-btn {
  display: none;
}
@media (max-width: 767px) {
  .wrapper .header .header-content .hamburger-btn {
    display: block;
    position: absolute;
    padding: 33px 20px;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    pointer-events: auto;
  }
}
.wrapper .header .header-content .hamburger-btn.animate .hamburger-menu {
  background: rgba(255, 255, 255, 0);
}
.wrapper .header .header-content .hamburger-btn.animate .hamburger-menu::before {
  content: "";
  bottom: 0;
  background: #fff;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.wrapper .header .header-content .hamburger-btn.animate .hamburger-menu::after {
  content: "";
  top: 0;
  background: #fff;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.wrapper .header .header-content .hamburger-btn .hamburger-menu,
.wrapper .header .header-content .hamburger-btn .hamburger-menu:after,
.wrapper .header .header-content .hamburger-btn .hamburger-menu:before {
  width: 35px;
  height: 3px;
  border-radius: 25px;
}
.wrapper .header .header-content .hamburger-btn .hamburger-menu {
  position: relative;
  display: block;
  background: #fff;
  transition: all 0ms 300ms;
}
.wrapper .header .header-content .hamburger-btn .hamburger-menu::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.wrapper .header .header-content .hamburger-btn .hamburger-menu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: #fff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.wrapper .main-nav {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  z-index: 3;
  transition: 0.3s ease all;
}
.wrapper .main-nav.fixed {
  position: fixed;
  top: 82px;
  transition: 0.3s ease all;
}
@media (max-width: 767px) {
  .wrapper .main-nav.fixed {
    top: 62px;
  }
}
.wrapper .main-nav .content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  max-width: 100%;
  padding: 12px 20px 5px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .main-nav .content {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 10px 20px;
  }
}
.wrapper .main-nav .content.pb-12 {
  padding: 12px 20px;
  -ms-flex-align: center;
      align-items: center;
}
.wrapper .main-nav .content.pb-12 .game_all {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wrapper .main-nav .content.pb-12 .game_all {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .wrapper .main-nav .content .type.less {
    height: 32px;
    overflow: hidden;
  }
}
.wrapper .main-nav .content .type ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper .main-nav .content .type ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fb00db;
  font-size: 16px;
  color: #fff;
  padding: 6px 15px;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.wrapper .main-nav .content .type ul li a {
  text-decoration: none;
  color: #fff;
}
.wrapper .main-nav .content .type ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .wrapper .main-nav .content .type ul li {
    font-size: 14px;
    padding: 5px 8px;
    margin-bottom: 5px;
  }
}
.wrapper .main-nav .content .type ul li.game_all {
  padding: 0;
  padding-right: 5px;
  background-color: #4a4a4a;
}
.wrapper .main-nav .content .type ul li.game_all.active {
  background-color: #fe9b00;
}
.wrapper .main-nav .content .type ul li.game_all a {
  padding: 6px 5px 6px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.wrapper .main-nav .content .type ul li.game {
  background-color: #fe9b00;
}
.wrapper .main-nav .content .type ul li .delete-btn {
  width: 20px;
  margin-left: 5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wrapper .main-nav .content .type ul li .delete-btn {
    width: 15px;
  }
}
.wrapper .main-nav .content .type ul li .delete-btn:hover {
  animation: ani-rotate 0.5s 1 ease;
}
.wrapper .main-nav .content .type ul li .player-btn {
  width: 20px;
  margin-left: 5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wrapper .main-nav .content .type ul li .player-btn {
    width: 15px;
  }
}
.wrapper .main-nav .content .type-btn-mobile {
  display: none;
}
@media (max-width: 767px) {
  .wrapper .main-nav .content .type-btn-mobile {
    display: block;
  }
}
.wrapper .main-nav .content .type-btn-mobile.less p:nth-child(1) {
  display: block;
}
.wrapper .main-nav .content .type-btn-mobile.less p:nth-child(1)::after {
  content: "";
  background-image: url("../img/select-icon.svg");
  transform: rotate(0deg);
}
.wrapper .main-nav .content .type-btn-mobile.less p:nth-child(2) {
  display: none;
}
.wrapper .main-nav .content .type-btn-mobile p {
  font-size: 14px;
  text-align: center;
  padding: 8px 10px;
  color: #32313f;
  white-space: nowrap;
}
.wrapper .main-nav .content .type-btn-mobile p::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/select-icon.svg");
  background-size: 100%;
  vertical-align: middle;
  margin-left: 5px;
  transform: rotate(180deg);
}
.wrapper .main-nav .content .type-btn-mobile p:nth-child(1) {
  display: none;
}
.wrapper .main-nav .content .btn-all {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .wrapper .main-nav .content .btn-all {
    width: 100%;
    margin: 0 auto;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    border-top: 1px solid #eee;
    padding-top: 5px;
  }
}
.wrapper .main-nav .content .btn-all .search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fe9b00;
  border-radius: 50px;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.3s ease all;
}
@media (max-width: 767px) {
  .wrapper .main-nav .content .btn-all .search {
    width: 70%;
    height: 30px;
    padding: 0 12px;
  }
}
@media (min-width: 767px) {
  .wrapper .main-nav .content .btn-all .search:hover {
    transform: scale(1.1);
    transition: 0.3s ease all;
  }
}
.wrapper .main-nav .content .btn-all .search img {
  width: 50%;
}
@media (max-width: 767px) {
  .wrapper .main-nav .content .btn-all .search img {
    width: 15px;
  }
}
.wrapper .main-nav .content .btn-all .search p {
  font-size: 14px;
  color: #fff;
  margin-right: auto;
}
@media (min-width: 767px) {
  .wrapper .main-nav .content .btn-all .search p {
    display: none;
  }
}
.wrapper .main-nav .content .btn-all .add-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fa00da;
  border-radius: 50px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wrapper .main-nav .content .btn-all .add-btn {
    width: 100%;
    height: 30px;
    padding: 0 12px;
  }
}
@media (min-width: 767px) {
  .wrapper .main-nav .content .btn-all .add-btn:hover {
    animation: ani-rotate 0.5s 1 ease;
  }
}
.wrapper .main-nav .content .btn-all .add-btn img {
  width: 40%;
}
@media (max-width: 767px) {
  .wrapper .main-nav .content .btn-all .add-btn img {
    width: 10px;
  }
}
.wrapper .main-nav .content .btn-all .add-btn p {
  font-size: 14px;
  color: #fff;
  margin-right: auto;
}
@media (min-width: 767px) {
  .wrapper .main-nav .content .btn-all .add-btn p {
    display: none;
  }
}
.wrapper .main-nav .type-all {
  position: absolute;
  width: 100%;
  top: 100%;
  box-sizing: border-box;
  padding-top: 20px;
  display: none;
}
@media (min-width: 767px) {
  .wrapper .main-nav .type-all {
    padding: 20px;
  }
}
.wrapper .main-nav .type-all.active {
  display: block;
  animation: fadeIn 0.5s 1 ease;
}
.wrapper .main-nav .type-all .cover {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6980392157);
  top: 0;
  left: 0;
}
.wrapper .main-nav .type-all .px-20 {
  position: relative;
  width: 1280px;
  max-width: 100%;
  padding: 25px 20px 25px 20px;
  background-color: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .wrapper .main-nav .type-all .px-20 {
    width: 90%;
  }
}
.wrapper .main-nav .type-all .close {
  position: absolute;
  width: 30px;
  border-radius: 50px;
  padding: 5px;
  background-color: #000;
  box-sizing: border-box;
  z-index: 1;
  right: 40px;
  top: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wrapper .main-nav .type-all .close {
    right: 10px;
    top: 10px;
  }
}
.wrapper .main-nav .type-all .close img {
  transform: rotate(45deg);
}
.wrapper .main-nav .type-all .item-all {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow-y: scroll;
  /* 網頁捲軸【寬度】 */
  /* 網頁捲軸【圓角】 */
  /* 網頁捲軸【把手圓角】 */
  /* 網頁捲軸【背景】顏色 */
  /* 網頁捲軸【把手】顏色 */
}
.wrapper .main-nav .type-all .item-all::-webkit-scrollbar {
  width: 6px;
}
.wrapper .main-nav .type-all .item-all::-webkit-scrollbar-thumb {
  border-radius: 20px;
}
.wrapper .main-nav .type-all .item-all::-webkit-scrollbar-track {
  border-radius: 20px;
}
.wrapper .main-nav .type-all .item-all::-webkit-scrollbar-track {
  background: #bfb4b7;
}
.wrapper .main-nav .type-all .item-all::-webkit-scrollbar-thumb {
  background: #fa00da;
}
.wrapper .main-nav .type-all .item-all .item {
  padding-top: 20px;
  border-bottom: 1px solid #eee;
}
.wrapper .main-nav .type-all .item-all .item:first-child {
  padding-top: 0;
}
.wrapper .main-nav .type-all .item-all .item:last-child {
  border-bottom: none;
}
.wrapper .main-nav .type-all .item-all .item h2 {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}
.wrapper .main-nav .type-all .item-all .item ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper .main-nav .type-all .item-all .item ul li {
  width: 33.3333333333%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  margin-bottom: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .main-nav .type-all .item-all .item ul li {
    width: 50%;
  }
}
.wrapper .main-nav .type-all .item-all .item ul li p {
  width: calc(100% - 40px);
  font-size: 18px;
  line-height: 1.3;
}
.wrapper .main-nav .type-all .item-all .item ul li .add-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #000;
  border-radius: 50px;
  margin-right: 5px;
  cursor: pointer;
}
.wrapper .main-nav .type-all .item-all .item ul li .add-btn img {
  width: 40%;
}
.wrapper .main-nav .type-all .item-all .item ul li .add-btn:hover {
  background-color: #fa00da;
}
.wrapper .main-nav .type-all .item-all .item ul li .add-btn.disable {
  background-color: #9e9e9e;
}
.wrapper .main-nav .search-section {
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 100%;
  padding: 50px 20px;
  box-sizing: border-box;
  border-radius: 20px;
  display: none;
}
.wrapper .main-nav .search-section.active {
  display: block;
  animation: fadeIn 0.5s 1 ease;
}
.wrapper .main-nav .search-section .cover {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6980392157);
  top: 0;
  left: 0;
}
.wrapper .main-nav .search-section .search-box {
  position: relative;
  width: 1280px;
  max-width: 100%;
  margin: 0 15px;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.wrapper .main-nav .search-section .search-box form {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.wrapper .main-nav .search-section .search-box form input {
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  padding: 0;
  color: #666666;
  box-sizing: border-box;
  border: none;
  padding: 20px 60px 20px 30px;
  background-color: #fff;
  border-radius: 50px;
}
.wrapper .main-nav .search-section .search-box form a {
  position: absolute;
  width: 40px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.wrapper .breadcrumb {
  max-width: 1240px;
  padding: 20px;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-right: auto;
}
@media (max-width: 767px) {
  .wrapper .breadcrumb {
    padding: 20px 20px 10px;
  }
}
.wrapper .breadcrumb ol {
  display: -ms-flexbox;
  display: flex;
}
.wrapper .breadcrumb ol .breadcrumb-item {
  font-size: 16px;
  padding-right: 5px;
}
.wrapper .breadcrumb ol .breadcrumb-item a {
  color: #fff;
}
.wrapper .breadcrumb ol .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  padding-right: 0;
  margin-right: 10px;
  vertical-align: 4px;
  border: 1px solid #939393;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
}
.wrapper .section {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
.wrapper .section .index-news {
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  width: 1280px;
  max-width: 100%;
  padding: 20px 20px 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .section .index-news {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.wrapper .section .index-news .news-main {
  width: 67.5%;
}
@media (max-width: 767px) {
  .wrapper .section .index-news .news-main {
    width: 100%;
  }
}
.wrapper .section .index-news .news-main a {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.wrapper .section .index-news .news-main a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 100%);
  bottom: 0;
  left: 0;
  z-index: 0;
}
.wrapper .section .index-news .news-main a:hover p {
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease all;
}
.wrapper .section .index-news .news-main a p {
  display: block;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  color: #fff;
  padding: 20px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  transition: 0.3s ease all;
}
@media (max-width: 767px) {
  .wrapper .section .index-news .news-main a p {
    font-size: 18px;
    padding: 15px;
  }
}
.wrapper .section .index-news .news-item {
  width: 32.5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 767px) {
  .wrapper .section .index-news .news-item {
    width: 100%;
    gap: 18px;
  }
}
.wrapper .section .index-news .news-item a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.wrapper .section .index-news .news-item a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 100%);
  bottom: 0;
  left: 0;
  z-index: 0;
}
.wrapper .section .index-news .news-item a:hover p {
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease all;
}
.wrapper .section .index-news .news-item a p {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  position: absolute;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  transition: 0.3s ease all;
}
@media (max-width: 767px) {
  .wrapper .section .index-news .news-item a p {
    padding: 15px;
  }
}
.wrapper .section .choose {
  width: 1280px;
  max-width: 100%;
  padding: 10px 20px 10px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
}
@media (max-width: 767px) {
  .wrapper .section .choose {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .wrapper .section .choose.news-choose {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 20px 10px;
  }
}
@media (max-width: 767px) {
  .wrapper .section .choose.news-choose .sorting {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.wrapper .section .choose .search {
  position: relative;
  width: 250px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 767px) {
  .wrapper .section .choose .search {
    width: 100%;
  }
}
.wrapper .section .choose .search input {
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  padding: 0;
  color: #000;
  box-sizing: border-box;
  border: none;
  padding: 12px 60px 12px 30px;
  background-color: #f3f3f3;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .wrapper .section .choose .search input {
    font-size: 16px;
    padding: 12px 55px 12px 25px;
  }
}
.wrapper .section .choose .search a {
  position: absolute;
  width: 35px;
  right: 15px;
  top: 47%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .wrapper .section .choose .search a {
    width: 30px;
    right: 20px;
  }
}
.wrapper .section .choose .sorting {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f3f3f3;
  padding: 8px 30px 8px 25px;
  border-radius: 30px;
  margin-right: 20px;
  box-sizing: border-box;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 767px) {
  .wrapper .section .choose .sorting {
    width: 50%;
  }
}
.wrapper .section .choose .sorting p {
  font-size: 16px;
  color: #32313f;
  font-weight: bold;
  margin-right: 5px;
  white-space: nowrap;
}
.wrapper .section .choose .sorting select {
  width: 100%;
  font-size: 16px;
  padding: 5px 30px 5px 15px;
  color: #32313f;
  border: 1px solid #b9b9b9;
  background-color: #fff;
  -webkit-appearance-: none;
  outline: none;
  appearance: none;
  background-image: url("../img/select-icon.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 35px 20px;
}
@media (max-width: 767px) {
  .wrapper .section .choose .sorting select {
    font-size: 16px;
  }
}
.wrapper .section .choose .image_show {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f3f3f3;
  padding: 8px 30px 8px 25px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .wrapper .section .choose .image_show {
    padding: 5px 20px;
    margin-left: auto;
  }
}
.wrapper .section .choose .image_show p {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-right: 5px;
}
.wrapper .section .choose .image_show .image_big {
  position: relative;
  width: 25px;
  margin-right: 5px;
  cursor: pointer;
}
.wrapper .section .choose .image_show .image_big.active img:nth-child(1) {
  opacity: 0;
}
.wrapper .section .choose .image_show .image_big.active img:nth-child(2) {
  opacity: 1;
}
.wrapper .section .choose .image_show .image_big img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wrapper .section .choose .image_show .image_small {
  position: relative;
  width: 25px;
  cursor: pointer;
}
.wrapper .section .choose .image_show .image_small.active img:nth-child(1) {
  opacity: 0;
}
.wrapper .section .choose .image_show .image_small.active img:nth-child(2) {
  opacity: 1;
}
.wrapper .section .choose .image_show .image_small img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wrapper .section .grid {
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.wrapper .section .grid .grid-item {
  --widthA: 100%;
  --widthB: calc(var(--widthA) - 80px);
  --widthC: calc(var(--widthB) / 3);
  width: var(--widthC);
  max-width: 100%;
  padding: 10px;
  border-radius: 15px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #fd7fed 30%, #fff 70%);
}
@media (max-width: 767px) {
  .wrapper .section .grid .grid-item {
    width: calc(100% - 40px);
  }
}
.wrapper .section .grid .grid-item.hot {
  position: relative;
}
.wrapper .section .grid .grid-item.hot::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 30px;
  width: 50px;
  height: 90px;
  background-image: url("../img/hot.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.wrapper .section .grid .grid-item.new {
  position: relative;
}
.wrapper .section .grid .grid-item.new::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 30px;
  width: 50px;
  height: 90px;
  background-image: url("../img/new.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.wrapper .section .grid .grid-item h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 10px;
}
.wrapper .section .grid .grid-item .pic {
  position: relative;
}
.wrapper .section .grid .grid-item .pic .icon-all {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
}
.wrapper .section .grid .grid-item .pic .icon-all .icon-heart {
  position: relative;
  width: 35px;
  margin-right: 5px;
  cursor: pointer;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.6));
}
.wrapper .section .grid .grid-item .pic .icon-all .icon-heart.active img:nth-child(1) {
  opacity: 0;
}
.wrapper .section .grid .grid-item .pic .icon-all .icon-heart.active img:nth-child(2) {
  opacity: 1;
}
.wrapper .section .grid .grid-item .pic .icon-all .icon-heart img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wrapper .section .grid .grid-item .pic .icon-all .icon-game {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin-right: 5px;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.6));
}
.wrapper .section .grid .grid-item .pic .icon-all .icon-game.active img:nth-child(1) {
  opacity: 0;
}
.wrapper .section .grid .grid-item .pic .icon-all .icon-game.active img:nth-child(2) {
  opacity: 1;
}
.wrapper .section .grid .grid-item .pic .icon-all .icon-game img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wrapper .section .grid .grid-item .pic .icon-all .icon-good {
  position: relative;
  width: 35px;
  cursor: pointer;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.6));
}
.wrapper .section .grid .grid-item .pic .icon-all .icon-good.active img:nth-child(1) {
  opacity: 0;
}
.wrapper .section .grid .grid-item .pic .icon-all .icon-good.active img:nth-child(2) {
  opacity: 1;
}
.wrapper .section .grid .grid-item .pic .icon-all .icon-good img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wrapper .section .grid .grid-item .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 10px 0;
  border-top: 1px solid #cbcbcb;
  margin-bottom: 10px;
}
.wrapper .section .grid .grid-item .info p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.wrapper .section .grid .grid-item .info p span.red {
  color: #e22e2f;
}
.wrapper .section .grid .grid-item .btn-all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.wrapper .section .grid .grid-item .btn-all a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
  background-color: #fa00da;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 50px;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  margin: 0 5px;
}
.wrapper .section .grid .grid-item .btn-all a:hover {
  background-color: #fe9b00;
}
.wrapper .section .grid .grid-item .btn-all a.game-btn {
  background-color: #000;
}
.wrapper .section .grid .grid-item .btn-all a.game-btn:hover {
  background-color: #fe9b00;
}
.wrapper .section .type-content {
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  max-width: 100%;
  padding: 0 20px 5px;
  box-sizing: border-box;
  margin: 0 auto;
  -ms-flex-pack: end;
      justify-content: end;
}
@media (max-width: 767px) {
  .wrapper .section .type-content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.wrapper .section .type-content .player-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .wrapper .section .type-content .player-type {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wrapper .section .type-content .player-type a {
  font-size: 17px;
  text-decoration: none;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  background-color: #4d4d4d;
  padding: 5px 15px;
  border-radius: 50px;
  margin: 0 5px;
  line-height: 1.3;
  box-sizing: border-box;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 1200px) {
  .wrapper .section .type-content .player-type a {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section .type-content .player-type a {
    -ms-flex: 0 47%;
        flex: 0 47%;
    margin: 5px;
    font-size: 16px;
    padding: 8px 10px;
  }
}
.wrapper .section .type-content .player-type a img {
  width: 35px;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .wrapper .section .type-content .player-type a img {
    width: 2.5vw;
  }
}
@media (max-width: 767px) {
  .wrapper .section .type-content .player-type a img {
    width: 30px;
    margin-right: 5px;
  }
}
.wrapper .section .type-content .player-type a.active {
  background-color: #fe9b00;
}
.wrapper .section .type-content .player-type a:hover {
  background-color: #fe9b00;
}
.wrapper .section .type-content .choose {
  width: auto;
  padding: 0;
  margin: 0;
  -ms-flex-pack: start;
      justify-content: start;
}
@media (max-width: 767px) {
  .wrapper .section .type-content .choose {
    width: 100%;
  }
}
.wrapper .section .type-content .choose p {
  white-space: nowrap;
}
.wrapper .section .type-content .choose > div {
  margin: 5px;
}
.wrapper .section .inner-content {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content {
    padding: 20px 20px 0;
  }
}
@media (max-width: 1240px) {
  .wrapper .section .inner-content {
    padding: 0 20px;
  }
}
.wrapper .section .inner-content.w-1280 {
  width: 1280px;
  padding: 0px 20px 0;
  box-sizing: border-box;
}
.wrapper .section .inner-content > .type-content {
  padding: 0;
  margin-bottom: 30px;
}
.wrapper .section .inner-content > .type-content .player-type {
  margin: 0;
}
.wrapper .section .inner-content .part {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 50px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part {
    padding: 30px;
  }
}
.wrapper .section .inner-content .part:last-child {
  margin-bottom: 0;
}
.wrapper .section .inner-content .part .title {
  text-align: center;
  margin-bottom: 30px;
}
.wrapper .section .inner-content .part .title h2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 30px;
  white-space: nowrap;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part .title h2 {
    font-size: 24px;
  }
}
.wrapper .section .inner-content .part .title h2::before, .wrapper .section .inner-content .part .title h2::after {
  content: "";
  width: 100%;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
.wrapper .section .inner-content .part .title h2::before {
  margin-right: 20px;
}
.wrapper .section .inner-content .part .title h2::after {
  margin-left: 20px;
}
.wrapper .section .inner-content .part .notice {
  margin-bottom: 20px;
}
.wrapper .section .inner-content .part .notice p {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.wrapper .section .inner-content .part .notice .link-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part .notice .link-btn {
    font-size: 18px;
    padding: 8px 30px;
    margin: 0 auto 0;
  }
}
.wrapper .section .inner-content .part .notice .link-btn a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 40px;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  transition: 0.3s ease all;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part .notice .link-btn a {
    font-size: 18px;
    padding: 8px 30px;
    margin: 0 auto 0;
  }
}
.wrapper .section .inner-content .part .notice .link-btn a:hover {
  transition: 0.3s ease all;
}
@media (min-width: 767px) {
  .wrapper .section .inner-content .part .notice .link-btn a:hover {
    background-color: #fa00da;
  }
}
.wrapper .section .inner-content .part hr {
  border: none;
  border-top: 2px dashed #c1c1c1;
  margin: 50px 0;
}
.wrapper .section .inner-content .part .w-100 {
  width: 100%;
}
.wrapper .section .inner-content .part form {
  width: 65%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part form {
    width: 100%;
  }
}
.wrapper .section .inner-content .part form h5 {
  font-size: 18px;
  text-align: center;
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
}
.wrapper .section .inner-content .part form h5 span.pc {
  display: inline-block !important;
}
.wrapper .section .inner-content .part form p {
  -ms-flex-item-align: start;
      align-self: start;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #000;
  margin-bottom: 20px;
}
.wrapper .section .inner-content .part form .add {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 50px;
  cursor: pointer;
}
.wrapper .section .inner-content .part form .add::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wrapper .section .inner-content .part form .add::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 25px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wrapper .section .inner-content .part form .add:hover {
  background-color: #fa00da;
  animation: ani-rotate 0.5s 1 ease;
}
.wrapper .section .inner-content .part form .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.wrapper .section .inner-content .part form .form-row.tag .col-50 {
  width: 49%;
  margin-bottom: 10px;
}
.wrapper .section .inner-content .part form .form-row .col-50 {
  width: 48%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part form .form-row .col-50 {
    width: 100%;
  }
}
.wrapper .section .inner-content .part form .form-row .col-50:last-child {
  margin-bottom: 0;
}
.wrapper .section .inner-content .part form .form-row .col-33 {
  --widthA: 100%;
  --widthB: calc(var(--widthA) - 6%);
  --widthC: calc(var(--widthB) / 3);
  width: var(--widthC);
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part form .form-row .col-33 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.wrapper .section .inner-content .part form .form-group {
  margin-bottom: 20px;
}
.wrapper .section .inner-content .part form .form-group label {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part form .form-group label {
    font-size: 16px;
  }
}
.wrapper .section .inner-content .part form .form-group label span a {
  color: #000;
}
.wrapper .section .inner-content .part form .form-group .form-control {
  width: 100%;
  border: none;
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f3f3f3;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part form .form-group .form-control {
    font-size: 16px;
  }
}
.wrapper .section .inner-content .part form .form-group .form-control:disabled {
  background-color: #fff;
}
.wrapper .section .inner-content .part form .d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.wrapper .section .inner-content .part form .check {
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 50px;
  background-color: #fa00da;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s ease all;
  box-sizing: border-box;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part form .check {
    font-size: 14px;
    padding: 8px 15px;
    margin-left: 10px;
  }
}
.wrapper .section .inner-content .part form .check:hover {
  transition: 0.3s ease all;
}
@media (min-width: 767px) {
  .wrapper .section .inner-content .part form .check:hover {
    background-color: #000;
  }
}
.wrapper .section .inner-content .part form .bind-login {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
}
.wrapper .section .inner-content .part form .bind-login a {
  --widthA: 100%;
  --widthB: calc(var(--widthA) - 20px);
  --widthC: calc(var(--widthB) / 3);
  width: var(--widthC);
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px;
  border-radius: 50px;
  font-size: 16px;
  color: #000;
  background-color: #f3f3f3;
  box-sizing: border-box;
  border: 2px solid #f3f3f3;
  transition: 0.3s ease all;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part form .bind-login a {
    --widthA: 100%;
    --widthB: calc(var(--widthA) - 10px);
    --widthC: calc(var(--widthB) / 2);
    width: var(--widthC);
    font-size: 14px;
  }
}
.wrapper .section .inner-content .part form .bind-login a img {
  width: 30px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part form .bind-login a img {
    width: 25px;
    margin-right: 5px;
  }
}
.wrapper .section .inner-content .part form .bind-login a.fb:hover {
  transition: 0.3s ease all;
}
@media (min-width: 767px) {
  .wrapper .section .inner-content .part form .bind-login a.fb:hover {
    border: 2px solid #1877f2;
  }
}
.wrapper .section .inner-content .part form .bind-login a.fb.active {
  border: 2px solid #1877f2;
}
.wrapper .section .inner-content .part form .bind-login a.google:hover {
  transition: 0.3s ease all;
}
@media (min-width: 767px) {
  .wrapper .section .inner-content .part form .bind-login a.google:hover {
    border: 2px solid #faba01;
  }
}
.wrapper .section .inner-content .part form .bind-login a.google.active {
  border: 2px solid #faba01;
}
.wrapper .section .inner-content .part form .bind-login a.line:hover {
  transition: 0.3s ease all;
}
@media (min-width: 767px) {
  .wrapper .section .inner-content .part form .bind-login a.line:hover {
    border: 2px solid #39cd00;
  }
}
.wrapper .section .inner-content .part form .bind-login a.line.active {
  border: 2px solid #39cd00;
}
.wrapper .section .inner-content .part form .other-login {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part form .other-login {
    -ms-flex-order: 12;
        order: 12;
    padding-top: 20px;
  }
}
.wrapper .section .inner-content .part form .other-login a {
  --widthA: 100%;
  --widthB: calc(var(--widthA) - 20px);
  --widthC: calc(var(--widthB) / 3);
  width: var(--widthC);
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px;
  border-radius: 50px;
  font-size: 16px;
  color: #000;
  background-color: #f3f3f3;
  box-sizing: border-box;
  border: 2px solid #f3f3f3;
  transition: 0.3s ease all;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part form .other-login a {
    --widthA: 100%;
    --widthB: calc(var(--widthA) - 10px);
    --widthC: calc(var(--widthB) / 2);
    width: var(--widthC);
    font-size: 14px;
  }
}
.wrapper .section .inner-content .part form .other-login a img {
  width: 30px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part form .other-login a img {
    width: 25px;
    margin-right: 5px;
  }
}
.wrapper .section .inner-content .part form .other-login a.fb:hover {
  transition: 0.3s ease all;
}
@media (min-width: 767px) {
  .wrapper .section .inner-content .part form .other-login a.fb:hover {
    border: 2px solid #1877f2;
  }
}
.wrapper .section .inner-content .part form .other-login a.google:hover {
  transition: 0.3s ease all;
}
@media (min-width: 767px) {
  .wrapper .section .inner-content .part form .other-login a.google:hover {
    border: 2px solid #faba01;
  }
}
.wrapper .section .inner-content .part form .other-login a.line:hover {
  transition: 0.3s ease all;
}
@media (min-width: 767px) {
  .wrapper .section .inner-content .part form .other-login a.line:hover {
    border: 2px solid #39cd00;
  }
}
.wrapper .section .inner-content .part form .forgot {
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part form .forgot {
    padding-top: 10px;
  }
}
.wrapper .section .inner-content .part form .forgot a {
  font-size: 16px;
  color: #000;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part form .forgot a {
    font-size: 14px;
  }
}
.wrapper .section .inner-content .part form .form-btn {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 40px;
  border: none;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  margin: 40px auto 0;
  z-index: 0;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease all;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part form .form-btn {
    font-size: 18px;
    padding: 8px 30px;
    margin: 0 auto 0;
  }
}
.wrapper .section .inner-content .part form .form-btn:hover {
  transition: 0.3s ease all;
}
@media (min-width: 767px) {
  .wrapper .section .inner-content .part form .form-btn:hover {
    background-color: #fa00da;
  }
}
.wrapper .section .inner-content .part .register-all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper .section .inner-content .part .register-all .register-item {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part .register-all .register-item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part .register-all .register-item:last-child {
    margin-bottom: 0;
  }
}
.wrapper .section .inner-content .part .register-all .register-item a {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part .register-all .register-item a {
    margin-bottom: 10px;
  }
}
.wrapper .section .inner-content .part .register-all .register-item a:hover {
  transition: 0.6s ease all;
}
@media (min-width: 767px) {
  .wrapper .section .inner-content .part .register-all .register-item a:hover span {
    left: 100%;
  }
}
.wrapper .section .inner-content .part .register-all .register-item a span {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  z-index: 2;
  background: url("../img/btn_light.png") no-repeat;
  background-size: 100% 100%;
  left: -100%;
  transition: 0.6s ease all;
}
.wrapper .section .inner-content .part .register-all .register-item p {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .wrapper .section .inner-content .part .register-all .register-item p {
    font-size: 16px;
  }
}
.wrapper .section .game-detail {
  width: 1240px;
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 1280px) {
  .wrapper .section .game-detail {
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .wrapper .section .game-detail {
    -ms-flex-direction: column;
        flex-direction: column;
    width: calc(100% - 40px);
  }
}
.wrapper .section .game-detail .pic {
  position: relative;
  -ms-flex-item-align: start;
      align-self: start;
  width: 50%;
}
@media (max-width: 767px) {
  .wrapper .section .game-detail .pic {
    width: 100%;
  }
}
.wrapper .section .game-detail .pic.hot {
  position: relative;
}
.wrapper .section .game-detail .pic.hot::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 25px;
  width: 55px;
  height: 90px;
  background-image: url("../img/hot.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .wrapper .section .game-detail .pic.hot::before {
    right: 15px;
    width: 40px;
    height: 65px;
  }
}
.wrapper .section .game-detail .pic.new {
  position: relative;
}
.wrapper .section .game-detail .pic.new::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 25px;
  width: 55px;
  height: 90px;
  background-image: url("../img/new.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .wrapper .section .game-detail .pic.new::before {
    right: 15px;
    width: 40px;
    height: 65px;
  }
}
.wrapper .section .game-detail .pic .icon-all {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
}
.wrapper .section .game-detail .pic .icon-all .icon-heart {
  position: relative;
  width: 35px;
  margin-right: 5px;
  cursor: pointer;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.6));
}
.wrapper .section .game-detail .pic .icon-all .icon-heart.active img:nth-child(1) {
  opacity: 0;
}
.wrapper .section .game-detail .pic .icon-all .icon-heart.active img:nth-child(2) {
  opacity: 1;
}
.wrapper .section .game-detail .pic .icon-all .icon-heart img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wrapper .section .game-detail .pic .icon-all .icon-game {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin-right: 5px;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.6));
}
.wrapper .section .game-detail .pic .icon-all .icon-game.active img:nth-child(1) {
  opacity: 0;
}
.wrapper .section .game-detail .pic .icon-all .icon-game.active img:nth-child(2) {
  opacity: 1;
}
.wrapper .section .game-detail .pic .icon-all .icon-game img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wrapper .section .game-detail .pic .icon-all .icon-good {
  position: relative;
  width: 35px;
  cursor: pointer;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.6));
}
.wrapper .section .game-detail .pic .icon-all .icon-good.active img:nth-child(1) {
  opacity: 0;
}
.wrapper .section .game-detail .pic .icon-all .icon-good.active img:nth-child(2) {
  opacity: 1;
}
.wrapper .section .game-detail .pic .icon-all .icon-good img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wrapper .section .game-detail .main-text {
  width: 50%;
  padding: 0 20px 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .section .game-detail .main-text {
    width: 100%;
    padding: 0;
  }
}
.wrapper .section .game-detail .main-text h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 10px;
}
.wrapper .section .game-detail .main-text > p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 10px;
}
.wrapper .section .game-detail .main-text .info {
  margin-top: 10px;
  padding: 10px 10px 0;
  border-top: 1px solid #cbcbcb;
  margin-bottom: 10px;
}
.wrapper .section .game-detail .main-text .info p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.wrapper .section .game-detail .main-text .info p span.red {
  color: #e22e2f;
}
.wrapper .section .game-detail .main-text .info p:nth-child(2) {
  margin-left: auto;
}
@media (max-width: 767px) {
  .wrapper .section .game-detail .main-text .info p:nth-child(2) {
    margin-left: 0;
  }
}
.wrapper .section .game-detail .main-text .btn-all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 10px;
}
.wrapper .section .game-detail .main-text .btn-all a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
  background-color: #fa00da;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 50px;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  margin: 0 5px;
}
.wrapper .section .game-detail .main-text .btn-all a:hover {
  background-color: #fe9b00;
}
.wrapper .section .game-detail .main-text .btn-all a.game-btn {
  background-color: #000;
}
.wrapper .section .game-detail .main-text .btn-all a.game-btn:hover {
  background-color: #fe9b00;
}
.wrapper .section .game-detail + .video {
  padding: 20px;
}
.wrapper .section .no-data {
  width: 1240px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto 20px;
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
.wrapper .section .no-data p {
  font-size: 18px;
  text-align: center;
  color: #000;
}
.wrapper .section > .news-main {
  width: 1280px;
  max-width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.wrapper .section > .news-main p {
  font-size: 20px;
  color: #fff;
}
.wrapper .section > .news-main p span {
  color: #fe9b00;
  font-weight: bold;
}
.wrapper .section .news {
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.wrapper .section .news .news-item {
  text-decoration: none;
  --widthA: 100%;
  --widthB: calc(var(--widthA) - 40px);
  --widthC: calc(var(--widthB) / 3);
  width: var(--widthC);
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 15px 5px 15px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .section .news .news-item {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .wrapper .section .news .news-item:hover .d-flex .btn {
    background-color: #fe9b00;
  }
}
@media (min-width: 767px) {
  .wrapper .section .news .news-item:hover .d-flex .btn.btn-link {
    background-color: #fe9b00;
  }
}
.wrapper .section .news .news-item .d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0;
}
.wrapper .section .news .news-item .d-flex .date {
  font-size: 16px;
  color: #000;
}
.wrapper .section .news .news-item .d-flex .type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  color: #000;
  margin-left: 10px;
}
.wrapper .section .news .news-item .d-flex .type::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #9e9e9e;
  margin-right: 10px;
}
.wrapper .section .news .news-item .d-flex .source {
  font-size: 16px;
  color: #000;
}
.wrapper .section .news .news-item .d-flex .btn {
  text-decoration: none;
  background-color: #fa00da;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 50px;
  white-space: nowrap;
  margin-left: auto;
}
.wrapper .section .news .news-item .d-flex .btn.btn-link {
  background-color: #000;
}
.wrapper .section .news .news-item a {
  text-decoration: none;
}
.wrapper .section .news .news-item a h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
}
.wrapper .section .news .news-item a p {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wrapper .section .news .news-list-all {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .section .news .news-list-all {
    padding: 15px 20px;
  }
}
.wrapper .section .news .news-list-all .news-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 50px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .section .news .news-list-all .news-list {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: start;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
  }
}
@media (min-width: 767px) {
  .wrapper .section .news .news-list-all .news-list:hover {
    background-color: #eee;
  }
}
@media (min-width: 767px) {
  .wrapper .section .news .news-list-all .news-list:hover .btn {
    background-color: #fe9b00;
  }
}
@media (min-width: 767px) {
  .wrapper .section .news .news-list-all .news-list:hover .btn.btn-link {
    background-color: #fe9b00;
  }
}
.wrapper .section .news .news-list-all .news-list .d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 767px) {
  .wrapper .section .news .news-list-all .news-list .d-flex {
    padding: 5px 0;
    width: 100%;
  }
}
.wrapper .section .news .news-list-all .news-list .d-flex.mr-20 {
  margin-right: 20px;
}
.wrapper .section .news .news-list-all .news-list .d-flex.ml-20 {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .wrapper .section .news .news-list-all .news-list .d-flex.ml-20 {
    margin-left: 0;
  }
}
.wrapper .section .news .news-list-all .news-list .date {
  font-size: 16px;
  color: #000;
  white-space: nowrap;
}
.wrapper .section .news .news-list-all .news-list .type {
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  color: #000;
  margin-left: 10px;
  white-space: nowrap;
}
.wrapper .section .news .news-list-all .news-list .type::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #9e9e9e;
  margin-right: 10px;
}
.wrapper .section .news .news-list-all .news-list .source {
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  text-decoration: none;
}
.wrapper .section .news .news-list-all .news-list .btn {
  width: 40%;
  text-decoration: none;
  background-color: #fa00da;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 50px;
  white-space: nowrap;
  margin-left: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .wrapper .section .news .news-list-all .news-list .btn {
    width: 20%;
    margin-left: auto;
  }
}
.wrapper .section .news .news-list-all .news-list .btn.btn-link {
  background-color: #000;
}
.wrapper .section .news .news-list-all .news-list h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: auto;
}
@media (max-width: 767px) {
  .wrapper .section .news .news-list-all .news-list h3 {
    white-space: normal;
  }
}
.wrapper .section .news .news-list-all .news-list h3 a {
  text-decoration: none;
}
.wrapper .section .news-detail {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .section .news-detail {
    padding: 20px;
  }
}
.wrapper .section .news-detail .d-flex {
  display: -ms-flexbox;
  display: flex;
}
.wrapper .section .news-detail .d-flex .date {
  font-size: 16px;
  color: #000;
  white-space: nowrap;
}
.wrapper .section .news-detail .d-flex .type {
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  color: #000;
  margin-left: 10px;
  white-space: nowrap;
}
.wrapper .section .news-detail .d-flex .type::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #9e9e9e;
  margin-right: 10px;
}
.wrapper .section .news-detail .d-flex .source {
  text-decoration: none;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  margin-left: auto;
}
.wrapper .section .news-detail h2 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  margin-right: auto;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.wrapper .section .back-btn {
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto;
  -ms-flex-pack: center;
      justify-content: center;
}
.wrapper .section .back-btn a {
  text-decoration: none;
  display: inline-block;
  background-color: #fa00da;
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 50px;
}
.wrapper .section .video {
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.wrapper .section .video .video-item {
  text-decoration: none;
  --widthA: 100%;
  --widthB: calc(var(--widthA) - 40px);
  --widthC: calc(var(--widthB) / 3);
  width: var(--widthC);
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 15px 5px 15px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .section .video .video-item {
    width: 100%;
  }
}
.wrapper .section .video .video-item:hover .video-main-text .icon {
  background-color: #fb00db;
}
.wrapper .section .video .video-item .video-main-text {
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
.wrapper .section .video .video-item .video-main-text .icon {
  -ms-flex-item-align: start;
      align-self: start;
  width: 40px;
  border-radius: 50%;
  background-color: #000;
  padding: 5px;
  box-sizing: border-box;
  margin-right: 10px;
}
.wrapper .section .video .video-item .video-main-text .d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 5px;
}
.wrapper .section .video .video-item .video-main-text .d-flex .date {
  font-size: 16px;
  color: #000;
}
.wrapper .section .video .video-item .video-main-text .d-flex .type {
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  color: #000;
  margin-left: 10px;
}
.wrapper .section .video .video-item .video-main-text .d-flex .type::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #9e9e9e;
  margin-right: 10px;
}
.wrapper .section .video .video-item .video-main-text h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.5;
}
.wrapper .section .video .video-item .video-main-text h3 a {
  text-decoration: none;
}
.wrapper .section .video .video-item .video-main-text .source {
  text-decoration: none;
  font-size: 16px;
  color: #000;
}
.wrapper .video-detail {
  width: 1240px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .wrapper .video-detail {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 20px 20px;
  }
}
@media (max-width: 1240px) {
  .wrapper .video-detail {
    padding: 0 20px;
  }
}
.wrapper .video-detail .main {
  width: 70%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .video-detail .main {
    width: 100%;
  }
}
.wrapper .video-detail .main .yt-player {
  position: relative;
  width: 100%;
  padding-bottom: 56.4%;
  margin-bottom: 20px;
}
.wrapper .video-detail .main .yt-player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wrapper .video-detail .main .d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 10px;
}
@media (max-width: 767px) {
  .wrapper .video-detail .main .d-flex {
    padding: 0 0 5px;
  }
}
.wrapper .video-detail .main .d-flex .date {
  font-size: 16px;
  color: #000;
}
.wrapper .video-detail .main .d-flex .type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  color: #000;
  margin-left: 10px;
}
.wrapper .video-detail .main .d-flex .type::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #9e9e9e;
  margin-right: 10px;
}
.wrapper .video-detail .main h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .wrapper .video-detail .main h2 {
    margin-bottom: 5px;
  }
}
.wrapper .video-detail .main .source {
  font-size: 16px;
  color: #000;
}
.wrapper .video-detail .main .editor-text {
  border-top: 1px solid #cbcbcb;
  padding-top: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .wrapper .video-detail .main .editor-text {
    padding-top: 10px;
    margin-top: 10px;
  }
}
.wrapper .video-detail .video-list {
  width: 30%;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  -ms-flex-item-align: start;
      align-self: start;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrapper .video-detail .video-list {
    width: 100%;
  }
}
.wrapper .video-detail .video-list .video-item {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  gap: 10px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px;
}
@media (max-width: 767px) {
  .wrapper .video-detail .video-list .video-item {
    width: 100%;
  }
}
.wrapper .video-detail .video-list .video-item:last-child {
  margin-bottom: 0;
}
.wrapper .video-detail .video-list .video-item:hover {
  background-color: #eee;
}
.wrapper .video-detail .video-list .video-item img {
  width: 45%;
  -ms-flex-item-align: start;
      align-self: start;
}
.wrapper .video-detail .video-list .video-item .video-main-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 5px 0 0;
}
.wrapper .video-detail .video-list .video-item .video-main-text .date {
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
}
.wrapper .video-detail .video-list .video-item .video-main-text .type {
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
}
.wrapper .video-detail .video-list .video-item .video-main-text h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  color: #000;
  margin-bottom: 3px;
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
}
.wrapper .video-detail .video-list .video-item .video-main-text .source {
  font-size: 13px;
  color: #000;
}
.wrapper .footer {
  position: relative;
  background-color: #000000;
  z-index: 2;
}
.wrapper .footer p {
  padding: 20px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.wrapper .footer p a {
  color: #c9c9c9;
}

.fr-view.editor-text .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 25px;
}
.fr-view.editor-text .row .text-center {
  text-align: center;
}
.fr-view.editor-text .row .col-100 {
  width: 100%;
  margin-bottom: 20px;
}
.fr-view.editor-text .row .col-50-text {
  width: 49%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .fr-view.editor-text .row .col-50-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fr-view.editor-text .row .col-50-text.order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media (max-width: 767px) {
  .fr-view.editor-text .row .col-50-text.order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
}
.fr-view.editor-text .row .col-50 {
  width: 49%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .fr-view.editor-text .row .col-50 {
    width: 48%;
  }
}
.fr-view.editor-text .row .col-30 {
  width: 32%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .fr-view.editor-text .row .col-30 {
    width: 48%;
  }
}
.fr-view.editor-text .row .col-25 {
  width: 23.25%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .fr-view.editor-text .row .col-25 {
    width: 48%;
  }
}
.fr-view.editor-text .row .fr-video {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
  padding-bottom: 55%;
}
.fr-view.editor-text .row .fr-video iframe {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fr-view.editor-text .row .video-text {
  padding: 10px 0;
  text-align: left;
}
@media (max-width: 767px) {
  .fr-view.editor-text .row .video-text {
    padding: 5px 0;
  }
}
.fr-view.editor-text .row img {
  margin-bottom: 10px;
}
.fr-view.editor-text .row h3 {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.5;
  font-weight: bold;
}
.fr-view.editor-text .row p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.fr-view.editor-text .row ul {
  padding-left: 25px;
}
.fr-view.editor-text .row ul li {
  font-size: 16px;
  list-style-position: outside;
  font-size: 16px;
  line-height: 1.5;
  list-style-type: disc;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
  display: none;
}
.lightbox.active {
  opacity: 1;
  display: block;
  visibility: visible;
}
@media (min-width: 1400px) {
  .lightbox {
    font-size: 16px;
  }
}
.lightbox:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lightbox .lightbox-close {
  z-index: 2;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  background: url("../img/delete-b.png") center/contain no-repeat;
  cursor: pointer;
}
.lightbox .lightbox-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.lightbox .lightbox-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
  width: 100%;
  max-width: 700px;
  padding: 100px 30px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .lightbox .lightbox-content {
    max-width: 100%;
  }
}
.lightbox .lightbox-content .lightbox-wrap {
  position: relative;
  display: block;
  background-color: white;
  padding: 10% 8%;
  border-radius: 50px;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .lightbox .lightbox-content .lightbox-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 20px;
  }
}
.lightbox .lightbox-content .lightbox-wrap .icon {
  width: 120px;
  margin: 0 auto 20px;
}
.lightbox .lightbox-content .lightbox-wrap b {
  display: block;
  font-size: 18px;
  color: #e22e2f;
  font-weight: bold;
  margin-bottom: 10px;
}
.lightbox .lightbox-content .lightbox-wrap p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.lightbox .lightbox-content .lightbox-wrap .btn-all {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .lightbox .lightbox-content .lightbox-wrap .btn-all {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
}
.lightbox .lightbox-content .lightbox-wrap .btn-all .close-btn {
  width: 48%;
  font-size: 16px;
  padding: 10px;
  line-height: 1.3;
  border: 1px solid #1eb12c;
  color: #1eb12c;
  border-radius: 10px;
  margin-right: auto;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 767px) {
  .lightbox .lightbox-content .lightbox-wrap .btn-all .close-btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 767px) {
  .lightbox .lightbox-content .lightbox-wrap .btn-all .close-btn:hover {
    color: #fff;
    background-color: #1eb12c;
  }
}
.lightbox .lightbox-content .lightbox-wrap .btn-all .out-btn {
  width: 48%;
  font-size: 16px;
  padding: 10px;
  line-height: 1.3;
  border: 1px solid #e22e2f;
  color: #e22e2f;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 767px) {
  .lightbox .lightbox-content .lightbox-wrap .btn-all .out-btn {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .lightbox .lightbox-content .lightbox-wrap .btn-all .out-btn:hover {
    color: #fff;
    background-color: #e22e2f;
  }
}

[ani] {
  animation-fill-mode: both;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
[ani]:not(.ani-active) {
  animation-name: none;
  opacity: 0;
  visibility: hidden;
}

@keyframes ani-rotate {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
  }
  to {
    transform-origin: center;
    transform: none;
  }
}
.ani-rotate {
  animation-name: ani-rotate;
}

@keyframes flash {
  0% {
    left: -100%;
  }
  100% {
    left: 140%;
  }
}/*# sourceMappingURL=style.css.map */