﻿@charset "UTF-8";
.c-mainTitle:after, .mainSection .c-block .leftPart .light, .mainSection .c-block .leftPart:before, .mainSection .c-block .leftPart:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.leftPart .leftBox .block, .propagandaWrapper, .rightStoreValue .storeValue, .rightStoreValue .serialNumber, .rightStoreValue .serialNumber:before, .noviceGuild {
  background-repeat: no-repeat;
  background-position: top center;
  transition: background 0.2s; }

/*
 common component
 mixin
*/
/* ==================================================
* common
 ===================================================*/
#header, #footer, .wp {
  min-width: 1240px; }

#c-mainBanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -90px;
  z-index: 0; }
  #c-mainBanner .bg {
    width: 102%;
    height: 1055px;
    position: absolute;
    left: -1% !important;
    top: -1% !important;
    z-index: 1;
    background-position: center top !important; }

.c-bannerH {
  margin-top: 550px; }
  @media (max-width: 1407px) {
    .c-bannerH {
      margin-top: 450px; } }

.c-title {
  margin: 0 0 35px 0;
  position: relative;
  background-color: rgba(154, 154, 154, 0.5);
  color: #fff;
  font-size: 30px;
  line-height: 50px; }
  .c-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 4.5px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #959393; }
  .c-title span {
    display: inline-block;
    min-width: 154px;
    padding: 0 10px;
    background-color: #505050; }

.c-mainTitle {
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 36px;
  text-align: center;
  letter-spacing: 3px; }
  .c-mainTitle span {
    position: relative;
    z-index: 2;
    background: -webkit-linear-gradient(top, #fff 0, #cbcbcb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .c-mainTitle:after {
    content: attr(data-text);
    display: block;
    height: auto;
    z-index: 1;
    color: #fff;
    word-break: break-all;
    text-shadow: 0 0 7px #000, 0 0 7px #222, 0 0 7px #222; }
  .msie .c-mainTitle span {
    background: none; }

ul.c-pages {
  margin-top: 50px;
  font-size: 0;
  text-align: center; }
  ul.c-pages li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    color: #777;
    font-size: 18px;
    line-height: 24px; }
    ul.c-pages li a {
      display: block;
      width: 30px;
      border-radius: 5px;
      color: #dbdbdb;
      background-color: #777777;
      transition: background-color 0.5s; }
      ul.c-pages li a .icon {
        display: block;
        height: 24px;
        background: center no-repeat; }
      ul.c-pages li a:hover {
        background-color: #555; }
    ul.c-pages li.is-active a {
      background-color: #333; }
    ul.c-pages li.prev .icon {
      background-image: url("../images/cmomon_img/pagePrev.png"); }
    ul.c-pages li.next .icon {
      background-image: url("../images/cmomon_img/pageNext.png"); }

.c-article {
  margin-bottom: 20px; }
  .c-article:last-of-type {
    margin-bottom: 0; }
  .c-article .title {
    padding: 5px 20px 5px 35px;
    position: relative;
    border: 1px solid #a4a4a4;
    box-shadow: inset 0 1px 2px 2px #fff;
    border-radius: 5px;
    background: #e2e2e2;
    background: -moz-linear-gradient(top, #e2e2e2 0%, white 100%);
    background: -webkit-linear-gradient(top, #e2e2e2 0%, white 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, white 100%);
    color: #626262;
    font-size: 18px; }
    .c-article .title:before {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      left: 15px;
      top: 18px;
      border-style: solid;
      border-width: 7px 0 7px 12px;
      border-color: transparent transparent transparent #636363; }
    .c-article .title .name {
      margin: 0;
      padding-top: 5px;
      font-weight: normal;
      font-size: 22px;
      line-height: 30px; }
      .c-article .title .name span {
        font-size: 18px; }
        .c-article .title .name span:before {
          content: '_';
          font-size: 22px; }
    .c-article .title .date {
      display: none;
      width: 120px;
      position: absolute;
      right: 0;
      top: 15px; }
    .c-article .title.has-date {
      padding-right: 140px; }
      .c-article .title.has-date:before {
        top: 15px; }
      .c-article .title.has-date .name {
        line-height: 25px; }
      .c-article .title.has-date .date {
        display: block;
        top: 12px; }

.c-editor {
  padding: 20px 0;
  color: #636363;
  font-size: 14px; }
  * + .c-editor {
    line-height: 1.5em; }
  .c-editor a {
    color: #636363; }
    .c-editor a:hover {
      text-decoration: underline; }
  .c-editor h4 {
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    color: #7f5913; }
    .c-editor h4:before {
      content: '';
      display: block;
      width: 13px;
      height: 13px;
      position: absolute;
      left: 0;
      top: 0.3em;
      background-color: #7f5913; }
  .c-editor p, .c-editor .pic {
    margin: 10px 0; }
  .c-editor table {
    width: 100% !important;
    border-collapse: collapse; }
    .c-editor table tr th, .c-editor table tr td {
      padding: 5px;
      border: 1px solid #b2b2b2; }
      .c-editor table tr th.text-nowrap, .c-editor table tr td.text-nowrap {
        word-break: keep-all; }
    .c-editor table tr th {
      background-color: #afcdd6; }
    .c-editor table tr td {
      background-color: #e9e9e9; }
    .c-editor table tr:nth-of-type(odd) td {
      background-color: #fff; }
    .c-editor table tr .bg-dark {
      background-color: #c6c6c6 !important;
      color: #555; }
    .c-editor table tr .bg-white {
      background-color: #fff !important; }
  .c-editor figure {
    margin: 0;
    padding: 0; }
  .c-editor .table-half:after {
    content: '';
    display: block;
    clear: both; }
  .c-editor .table-half table {
    float: left;
    width: -moz-calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px); }
    .c-editor .table-half table:nth-of-type(even) {
      margin-left: 10px; }

.c-btn {
  display: table;
  min-width: 192px;
  height: 50px;
  margin: 40px auto 0 auto;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  background-color: #454547;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  transition: background 0.5s, box-shadow 0.5s; }
  .c-btn span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px; }
  .c-btn:hover {
    background-color: #333; }
  .c-btn.btn-red {
    background: #dc5656;
    background: -moz-linear-gradient(top, #dc5656 0%, #bc0100 100%);
    background: -webkit-linear-gradient(top, #dc5656 0%, #bc0100 100%);
    background: linear-gradient(to bottom, #dc5656 0%, #bc0100 100%); }
    .c-btn.btn-red:hover {
      box-shadow: 0 0 10px #dc5656; }
  .c-btn.btn-gold {
    background: #a68967; }
    .c-btn.btn-gold:hover {
      box-shadow: 0 0 10px rgba(225, 225, 225, 0.3); }

.c-table {
  width: 100%;
  border-collapse: collapse; }
  .c-table tr th, .c-table tr td {
    padding: 5px;
    border: 1px solid #b2b2b2; }
    .c-table tr th.text-nowrap, .c-table tr td.text-nowrap {
      word-break: keep-all; }
  .c-table tr th {
    background-color: #afcdd6; }
  .c-table tr td {
    background-color: #e9e9e9; }
  .c-table tr:nth-of-type(odd) td {
    background-color: #fff; }
  .c-table tr .bg-dark {
    background-color: #c6c6c6 !important;
    color: #555; }
  .c-table tr .bg-white {
    background-color: #fff !important; }

.table-half:after {
  content: '';
  display: block;
  clear: both; }

.table-half .c-table {
  float: left;
  width: -moz-calc(50% - 5px);
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px); }
  .table-half .c-table:nth-of-type(even) {
    margin-left: 10px; }

.c-form {
  font-size: 22px; }
  .c-form .group {
    margin-bottom: 20px; }
    .c-form .group:after {
      content: '';
      display: block;
      clear: both; }
    .c-form .group label {
      float: left;
      width: 135px; }
    .c-form .group .form-control {
      float: left;
      width: 390px;
      height: 34px;
      padding: 0 20px;
      font-size: 22px; }
    .c-form .group textarea.form-control {
      padding: 20px; }

.c-rightFixTools {
  background: url(img/fixRightBg.png);
  width: 123px;
  height: 212px;
  position: fixed;
  bottom: 140px;
  right: 7%;
  padding-top: 33px;
  z-index: 99; }
  @media (max-width: 1700px) {
    .c-rightFixTools {
      right: 50px; } }
  @media (max-width: 1407px) {
    .c-rightFixTools {
      right: 0; } }
  .c-rightFixTools a {
    width: 100%;
    display: block;
    font-size: 20px;
    color: #e5d491;
    text-align: center;
    text-shadow: 0 0 10px transparent;
    transition: all 0.25s; }
    .c-rightFixTools a:hover {
      text-shadow: 0 0 10px #000; }
  .c-rightFixTools a.accout1 {
    height: 58px;
    line-height: 38px; }
.c-rightFixTools a.accout {
    height: 58px;
    line-height: 0px; }
  .c-rightFixTools a.download {
    height: 50px;
    /*line-height: 50px;*/
    margin-top:-32px
}
  .c-rightFixTools a.top span, .c-rightFixTools a.top svg {
    width: 100%;
    display: inline-block;
    text-align: center; }
  .c-rightFixTools a.top svg {
    height: 25px;
    color: #e5d491;
    margin-top: 5px;
    fill: currentcolor;
    stroke: currentcolor; 
    margin-top:-15px   }
  .c-rightFixTools a.top .text {
    font-size: 24px;
    position: relative;
    top: -14px; }

.mainSection {
  width: 1086px;
  margin-left: auto;
  margin-right: auto; }
  .mainSection .container {
    position: relative;
    z-index: 1; }
  .mainSection .c-block {
    min-height: 400px;
    padding: 40px 35px 40px 22px;
    position: relative;
    background: url("img/contentBg.jpg") center top no-repeat; }
    .mainSection .c-block:before {
      content: '';
      width: 2px;
      height: 100%;
      position: absolute;
      left: 305px;
      top: 40px;
      z-index: 2;
      background-color: #c0c0c1; }
    .mainSection .c-block .leftPart {
      float: left;
      width: 260px;
      min-height: 420px;
      padding: 35px 0;
      position: relative;
      background: url("../images/cmomon_img/navBg.png") center top repeat;
      box-shadow: inset 0 0 2px 2px rgba(255, 255, 255, 0.75), 0 0 5px rgba(0, 0, 0, 0.75);
      border: 2px solid #a7a7a7;
      text-align: center; }
      .mainSection .c-block .leftPart .light {
        z-index: 2;
        background: url("img/navLight.png") left top no-repeat; }
      .mainSection .c-block .leftPart:before, .mainSection .c-block .leftPart:after {
        content: '';
        z-index: 1; }
      .mainSection .c-block .leftPart:before {
        background-color: #383838;
        opacity: 0.66; }
      .mainSection .c-block .leftPart:after {
        background: #2b2f36;
        background: -moz-linear-gradient(top, #2b2f36 0%, #c3d9ff 100%);
        background: -webkit-linear-gradient(top, #2b2f36 0%, #c3d9ff 100%);
        background: linear-gradient(to bottom, #2b2f36 0%, #c3d9ff 100%);
        opacity: 0.2; }
      .mainSection .c-block .leftPart .c-mainTitle, .mainSection .c-block .leftPart ul.nav {
        position: relative;
        z-index: 3; }
      .mainSection .c-block .leftPart ul.nav li {
        margin-top: 5px; }
        .mainSection .c-block .leftPart ul.nav li a {
          display: block; }
      .mainSection .c-block .leftPart ul.nav > li > a {
        color: #575757;
        font-size: 30px;
        line-height: 55px;
        font-weight: bold;
        background: url("../images/cmomon_img/navBtn.png") center no-repeat; }
        .mainSection .c-block .leftPart ul.nav > li > a:hover {
          background-image: url("../images/cmomon_img/navBtnHover.png"); }
      .mainSection .c-block .leftPart ul.nav > li ul {
        display: none;
        padding: 0 20px;
        text-align: left; }
        .mainSection .c-block .leftPart ul.nav > li ul li a {
          padding: 5px 20px 5px 35px;
          position: relative;
          color: #fff;
          font-size: 24px;
          background-color: #404040; }
          .mainSection .c-block .leftPart ul.nav > li ul li a:before {
            content: '';
            display: block;
            width: 5px;
            height: 5px;
            position: absolute;
            left: 20px;
            top: 20px;
            border-radius: 50%;
            background-color: #fff; }
          .mainSection .c-block .leftPart ul.nav > li ul li a:hover {
            background-color: #333; }
        .mainSection .c-block .leftPart ul.nav > li ul li.is-active a {
          background-color: #1b1b1b; }
      .mainSection .c-block .leftPart ul.nav > li.is-active > a {
        background-image: url("../images/cmomon_img/navBtnHover.png"); }
      .mainSection .c-block .leftPart ul.nav > li.is-active ul {
        display: block; }
    .mainSection .c-block .rightPart {
      float: right;
      width: -moz-calc(100% - 282px);
      width: -webkit-calc(100% - 282px);
      width: calc(100% - 282px);
      min-height: 500px;
      margin-left: 22px;
      padding-left: 40px;
      padding-bottom: 50px; }
      .mainSection .c-block .rightPart .selectBlock {
        margin-bottom: 15px;
        text-align: right;
        font-size: 22px; }
        .mainSection .c-block .rightPart .selectBlock .form-control {
          min-width: 143px;
          height: 30px;
          padding: 0 15px;
          color: #b05e21;
          font-size: 18px; }
  .mainSection:before {
    content: "";
    background-image: url(../images/cmomon_img/contentShadow.png);
    width: 1300px;
    height: 360px;
    margin-left: -650px;
    display: block;
    position: absolute;
    top: -90px;
    left: 50%;
    z-index: 0; }

#footer {
  background-color: transparent; }

/* ==========================================================================
* slick
 ==========================================================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  height: 100%; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  display: block;
  height: 100%; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/*.slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat;
}*/
/* Arrows */
.slick-arrow {
  display: block;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  padding: 0;
  position: absolute;
  top: 50%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: center no-repeat;
  z-index: 5;
  transition: background-color 0.5s; }

/* .slick-prev {
    background-image: url("../images/slick-prev.png");
}
.slick-next {
    background-image: url("../images/slick-next.png");
} */
.slick-prev {
  left: -48px; }

.slick-next {
  right: -48px; }

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.1 !important; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 5; }

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background-color: #493821;
  margin: auto;
  color: transparent;
  outline: none;
  cursor: pointer; }

.slick-dots li.slick-active button {
  background-color: #ffde7b; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.noSlider .slick-list {
  text-align: center; }

.noSlider .slick-list .slick-track {
  left: inherit;
  display: inline-block;
  transform: none !important; }

/*  slickStyle1 箭頭 */
.slickStyle1 .slick-prev,
.slickStyle1 .slick-next {
  width: 70px;
  height: 70px;
  top: 40%; }

.slickStyle1 .slick-prev:before,
.slickStyle1 .slick-next:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*color:#ede5ec;*/
  color: #CCCCCC;
  font-size: 70px; }

.slickStyle1 .slick-prev {
  left: 0px; }

.slickStyle1 .slick-next {
  right: 0px; }

.slickStyle1 .slick-prev:before {
  content: "\e631"; }

.slickStyle1 .slick-next:before {
  content: "\e632"; }

@media (max-width: 1440px) {
  .slickStyle1 .slick-prev {
    left: -10px; }
  .slickStyle1 .slick-next {
    right: -10px; }
  .slickStyle1 .slick-prev:before,
  .slickStyle1 .slick-next:before {
    font-size: 50px; } }

@media (max-width: 991px) {
  .slickStyle1 .slick-prev,
  .slickStyle1 .slick-next {
    top: -60px; }
  .slickStyle1 .slick-prev {
    left: 0%; }
  .slickStyle1 .slick-next {
    right: 0%; }
  .slickStyle1 .slick-prev:before,
  .slickStyle1 .slick-next:before {
    font-size: 30px; } }

/*  slickStyle2 */
.slickStyle2 .slick-prev,
.slickStyle2 .slick-next {
  width: 50px;
  height: 13px; }

.slickStyle2 .slick-prev {
  background: url(images/prev.png) no-repeat left top;
  left: -30px; }

.slickStyle2 .slick-next {
  background: url(images/next.png) no-repeat right top;
  right: -30px; }

@media (max-width: 1366px) {
  .slickStyle2 .slick-prev {
    left: -20px; }
  .slickStyle2 .slick-next {
    right: -20px; } }

@media (max-width: 991px) {
  .slickStyle2 .slick-prev,
  .slickStyle2 .slick-next {
    top: -30px; }
  .slickStyle2 .slick-prev {
    left: 35px; }
  .slickStyle2 .slick-next {
    right: 35px; }
  .slickStyle2 .slick-prev:before,
  .slickStyle2 .slick-next:before {
    font-size: 30px; } }

/*  slickStyle3 圈圈箭頭 */
.slickStyle3 .slick-prev,
.slickStyle3 .slick-next {
  width: 50px;
  height: 50px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  z-index: 99;
  opacity: 0.4; }

.slickStyle3 .slick-prev:before,
.slickStyle3 .slick-next:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px; }

.slickStyle3 .slick-prev {
  left: 2%; }

.slickStyle3 .slick-next {
  right: 2%; }

.slickStyle3 .slick-prev:before {
  content: "\e631"; }

.slickStyle3 .slick-next:before {
  content: "\e632"; }

.slickStyle3 .slick-disabled,
.slickStyle3 .slick-disabled:before {
  display: none !important; }

.micro-size .slickStyle3 .slick-prev,
.micro-size .slickStyle3 .slick-next {
  width: 35px;
  height: 35px; }

.micro-size .slickStyle3 .slick-prev:before,
.micro-size .slickStyle3 .slick-next:before {
  font-size: 15px; }

.noSlider .slick-list {
  text-align: center; }

.noSlider .slick-list .slick-track {
  left: inherit;
  display: inline-block;
  width: 99% !important;
  text-align: center; }

.noSlider .slick-list .slick-slide {
  float: none;
  display: inline-block;
  width: 33% !important; }

.max-sm-size .noSlider .slick-list .slick-slide {
  width: 50% !important; }

.max-xs-size .noSlider .slick-list .slick-slide {
  width: 100% !important; }

.leftPart .leftBox .block, .propagandaWrapper, .rightStoreValue .storeValue, .rightStoreValue .serialNumber, .rightStoreValue .serialNumber:before, .noviceGuild {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto; }

.tab-wrapper {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.tabs, .tab_container {
  width: 100%;
  position: relative; }

.tabs {
  text-align: justify;
  text-align-last: justify;
  z-index: 1; }
  .tabs li {
    width: auto;
    display: inline-block;
    text-align: center; }
    .tabs li a {
      font-size: 14px;
      color: #888;
      letter-spacing: 1px;
      padding-bottom: 5px;
      display: block;
      width: 100%;
      position: relative;
      overflow: hidden;
      transform: perspective(1px) translateZ(0); }
    .tabs li.is-active a, .tabs li:hover a {
      color: #404040; }

.tab_container {
  text-align: center;
  z-index: 2; }
  .tab_container .tab_content {
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 0; }
    .tab_container .tab_content.is-active {
      position: relative;
      z-index: 1;
      opacity: 1;
      transition: all 0.4s ease-out; }

#role-slider .slick-dots li, .shareWrapper a {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(95%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
  #role-slider .slick-dots li:hover, .shareWrapper a:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%); }

/* ==================================================
* common
 ===================================================*/
body {
  opacity: 0;
  transform: opacity 0.4s; }
  body.is-show {
    opacity: 1; }

.main {
  width: 1240px; }

header, body, .main {
  min-width: 1240px; }

.leftPart {
  width: 790px;
  float: left; }

.rightPart {
  width: 410px;
  float: right; }

.main-title {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 15px; }

/* ==================================================
* mainSection
 ===================================================*/
.mainSection {
  width: auto; }
  .mainSection:before {
    background-image: url(../images/main/main-area-shadows.png);
    width: 1430px;
    height: 320px;
    margin-left: -715px; }

.leftPart .leftBox .block {
  width: 270px;
  position: relative;
  overflow: hidden; }
  .leftPart .leftBox .block .second {
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    animation: freeStoreAni 2.5s infinite; }
  .leftPart .leftBox .block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: 0 0 2px 3px inset transparent;
    z-index: 9;
    transition: box-shadow 0.4s; }
  .leftPart .leftBox .block:hover:before {
    box-shadow: 0 0 2px 3px inset #e0cab0; }

.leftPart .leftBox .freeDonwload {
  background-image: url(img/free-down.gif?=20200114);
  height: 126px; }

.leftPart .leftBox .storedValue {
  background-image: url(img/save-point.gif?=20200114);
  background-position-y: -1px;
  height: 124px; }
  .leftPart .leftBox .storedValue .second {
    background-position-y: -1px; }

@keyframes freeStoreAni {
  0% {
    opacity: 1; }
  10% {
    opacity: 0.8; }
  20% {
    opacity: 0.6; }
  30% {
    opacity: 0.4; }
  40% {
    opacity: 0.2; }
  50% {
    opacity: 0; }
  60% {
    opacity: 0.2; }
  70% {
    opacity: 0.4; }
  80% {
    opacity: 0.6; }
  90% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }

.propagandaWrapper {
  background-image: url(img/midle_bg.jpg);
  width: 500px;
  height: 250px; }

.propaganSlider {
  width: calc(100% - 2px);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 1px; }
  .propaganSlider .slick-dots {
    position: absolute;
    bottom: 0;
    right: 20px;
    text-align: right; }
    .propaganSlider .slick-dots li {
      padding: 8px 0; }
      .propaganSlider .slick-dots li.slick-active button {
        background: #ffb400;
        transition: background 0.35s ease-out; }
    .propaganSlider .slick-dots button {
      width: 13px;
      height: 13px;
      background: rgba(68, 68, 68, 0.9);
      transition: background 0.2s ease-out; }
      .propaganSlider .slick-dots button:hover, .propaganSlider .slick-dots button:focus {
        background: #ffb400; }

.rightStoreValue {
  /*padding-top: 8px;
    margin-bottom: -8px;*/ }
  .rightStoreValue .storeValue {
    background-image: url(img/rightStore_1.jpg?=20200114);
    width: 200px;
    height: 40px;
    float: right; }
    .rightStoreValue .storeValue:hover {
      background-image: url(img/rightStore_2.jpg?=20200114); }
  .rightStoreValue .serialNumber {
    background-image: url(img/serialNumber-bg.gif);
    width: 260px;
    height: 103px;
    position: absolute;
    left: -22px;
    top: -62px;
    background-size: 104%; }
    .rightStoreValue .serialNumber:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      background-image: url(img/serialNumber.png); }
  .rightStoreValue .storePhone {
    width: calc( 100% - 200px);
    margin-bottom: 5px;
    padding: 2px 10px;
    text-align: center; }
    .rightStoreValue .storePhone img {
      margin-left: auto;
      margin-right: auto;
      display: block; }

.noviceGuild {
  background-image: url(img/noviceGuide-bg.jpg?=20200114);
  background-position-x: -1px;
  width: 410px;
  height: 105px; }
  .noviceGuild ul {
    width: 50%;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-left: 20px;
    position: relative; }
  .noviceGuild li {
    width: 50%;
    float: left;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden; }
    .noviceGuild li a {
      font-size: 14px;
      color: #c3b09f;
      padding-left: 15px;
      display: block;
      position: relative; }
      .noviceGuild li a:hover {
        text-decoration: underline; }
      .noviceGuild li a:before {
        content: "";
        width: 6px;
        height: 6px;
        background-color: #c3b09f;
        border-radius: 99em;
        display: block;
        position: absolute;
        top: 6px;
        left: 0px; }

.maintenance {
  position: relative; }
  .maintenance p {
    margin: 0;
    position: absolute;
    left: 218px;
    top: 43px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    text-shadow: 0 2px 5px #000; }

/* ==================================================
* role-slider
 ===================================================*/
.middleSection {
  z-index: 1;
  margin-top: -5px; }
  .middleSection .rightPart {
    margin-top: -5px; }

#role-slider {
  width: 676px;
  height: 354px;
  float: left; }
  #role-slider .slick-list {
    overflow: visible; }
  #role-slider .slick-dots {
    width: 116px;
    margin: 0;
    position: absolute;
    right: -114px;
    top: 0;
    background-color: #ffd8ab;
    padding: 1px 1px 2px 1px; }
    #role-slider .slick-dots li {
      margin: 0; }

#role-slider .slick-dots li {
  width: 114px;
  height: 41.5px;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 1px;
  float: left;
  transition: all 0.3s; }
  #role-slider .slick-dots li.slick-active {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%); }
  #role-slider .slick-dots li button {
    background-color: transparent; }
  #role-slider .slick-dots li:nth-child(odd) {
    margin-right: 2px; }
  #role-slider .slick-dots li:nth-child(1) {
    background-image: url(img/cha01-2.jpg); }
  #role-slider .slick-dots li:nth-child(2) {
    background-image: url(img/cha02-2.jpg); }
  #role-slider .slick-dots li:nth-child(3) {
    background-image: url(img/cha03-2.jpg); }
  #role-slider .slick-dots li:nth-child(4) {
    background-image: url(img/cha04-2.jpg); }
  #role-slider .slick-dots li:nth-child(5) {
    background-image: url(img/cha05-2.jpg); }
  #role-slider .slick-dots li:nth-child(6) {
    background-image: url(img/cha06-2.jpg); }
  #role-slider .slick-dots li:nth-child(7) {
    background-image: url(img/cha07-2.jpg); }
  #role-slider .slick-dots li:nth-child(8) {
    background-image: url(img/cha08-2.jpg); }
  #role-slider .slick-dots li:nth-child(9) {
    background-image: url(img/cha09-2.jpg); }
  #role-slider .slick-dots li:nth-child(10) {
    background-image: url(img/cha10-2.jpg); }
  #role-slider .slick-dots li:nth-child(11) {
    background-image: url(img/cha11-2.jpg); }
  #role-slider .slick-dots li:nth-child(12) {
    background-image: url(img/cha12-2.jpg); }

.roleBox {
  width: 100%; }
  .roleBox .roleBg {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1; }
  .roleBox .roleText {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 3; }
  .roleBox .roleMan {
    position: absolute;
    top: 40px;
    right: 300px;
    z-index: 2;
    pointer-events: none; }
  .roleBox.role01 .roleMan {
    top: 90px;
    right: 320px; }
  .roleBox.role02 .roleMan {
    top: 90px;
    right: 320px; }
  .roleBox.role03 .roleMan {
    top: 90px;
    right: 320px; }
  .roleBox.role04 .roleMan {
     top: 90px;
    right: 320px; }
  .roleBox.role05 .roleMan {
    top: 90px;
    right: 320px; }
  .roleBox.role06 .roleMan {
    top: 90px;
    right: 320px; }
  .roleBox.role07 .roleMan {
    top: 90px;
    right: 320px; }
  .roleBox.role08 .roleMan {
    top: 90px;
    right: 320px; }
  .roleBox.role09 .roleMan {
    right: 350px;
    top: 20px; }
  .roleBox.role10 .roleMan {
    top: 75px;
    right: 250px; }
  .roleBox.role11 .roleMan {
    top: 20px;
    right: 350px; }
  .roleBox.role12 .roleMan {
    top: 50px;
    right: 330px; }

/* ==================================================
* tab
 ===================================================*/
#newsTab {
  background-color: #e2e2e2;
  padding: 2px 40px; }
  #newsTab .tabs {
    width: calc(100% - 10px);
    margin-bottom: 13px;
    padding: 0; }
    #newsTab .tabs li {
      width: auto;
      display: inline-block;
      text-align: center; }
      #newsTab .tabs li a {
        font-size: 14px;
        color: #888;
        letter-spacing: 1px;
        padding-bottom: 5px;
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
        transform: perspective(1px) translateZ(0); }
        #newsTab .tabs li a:before {
          content: "";
          position: absolute;
          z-index: -1;
          left: 0;
          right: 100%;
          bottom: 0;
          background: #9b6e71;
          height: 3px;
          transition: right 0.35s ease-out; }
      #newsTab .tabs li.is-active a, #newsTab .tabs li:hover a {
        color: #404040; }
        #newsTab .tabs li.is-active a:before, #newsTab .tabs li:hover a:before {
          right: 0; }
  #newsTab .tab_more {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 5px;
    top: 7px;
    font-size: 24px;
    color: #888;
    z-index: 3; }
    #newsTab .tab_more:hover {
      color: #404040; }
  #newsTab .tab_container .tab_content {
    min-height: 300px;
    padding-top: 0; }

.news-list li {
  width: 100%;
  text-align: left;
  margin-bottom: 7px; }
  .news-list li a {
    /*display: block;
    padding: 0 75px;*/
    position: relative;
    font-size: 14px;
    color: #000000;
    letter-spacing: 1px; }
    .news-list li a span {
      display: block;
      height: 18px;
      position: relative;
      line-height: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -moz-line-clamp: 1;
      -ms-line-clamp: 1;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-box-orient: vertical; }
    .news-list li a .text {
      margin-left: 3px;
      max-width: 230px;
      overflow: hidden;
      top: 1px;
      overflow: hidden; }
    .news-list li a .type {
      width: 76px;
      position: absolute;
      left: 0;
      top: 0; }
      .news-list li a .type.sticky-top {
        width: 100px;
        height: 20px;
        top: -1px;
        background: url("img/sticky-top.png") center no-repeat;
        font-size: 0; }
    .news-list li a .data {
      width: 45px;
      position: absolute;
      right: 0;
      top: 1px; }
    .news-list li a:hover {
      color: #3f51b5; }
      .news-list li a:hover .text {
        text-decoration: underline; }

.noNews {
  left: 50%;
  right: auto;
  top: 43%;
  bottom: auto;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  position: absolute;
  margin: 0; }

/* ==================================================
* serveSection
 ===================================================*/
.serveSection {
  z-index: 2; }

.socialWrapper {
  width: 500px;
  float: right; }

.socialContainer .socialBox {
  width: 160px;
  height: 400px;
  background-color: #ccc;
  float: left;
  position: relative; }
  .socialContainer .socialBox a {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    z-index: 2; }
    .socialContainer .socialBox a:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-repeat: no-repeat;
      animation-duration: 0.8s;
      animation-fill-mode: both; }
  .socialContainer .socialBox img {
    position: relative;
    z-index: 1; }
  .socialContainer .socialBox:nth-child(1) a, .socialContainer .socialBox:nth-child(1) a:before {
    background-image: url(img/social-fb.jpg); }
  .socialContainer .socialBox:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px; }
    .socialContainer .socialBox:nth-child(2) a, .socialContainer .socialBox:nth-child(2) a:before {
      background-image: url(img/social-yt.jpg); }
  .socialContainer .socialBox:nth-child(3) a, .socialContainer .socialBox:nth-child(3) a:before {
    background-image: url(img/social-gamer.jpg); }
  .socialContainer .socialBox:hover a:before {
    animation-name: bounceIn; }

@keyframes bounceIn {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1.3); } }

.gameWrapper {
  background-color: #f9f9f9;
  padding: 25px 11px;
  background: #fefefe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 42%, #d0d0d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fefefe 42%, #d0d0d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fefefe 42%, #d0d0d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .gameWrapper a {
    width: 190px;
    height: 85px;
    margin-top: 7px;
    display: block;
    overflow: hidden;
    float: left;
    background-color: #333;
    box-shadow: 0 0 5px 2px transparent;
    transition: box-shadow 0.4s; }
    .gameWrapper a img {
      width: 100%;
      height: auto;
      transition: opacity 0.25s; }
    .gameWrapper a:nth-child(odd) {
      margin-right: 7px; }
    .gameWrapper a:nth-of-type(1), .gameWrapper a:nth-of-type(2) {
      margin-top: 0; }
    .gameWrapper a:hover {
      box-shadow: 0 0 5px 2px #00bcd4; }

.lineWrapper {
  padding-left: 20px; }
  .lineWrapper a {
    width: 405px;
    height: 58px;
    display: block;
    overflow: hidden;
    float: left;
    overflow: hidden; }
    .lineWrapper a img {
      width: 100%;
      height: auto;
      padding: 5px;
      transition: transform 0.2s ease-out; }
    .lineWrapper a:hover img {
      transform: scale(1.1); }

/* ==================================================
* shareSection
 ===================================================*/
#shareTab {
  margin-bottom: 50px; }
  #shareTab h3 {
    width: auto;
    display: inline-block;
    margin-right: 15px; }
  #shareTab .tabs {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0; }
    #shareTab .tabs li {
      width: auto;
      display: inline-block;
      text-align: center;
      margin-right: 8px; }
      #shareTab .tabs li a {
        font-size: 14px;
        color: #888;
        letter-spacing: 1px;
        padding-bottom: 5px;
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
        transform: perspective(1px) translateZ(0); }
        #shareTab .tabs li a:before {
          content: "";
          position: absolute;
          z-index: -1;
          left: 0;
          right: 100%;
          bottom: 0;
          background: #9b6e71;
          height: 3px;
          transition: right 0.35s ease-out; }
      #shareTab .tabs li.is-active a, #shareTab .tabs li:hover a {
        color: #404040; }
        #shareTab .tabs li.is-active a:before, #shareTab .tabs li:hover a:before {
          right: 0; }

  #shareTab .tab_container {javascript:;
    padding: 30px 20px;
    background: #fefefe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 42%, #d0d0d0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefefe 42%, #d0d0d0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefefe 42%, #d0d0d0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    #shareTab .tab_container .tab_content {
      min-height: 100px;
      padding: 0; }

.shareWrapper {
  width: 100%; }
  .shareWrapper a {
    width: 190px;
    height: 105px;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 1;
    transition: all .3s ease-out; }
    .shareWrapper a + a {
      margin-left: 3px; }
    .shareWrapper a:hover {
      filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
      -webkit-filter: grayscale(0%);
      transform: scale(1.2);
      z-index: 2;
      overflow: visible; }
  .shareWrapper.videoType a:before {
    content: "";
    background-image: url(img/play.png);
    width: 50px;
    height: 51px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    transition: all .3s ease-out; }
  .shareWrapper.videoType a:hover:before {
    transform: scale(1.1); }
.btn_play1{
	width: 700px;
	height: 596px;
	position: absolute;
	left: 900px;
    /*bottom: 1788px;*/
	background: url(img/btn_play.png) no-repeat;
}

.menu_logo{position:absolute; top:-70px; left:-563px;}
.menu_logo a{display:block;}