@charset "UTF-8";
html[data-v-10ea8340], body[data-v-10ea8340], div[data-v-10ea8340], applet[data-v-10ea8340], object[data-v-10ea8340], iframe[data-v-10ea8340], p[data-v-10ea8340], blockquote[data-v-10ea8340], pre[data-v-10ea8340], a[data-v-10ea8340], abbr[data-v-10ea8340], acronym[data-v-10ea8340], address[data-v-10ea8340], big[data-v-10ea8340], cite[data-v-10ea8340], code[data-v-10ea8340], del[data-v-10ea8340], dfn[data-v-10ea8340], img[data-v-10ea8340], ins[data-v-10ea8340], kbd[data-v-10ea8340], q[data-v-10ea8340], s[data-v-10ea8340], samp[data-v-10ea8340], small[data-v-10ea8340], strike[data-v-10ea8340], sub[data-v-10ea8340], sup[data-v-10ea8340], tt[data-v-10ea8340], var[data-v-10ea8340], b[data-v-10ea8340], u[data-v-10ea8340], i[data-v-10ea8340], center[data-v-10ea8340], dl[data-v-10ea8340], dt[data-v-10ea8340], dd[data-v-10ea8340], ol[data-v-10ea8340], ul[data-v-10ea8340], li[data-v-10ea8340], fieldset[data-v-10ea8340], form[data-v-10ea8340], label[data-v-10ea8340], legend[data-v-10ea8340], table[data-v-10ea8340], caption[data-v-10ea8340], tbody[data-v-10ea8340], tfoot[data-v-10ea8340], thead[data-v-10ea8340], tr[data-v-10ea8340], th[data-v-10ea8340], td[data-v-10ea8340], article[data-v-10ea8340], aside[data-v-10ea8340], canvas[data-v-10ea8340], details[data-v-10ea8340], embed[data-v-10ea8340], figure[data-v-10ea8340], figcaption[data-v-10ea8340], footer[data-v-10ea8340], header[data-v-10ea8340], hgroup[data-v-10ea8340], menu[data-v-10ea8340], nav[data-v-10ea8340], output[data-v-10ea8340], ruby[data-v-10ea8340], section[data-v-10ea8340], summary[data-v-10ea8340], time[data-v-10ea8340], mark[data-v-10ea8340], audio[data-v-10ea8340], video[data-v-10ea8340] {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: 500;
}
strong[data-v-10ea8340] {
  font-weight: bold !important;
}
h1[data-v-10ea8340] {
  font-size: 2em !important;
}
h2[data-v-10ea8340] {
  font-size: 1.5em !important;
}
h3[data-v-10ea8340] {
  font-size: 1em !important;
}
h4[data-v-10ea8340] {
  font-size: 1em !important;
}
h5[data-v-10ea8340] {
  font-size: 0.8em !important;
}
h6[data-v-10ea8340] {
  font-size: 0.7em !important;
}

/* HTML5 display-role reset for older browsers */
article[data-v-10ea8340], aside[data-v-10ea8340], details[data-v-10ea8340], figcaption[data-v-10ea8340], figure[data-v-10ea8340], footer[data-v-10ea8340], header[data-v-10ea8340], hgroup[data-v-10ea8340], menu[data-v-10ea8340], nav[data-v-10ea8340], section[data-v-10ea8340] {
  display: block;
}
body[data-v-10ea8340] {
  line-height: 1;
}
ol[data-v-10ea8340], ul[data-v-10ea8340] {
  list-style: none;
}
a[data-v-10ea8340] {
  text-decoration: none;
}
button[data-v-10ea8340] {
  font-family: 'Noto Sans TC', 'PingFang','Noto Sans JP', 'microsoft jhenghei', '微軟正黑體';
}
blockquote[data-v-10ea8340], q[data-v-10ea8340] {
  quotes: none;
}
blockquote[data-v-10ea8340]:before, blockquote[data-v-10ea8340]:after, q[data-v-10ea8340]:before, q[data-v-10ea8340]:after {
  content: '';
  content: none;
}
table[data-v-10ea8340] {
  border-collapse: collapse;
  border-spacing: 0;
}
html[data-v-10ea8340] {
  font-family: 'Noto Sans TC', 'PingFang','Noto Sans JP', 'microsoft jhenghei', '微軟正黑體';
}
.pagination[data-v-10ea8340] {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.pagination .page-item[data-v-10ea8340] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 3px;
    margin: 0 5px;
    color: #3280d5;
    border: 1px solid #dee2e6;
}
.pagination .page-item[data-v-10ea8340]:hover {
      text-decoration: none;
      background-color: #dee2e6;
      opacity: .9;
}
.pagination .page-item.is_acted[data-v-10ea8340] {
      color: #fff;
      background-color: #3280d5;
      border: 1px solid #dee2e6;
}
.pagination .page-control[data-v-10ea8340] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0 5px;
    color: #1c8aba;
    border: 1px solid #1c8aba;
}
.pagination .page-control[data-v-10ea8340]:hover {
      text-decoration: none;
      background-color: #1c8aba;
      color: #FFFFFF;
      opacity: .9;
}
.pagination .page-item2[data-v-10ea8340] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0 5px;
    color: #1c8aba;
    border: 1px solid #1c8aba;
}
.pagination .page-item2[data-v-10ea8340]:hover {
      text-decoration: none;
      background-color: #dee2e6;
      opacity: .9;
}
.pagination .page-item2.is_acted[data-v-10ea8340] {
      color: #FFFFFF;
      background-color: #1c8aba;
      border: 1px solid #1c8aba;
}
.pagination .visibleHide[data-v-10ea8340] {
    visibility: hidden;
}
@media screen and (max-width: 360px) {
.pagination .page-show[data-v-10ea8340] {
    display: none;
}
}
.r18icon[data-v-10ea8340] {
  position: absolute;
  background-image: url("https://image.gamebase.com.tw/gb_tw/static/site/r18icon2.jpg");
  background-position: center;
  box-sizing: border-box;
  background-size: cover;
  width: 40px;
  height: 28px;
  top: 0;
  left: 0;
  z-index: 2;
}
.newsBannerAD[data-v-10ea8340] {
  display: flex;
  justify-content: center;
  margin: 0 15px 0 15px;
}
.newsBannerAD img[data-v-10ea8340] {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1241px) {
.newsBannerAD[data-v-10ea8340] {
    margin-top: 20px;
}
}
@media screen and (max-width: 480px) {
.newsBannerAD[data-v-10ea8340] {
    height: 90px;
}
}
.newsFocusCarouselComponent[data-v-10ea8340] {
  background-color: transparent;
}
.focus-swiper .swiper-slide[data-v-10ea8340] {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
depth .swiper-button-prev[data-v-10ea8340]:after, depth .swiper-button-next[data-v-10ea8340]:after {
  color: #FFFFFF;
}
html[data-v-10ea8340] {
  background-color: white;
  overflow-x: hidden;
  letter-spacing: 1.3px;
}
div[data-v-10ea8340] {
  box-sizing: border-box;
}
input[data-v-10ea8340] {
  outline: none;
  resize: none;
}
button[data-v-10ea8340] {
  outline: none;
}
input[data-v-10ea8340]:focus, select[data-v-10ea8340]:focus, textarea[data-v-10ea8340]:focus, button[data-v-10ea8340] {
  outline: none;
}
.page-enter-active[data-v-10ea8340], .page-leave-active[data-v-10ea8340] {
  transition: opacity 0.2s;
}
.page-enter[data-v-10ea8340], .page-leave-active[data-v-10ea8340] {
  opacity: 0;
}
.youCantSeeMe[data-v-10ea8340] {
  display: none;
  opacity: 0;
}
.pagination[data-v-10ea8340], .inline[data-v-10ea8340] {
  display: flex;
  align-items: center;
}
.pageLinksA[data-v-10ea8340] {
  padding: 10px;
  text-align: center;
  border: 1px solid #dee2e6;
  color: #3280D5;
}
.pagePreLi[data-v-10ea8340] {
  padding: 14px;
  text-align: center;
  border: 1px solid #dee2e6;
  width: 3.5rem;
  color: #3280D5;
}
.pageNextLi[data-v-10ea8340] {
  padding: 14px;
  text-align: center;
  border: 1px solid #dee2e6;
  width: 3.5rem;
  color: #3280D5;
}
.pagePreLi[data-v-10ea8340] {
  border-radius: 8px 0 0 8px;
}
.pageNextLi[data-v-10ea8340] {
  border-radius: 0 8px 8px 0;
}
.clickedPage a[data-v-10ea8340] {
  background-color: #3280D5;
  color: white;
}
.littleGreyWord[data-v-10ea8340], .littlePinkWord[data-v-10ea8340], .littleBlueWord[data-v-10ea8340], .white13px[data-v-10ea8340], .white15px[data-v-10ea8340], .white16pxBold[data-v-10ea8340], .white18pxBold[data-v-10ea8340], .white20pxBold[data-v-10ea8340], .white30pxBold[data-v-10ea8340], .grey15px[data-v-10ea8340], .veryLightGrey14px[data-v-10ea8340], .grey16px[data-v-10ea8340], .darkGrey16px[data-v-10ea8340], .grey18px[data-v-10ea8340], .grey18pxBold[data-v-10ea8340], .darkGrey18px[data-v-10ea8340], .blue513px[data-v-10ea8340], .yellow18pxBold[data-v-10ea8340], .borderLightGrey18pxBold[data-v-10ea8340] {
  font-size: 1rem;
  letter-spacing: 1.3px;
  line-height: 1rem;
}
.seeMore[data-v-10ea8340] {
  box-sizing: border-box;
  border: 1px solid #1c8aba;
  font-weight: 700;
  width: 106px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  color: #1c8aba;
  padding: 0 10px 5px 14px;
  margin-top: 30px;
  cursor: pointer;
}
.seeMore[data-v-10ea8340] {
  text-decoration: none;
  margin-top: 30px;
}
.blue4Button[data-v-10ea8340] {
  border: none;
  background-color: #0F4C81;
  color: #FFFFFF;
  border-radius: 8px;
}
.blue4yellowButton[data-v-10ea8340] {
  border: none;
  background-color: #0F4C81;
  color: #f6d155;
  border-radius: 30px;
}
.blue424pxBold[data-v-10ea8340] {
  color: #0F4C81;
  font-size: 1.5rem;
  font-weight: bold;
}
.blue428pxBold[data-v-10ea8340] {
  color: #0F4C81;
  font-size: 1.75rem;
  font-weight: bold;
}
.littleGreyWord[data-v-10ea8340] {
  font-size: 0.8rem;
  color: #656565;
}
.littlePinkWord[data-v-10ea8340] {
  font-size: 0.8rem;
  font-weight: 700;
  color: #FF5C83;
}
.littleBlueWord[data-v-10ea8340] {
  font-size: 0.8rem;
  font-weight: 700;
  color: #3280D5;
  text-decoration: none;
}
.white13px[data-v-10ea8340] {
  font-size: 0.8rem;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.31;
}
.white15px[data-v-10ea8340] {
  font-size: 0.9rem;
  color: #FFFFFF;
  line-height: 1.33;
  font-weight: normal;
}
.white16pxBold[data-v-10ea8340] {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.33;
  color: #FFFFFF;
}
.white18pxBold[data-v-10ea8340] {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  color: #FFFFFF;
}
.white20pxBold[data-v-10ea8340] {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.33;
  color: #FFFFFF;
}
.white30pxBold[data-v-10ea8340] {
  font-size: 1.87rem;
  font-weight: 700;
  line-height: 1.33;
  color: #FFFFFF;
}
.grey15px[data-v-10ea8340] {
  font-size: 0.9rem;
  color: #656565;
  line-height: 1.33;
  font-weight: normal;
}
.veryLightGrey14px[data-v-10ea8340] {
  font-size: 0.875rem;
  color: #9B9B9B;
  line-height: 1.33;
  font-weight: normal;
}
.grey16px[data-v-10ea8340] {
  font-size: 1rem;
  color: #656565;
  line-height: 1.33;
  font-weight: normal;
}
.darkGrey16px[data-v-10ea8340] {
  font-size: 1rem;
  color: #444444;
  line-height: 1.33;
  font-weight: normal;
}
.grey18px[data-v-10ea8340] {
  font-size: 1.1rem;
  color: #656565;
  line-height: 1.33;
  font-weight: normal;
}
.grey18pxBold[data-v-10ea8340] {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  color: #656565;
}
.darkGrey18px[data-v-10ea8340] {
  font-size: 1.1rem;
  color: #444444;
  line-height: 1.33;
  font-weight: normal;
}
.darkGrey20px[data-v-10ea8340] {
  font-size: 1.25rem;
  font-weight: normal;
  color: #444444;
  line-height: 1.67;
}
.darkGrey22px[data-v-10ea8340] {
  font-size: 1.375rem;
  font-weight: normal;
  color: #444444;
  line-height: 1.67;
}
.darkGrey24px[data-v-10ea8340] {
  font-size: 1.5rem;
  font-weight: normal;
  color: #444444;
  line-height: 1.67;
}
.blue216px[data-v-10ea8340] {
  font-size: 1rem;
  font-weight: 600;
  color: #3280D5;
  line-height: 1.31;
}
.blue222pxBold[data-v-10ea8340] {
  font-size: 1.375rem;
  font-weight: 700;
  color: #3280D5;
  line-height: 1.31;
}
.blue225pxBold[data-v-10ea8340] {
  font-size: 1.56rem;
  font-weight: 700;
  color: #3280D5;
  line-height: 1.31;
}
.blue314pxBold[data-v-10ea8340] {
  font-size: 1rem;
  font-weight: 700;
  color: #1c8aba;
  line-height: 1.31;
}
.blue316pxBold[data-v-10ea8340] {
  font-size: 1rem;
  font-weight: 700;
  color: #1c8aba;
  line-height: 1.4;
}
.blue322px[data-v-10ea8340] {
  font-size: 1.375rem;
  font-weight: normal;
  color: #1c8aba;
}
.blue320pxBold[data-v-10ea8340] {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1c8aba;
}
.blue322pxBold[data-v-10ea8340] {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1c8aba;
}
.blue326pxBold[data-v-10ea8340] {
  font-size: 1.625rem;
  font-weight: 700;
  color: #1c8aba;
  line-height: 1.31;
}
.blue330pxBold[data-v-10ea8340] {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1c8aba;
  line-height: 1.31;
}
.blue513px[data-v-10ea8340] {
  font-size: 0.8rem;
  font-weight: 700;
  color: #03304C;
  line-height: 1.31;
}
.yellow18pxBold[data-v-10ea8340] {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  color: #f6d155;
}
.borderLightGrey18pxBold[data-v-10ea8340] {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  color: #EDECEA;
}
.withoutHighlight[data-v-10ea8340] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.noAfterimage[data-v-10ea8340] {
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  backface-visibility: hidden;
}
.newsFocusCarouselComponent[data-v-10ea8340] {
  width: 740px;
  height: auto;
  margin: 0px auto 22.5px auto;
}
.focus-swiper[data-v-10ea8340] {
  height: auto;
}
.focus-swiper .swiper-slide[data-v-10ea8340] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 740px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    background-position: center;
    background-size: cover;
}
.focus-swiper .swiper-pagination[data-v-10ea8340] {
    position: relative;
    bottom: -1px;
}
.swiper-wrapper[data-v-10ea8340] {
  max-width: 750px;
}
@media screen and (max-width: 1024px) {
.newsFocusCarouselComponent[data-v-10ea8340] {
    width: 440px;
}
}
@media screen and (max-width: 768px) {
.newsFocusCarouselComponent[data-v-10ea8340] {
    width: 100%;
}
.newsFocusCarouselComponent .swiper-container[data-v-10ea8340] {
      width: 100%;
}
.focus-swiper .swiper-slide[data-v-10ea8340] {
    max-width: 90vw;
}
.swiper-wrapper[data-v-10ea8340] {
    max-width: 90vw;
}
}

