body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif, Arial;
  font-weight: 400;
  font-size: 18px;
}

html, body {
  height: 100%;
  scrollbar-color: #FEE010 #181818;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #135599;
}

.fixedbar-info {
  position: fixed;
  right: -16px;
  top: 30%;
  background: url("../images/RightList.png") center center no-repeat;
  width: 199px;
  height: 540px;
  color: #fff;
  z-index: 1000;
  transition: 0.3s all;
}
.fixedbar-info:hover {
  background: url("../images/RightList_h.png") center center no-repeat;
}

@media (max-width: 1024px) {
  .fixedbar-info {
    display: none;
  }
}
#sidebar {
  display: none;
}

.RightList-top {
  position: absolute;
  background: url("../images/RightList-top.png") center center no-repeat;
  width: 138px;
  height: 50px;
  left: 53%;
  bottom: 8px;
  transform: translateX(-50%);
  transition: 0.3s all;
}
.RightList-top:hover {
  background: url("../images/RightList-top-hover.png") center center no-repeat;
}

.fixedbar-info > ul {
  display: flex;
  align-items: center;
  margin-top: 50px;
  flex-direction: column;
  gap: 16px;
}
.fixedbar-info > ul > li {
  width: 80%;
}
.fixedbar-info > ul > li a {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.fixedbar-info > ul > li a path, .fixedbar-info > ul > li a p {
  transition: 0.3s all;
}
.fixedbar-info > ul > li a:hover path {
  fill: #FEE010;
}
.fixedbar-info > ul > li a:hover p {
  color: #FEE010;
}
.fixedbar-info > ul > li a p {
  margin: 0;
  color: #A9A9A9;
  margin-top: 5px;
  font-size: 18px;
}
.fixedbar-info > ul > li:nth-child(6) ul {
  display: flex;
  justify-content: center;
  gap: 4px;
}
.fixedbar-info > ul > li:nth-child(6) ul li a {
  display: inline-block;
  transition: 0.3s all;
}
.fixedbar-info > ul > li:last-child ul li:nth-child(1) a {
  background: url("../images/RightList-fb.png") center center no-repeat;
  width: 35px;
  height: 35px;
}
.fixedbar-info > ul > li:last-child ul li:nth-child(1) a:hover {
  background: url("../images/RightList-fb-hover.png") center center no-repeat;
}
.fixedbar-info > ul > li:last-child ul li:nth-child(2) a {
  background: url("../images/RightList-yt.png") center center no-repeat;
  width: 35px;
  height: 35px;
}
.fixedbar-info > ul > li:last-child ul li:nth-child(2) a:hover {
  background: url("../images/RightList-yt-hover.png") center center no-repeat;
}
.fixedbar-info > ul > li:last-child ul li:nth-child(3) a {
  background: url("../images/RightList-bh.png") center center no-repeat;
  width: 35px;
  height: 35px;
}
.fixedbar-info > ul > li:last-child ul li:nth-child(3) a:hover {
  background: url("../images/RightList-bh-hover.png") center center no-repeat;
}

#landscape {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background: #17171a;
  display: none;
  z-index: 9999;
}
#landscape p {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  color: #f0dec6;
  font-size: 16px;
}

.wrapper {
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
  margin: 0 auto;
}

.scroll-top {
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  z-index: 999;
  margin: 0;
}
.scroll-top .arrow {
  border: solid #000000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  margin-top: 5px;
  padding: 4px;
  transform: rotate(-135deg);
}

button.scroll-top {
  display: none;
}

.bg-dark {
  background: #0b0b0b !important;
}

.bg-dark-alert {
  background: #000 !important;
}

.navbar-dark .navbar-toggler {
  border: none;
}

.ht-logo a {
  margin-left: -20px;
  display: inline-block;
}

.note-new {
  content: "";
  position: absolute;
  background: transparent url(../images/new.png) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  font-size: 0 !important;
  line-height: 0 !important;
  vertical-align: top;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  left: -8px;
  z-index: 1000;
}

.note {
  position: relative;
}

.badge {
  border-radius: 25px;
  background: #fff;
  padding: 4px 8px;
  font-weight: 700;
}

.badge-hot {
  background: #F70A31;
  color: #fff;
}
.badge-hot:hover {
  color: #fff;
}

.badge-event {
  background: #FFCA10;
  color: #fff;
}
.badge-event:hover {
  color: #fff;
}

.badge-update {
  background: #28DBD8;
  color: #fff;
}
.badge-update:hover {
  color: #fff;
}

.badge-shop {
  background: #EB44F5;
  color: #fff;
}
.badge-shop:hover {
  color: #fff;
}

.badge-server {
  background: #08E474;
  color: #fff;
}
.badge-server:hover {
  color: #fff;
}

.modal.fade .modal-dialog {
  filter: blur(20px);
  transform: scale(1.5);
  transition: all 0.4s ease-in-out;
}
.modal.fade.show .modal-dialog {
  filter: blur(0);
  transform: scale(1);
}
.modal .modal-content {
  border: none;
  background: transparent;
  border-radius: 0;
}
.modal .gallery-bg .modal-body {
  background-color: #fff;
  background: url(../images/gallery-pic-modal-bg.png) center center no-repeat;
  background-size: contain;
}
.modal .gallery-bg .modal-body .gallery-header {
  display: flex;
  justify-content: space-between;
}
.modal .gallery-bg .modal-body .pic-detail {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding-bottom: 46.25%;
  width: 100%;
  overflow: hidden;
  border: 1px solid #FEE010;
  max-height: 529px;
  overflow-y: auto;
}
.modal .gallery-bg .modal-body .pic-detail img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.modal .gallery-bg .modal-body .gallery-header .header-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.modal .gallery-bg .modal-body .gallery-header .header-left .piece-name {
  line-height: 1.4;
  font-size: 24px;
  font-size: clamp(1rem, 1.3vw, 2rem);
  color: #fff;
  font-weight: 600;
}
.modal .gallery-bg .modal-body .gallery-header .header-left .author-name {
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
}
.modal .gallery-bg .modal-body .gallery-header .header-left .info {
  display: flex;
}
.modal .gallery-bg .modal-body .gallery-header .header-left .info .posting-time, .modal .gallery-bg .modal-body .gallery-header .header-left .info .views {
  font-size: 12px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  color: #939393;
  gap: 4px;
}
.modal .gallery-bg .modal-body .gallery-header .header-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal .gallery-bg .modal-body .gallery-header .header-right .btn-like {
  cursor: pointer;
}
.modal .gallery-bg .modal-body .gallery-header .header-right .btn-like .like-shape {
  background: url(../images/like-default.png) center center no-repeat;
  width: 51px;
  height: 51px;
  transition: 0.3s all;
}
.modal .gallery-bg .modal-body .gallery-header .header-right .btn-like:hover .like-shape {
  background: url(../images/like-active.png) center center no-repeat;
  width: 51px;
  height: 51px;
}
.modal .gallery-bg .modal-body .gallery-header .header-right .like-count {
  font-size: 14px;
  color: #939393;
  margin-top: 4px;
}
.modal .gallery-bg .modal-body .detail {
  margin-top: 16px;
  position: relative;
  z-index: 100;
}
.modal .gallery-bg .modal-body .detail hr {
  margin: 12px 0;
  border-color: #636363;
}
.modal .gallery-bg .modal-body .gallery-text {
  font-size: 16px;
  color: #fff;
}
.modal .modal-content .modal-header {
  border: none;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  padding: 0;
}
.modal .modal-content .modal-header button.close {
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  background: #FEE010;
  color: #000000;
  border: 1px solid #FEE010;
  text-shadow: none;
  margin-bottom: 0;
  opacity: 1;
  padding: 0.75rem;
  transition: 0.3s all;
  box-sizing: border-box;
  margin: 0;
}
.modal .modal-content .modal-header button.close:hover {
  color: #f0dec6;
  background: #000;
  color: #FEE010;
}
.modal .modal-content .modal-body {
  padding: 84px 65px 40px;
}
.modal .modal-content .modal-body .scroll-body {
  overflow-y: scroll;
  max-height: 500px;
  padding-right: 12px;
  scrollbar-width: thin;
}
.modal .modal-content .modal-header button.close {
  /* border: 0; */
}

/* .gallery-pic-modal{
 * *  z-index: 1050;
 * *}
 * *.modal-backdrop{
 * *  z-index: 9999;
 * *} */
#nav-load.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
}

.app_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 9981;
  transition: opacity 0.4s linear;
  opacity: 0;
  visibility: hidden;
}
.app_overlay.open {
  opacity: 0.6;
  visibility: visible;
}

.navbar {
  padding: 0;
}
.navbar .nav-item {
  position: relative;
}
.navbar.navbar-expand-lg::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.8901960784);
  height: 0;
  opacity: 0;
  width: 100%;
  top: 100%;
  z-index: 1;
  border-top: 1px solid #000000;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.navbar.navbar-expand-lg.show::after {
  height: 230px;
  opacity: 1;
}
.navbar.navbar-dark {
  background-color: #181818 !important;
}
.navbar.navbar-dark li.active a.nav-link {
  color: #FEE010;
}
.navbar.navbar-dark li.active a.nav-link::before, .navbar.navbar-dark li.active a.nav-link::after {
  opacity: 1;
}
.navbar.navbar-dark .nav-link {
  color: #fff;
  padding: 0 32px;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.navbar.navbar-dark .nav-link::before, .navbar.navbar-dark .nav-link::after {
  content: "";
  position: absolute;
  background: url(../images/nav-link-deco-hover.png) center center no-repeat;
  width: 11px;
  height: 29px;
  opacity: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
  display: inline-block !important;
}
.navbar.navbar-dark .nav-link::after {
  right: 0;
  left: inherit;
  transform: translateY(-50%) scaleX(-1);
  margin-left: 0;
  vertical-align: 0;
  border: none;
}
.navbar .nav-left-panel {
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  max-width: 320px;
  visibility: hidden;
  left: 0;
  transform: translateX(-100%);
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.navbar .nav-left-panel.show {
  display: block;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.navbar .nav-left-panel .nav-left-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  z-index: 9995;
  background: #212121;
}
.navbar .nav-left-panel .nav-left-wrap .nav-left-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 50px;
  background: transparent;
  border: none;
  white-space: nowrap;
  text-indent: -99999em;
}
.navbar .nav-left-panel .nav-left-wrap .nav-left-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px;
  display: block;
  height: 1px;
  width: 20px;
  background-color: #fff;
  transition: all 0.2s ease-out;
}
.navbar .nav-left-panel .nav-left-wrap .nav-left-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px;
  display: block;
  height: 1px;
  width: 20px;
  background-color: #fff;
  transition: all 0.2s ease-out;
  transform: rotate(-45deg);
}
.navbar .nav-left-panel .nav-left-wrap .nav-left-toggle::after {
  transform: rotate(45deg);
}
.navbar .nav-left-panel .nav-left-wrap .nav-left-header {
  height: 75px;
  margin: 0;
  padding: 0 25px;
  overflow: hidden;
  position: relative;
  background: #252525;
}
.navbar .nav-left-panel .nav-left-wrap .nav-left-header .navbar-brand-mb {
  display: inline-block;
  max-width: 120px;
  margin: 20px 0 0;
}
.navbar .nav-left-panel .nav-left-wrap .nav-left-list {
  color: #fff;
}
.navbar .nav-left-panel .nav-left-wrap .nav-left-list ul {
  padding: 10px 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.navbar .nav-left-panel .nav-left-wrap .nav-left-list ul li {
  max-width: 50%;
  flex: 1 1 50%;
}
.navbar .nav-left-panel .nav-left-wrap .nav-left-list ul li a {
  color: #999;
  display: block;
  padding: 3px 0;
  font-size: 15px;
}
.navbar .nav-left-panel .nav-left-wrap .nav-left-list .nav-title {
  font-size: 18px;
  border-bottom: 1px solid #383838;
  margin: 0;
  height: 43px;
  line-height: 43px;
  padding: 0 25px;
  background: #1d1d1d;
}
.navbar .navbar-brand.logo {
  max-width: 170px;
  width: 100%;
  height: 80px;
  background: transparent url(../images/nav-logo.png) no-repeat 50%;
  background-size: contain;
  text-indent: -99999em;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}
.navbar .dropdown {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.navbar .dropdown.active {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.navbar .dropdown .dropdown-menu {
  background-color: transparent;
  border: none;
  border-radius: 0;
  min-height: 230px;
  min-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.navbar .dropdown .dropdown-menu .dropdown-item {
  color: #c8c8c8;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.3s;
}
.navbar .dropdown .dropdown-menu .dropdown-item:hover, .navbar .dropdown .dropdown-menu .dropdown-item:focus {
  background: transparent;
  color: #FEE010;
}
.navbar .dropdown .dropdown-menu .dropdown-item:hover::before, .navbar .dropdown .dropdown-menu .dropdown-item:focus::before {
  opacity: 1;
}
.navbar .nav-sign, .navbar .nav-member, .navbar .nav-sign-login {
  display: block;
  border: solid 1px #FEE010;
  border-radius: 25px;
  background: #181818;
  width: 160px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  color: #FEE010;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.navbar .nav-member {
  text-align: center;
}
.navbar .nav-sign-login {
  padding-left: 38px;
  text-align: left;
}
.navbar .nav-sign:hover, .navbar .nav-member:hover, .navbar .nav-sign-login:hover {
  background: #FEE010;
  color: #181818;
}
.navbar .nav-sign:before, .navbar .nav-sign-login:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent url(../images/member.png) no-repeat center center;
  width: 23px;
  height: 19px;
}
.navbar .nav-sign.nav-sign-toggler, .navbar .nav-member.nav-sign-toggler, .navbar .nav-sign-login.nav-sign-toggler {
  display: none;
}
.navbar .dropdown-signin.dropdown-signin-mb {
  display: none;
}
.navbar .dropdown-signin.dropdown-signin-mb .nav-member::before {
  top: 12px;
}
.navbar .dropdown-signin.dropdown-signin-mb .nav-sign-login-box {
  right: 0;
  left: auto;
  margin-top: 0;
}
.navbar .dropdown-signin.is-active .nav-sign-login-box {
  display: flex;
}
.navbar .dropdown-signin .nav-sign-login-box {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background: linear-gradient(0deg, #514700 0%, #181818 100%);
  color: #fff;
  font-size: 15px;
  z-index: 9;
  margin: 15px 0 0;
  width: 170px;
  text-align: center;
  flex-direction: column;
}
.navbar .dropdown-signin .nav-sign-login-box .point {
  padding: 15px 0;
}
.navbar .dropdown-signin .nav-sign-login-box .point p {
  margin: 0;
}
.navbar .dropdown-signin .nav-sign-login-box .point .point-wrap {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 28px;
}
.navbar .dropdown-signin .nav-sign-login-box .point .point-wrap::after {
  content: "";
  clear: both;
}
.navbar .dropdown-signin .nav-sign-login-box .point .point-wrap span {
  color: #FEE010;
  position: relative;
  padding-right: 2px;
}
.navbar .dropdown-signin .nav-sign-login-box .acount-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px;
  justify-content: space-evenly;
}
.navbar .dropdown-signin .nav-sign-login-box .acount-info a {
  color: #999;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.navbar .dropdown-signin .nav-sign-login-box .acount-info a:hover {
  color: #fff;
}
.navbar .dropdown-signin .nav-sign-login-box .nav-member-logout {
  color: #FEE010;
  text-decoration: none;
  position: relative;
  padding: 15px 15px 15px 30px;
  font-size: 15px;
}
.navbar .dropdown-signin .nav-sign-login-box .nav-member-logout:before {
  content: "";
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent url(../images/icon.png) no-repeat 0 0;
  background-position-y: -17px;
  width: 17px;
  height: 16px;
}
.navbar .nav-gamestart {
  background: url(../images/gamestart.png) no-repeat 0 0;
  background-size: contain;
  width: 260px;
  height: 80px;
  text-indent: -99999em;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.navbar .nav-gamestart::before {
  background: url(../images/gamestart_over.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 139;
  transform: translateX(-100%);
  opacity: 0;
  z-index: 5;
}
.navbar .nav-gamestart:hover::before {
  transform: translateX(0%);
  opacity: 1;
}
.navbar .nav-rt .nav-item {
  margin: 0 5px;
}
.navbar .nav-rt .nav-item:first-child {
  margin-left: 0;
}
.navbar .nav-rt .nav-item:last-child {
  margin-right: 0;
}

@media (max-width: 1600px) {
  .navbar .navbar-brand.logo {
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar.navbar-dark .nav-link {
    font-size: 13px;
    padding: 0 24px;
  }
  .navbar .dropdown .dropdown-menu .dropdown-item {
    font-size: 12px;
  }
  .navbar .nav-sign, .navbar .nav-member, .navbar .nav-sign-login {
    padding: 0;
    width: 50px;
    height: 50px;
    text-indent: -99999em;
  }
  .navbar .nav-sign:before, .navbar .nav-member:before, .navbar .nav-sign-login:before {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1340px;
  }
}
@media (max-width: 1024px) {
  #getModal .modal-xl .modal-content .modal-body {
    padding: 68px 0px 40px;
  }
  .scroll-top {
    right: 15px;
    left: auto;
  }
  .scroll-top.fixed-bottom {
    bottom: 10vh;
  }
  .scroll-top:hover {
    background: #fff;
  }
  .scroll-top:hover .arrow {
    border: solid #000000;
    border-width: 0 1px 1px 0;
  }
  .navbar {
    justify-content: space-between;
  }
  .navbar .navbar-brand.logo {
    margin: 0 auto;
    max-width: 130px;
  }
  .navbar.navbar-dark .nav-link {
    font-size: 15px;
  }
  .navbar .dropdown:hover .dropdown-menu {
    display: none;
    margin-top: auto;
  }
  .navbar .nav-sign, .navbar .nav-member, .navbar .nav-sign-login {
    width: 40px;
    height: 40px;
  }
  .navbar .nav-sign.nav-sign-toggler, .navbar .nav-member.nav-sign-toggler, .navbar .nav-sign-login.nav-sign-toggler {
    display: block;
  }
  .navbar .dropdown-signin.dropdown-signin-mb {
    display: block;
    margin-right: 15px;
  }
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
  .navbar-dark .navbar-toggler {
    display: block;
  }
  .modal-lg {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .gallery-pic-modal .modal-lg {
    max-width: 976px;
  }
}
@media (max-width: 991px) {
  .gallery-pic-modal .modal-lg .gallery-bg .modal-header {
    position: relative;
    justify-content: flex-end;
  }
  .gallery-pic-modal .modal-lg .gallery-bg .modal-header button.close {
    font-size: 24px;
    line-height: 24px;
  }
  .gallery-pic-modal .modal-lg .gallery-bg .modal-body {
    background: rgba(0, 0, 0, 0.6862745098);
    border: 1px solid #FEE010;
    padding: 6vw;
  }
  .gallery-pic-modal .modal-lg .gallery-bg .modal-body .scroll-body {
    max-height: inherit;
    padding: 0;
    overflow-y: inherit;
  }
}
@media (max-width: 575px) {
  .modal .modal-content .modal-header button.close {
    font-size: 15px;
    line-height: 16px;
  }
  .navbar .navbar-brand.logo {
    margin: 0;
    height: 56px;
  }
}
/* navba end */
.newsinfo-section {
  background: #fff url(../images/news_bg.png) center center repeat;
  background-size: cover;
  padding: 120px 0px;
  overflow: hidden;
  position: relative;
}
.newsinfo-section::before {
  content: "";
  position: absolute;
  background: url(../images/news-deco.png) center center no-repeat;
  width: 22px;
  height: 530px;
  background-size: contain;
  left: 0.5%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) {
  .newsinfo-section::before {
    display: none;
  }
}
.newsinfo-section::after {
  content: "";
  position: absolute;
  background: url(../images/news-deco-2.png) center center no-repeat;
  width: 315px;
  height: 648px;
  background-size: contain;
  right: 0%;
  top: 2%;
}
@media only screen and (max-width: 1440px) {
  .newsinfo-section::after {
    display: none;
  }
}
.newsinfo-section .container.custom-container {
  max-width: 1320px;
}
.newsinfo-section #myTab.nav-tabs {
  position: relative;
  border: 0;
  margin-bottom: 12px;
  justify-content: center;
}
.newsinfo-section #myTabContent {
  background: #fff;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
  padding: 0px 12px;
}

@media (max-width: 1024px) {
  .newsinfo-section .container.custom-container {
    background: transparent;
    min-height: auto;
    padding: 12px;
  }
  .newsinfo-section #myTab.nav-tabs {
    padding: 0 12px;
  }
}
.nav-tabs .nav-item {
  max-width: 100%;
  z-index: 1;
}

.newsinfo-section .nav-tabs .nav-item button {
  width: 100px;
  height: 37px;
  border: none !important;
}
.newsinfo-section .nav-tabs .nav-item button.note:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ff0707;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media only screen and (max-width: 991px) {
  .newsinfo-section .nav-tabs .nav-item button.note:before {
    right: 4px;
    top: 6px;
  }
}

.newsinfo-section .nav-tabs .nav-item button {
  background: url(../images/news_tab.png) center center no-repeat;
  width: 121px;
  height: 60px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s all ease;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .newsinfo-section .nav-tabs .nav-item button {
    width: 100px;
    height: 48px;
  }
}
.newsinfo-section .nav-tabs .nav-item button.active, .newsinfo-section .nav-tabs .nav-item button:hover {
  background-image: url(../images/news_tab-active.png);
  color: #000000;
}
.newsinfo-section .nav-tabs .nav-item.tab-more {
  margin-left: auto;
}
.newsinfo-section .nav-tabs .nav-item.tab-more button {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #866B40;
  background: url(../images/plus.png) center center no-repeat;
  border-radius: 0;
  transition: 0.3s all ease;
}
.newsinfo-section .nav-tabs .nav-item.tab-more button:hover {
  background: url(../images/plus_h.png) center center no-repeat;
}

.tab-content .tab-pane ul {
  padding: 0;
  list-style: none;
}
.tab-content .tab-pane ul li {
  margin: 0;
  border-bottom: 1px solid rgba(223, 223, 223, 0.4862745098);
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  padding: 0 12px 0 20px;
  height: 52px;
}
.tab-content .tab-pane ul li:last-child {
  border: none;
}
.tab-content .tab-pane ul li .tit {
  position: relative;
  margin-left: 5px;
  flex-grow: 1;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  min-width: 0;
  margin-left: 5px;
  position: relative;
  height: 100%;
  align-items: center;
}
.tab-content .tab-pane ul li .tit a {
  font-size: 15px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.tab-content .tab-pane ul li .event-time {
  color: #ff8800;
  margin: 0;
  font-size: 13px;
  white-space: nowrap;
  padding-right: 10px;
}
.tab-content .label {
  position: relative;
  font-weight: 700;
  font-size: 13px;
  z-index: 2;
  transition: all 0.3s;
}
.tab-content .totop {
  width: 24px;
  height: 24px;
  position: absolute;
  left: -8px;
  background: url(../images/totop.png) no-repeat center center;
  background-size: contain;
}

.info-icon {
  position: relative;
  -webkit-box-orient: vertical;
  padding: 0 0 0 22px;
}
.info-icon .time {
  position: relative;
  font-size: 12px;
  color: #000;
  white-space: nowrap;
}
.info-icon .time::before {
  content: "";
  background: transparent url(../images/time.png) no-repeat center center;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -19px;
  top: 3px;
}
.info-icon .count {
  position: relative;
  font-size: 12px;
  color: #000;
}
.info-icon .count::before {
  content: "";
  background: url(../images/eye.png) no-repeat center center;
  width: 15px;
  height: 9px;
  position: absolute;
  left: -19px;
  top: 5px;
}

.service-section .tab-content .tab-pane ul {
  padding: 0;
  list-style: none;
}
.service-section .tab-content .tab-pane ul li {
  margin: 0;
  border-bottom: 1px solid rgba(223, 223, 223, 0.4862745098);
  background: rgba(0, 0, 0, 0.368627451);
  width: 100%;
  display: flex;
  position: relative;
  padding: 0 12px 0 40px;
  height: 70px;
  overflow: hidden;
}
.service-section .tab-content .tab-pane ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  z-index: 0;
  transition: all 0.3s;
  background: linear-gradient(0deg, #FEE010 0%, rgba(254, 224, 16, 0.2) 69.23%, rgba(254, 224, 16, 0) 100%), rgba(0, 0, 0, 0.55);
}
.service-section .tab-content .tab-pane ul li:hover::before {
  top: 0;
}
.service-section .tab-content .tab-pane ul li:last-child {
  border: none;
}
.service-section .tab-content .tab-pane ul li .note-new {
  left: 12px;
}
.service-section .tab-content .tab-pane ul li .tit {
  margin-left: 5px;
  flex-grow: 1;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  min-width: 0;
  margin-left: 5px;
  position: relative;
  height: 100%;
  align-items: center;
}
.service-section .tab-content .tab-pane ul li .tit a {
  font-size: 15px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.service-section .tab-content .tab-pane ul li .event-time {
  color: #FEE010;
  margin: 0;
  font-size: 13px;
  white-space: nowrap;
  position: relative;
  padding-right: 10px;
}
.service-section .tab-content .label {
  position: relative;
  font-weight: 700;
  font-size: 13px;
  z-index: 2;
  transition: all 0.3s;
}
.service-section .tab-content .totop {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 12px;
  background: url(../images/totop.png) no-repeat center center;
  background-size: contain;
}
.service-section .info-icon {
  position: relative;
  -webkit-box-orient: vertical;
  padding: 0 0 0 22px;
}
.service-section .info-icon .time {
  position: relative;
  font-size: 12px;
  color: #fff;
}
.service-section .info-icon .time::before {
  content: "";
  background: transparent url(../images/modal-time.png) no-repeat center center;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -19px;
  top: 3px;
}
.service-section .info-icon .count {
  position: relative;
  font-size: 12px;
  color: #fff;
}
.service-section .info-icon .count::before {
  content: "";
  background: url(../images/modal-eye.png) no-repeat center center;
  width: 15px;
  height: 9px;
  position: absolute;
  left: -19px;
  top: 5px;
}

.video-section {
  background: url(../images/video-bottom.png) no-repeat center top;
  background-size: cover;
  position: relative;
  padding: 180px 0;
}
@media only screen and (max-width: 991px) {
  .video-section {
    padding: 40px 0;
    background-position-x: 15%;
  }
}
.video-section::before {
  position: absolute;
  content: "";
  background: url("../images/video-deco.png") center center no-repeat;
  width: 7vw;
  height: 719px;
  background-size: contain;
  left: 0px;
  top: 18%;
}
.video-section::after {
  position: absolute;
  content: "";
  background: url("../images/video-underline.png") center center no-repeat;
  width: 95%;
  height: 3vw;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  bottom: 0%;
}
.video-section .transform {
  position: relative;
  z-index: 100;
}
.video-section .tit {
  margin: 0 auto 80px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .video-section .tit {
    margin-bottom: 20px;
  }
}
.video-section .tit img {
  min-width: 50%;
}
.video-section .slide-video-box .card {
  border-radius: 0;
  background-color: transparent;
  position: relative;
}
.video-section .slide-video-box .card::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 21px;
  height: 21px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  z-index: 3;
  transition: 0.3s all;
}
.video-section .slide-video-box .card::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 21px;
  height: 21px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  z-index: 3;
  transition: 0.3s all;
}
.video-section .slide-video-box .card:hover::after, .video-section .slide-video-box .card:hover::before {
  border-color: #FEE010;
  width: 32px;
  height: 32px;
  border-width: 4px;
}
.video-section .slide-video-box .card:hover .card-body {
  background: #FEE010;
}
.video-section .slide-video-box .card:hover .card-footer {
  background: #FEE010;
}
.video-section .slide-video-box .card .feat_video_inner {
  position: relative;
  display: block;
}
.video-section .slide-video-box .card .feat_video_inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
.video-section .slide-video-box .card .feat_video_inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/video-btn.png) no-repeat center center;
  background-size: contain;
  z-index: 3;
  width: 60px;
  height: 61px;
  opacity: 0;
  transition: all 0.3s;
}
.video-section .slide-video-box .card .feat_video_inner:hover::before, .video-section .slide-video-box .card .feat_video_inner:hover::after {
  opacity: 1;
}
.video-section .slide-video-box .card .feat_video_inner > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.video-section .slide-video-box .card .card-body {
  background: #DFDFDF;
  width: 100%;
  transition: 0.3s all;
  padding: 8px 12px 0;
}
.video-section .slide-video-box .card .card-body .card-title {
  color: #2D2D2D;
  font-size: 18px;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.video-section .slide-video-box .card .card-footer {
  display: flex;
  justify-content: space-between;
  background: #DFDFDF;
  border-radius: 0;
  border: 0;
  width: 100%;
  line-height: 20px;
  transition: 0.3s all;
  padding: 0px 12px 8px;
}
.video-section .slide-video-box .card .card-footer .author {
  font-size: 13px;
  color: #5e5e5e;
  font-weight: 500;
}
.video-section .slide-video-box .card .card-footer .time {
  font-size: 13px;
  font-weight: 500;
  color: #5e5e5e;
}

.game-guide-section {
  padding: 80px 0 120px;
  background: url(../images/home-bg-02.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.game-guide-section::after {
  position: absolute;
  content: "";
  background: url("../images/char-deco-line.png") center center no-repeat;
  width: 100%;
  height: 1.65vw;
  background-size: contain;
  left: 0px;
  right: 0;
  bottom: 0%;
}
.game-guide-section .custom-container {
  display: flex;
  justify-content: center;
}
.game-guide-section .tit {
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .game-guide-section .tit {
    margin-bottom: 20px;
  }
}
.game-guide-section .tit img {
  min-width: 50%;
}
.game-guide-section .game-guide-box {
  margin: 10px -4vw 0;
}
.game-guide-section .game-guide-box .row {
  justify-content: center;
}

.guide-section {
  position: relative;
  padding-top: 80px;
}
@media only screen and (max-width: 991px) {
  .guide-section {
    padding-top: 40px;
  }
}
.guide-section .tit {
  position: relative;
  padding: 0;
  z-index: 10;
}
.guide-section .tit img {
  min-width: 50%;
}
.guide-section .video {
  justify-content: center;
  width: 46vw;
  margin: -13vw auto 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  z-index: 10;
}
@media only screen and (max-width: 1440px) {
  .guide-section .video {
    width: 70vw;
  }
}
@media only screen and (max-width: 991px) {
  .guide-section .video {
    min-width: 100%;
    margin: -40vw auto 0;
    padding: 0 12px;
    gap: 2vw;
  }
}
.guide-section .video .video-part {
  aspect-ratio: 16/9;
  position: relative;
}
.guide-section .video .video-part::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #FEE010;
  pointer-events: none;
}
.guide-section .video .video-part iframe {
  width: 100%;
  height: 100%;
}
.guide-section .video .deco {
  width: 100%;
  height: 2px;
  background: #FEE010;
  display: inline-block;
}
.guide-section .video .decobar {
  width: 100%;
  height: 1.4vw;
  background: url(../images/video-decobar.png) repeat center center;
  animation: marquee 0.3s linear infinite;
  border: 1px solid #FEE010;
}
@media only screen and (max-width: 991px) {
  .guide-section .video .decobar {
    height: 20px;
  }
}
@keyframes marquee {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -23px;
  }
}
.guide-section .video > img {
  width: 100%;
}
.guide-section .video .video-btn {
  background: url(../images/feature-video-btn.png) no-repeat center center;
  background-size: contain;
  width: 10vw;
  height: 2.5vw;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  transition: 0.3s all;
}
@media only screen and (max-width: 991px) {
  .guide-section .video .video-btn {
    height: 36px;
    width: 160px;
  }
}
.guide-section .video .video-btn:hover {
  background-image: url(../images/feature-video-btn-h.png);
}
.guide-section .full-container {
  background: url(../images/feature-yellow.png) no-repeat left top;
  background-size: cover;
  width: 100%;
  height: 66.6vw;
  min-height: 1270px;
  position: relative;
}
.guide-section .full-container::before {
  position: absolute;
  content: "";
  background: url("../images/feature-deco-01.png") center center no-repeat;
  left: 0px;
  top: 7vw;
  width: 9vw;
  height: 33vw;
  background-size: contain;
}
.guide-section .full-container .container {
  position: relative;
  max-width: 65%;
  margin-top: -5vw;
}
@media only screen and (max-width: 991px) {
  .guide-section .full-container .container {
    max-width: 100%;
    padding: 24px;
  }
}
.guide-section .full-container .container .content {
  padding-top: 10vw;
}
.guide-section .full-container .container .content .title {
  margin-bottom: 2vw;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .guide-section .full-container .container .content .title {
    margin-bottom: 8vw;
    text-align: center;
  }
}
.guide-section .full-container .container .content .title img {
  min-width: 15vw;
}
@media only screen and (max-width: 991px) {
  .guide-section .full-container .container .content .title img {
    max-width: 80%;
    margin: 0 auto;
  }
}
.guide-section .full-container .container .content .title::before {
  content: "";
  background: url(../images/feature-title-deco.png) no-repeat center center;
  width: 40vw;
  height: 1vw;
  background-size: contain;
  position: absolute;
  left: -18%;
  bottom: -22%;
}
@media only screen and (max-width: 991px) {
  .guide-section .full-container .container .content .title::before {
    left: 50%;
    width: 100%;
    height: 3vw;
    transform: translateX(-50%);
  }
}
.guide-section .full-container .container .content .text {
  position: relative;
}
.guide-section .full-container .container .content .text::before {
  position: absolute;
  content: "";
  background: url("../images/article-deco.png") center center no-repeat;
  left: -4vw;
  bottom: 0;
  width: 1vw;
  background-size: contain;
  height: 4vw;
}
.guide-section .full-container .container .content .text p {
  font-size: clamp(1rem, 0.95vw, 3rem);
  line-height: 1.4;
}
.guide-section .full-container .container .content .text p span {
  vertical-align: baseline;
  font-weight: 600;
  background: #fff;
}
.guide-section .full-container .char {
  position: absolute;
  left: 40%;
  top: -4%;
}
@media only screen and (max-width: 1440px) {
  .guide-section .full-container .char {
    left: 44%;
    top: 4%;
  }
}
@media only screen and (max-width: 991px) {
  .guide-section .full-container .char {
    left: 44%;
    top: 24%;
  }
}
@media only screen and (max-width: 575px) {
  .guide-section .full-container .char {
    width: 100%;
    top: inherit;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1441px) {
  .guide-section .full-container .char img {
    min-width: 50vw;
  }
}
.guide-section .full-container .crossline {
  position: absolute;
  left: 50%;
  width: 100%;
  bottom: 8%;
  transform: translateX(-50%);
  z-index: 12;
  pointer-events: none;
}
@media only screen and (max-width: 1440px) {
  .guide-section .full-container .crossline {
    bottom: 5%;
  }
}
@media only screen and (max-width: 991px) {
  .guide-section .full-container .crossline {
    bottom: 12%;
  }
}
.guide-section .full-container .crossline img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .guide-section .full-container .crossline img {
    width: 200%;
    max-width: 200%;
  }
}

.family {
  background: url(../images/family-bg.png) repeat center center;
  position: relative;
  overflow: hidden;
}
.family::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FEE010;
  top: 54%;
  transform: skewY(12deg);
  left: 0;
}
.family .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.family .content .slogan {
  margin-bottom: -3vw;
}
.family .content a {
  background: url(../images/family-cta.png) no-repeat center center;
  background-size: contain;
  width: 30vw;
  height: 10vw;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  transition: 0.3s all;
  bottom: 20%;
}
@media only screen and (max-width: 991px) {
  .family .content a {
    width: 100%;
    height: 100px;
  }
}
.family .content a:hover {
  background-image: url(../images/family-cta-h.png);
}

#ft {
  position: relative;
  background: #000;
  padding: 60px 0;
  margin: 0 auto;
  min-height: 70px;
  z-index: 1;
}
#ft > div {
  max-width: unset;
}
#ft .copyright {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  list-style-type: none;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  gap: 12px;
}
#ft .copyright .social_icon {
  display: none;
}
#ft .copyright .footer_menu {
  display: none;
}
#ft .copyright li {
  margin: 0;
  vertical-align: top;
  line-height: 1.6;
  display: flex;
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  #ft .copyright li {
    justify-content: center;
  }
}
#ft .copyright li:nth-child(2) {
  margin: 0 25px;
}
#ft .copyright li:nth-child(3) {
  margin: 0 25px 0 0;
}
#ft .copyright li:last-child {
  line-height: 1.6;
  align-items: center;
}

/* pic-section */
.game-guide-section #myTabContent {
  position: relative;
}

.pic-section {
  padding-bottom: 120px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .pic-section {
    padding-bottom: 40px;
  }
}
.pic-section::after {
  position: absolute;
  content: "";
  background: url("../images/video-underline.png") center center no-repeat;
  width: 95%;
  height: 3vw;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0%;
}
.pic-section .container.custom-container {
  max-width: 1300px;
}
.pic-section ul.nav {
  margin-bottom: 40px;
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .pic-section ul.nav {
    margin-bottom: 20px;
    gap: 12px;
  }
}

.pic-flex-01, .pic-flex-02, .pic-flex-03, .pic-flex-04 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.pic-flex-02, .pic-flex-04 {
  margin-bottom: 12px;
}

#gallery-Tab li#pic-section-01 button {
  background: url("../images/photo-btn1.png") center center no-repeat;
  background-size: contain;
}
#gallery-Tab li#pic-section-01 button:hover, #gallery-Tab li#pic-section-01 button.active {
  background-image: url("../images/photo-btn1-hover.png");
}
#gallery-Tab li#pic-section-02 button {
  background: url("../images/photo-btn2.png") center center no-repeat;
  background-size: contain;
}
#gallery-Tab li#pic-section-02 button:hover, #gallery-Tab li#pic-section-02 button.active {
  background-image: url("../images/photo-btn2-hover.png");
}
#gallery-Tab li button {
  width: 199px;
  border: 0;
  height: 44px;
  transition: 0.3s all;
}
@media only screen and (max-width: 991px) {
  #gallery-Tab li button {
    width: 140px;
    height: 32px;
  }
}

.gallery-pic {
  overflow: hidden;
  position: relative;
}
.gallery-pic::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 21px;
  height: 21px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  z-index: 3;
  transition: 0.3s all;
}
.gallery-pic::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 21px;
  height: 21px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  z-index: 3;
  transition: 0.3s all;
}
.gallery-pic:hover::before, .gallery-pic:hover::after {
  border-color: #FEE010;
  width: 32px;
  height: 32px;
  border-width: 4px;
}
.gallery-pic:hover a::before, .gallery-pic:hover a::after {
  border-color: #FEE010;
  width: 32px;
  height: 32px;
  border-width: 4px;
}
.gallery-pic a {
  display: inline-block;
  position: relative;
}
.gallery-pic a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 21px;
  height: 21px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  z-index: 3;
  transition: 0.3s all;
}
.gallery-pic a::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 21px;
  height: 21px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  z-index: 3;
  transition: 0.3s all;
}

@media (max-width: 1600px) {
  .navbar .nav-rt .nav-item {
    margin: 0 3px;
  }
  .navbar .nav-sign:before, .navbar .nav-member:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 4px;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    background: transparent url(../images/icon.png) no-repeat 0 0;
    background-position-y: -17px;
    transform: rotate(-180deg);
    width: 18px;
    height: 17px;
  }
}
@media (max-width: 1280px) {
  .game-guide-section #myTabContent::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .game-guide-section .custom-container {
    flex-wrap: wrap;
  }
  .tab-content .tab-pane ul li {
    padding-left: 24px;
  }
  .newsinfo-section {
    padding: 20px 0px;
  }
  .tab-content .label {
    padding: 4px 8px;
  }
  .note-new::after {
    left: -28px;
  }
  #ft .copyright {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #ft .copyright li:nth-child(3) {
    margin: 0;
    width: 100%;
  }
  #ft .copyright li:first-child, #ft .copyright li:nth-child(2) {
    flex-wrap: nowrap;
  }
  #ft .copyright li:nth-child(3) {
    padding: 15px 0;
  }
  #ft .copyright .rating {
    margin-right: 5px;
  }
  .video-section::after {
    display: none;
  }
  .video-section::before, .game-guide-section .game-guide-box .game-guide-btn::after {
    display: none;
  }
  .game-guide-section {
    min-height: auto;
    padding: 40px 0;
  }
  .game-guide-section .game-guide-box {
    margin: 0;
  }
  .game-guide-section .game-guide-box .dropdownw {
    width: 100%;
  }
  .game-guide-section .game-guide-box .game-guide-btn:nth-child(1), .game-guide-section .game-guide-box .game-guide-btn:nth-child(2), .game-guide-section .game-guide-box .game-guide-btn:nth-child(3) {
    width: 180px;
    height: 300px;
  }
  .pic-left {
    width: 40.6%;
  }
  .pic-right {
    width: 45%;
  }
  .pic-flex-01, .pic-flex-02, .pic-flex-03, .pic-flex-04 {
    align-items: start;
  }
}
@media (max-width: 991px) {
  .navbar .dropdown-signin .nav-sign-login-box .nav-member-logout {
    font-size: 15px;
  }
  .info-icon {
    display: none;
  }
  .tab-content .tab-pane ul li .event-time {
    display: none;
  }
  .tab-content .tab-pane ul li .tit a {
    font-size: 14px;
  }
  .newsinfo-section #myTab.nav-tabs {
    margin-top: 1vh;
  }
  .newsinfo-section .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }
  .video-section .slide-video-box .card .card-body {
    bottom: 19px;
  }
  .video-section .slide-video-box .card .card-footer .author, .video-section .slide-video-box .card .card-footer .time {
    font-size: 12px;
  }
  #ft .copyright {
    justify-content: space-around;
    font-size: 12px;
  }
  #ft .copyright li {
    font-size: 12px;
  }
  #ft .copyright li:nth-child(2) {
    margin: 0;
  }
}
#ft .copyright .rating {
  margin-right: 12px;
}
@keyframes light {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}
@keyframes flash {
  from {
    transform: translate3d(-100%, 0, 0);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 1200px) {
  .custom-container {
    max-width: 1290px;
  }
}/*# sourceMappingURL=index_v2.css.map */