@charset "UTF-8";
html {
  font-size: 16px;
  height: 100%;
  scroll-behavior: smooth;
  background: #F8F9FC;
}

body {
  position: relative;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  font-family: Arial, Helvetica, "Helvetica Neue", "微軟正黑體", "Microsoft JhengHei", "Microsoft YaHei", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "LiHei Pro", sans-serif;
  line-height: initial;
  letter-spacing: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #58676B;
  background: #F8F9FC;
}

.fa, .far, .fas {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", Arial, Helvetica, Helvetica Neue, 微軟正黑體, Microsoft JhengHei, Microsoft YaHei, SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, LiHei Pro, sans-serif;
}

.transition {
  transition: all 0.3s ease;
}

a {
  color: inherit;
  text-decoration: none;
  outline: 0;
  transition: 0.3s ease;
  transition-property: color, border-color, background-color, opacity, filter, transform;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

[type=checkbox], [type=radio] {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}

::-moz-placeholder {
  color: rgba(88, 103, 107, 0.8);
}

::placeholder {
  color: rgba(88, 103, 107, 0.8);
}

tr, th, td {
  margin: initial;
  padding: initial;
  line-height: 1.5;
}

:root {
  --swiper-theme-color: #24A7FF;
}

.font-latin {
  font-family: Arial, Helvetica, "Helvetica Neue", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "Microsoft YaHei", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "LiHei Pro", sans-serif;
}

.text-gray {
  color: #666F84 !important;
}

.text-dark {
  color: #58676B !important;
}

.text-brand-dark {
  color: #405F8D !important;
}

.text-brand-light {
  color: #87CFFF !important;
}

.text-color-reset {
  color: #58676B;
}

.text-dark-30 {
  color: rgba(88, 103, 107, 0.3);
}

.text-body {
  color: #58676B !important;
}

.text-body-50 {
  color: rgba(88, 103, 107, 0.5);
}

.text-body-60 {
  color: rgba(88, 103, 107, 0.6);
}

.text-body-70 {
  color: rgba(88, 103, 107, 0.7);
}

.text-body-80 {
  color: rgba(88, 103, 107, 0.8);
}

.text-brand-line {
  color: #06C755;
}

.text-brand-facebook {
  color: #0866FF;
}

.text-brand-youtube {
  color: #f00;
}

.text-brand-discord {
  color: #586aea;
}

.text-brand-discord {
  color: #586aea;
}

.hover-brand:hover {
  color: #24A7FF;
}

.hover-brand-light:hover {
  color: #87CFFF;
}

.hover-brand-dark:hover {
  color: #405F8D;
}

.hover-warning:hover {
  color: #FFE600;
}

.hover-danger:hover {
  color: #C7006A;
}

.bg-body {
  background: #F8F9FC;
}

.bg-gray {
  background: #F5F6F7;
}

.bg-gradient {
  background: linear-gradient(#E3E5EC, rgba(0, 0, 0, 0)) 0 no-repeat !important;
}
.bg-gradient-height {
  background: linear-gradient(#E3E5EC 0, rgba(0, 0, 0, 0) 1300px) !important;
}

.bg-wave {
  background: url(../images/bg_wave_mobile.png) center 0 no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .bg-wave {
    background-image: url(../images/bg_wave.png);
  }
}

.bg-wave-light {
  background: url(../images/bg_wave_light_mobile.png) center 0 no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .bg-wave-light {
    background-image: url(../images/bg_wave_light.png);
  }
}

.bg-brand-line {
  background-color: #06C755;
}

.bg-brand-facebook {
  background-color: #0866FF;
}

.bg-none {
  background: none;
}

.bg-hover-brand-light:hover {
  background-color: #f1f9ff;
}

@media (min-width: 1200px) {
  .bg-xl-none {
    background: none;
  }
}
.border-color-default {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.border-currentColor {
  border-color: currentColor !important;
}

.border-brand-thin {
  border-color: rgba(36, 167, 255, 0.3) !important;
}

.border-body {
  border-color: #58676B;
}

.border-body-opacity {
  border-color: rgba(88, 103, 107, 0.3) !important;
}

.border-body-opacity-10 {
  border-color: rgba(88, 103, 107, 0.1) !important;
}

.border-body-opacity-50 {
  border-color: rgba(88, 103, 107, 0.5) !important;
}

@media (min-width: 768px) {
  .border-md {
    border: solid 1px rgba(0, 0, 0, 0.1);
  }
}
.rounded-rwd-large {
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .rounded-rwd-large {
    border-radius: 1.5rem;
  }
}

.font-monospace {
  font-family: "Courier New", Courier, monospace;
}

.font-8 {
  font-size: 0.5rem !important;
}

.font-9 {
  font-size: 0.563rem !important;
}

.font-10 {
  font-size: 0.625rem !important;
}

.font-11 {
  font-size: 0.688rem !important;
}

.font-12 {
  font-size: 0.75rem !important;
}

.font-13 {
  font-size: 0.813rem !important;
}

.font-14 {
  font-size: 0.875rem !important;
}

.font-15 {
  font-size: 0.938rem !important;
}

.font-16 {
  font-size: 1rem !important;
}

.font-17 {
  font-size: 1.063rem !important;
}

.font-18 {
  font-size: 1.125rem !important;
}

.font-19 {
  font-size: 1.188rem !important;
}

.font-20 {
  font-size: 1.25rem !important;
}

.font-21 {
  font-size: 1.313rem !important;
}

.font-22 {
  font-size: 1.375rem !important;
}

.font-23 {
  font-size: 1.438rem !important;
}

.font-24 {
  font-size: 1.5rem !important;
}

.font-25 {
  font-size: 1.563rem !important;
}

.font-2em {
  font-size: 2em !important;
}

.font-size-inherit {
  font-size: inherit !important;
}

.big {
  font-size: 1.125em;
}

.bigger {
  font-size: 1.25em;
}

.smaller {
  font-size: 0.75em;
}

@media (min-width: 768px) {
  .font-md-8 {
    font-size: 0.5rem !important;
  }
  .font-md-9 {
    font-size: 0.563rem !important;
  }
  .font-md-10 {
    font-size: 0.625rem !important;
  }
  .font-md-11 {
    font-size: 0.688rem !important;
  }
  .font-md-12 {
    font-size: 0.75rem !important;
  }
  .font-md-13 {
    font-size: 0.813rem !important;
  }
  .font-md-14 {
    font-size: 0.875rem !important;
  }
  .font-md-15 {
    font-size: 0.938rem !important;
  }
  .font-md-16 {
    font-size: 1rem !important;
  }
  .font-md-17 {
    font-size: 1.063rem !important;
  }
  .font-md-18 {
    font-size: 1.125rem !important;
  }
  .font-md-19 {
    font-size: 1.188rem !important;
  }
  .font-md-20 {
    font-size: 1.25rem !important;
  }
  .font-md-21 {
    font-size: 1.313rem !important;
  }
  .font-md-22 {
    font-size: 1.375rem !important;
  }
  .font-md-23 {
    font-size: 1.438rem !important;
  }
  .font-md-24 {
    font-size: 1.5rem !important;
  }
  .font-md-25 {
    font-size: 1.563rem !important;
  }
}
@media (min-width: 992px) {
  .font-lg-8 {
    font-size: 0.5rem !important;
  }
  .font-lg-9 {
    font-size: 0.563rem !important;
  }
  .font-lg-10 {
    font-size: 0.625rem !important;
  }
  .font-lg-11 {
    font-size: 0.688rem !important;
  }
  .font-lg-12 {
    font-size: 0.75rem !important;
  }
  .font-lg-13 {
    font-size: 0.813rem !important;
  }
  .font-lg-14 {
    font-size: 0.875rem !important;
  }
  .font-lg-15 {
    font-size: 0.938rem !important;
  }
  .font-lg-16 {
    font-size: 1rem !important;
  }
  .font-lg-17 {
    font-size: 1.063rem !important;
  }
  .font-lg-18 {
    font-size: 1.125rem !important;
  }
  .font-lg-19 {
    font-size: 1.188rem !important;
  }
  .font-lg-20 {
    font-size: 1.25rem !important;
  }
  .font-lg-21 {
    font-size: 1.313rem !important;
  }
  .font-lg-22 {
    font-size: 1.375rem !important;
  }
  .font-lg-23 {
    font-size: 1.438rem !important;
  }
  .font-lg-24 {
    font-size: 1.5rem !important;
  }
  .font-lg-25 {
    font-size: 1.563rem !important;
  }
}
.font-300 {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-900 {
  font-weight: 900;
}

.text-underline {
  text-decoration: underline;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.75;
}

.leading-loose {
  line-height: 2;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide-xs {
  letter-spacing: 0.05em;
}

.tracking-wide {
  letter-spacing: 0.1em;
}

.tracking-wider {
  letter-spacing: 0.15em;
}

.tracking-widest {
  letter-spacing: 0.2em;
}

.valign-middle {
  vertical-align: middle;
}

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 1.33em;
}

.truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.66em;
}

.truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 3.99em;
}

@media (min-width: 768px) {
  .text-md-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.text-pre-line {
  white-space: pre-line;
}

.white-space-normal {
  white-space: normal;
}

.figcaption {
  font-size: 1.125rem;
  color: #24A7FF;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .figcaption {
    font-size: 1.25rem;
  }
}

.opacity-0 {
  opacity: 0;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.pointer-none {
  pointer-events: none;
}

.pointer-initial {
  pointer-events: initial;
}

.touch-action-none {
  touch-action: none;
}

.hover-zoomIn {
  transition: 0.3s ease;
  transition-property: color, border, outline, background, opacity, filter, box-shadow, transform;
}
.hover-zoomIn:hover {
  transform: scale(1.05);
}

.dropshadow {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.55));
}

.arrow-left, .arrow-right {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  font-size: 11px;
  background: center center no-repeat;
  background-size: contain;
}

.arrow-left {
  background-image: url(../images/arrow_left_black.svg);
}

.arrow-right {
  background-image: url(../images/arrow_right_black.svg);
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.w-0 {
  width: 0;
}

.w-1em {
  width: 1em;
}

.w-2em {
  width: 2em;
}

.w-3em {
  width: 3em;
}

.w-4em {
  width: 4em;
}

.w-5em {
  width: 5em;
}

.w-6em {
  width: 6em;
}

.w-7em {
  width: 7em;
}

.w-8em {
  width: 8em;
  max-width: 100%;
}

.w-9em {
  width: 9em;
  max-width: 100%;
}

.w-10em {
  width: 10em;
  max-width: 100%;
}

.w-50px {
  width: 50px;
}

.w-60px {
  width: 60px;
}

.w-70px {
  width: 70px;
}

.w-90px {
  width: 90px;
}

.minw-1em {
  min-width: 1em;
}

.minw-2em {
  min-width: 2em;
}

.minw-3em {
  min-width: 3em;
}

.minw-4em {
  min-width: 4em;
}

.minw-5em {
  min-width: 5em;
}

.minw-6em {
  min-width: 6em;
}

.minw-7em {
  min-width: 7em;
}

.minw-8em {
  min-width: 8em;
}

.minw-9em {
  min-width: 9em;
}

.minw-10em {
  min-width: 10em;
}

.minw-50 {
  min-width: 50%;
}

.maxw-5em {
  max-width: 5em;
}

.maxw-6em {
  max-width: 6em;
}

.maxw-7em {
  max-width: 7em;
}

.maxw-8em {
  max-width: 8em;
}

.maxw-9em {
  max-width: 9em;
}

.maxw-10em {
  max-width: 10em;
}

.maxw-50vw {
  max-width: 50vw;
}

.maxw-75vw {
  max-width: 75vw;
}

.maxw-25 {
  max-width: 25% !important;
}

.maxw-50 {
  max-width: 50% !important;
}

.maxw-100 {
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .w-md-7em {
    width: 7em;
  }
  .w-md-8em {
    width: 8em;
  }
  .w-md-10em {
    width: 10em;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .minw-md-2em {
    min-width: 2em;
  }
  .minw-md-7em {
    min-width: 7em;
  }
  .maxw-md-50 {
    max-width: 50% !important;
  }
}
.h-0 {
  height: 0;
}

.h-1px {
  height: 1px;
}

.h-1em {
  height: 1em;
}

.h-2em {
  height: 2em;
}

.h-50-window {
  height: 50vh;
}

.h-fill-window {
  min-height: calc(100vh - 125px);
}

.minh-3em {
  min-height: 3em;
}

.minh-100 {
  min-height: 100% !important;
}

.maxh-75vh {
  max-height: 75vh;
}

@media (min-width: 992px) {
  .h-fill-window {
    min-height: calc(100vh - 160px);
  }
}
.pt-px {
  padding-top: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.p-1em {
  padding: 1em;
}

.m-npx {
  margin: -1px;
}

.ml-npx, .mx-npx {
  margin-left: -1px;
}

.mr-npx, .mx-npx {
  margin-right: -1px;
}

.mt-npx, .my-npx {
  margin-top: -1px;
}

.mb-npx, .my-npx {
  margin-bottom: -1px;
}

.mt-n2em {
  margin-top: -2em;
}

.transform-none {
  transform: none !important;
}

.clear {
  clear: both;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrollbar::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background-color: transparent;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

.sticky-top {
  position: sticky;
  top: 0;
}

.sticky-top-header {
  position: sticky;
  top: 3.75rem;
}

.sticky-top-header-nav {
  position: sticky;
  top: calc(3.75rem + 2.5rem);
}

.sticky-top-0 {
  position: sticky;
  top: 0;
}

@media (min-width: 1300px) {
  .sticky-top {
    top: 5rem;
  }
  .sticky-top-header {
    top: 5rem;
  }
}
.zindex-0 {
  z-index: 0;
}

.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-n1 {
  z-index: -1;
}

.zindex-n2 {
  z-index: -2;
}

.zindex-sticky {
  z-index: 1020;
}

.zindex-fixed-plus {
  z-index: 1031;
}

@media (min-width: 1200px) {
  .zindex-xl-2 {
    z-index: 2;
  }
  .zindex-xl-3 {
    z-index: 3;
  }
  .position-xl-static {
    position: static;
  }
}
.order-n1 {
  order: -1;
}

.gutter {
  padding-left: 16px;
  padding-right: 16px;
}
.gutter-offset {
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 768px) {
  .gutter {
    padding-left: 60px;
    padding-right: 60px;
  }
  .gutter-md {
    padding-left: 60px;
    padding-right: 60px;
  }
  .gutter-md-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-offset {
    margin-left: -60px;
    margin-right: -60px;
  }
  .gutter-offset-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
}

.wrap {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.main {
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.pb-page {
  padding-bottom: 20%;
}
@media (min-width: 768px) {
  .pb-page {
    padding-bottom: 10%;
  }
}
@media (min-width: 1300px) {
  .pb-page {
    padding-bottom: 80px;
  }
}

.inner, .inner-medium, .inner-narrow, .inner-large {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  width: 1160px;
}

.inner-medium {
  width: 800px;
}

.inner-narrow {
  width: 600px;
}

.inner-large {
  width: 1300px;
}

.pageHead {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5em;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  background: #405F8D;
  border-bottom-left-radius: 37.333vw;
}
.pageHead_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/head_wave.png) 0 center;
  background-size: cover;
  border-bottom-left-radius: 29.333vw;
  overflow: hidden;
  opacity: 0.06;
}
.pageHead_bg_decoText {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: -0.075em;
  margin-right: -0.35em;
  font-size: 2.656em;
  font-weight: bold;
  line-height: 0.75;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
  color: #24A7FF;
}
.pageHead_bg_decoText::before, .pageHead_bg_decoText::after {
  content: attr(data-text);
  position: absolute;
  bottom: 0;
  right: 0;
  white-space: pre;
}
.pageHead_bg_decoText::before {
  color: #fff;
  -webkit-text-stroke: 2px #fff;
}
.pageHead_bg_decoText-line2 {
  font-size: 1.844em;
  line-height: 0.9;
}
.pageHead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: 1.333vw 2.667vw;
  font-size: 5.333vw;
  background: #fff;
  border-radius: 50%;
  opacity: 0.47;
}
.pageHead_title {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.pageHead_title .icon {
  margin-top: 0.3em;
  vertical-align: text-top;
  font-size: 0.5em;
}
@media (min-width: 768px) {
  .pageHead {
    height: 5em;
    font-size: 3rem;
    border-bottom-left-radius: 22.222vw;
  }
  .pageHead_bg {
    border-bottom-left-radius: 13.194vw;
  }
  .pageHead_bg_decoText {
    margin-right: -0.1em;
    font-size: 5.354em;
  }
  .pageHead_bg_decoText-line2 {
    font-size: 2.917em;
    line-height: 0.8;
  }
  .pageHead::after {
    margin: 0 1.389vw;
    font-size: 2.292vw;
  }
}

.headerWrap {
  position: sticky;
  z-index: 1020;
  top: 0;
  left: 0;
  right: 0;
}

.header {
  position: relative;
  display: flex;
  align-items: center;
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: 0.75rem;
  background: #fff;
  color: #000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  transition-property: opacity;
}
.header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: 23px;
  border-top: 1px solid rgba(36, 167, 255, 0.2);
}
.header_logo {
  height: 66.667%;
  margin-right: auto;
}
.header_logo img {
  display: block;
  width: auto;
  height: 100%;
}
.header_lang_trigger {
  display: flex;
  align-items: center;
  line-height: 1.25;
  text-align: center;
  color: #87CFFF;
}
.header_lang:hover, .header_lang .active {
  color: #24A7FF;
}
.header_quickIcon {
  margin-left: 0.25em;
  font-size: 1.333em;
}
.header_triggerNav {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 3.75rem;
  color: #87CFFF;
  font-size: 1.625rem;
  cursor: pointer;
}
@media (max-width: 1299.98px) {
  .header {
    padding-right: 0;
    padding-left: 0.75rem;
  }
  .header .header-m-none {
    display: none;
  }
}
@media (min-width: 1300px) {
  .header {
    height: 5rem;
    line-height: 5rem;
    font-size: 1rem;
  }
  .header .header-d-none {
    display: none;
  }
  .header_logo {
    height: 62.5%;
    margin-right: 2.5em;
  }
  .header_logo img {
    height: 100%;
    width: auto;
  }
  .header_lang_item {
    padding: 0 1rem;
  }
  .header_lang_item + .header_lang_item::before {
    margin-left: -1.125rem;
    padding-right: 1rem;
  }
}

.fixHeader .headerWrap {
  position: fixed;
  opacity: 0;
}
.fixHeader .headerWrap.scrolling {
  opacity: 1;
}

.siteMenu {
  font-size: 1.125rem;
  color: #666F84;
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .siteMenu {
    font-size: 17px;
  }
}

.nav_dropdown {
  margin: 0;
  padding: 0.5em 0;
  list-style: none;
  line-height: 1.25;
  text-align: center;
  opacity: 0;
  transition: 0.3s ease;
  transition-property: color, border, outline, background, opacity, filter, box-shadow, transform;
}
.nav_dropdown_item {
  display: block;
  padding: 0.25em 1em;
}
.nav_dropdown_item:hover {
  color: #24A7FF;
  background: #f5f5f5;
}

.nav-item:hover .nav_dropdown {
  opacity: 1;
}

@media (min-width: 1300px) {
  .siteMenu {
    flex-grow: 1;
  }
  .siteMenu .mask {
    display: none;
  }
  .nav-item {
    position: relative;
  }
  .nav_dropdown {
    position: absolute;
    z-index: -999;
    top: 100%;
    left: 50%;
    width: 8em;
    margin-top: -1.5em;
    background: #fff;
    border: solid 1px #eee;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    opacity: 0;
    transform: translateX(-50%);
    transition: 0.3s ease;
    transition-property: color, border, outline, background, opacity, filter, box-shadow, transform;
  }
  .nav_dropdown_item {
    display: block;
    padding: 0.5em 1.5em;
  }
  .nav_dropdown_item:hover {
    color: #24A7FF;
    background: #f5f5f5;
  }
  .nav-item:hover .nav_dropdown {
    z-index: 1;
    opacity: 1;
  }
}
@media (max-width: 1299.98px) {
  .siteMenu {
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 1050;
    top: 3.75rem;
    right: 0;
    left: 0;
    bottom: 0;
    line-height: 1.25;
    text-align: center;
    transition: 0.3s ease;
    transition-property: color, border, outline, background, opacity, filter, box-shadow, transform;
  }
  .siteMenu .mask {
    position: absolute;
  }
  .siteMenu_body {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 255px;
    max-width: 80vw;
    margin-left: auto;
    padding: 1.5rem 1.25rem;
    font-size: 1.125rem;
    background: #fff;
    overflow-y: auto;
    transform: translateX(100%);
    transition: 0.3s ease;
    transition-property: color, border, outline, background, opacity, filter, box-shadow, transform;
  }
  .siteMenu hr {
    opacity: 1;
    background: none;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
  .siteMenu_social, .siteMenu_mobileIcons {
    font-size: 2rem;
  }
  .siteMenu .nav {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .siteMenu .nav:not(.header-m-none) {
    display: block;
  }
  .siteMenu .nav-link {
    padding: 0.75em;
  }
}
@media (max-width: 1299.98px) and (min-width: 1600px) {
  .siteMenu {
    top: 5rem;
  }
}
@media (max-width: 1299.98px) {
  .nav_dropdown {
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
  }
  .nav-item.open .nav-link-trigger {
    color: #24A7FF;
  }
  .nav-item.open .nav-link-trigger::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 6px;
    margin-left: 4px;
    margin-right: -14px;
    background: currentColor;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .nav-item.open .nav_dropdown {
    margin-bottom: 1em;
    max-height: 100em;
    opacity: 1;
  }
  .open.header {
    z-index: 9999;
  }
  .open .header_triggerNav::before {
    content: "\f00d";
  }
  .open .siteMenu {
    display: flex;
    visibility: visible;
    opacity: 1;
  }
  .open .siteMenu_body {
    transform: translateX(0);
  }
}
.sitemenu_share {
  position: relative;
}
.sitemenu_share:after {
  content: "";
  position: absolute;
  left: 5em;
  top: 100%;
  width: 10px;
  height: 5px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
}

.footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
  background: #fff;
  border-top: solid 1px #ddd;
}
.footer a:hover {
  color: #24A7FF;
}
@media (min-width: 992px) {
  .footer {
    height: 80px;
  }
}

.footerFixIconBox {
  bottom: 36px;
}

.footerFixIcon {
  float: right;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
}
.footerFixIcon_triggerBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  font-size: 25px;
  color: #87CFFF;
  background: #fff;
  border-radius: 2em;
  cursor: pointer;
  transform: translateY(-50%);
}
.footerFixIcon_triggerBtn:hover {
  color: #24A7FF;
}
.footerFixIcon .dropdown-menu {
  --bs-dropdown-min-width: 0;
  background: transparent;
  border: none;
}
.footerFixIcon_item {
  position: relative;
  display: block;
}
.footerFixIcon_item + .footerFixIcon_item {
  margin-top: 10px;
}
.footerFixIcon_item_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  font-size: 20px;
  background: #fff;
  border-radius: 2em;
}
.footerFixIcon_tooltip {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 1em;
  padding: 0.25em 1em;
  font-size: 12px;
  white-space: nowrap;
  background: #fff;
  border-radius: 4px;
  transform: translateY(-50%);
}
.footerFixIcon_tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  width: 6px;
  height: 8px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
}

.fa-cardDatabase {
  background: url(../images/icon_cardDatabase.png) center center no-repeat;
  background-size: cover;
}

@media (min-width: 1200px) {
  .shadow-xl-none {
    box-shadow: none !important;
  }
}
[data-bs-toggle=modal] {
  cursor: pointer;
}

.nav-scroll {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.nav-tabs {
  --bs-nav-tabs-border-color: #24A7FF;
  --bs-nav-tabs-link-active-color: #fff;
  --bs-nav-tabs-link-active-bg: #24A7FF;
  --bs-nav-tabs-link-active-border-color: #24A7FF;
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-link-color: #24A7FF;
}
@media (max-width: 991.98px) {
  .nav-tabs {
    --bs-nav-link-padding-x: 0.75em;
  }
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    margin-left: 0.75em;
    margin-right: 0.75em;
  }
}
@media (min-width: 1200px) {
  .nav-tabs {
    --bs-nav-link-padding-x: 2em;
    --bs-nav-link-font-size: 1.125rem;
  }
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    margin-left: 2em;
    margin-right: 2em;
  }
}

.badge-outline {
  border: solid 1px;
  background-color: #fff;
}

.breadcrumb {
  --bs-breadcrumb-padding-y: 0.75em;
  --bs-breadcrumb-item-active-color: #fff;
  --bs-breadcrumb-divider-color: #fff;
  --bs-breadcrumb-divider: ">";
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: none;
}

.navbar {
  --bs-navbar-color: #fff;
  --bs-navbar-hover-color: #87CFFF;
  --bs-navbar-active-color: #24A7FF;
}

.tooltip-start .tooltip-inner {
  text-align: left;
}

.swiper {
  --swiper-theme-color: #405F8D;
}

.swiper-pagination {
  line-height: 1;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-horizontal-gap: 2px;
  --swiper-pagination-bullet-inactive-color: currentcolor;
}
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  vertical-align: middle;
  transform: scale(1);
}
.swiper-pagination .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 20px;
  --swiper-pagination-bullet-height: 3px;
}
@media (min-width: 768px) {
  .swiper-pagination {
    --swiper-pagination-bullet-width: 20px;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    --swiper-pagination-bullet-width: 50px;
  }
}

lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}
lite-youtube::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
lite-youtube > .lty-playbtn {
  display: block;
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}
lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}
lite-youtube .lyt-activated {
  cursor: unset;
}
lite-youtube .lyt-activated::before,
lite-youtube .lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  width: 1em;
  height: 1em;
  background: center center no-repeat;
  background-size: contain;
}

.icon-wave {
  background-image: url(../images/icon_wave.svg);
}

.icon-wave-white {
  background-image: url(../images/icon_wave_white.svg);
}

.icon-country {
  display: inline-block;
  vertical-align: 10%;
  padding: 0.25em 0.5em 0.125em;
  font-size: 0.66em;
  font-style: normal;
  line-height: 1;
  border-radius: 2em;
  background: #000;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.btn-line {
  font-weight: bold;
  color: #000;
  background: #fff;
  border: solid 2px;
  border-radius: 0;
}
.btn-line:hover {
  background: #000;
  color: #fff;
}

.btn-brand {
  --bs-btn-color: #fff;
}

.imgfit, .avater, .avater-team {
  /*需要裁切的圖 (比例須個別另下) */
  display: block;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.avater {
  padding-top: 100%;
  border-radius: 50%;
}

.avater-team {
  padding-top: 100%;
  border-radius: 4px;
}

.imgfit-1x1 { /* 寬高 1:1; */
  padding-top: 100%;
}

.imgfit-2x1 { /* 寬高 1:1; */
  padding-top: 50%;
}

.imgfit-3x1 { /* 寬高 3:1 */
  padding-top: 33.33%;
}

.imgfit-3x2 { /* 寬高 3:2 */
  padding-top: 66.66%;
}

.imgfit-3x4 { /* 寬高 3:4 */
  padding-top: 133.33%;
}

.imgfit-4x3 { /* 寬高 4:3 */
  padding-top: 75%;
}

.imgfit-16x9 { /* 寬高 16:9 */
  padding-top: 56.25%;
}

.imgfit-meta { /* 寬高 1:1.91 */
  padding-top: 52.356%;
}

.imgfit img, .avater img, .avater-team img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgfit iframe, .imgfit lite-youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 90px;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.imgfit-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.imgfit-scale-down img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.avater {
  background: #000;
}
.avater img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.avater img:nth-child(-n+4):not(:last-child) {
  width: 50%;
  height: 50%;
}
.avater img:nth-child(2) {
  left: 50%;
}
.avater img:nth-child(3) {
  top: 50%;
}
.avater img:nth-child(4) {
  top: 50%;
  left: 50%;
}
.avater img:nth-child(n+5) {
  display: none;
}
.avater img:nth-child(1):nth-last-child(3) {
  width: 100%;
  height: 45%;
}
.avater img:nth-child(2):nth-last-child(2) {
  width: 50%;
  height: 55%;
  top: 45%;
  left: 0;
}
.avater img:nth-child(3):nth-last-child(1) {
  width: 50%;
  height: 55%;
  top: 45%;
  left: 50%;
}
.avater img:nth-child(1):nth-last-child(2) {
  width: 50%;
  height: 100%;
}
.avater img:nth-child(2):nth-last-child(1) {
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
}

.imgfit_fixtags {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.25em;
}
.imgfit_fixtags .badge {
  margin-right: 0.25em;
  margin-bottom: 0.25em;
}

.imgfit_editIcon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #24A7FF;
  background: #fff;
  border-radius: 50%;
}

.avaterSub {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  margin-right: -5%;
}

.imgfitIcon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1em;
}

@media screen\0  {
  .imgfit {
    z-index: 0;
  }
  .imgfit img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100% !important;
    height: auto !important;
  }
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-decimal {
  list-style: decimal;
  padding-left: 1.25em;
}

.list-ideographic {
  list-style: cjk-ideographic;
  padding-left: 2.25em;
}

.list-dash {
  list-style: none;
  padding-left: 1.25em;
}
.list-dash li:before {
  content: "-";
  display: inline-block;
  width: 1.25em;
  margin-left: -1.25em;
  text-indent: 0.25em;
}

.box-deco {
  position: relative;
  min-height: 100px;
  background: white;
  border: solid 1px #87CFFF;
}
.box-deco:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 79px;
  margin: 9px -5px;
  background: url(../images/box_deco.svg) right top no-repeat;
  background-size: contain;
}

/*圖文編輯器*/
.editor {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  word-wrap: break-word;
  word-break: break-word;
  clear: both;
}

.editor:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.editor img {
  max-width: 100%;
  height: auto !important;
  vertical-align: baseline;
  border-radius: var(--bs-border-radius-lg);
}

.editor iframe {
  max-width: 100%;
}

.editor [href] {
  color: #24A7FF;
}

@media (max-width: 991.98px) {
  .editor iframe[src*=youtube], .editor iframe[src*=vimeo], .editor iframe[src*=facebook], .editor iframe[src*=instagram] {
    width: 100%; /*height: 56.25%;*/
    height: calc((100vw - 20px) * 0.5625);
  }
}
/* google 驗證 */
.g-recaptcha > * {
  display: block;
  margin: 0 auto;
}
@media (max-width: 365px) {
  .g-recaptcha {
    transform: scale(0.83);
    transform-origin: 0 0;
  }
}

.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.813rem;
  font-weight: 500;
  color: #A3A9B5;
  clear: both;
}
.pager_item:hover {
  color: #24A7FF;
}
.pager a {
  display: block;
  padding: 0.5em 0.5em;
}
.pager .active {
  font-weight: bold;
  color: #405F8D;
  background: url(../images/font_underline.svg) center bottom no-repeat;
  background-size: 1em auto;
}
@media (min-width: 1200px) {
  .pager {
    font-size: 1rem;
  }
  .pager a {
    padding: 0.5em 0.75em;
  }
}

.gutter .pager {
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 768px) {
  .gutter .pager {
    margin-right: -60px;
    margin-left: -60px;
  }
}

.title {
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .title {
    font-size: 50px;
  }
}

.title-m {
  font-size: 32px;
  font-weight: bold;
}

.title-deco {
  color: #24A7FF;
  font-size: 1.125rem;
  font-weight: bold;
}
.title-deco::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-size: 2.667em;
  width: 1em;
  height: 1em;
  margin-right: 0.125em;
  background: url(../images/title_deco.svg) center center no-repeat;
  background-size: contain;
}
.title-deco-white {
  color: #fff;
}
.title-deco-white::before {
  background-image: url(../images/title_deco_white.svg);
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

@keyframes shakeX {
  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);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}

@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);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

.kv {
  position: relative;
}
.kv .swiper-pagination {
  --swiper-pagination-bullet-inactive-color: #808896;
  bottom: 0;
  padding: 0.2em 0.4em;
  font-size: 30px;
}
@media (min-width: 768px) {
  .kv .swiper-pagination {
    bottom: 0.5em;
    padding: 0.125em 0.7em;
    font-size: 40px;
  }
}
.kv_pagination {
  width: 1em;
  height: 1.167em;
  margin: 0.2em 0.4em !important;
  background: url(../images/kv_pagination.png) center center no-repeat;
  background-size: contain;
  opacity: 1;
  filter: brightness(0.9);
  transition: ease 0.3s;
}
.kv_pagination:hover {
  filter: brightness(1.1);
}
.kv_pagination.swiper-pagination-bullet-active {
  filter: brightness(1.1) contrast(1.5) drop-shadow(0 0 5px #fff);
}
@media (min-width: 768px) {
  .kv_pagination {
    margin: 0.125em 0.7em !important;
  }
}
.kv_item.swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center center;
}
.kv_item_mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.35));
}
.kv_text {
  position: relative;
  font-size: 14px;
  filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.8));
}
.kv_text_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 5.32em;
  font-size: 2.286em;
  font-weight: bold;
}
.kv_text_brief {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 3.99em;
  font-weight: 1em;
}
.kv_text_more {
  font-size: 1.286em;
  color: #87CFFF;
}
@media (min-width: 992px) {
  .kv_item {
    padding: 3rem;
  }
  .kv_text {
    max-width: 900px;
  }
  .kv_text_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.66em;
  }
  .kv_text_brief {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.66em;
  }
  .kv .swiper-pagination {
    bottom: 0;
    right: 100%;
    left: auto;
    width: auto;
    white-space: nowrap;
    line-height: 0;
  }
}

.about .main {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.about .main .mask {
  position: absolute;
  z-index: -1;
  background: #405F8D url(../images/about_bg.png) center center no-repeat;
  background-size: cover;
  filter: blur(2px);
}
.about .main .inner {
  filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.8));
}

.newsImg {
  display: block;
}
.newsImg img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.imgfit-game {
  padding-top: 40.21%;
}

.imgfit-gameKv {
  padding-top: 40.278%;
}

.navbar-game .nav {
  padding-right: 1.5em;
}
.navbar-game .nav-link {
  --bs-nav-link-hover-color: #87CFFF;
}
.navbar-game .active {
  background: #24A7FF;
}
.navbar-game .fa-solid {
  vertical-align: -0.125em;
}
@media (max-width: 767.98px) {
  .navbar-game .nav-link {
    --bs-nav-link-padding-x: 0.5em;
    --bs-nav-link-font-size: 14px;
  }
}
@media (min-width: 768px) {
  .navbar-game .nav {
    padding-right: 5.5em;
  }
}

.gameSlider {
  position: relative;
  --swiper-navigation-size: 26px;
}
.gameSlider .swiper {
  --swiper-theme-color: #24A7FF;
}
.gameSlider .swiper-button-next, .gameSlider .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 38%);
}
@media (max-width: 767.98px) {
  .gameSlider {
    padding: 0 32px;
  }
}
@media (min-width: 768px) {
  .gameSlider {
    margin: -32px;
    padding: 0 32px;
  }
}

.gameAvater {
  width: 60px;
}
@media (min-width: 768px) {
  .gameAvater {
    width: 100px;
  }
}

.contact .main {
  background: #1244b3 url(../images/bg_contact.png) center center no-repeat;
  background-size: cover;
}

.contact_deco {
  position: relative;
}
@media (max-width: 767.98px) {
  .contact_deco {
    width: 200%;
    margin: 0 -70% -80% -40%;
  }
}
@media (min-width: 768px) {
  .contact_deco {
    width: 130%;
    margin: 0 0 -30% -30%;
  }
}

@media (min-width: 768px) {
  .contact_textBox {
    border: solid 1px #ddd;
  }
}/*# sourceMappingURL=style.css.map */