@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0; }

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

fieldset,
img {
  border: 0;
  border-style: none; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal; }

ol,
ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%; }

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

abbr,
acronym {
  border: 0; }

a {
  text-decoration: none;
  color: inherit; }

input,
button,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

*:focus {
  outline: none; }

h1 {
  font-size: 40px;
  font-weight: 700; }

h2 {
  font-size: 32px;
  font-weight: 500; }

h3 {
  font-size: 28px;
  font-weight: bold; }

h4 {
  font-size: 24px;
  font-weight: 500; }

h5 {
  font-size: 20px;
  font-weight: bold; }

p, li {
  font-size: 18px;
  line-height: 30px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth; }

body {
  line-height: 1.5;
  font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
  font-size: 18px;
  color: #2e2e2e;
  background-color: #ffe58b;
  position: relative;
  overflow-x: hidden; }

footer {
  background-color: #352f2b; }

@-webkit-keyframes kv_wheel {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes kv_wheel {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-webkit-keyframes kv_circle {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

@keyframes kv_circle {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

@-webkit-keyframes slogan_rotate {
  0% {
    -webkit-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1; } }

@keyframes slogan_rotate {
  0% {
    -webkit-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1; } }

@-webkit-keyframes subSlogan {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }

@keyframes subSlogan {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }

@-webkit-keyframes poring_roll {
  0% {
    -webkit-transform: translateX(-1000px) rotate(-900deg);
    transform: translateX(-1000px) rotate(-900deg);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1; } }

@keyframes poring_roll {
  0% {
    -webkit-transform: translateX(-1000px) rotate(-900deg);
    transform: translateX(-1000px) rotate(-900deg);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1; } }

.header__bg, .header__cha, .header__subSlogan {
  width: 100%;
  height: 100%; }

.pageNav {
  position: fixed;
  z-index: 50;
  right: 0;
  top: calc(30% - (250px / 2));
  font-size: 0;
  height: 250px;
  -webkit-transition: all 0.5s cubic-bezier(0.34, -0.68, 0.6, 1.62);
  -o-transition: all 0.5s cubic-bezier(0.34, -0.68, 0.6, 1.62);
  transition: all 0.5s cubic-bezier(0.34, -0.68, 0.6, 1.62); }
  .pageNav.close {
    right: -180px; }

@-webkit-keyframes bounce {
  20%, 60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  0%, 40%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounce {
  20%, 60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  0%, 40%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
  .pageNav__arrow, .pageNav__navBox {
    vertical-align: middle; }
  .pageNav__arrow {
    display: inline-block;
    width: 30px;
    height: 146px;
    text-align: center;
    cursor: pointer;
    background-image: url(../img/page_nav_arrow-bg.png);
    background-size: contain;
    background-repeat: no-repeat; }
    .pageNav__arrow svg {
      width: 9px;
      height: 15px;
      position: relative;
      top: calc(50% - (15px / 2));
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
      .pageNav__arrow svg.close {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      .pageNav__arrow svg path {
        fill: #fff; }
  .pageNav__navBox {
    width: 180px;
    height: 250px;
    background-image: url(../img/page_nav_bg.png);
    background-size: cover;
    -webkit-box-shadow: 0 1px 2px #9b7a3c;
    box-shadow: 0 1px 2px #9b7a3c;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .pageNav__navBox ul {
      text-align: center;
      margin-bottom: 5px; }
      .pageNav__navBox ul li {
        margin: 0 auto;
        width: 140px;
        height: 39px;
        text-indent: -999999px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .pageNav__navBox ul li a {
          display: block;
          width: 100%;
          height: 100%; }
        .pageNav__navBox ul li:hover {
          -webkit-transform: rotate(5deg);
          -ms-transform: rotate(5deg);
          transform: rotate(5deg); }
      .pageNav__navBox ul .top {
        background-image: url(../img/page_nav_top.png);
        background-color: #9c8c6e;
        border-radius: 3px;
        cursor: pointer; }
      .pageNav__navBox ul .dl-goo {
        background-image: url(../img/page_nav_google.png); }
      .pageNav__navBox ul .dl-app {
        background-image: url(../img/page_nav_apple.png); }
    .pageNav__navBox .social img {
      max-width: 100%; }
    .pageNav__navBox .social div {
      display: inline-block;
      border-radius: 100%;
      width: 50px;
      height: 50px;
      margin: 0 5px;
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .pageNav__navBox .social div:hover {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg); }
      .pageNav__navBox .social div a {
        width: 100%;
        height: 100%;
        display: block;
        color: transparent; }
    .pageNav__navBox .social--fb {
      background-image: url(../img/login_icon-fb.png);
      background-color: #3b62bb; }
    .pageNav__navBox .social--bh {
      background-image: url(../img/page_nav_icon-bh.png);
      background-color: #2f8ca1; }
  @media only screen and (max-width: 768px) {
    .pageNav__arrow {
      width: 20px;
      height: 95px; } }

.header {
  width: 100%;
  height: 845px;
  background-image: url(../img/kv_bg.jpg);
  background-position: center top;
  position: relative;
  overflow: hidden; }
  .header__logo {
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 10; }
    .header__logo a {
      width: 100%;
      height: 100%;
      display: block; }
      .header__logo a img {
        width: 100%; }
  .header__bg > *, .header__cha > *, .header__subSlogan > * {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain; }
  .header__bg > div {
    background-size: contain;
    background-repeat: no-repeat; }
  .header__bg .wheel {
    background-image: url(../img/kv_wheel.png);
    width: 920px;
    height: 920px;
    left: calc( (100% - 1920px) / 2 + 300px);
    top: -300px;
    -webkit-animation: kv_wheel 40s infinite ease-in-out;
    animation: kv_wheel 40s infinite ease-in-out; }
  .header__bg .circle_01 {
    background-image: url(../img/kv_circle_01.png);
    width: 291px;
    height: 291px;
    left: calc( (100% - 1920px) / 2 + 150px);
    top: -165px;
    -webkit-animation: kv_circle 2s infinite ease-in-out;
    animation: kv_circle 2s infinite ease-in-out; }
  .header__bg .circle_02 {
    background-image: url(../img/kv_circle_02.png);
    width: 257px;
    height: 257px;
    left: calc( (100% - 1920px) / 2 + 300px);
    top: -175px; }
  .header__bg .circle_03 {
    background-image: url(../img/kv_circle_03.png);
    width: 257px;
    height: 257px;
    right: 100px;
    bottom: -10px; }
  .header__bg .circle_04 {
    background-image: url(../img/kv_circle_04.png);
    width: 365px;
    height: 365px;
    right: -150px;
    bottom: 40px;
    -webkit-animation: kv_circle 2.5s infinite ease-in-out;
    animation: kv_circle 2.5s infinite ease-in-out; }
  .header__cha {
    position: absolute;
    left: 0;
    top: 0; }
    .header__cha > div {
      background-size: contain;
      background-repeat: no-repeat; }
    .header__cha .orc {
      background-image: url(../img/kv_orc.png);
      width: 441px;
      height: 562px;
      right: calc( (100% - 1920px) / 2 + 350px);
      top: -80px; }
    .header__cha .drake {
      background-image: url(../img/kv_drake.png);
      width: 836px;
      height: 986px;
      left: calc( (100% - 1920px) / 2 + 516px);
      top: -50px; }
    .header__cha .sniper {
      background-image: url(../img/kv_sniper.png);
      width: 1190px;
      height: 1303px;
      right: calc( (100% - 1920px) / 2 + 130px);
      top: 150px; }
  .header__subSlogan > div {
    background-size: contain;
    background-repeat: no-repeat; }
    .header__subSlogan > div.ani {
      -webkit-animation: subSlogan 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
      animation: subSlogan 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1) both; }
  .header__subSlogan .subslogan {
    background-image: url(../img/kv_slogan_sub.png);
    width: 279px;
    height: 127px;
    left: calc( (100% - 1920px) / 2 + 394px);
    top: 248px; }
  .header__subSlogan .crow {
    background-image: url(../img/kv_crow.png);
    width: 210px;
    height: 239px;
    left: calc( (100% - 1920px) / 2 + 422px);
    top: 29px; }
  .header__slogan {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../img/kv_slogan.png);
    width: 511px;
    height: 346px;
    left: calc( (100% - 1920px) / 2 + 400px);
    bottom: 82px; }
    .header__slogan.ani {
      -webkit-animation: slogan_rotate 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: slogan_rotate 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  @media only screen and (max-width: 1280px) {
    .header__logo {
      left: 25px;
      top: 25px; }
    .header__subSlogan .subslogan {
      left: 4vw; }
    .header__subSlogan .crow {
      left: 4.5vw; }
    .header__slogan {
      left: 4vw; } }
  @media only screen and (max-width: 768px) {
    .header {
      height: 86vw;
      background-image: url(../img/kv_bg-m.jpg);
      background-size: cover; }
      .header__logo {
        width: 18vw; }
      .header__bg .wheel {
        width: 70vw;
        height: 70vw;
        left: -5vw;
        top: -20vw; }
      .header__bg .circle_01 {
        width: 28vw;
        height: 28vw;
        left: -5vw;
        top: -13vw; }
      .header__bg .circle_02 {
        width: 26vw;
        height: 26vw;
        top: -19vw;
        left: 14vw; }
      .header__bg .circle_04 {
        width: 30vw;
        height: 30vw;
        right: -8vw;
        bottom: 6vw; }
      .header__bg .circle_03 {
        width: 26vw;
        height: 26vw;
        right: 5vw;
        bottom: -2vw; }
      .header__cha .orc {
        width: 44vw;
        height: 56vw;
        right: 2vw;
        top: -6vw; }
      .header__cha .drake {
        width: 77vw;
        height: 91vw;
        top: -5vw;
        left: 6vw; }
      .header__cha .sniper {
        width: 129vw;
        height: 141vw;
        right: -28vw;
        top: 15vw; }
      .header__subSlogan .subslogan {
        width: 37vw;
        height: 17vw;
        top: 28vw; }
      .header__subSlogan .crow {
        display: none; }
      .header__slogan {
        width: 53vw;
        height: 36vw;
        bottom: initial;
        top: 44vw; } }
  @media only screen and (max-width: 768px) {
    .header__logo {
      left: 2.5vw;
      top: 2.5vw; } }

.login {
  height: 450px;
  background-color: #fcf8f5;
  position: relative;
  background-image: url(../img/login_wave.png), url(../img/login_wave.png);
  background-position: top 30px right -20px, left -50px bottom 30px;
  background-repeat: no-repeat; }
  .login::before {
    content: '';
    position: absolute;
    left: 0;
    top: -40px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1070px 40px 0;
    border-color: transparent transparent #e54e4e; }
  .login .wrap {
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative; }
  .login__deco {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden; }
    .login__deco svg {
      position: absolute; }
    .login__deco .deco_01 {
      left: 160px;
      top: 36px; }
    .login__deco .deco_02 {
      left: 176px;
      top: 112px; }
    .login__deco .deco_03 {
      right: 176px;
      bottom: 112px; }
    .login__deco .deco_04 {
      right: 177px;
      bottom: 30px; }
  .login__poring {
    background-image: url(../img/login_poring.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 183px;
    position: absolute;
    bottom: 60px;
    left: calc( (100% - 1920px) / 2 + 280px);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateX(-1000px) rotate(-900deg);
    -ms-transform: translateX(-1000px) rotate(-900deg);
    transform: translateX(-1000px) rotate(-900deg);
    opacity: 0; }
    .login__poring.ani {
      -webkit-transform: translateX(0) rotate(0deg);
      -ms-transform: translateX(0) rotate(0deg);
      transform: translateX(0) rotate(0deg);
      opacity: 1; }
  .login .logBox {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .login .logBox__login h4 {
      text-align: center;
      margin-bottom: 30px; }
    .login .logBox__login .logicon {
      font-size: 0;
      text-align: center;
      margin-bottom: 20px; }
      .login .logBox__login .logicon .icon {
        display: inline-block;
        margin: 0 25px;
        cursor: pointer;
        position: relative;
        text-align: center; }
        .login .logBox__login .logicon .icon:hover .logo {
          border-width: 0;
          -webkit-box-shadow: inset 0 -8px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 -8px rgba(255, 255, 255, 0.3); }
        .login .logBox__login .logicon .icon .logo {
          -webkit-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
          width: 90px;
          height: 90px;
          border-radius: 100%;
          text-align: center;
          margin-bottom: 5px; }
          .login .logBox__login .logicon .icon .logo img {
            max-width: 100%; }
        .login .logBox__login .logicon .icon p {
          font-weight: 400; }
      .login .logBox__login .logicon .fb .logo {
        background-color: #0674e8;
        border: 5px solid #75b8ff;
        -webkit-box-shadow: inset -3px -3px rgba(18, 90, 165, 0.6);
        box-shadow: inset -3px -3px rgba(18, 90, 165, 0.6); }
      .login .logBox__login .logicon .goo .logo {
        background-color: #f2574c;
        border: 5px solid #ff8d85;
        -webkit-box-shadow: inset -3px -3px rgba(204, 48, 37, 0.6);
        box-shadow: inset -3px -3px rgba(204, 48, 37, 0.6); }
      .login .logBox__login .logicon .apl .logo {
        background-color: #313132;
        border: 5px solid #777777;
        -webkit-box-shadow: inset -3px -3px rgba(0, 0, 0, 0.6);
        box-shadow: inset -3px -3px rgba(0, 0, 0, 0.6); }
    .login .logBox__login .note {
      text-align: center; }
      .login .logBox__login .note p {
        color: #f13e57;
        font-weight: 500; }
    .login .logBox__logout {
      display: none;
      width: 100%;
      max-width: 768px; }
      .login .logBox__logout .account {
        margin-bottom: 20px;
        text-align: center; }
        .login .logBox__logout .account > * {
          display: inline-block; }
        .login .logBox__logout .account div {
          font-size: 24px; }
        .login .logBox__logout .account h4 {
          margin-right: 10px; }
        .login .logBox__logout .account .userAccount {
          background-color: #f5f0e4;
          padding: 5px 15px;
          margin-right: 10px;
          color: #99958d; }
        .login .logBox__logout .account .logoutBtn {
          background: -webkit-gradient(linear, left top, right top, from(#79dad5), to(#5dcac4));
          background: -webkit-linear-gradient(left, #79dad5, #5dcac4);
          background: -o-linear-gradient(left, #79dad5, #5dcac4);
          background: linear-gradient(to right, #79dad5, #5dcac4);
          padding: 5px 20px;
          border-radius: 10px;
          color: #fff;
          font-weight: bold;
          cursor: pointer; }
      .login .logBox__logout .formGroup {
        text-align: center; }
        .login .logBox__logout .formGroup .selectGroup {
          position: relative;
          display: inline-block;
          width: 100%;
          max-width: 500px;
          margin-bottom: 20px; }
          .login .logBox__logout .formGroup .selectGroup__arrow {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 6px 0 6px;
            border-color: #2e2e2e transparent transparent transparent;
            position: absolute;
            right: 22px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            pointer-events: none; }
          .login .logBox__logout .formGroup .selectGroup select {
            background-color: #f0e8cd;
            border: 1px solid #d7cdad;
            border-radius: 10px;
            width: 100%;
            padding: 10px 20px;
            color: #2e2e2e;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .login .logBox__logout .formGroup .selectGroup select::after {
              content: '';
              display: block;
              position: absolute;
              right: 0;
              top: 0;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 8px 6px 0 6px;
              border-color: #2e2e2e transparent transparent transparent;
              z-index: 1; }
            .login .logBox__logout .formGroup .selectGroup select::-ms-expand {
              display: none; }
      .login .logBox__logout .count {
        margin-bottom: 20px;
        text-align: center; }
        .login .logBox__logout .count__free, .login .logBox__logout .count__consume {
          display: inline-block;
          font-size: 32px;
          background-color: #f5f0e4;
          padding: 0 40px;
          border-radius: 80px;
          height: 68px;
          line-height: 68px;
          font-weight: 500; }
          .login .logBox__logout .count__free h2, .login .logBox__logout .count__free span, .login .logBox__logout .count__consume h2, .login .logBox__logout .count__consume span {
            vertical-align: top; }
          .login .logBox__logout .count__free span, .login .logBox__logout .count__consume span {
            display: inline-block;
            font-size: 52px;
            color: #e5475e;
            margin-top: -3px; }
        .login .logBox__logout .count__free {
          margin-right: 10px; }
      .login .logBox__logout .note {
        text-align: center; }
        .login .logBox__logout .note p {
          color: #f13e57;
          font-weight: 500; }
  @media only screen and (max-width: 1024px) {
    .login__deco .deco_01 {
      left: 1vw; }
    .login__deco .deco_02 {
      left: 3vw; }
    .login__deco .deco_03 {
      right: 1vw; }
    .login__deco .deco_04 {
      right: 1vw; }
    .login__poring {
      width: 16vw;
      height: 12vw;
      left: 0;
      bottom: -30px; }
    .login .logBox__logout .account div {
      font-size: 20px; }
    .login .logBox__logout .count__free, .login .logBox__logout .count__consume {
      height: 60px;
      padding: 0 30px;
      line-height: 60px; }
      .login .logBox__logout .count__free span, .login .logBox__logout .count__consume span {
        font-size: 40px; } }
  @media only screen and (max-width: 768px) {
    .login {
      height: auto;
      padding: 60px 4vw;
      background-size: 80%; }
      .login::before {
        top: -4vw;
        border-width: 0 60vw 4vw 0; }
      .login__deco .deco_01 {
        left: -2vw;
        top: -15px; }
      .login__deco .deco_02 {
        left: -1vw;
        top: 52px; }
      .login__deco .deco_03 {
        right: -1vw;
        bottom: 43px; }
      .login__deco .deco_04 {
        right: -2vw;
        bottom: -26px; }
      .login__poring {
        z-index: 10;
        width: 27vw;
        height: 20vw;
        bottom: -10%;
        left: -6vw; }
      .login .note {
        max-width: 500px;
        margin: auto; } }
  @media only screen and (max-width: 580px) {
    .login__poring {
      bottom: -7vw;
      display: none; }
    .login .logBox__login .logicon .icon {
      margin: 0 2vw;
      width: 20vw;
      max-width: 70px; }
      .login .logBox__login .logicon .icon .logo {
        margin: 0 auto;
        width: 60px;
        height: 60px; }
    .login .logBox__logout .account h4, .login .logBox__logout .account div {
      display: block; }
    .login .logBox__logout .account h4 {
      margin: 0 auto 5px; }
    .login .logBox__logout .account div {
      font-size: 16px; }
    .login .logBox__logout .account .userAccount {
      margin: 0 auto 10px; }
    .login .logBox__logout .account .logoutBtn {
      width: 50%;
      margin: 0 auto;
      padding: 10px 20px; }
    .login .logBox__logout .formGroup select {
      border-radius: 5px;
      padding: 5px 10px; }
    .login .logBox__logout .count__free, .login .logBox__logout .count__consume {
      display: block;
      margin: 0 auto;
      width: 90%;
      padding: 0;
      height: 46px;
      line-height: 46px; }
      .login .logBox__logout .count__free span, .login .logBox__logout .count__consume span {
        font-size: 26px;
        margin-top: -1px; }
    .login .logBox__logout .count__free {
      margin: 0 auto 10px; } }
  @media only screen and (max-width: 375px) {
    .login .logBox__login .logicon .icon:hover .logo {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-width: 5px; }
    .login .logBox__login .logicon .icon p {
      display: none; } }

.event__container--btns {
  background-color: #fbc653;
  width: calc(100% + 60px);
  margin-left: -30px;
  position: relative;
  background-image: url(../img/event_info_bg01.png), url(../img/event_info_bg02.png);
  background-repeat: no-repeat;
  background-position: right 80px top 30px, left 80px bottom 30px; }
  .event__container--btns::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #EA9F48; }
  .event__container--btns::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #EA9F48 transparent transparent; }
  @media only screen and (max-width: 1024px) {
    .event__container--btns {
      background-position: right 20px top 20px, left 20px bottom 20px; } }

.event {
  background-image: url(../img/event_bg-deco04.png), url(../img/event_bg-deco02.png), url(../img/event_bg-deco01.png), url(../img/event_bg.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-position: right bottom, top 190px left, left top, center top;
  padding-bottom: 100px;
  z-index: 0;
  width: 100%; }
  .event::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 1070px;
    border-color: #fc8484 transparent transparent; }
  .event .eventWrap {
    padding-top: 200px;
    overflow-x: hidden; }
  .event .eventNav {
    width: 100%;
    padding: 80px 20px 0; }
    .event .eventNav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .event .eventNav ul li {
        -webkit-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
        background-size: contain;
        background-repeat: no-repeat;
        width: 350px;
        height: 110px; }
        .event .eventNav ul li:not(:nth-child(3)) {
          margin-right: 20px; }
        .event .eventNav ul li:nth-child(1) {
          background-image: url(../img/event_btn_01.png); }
          .event .eventNav ul li:nth-child(1):hover {
            background-image: url(../img/event_btn_01-active.png); }
        .event .eventNav ul li:nth-child(2) {
          background-image: url(../img/event_btn_02.png); }
          .event .eventNav ul li:nth-child(2):hover {
            background-image: url(../img/event_btn_02-active.png); }
        .event .eventNav ul li:nth-child(3) {
          background-image: url(../img/event_btn_03.png); }
          .event .eventNav ul li:nth-child(3):hover {
            background-image: url(../img/event_btn_03-active.png); }
        .event .eventNav ul li a {
          display: block;
          width: 100%;
          height: 100%;
          opacity: 0; }
  .event__container {
    background-color: #fff3ca;
    border: 3px solid #f9c24b;
    max-width: 1042px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px; }
    .event__container::before {
      content: '';
      display: block;
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 1; }
    .event__container::after {
      content: '';
      display: block;
      position: absolute;
      background-image: url(../img/event_bg-deco03.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 470px;
      height: 470px;
      bottom: 22%;
      right: -38%;
      z-index: -1; }
    .event__container--title {
      margin-top: -135px;
      text-align: center; }
    .event__container--info {
      margin: 0 auto;
      max-width: 840px;
      padding: 30px 0;
      background-image: url(../img/event_info_bg.png);
      background-repeat: no-repeat;
      background-position: right bottom 20px; }
      .event__container--info div:first-child {
        margin-bottom: 20px; }
      .event__container--info h4 {
        color: #7b5240;
        font-weight: bold;
        background-color: #ffecaa;
        border: 1px solid #dcb047;
        border-radius: 35px;
        display: inline-block;
        padding: 4px 20px;
        margin-bottom: 5px; }
    .event__container--btns {
      padding: 50px 0;
      text-align: center; }
      .event__container--btns .btn {
        display: inline-block;
        background: -webkit-gradient(linear, left top, right top, from(#f65a5a), to(#e03636));
        background: -webkit-linear-gradient(left, #f65a5a, #e03636);
        background: -o-linear-gradient(left, #f65a5a, #e03636);
        background: linear-gradient(to right, #f65a5a, #e03636);
        border: 1px solid #e23838;
        -webkit-box-shadow: inset 0 2px 2px #fd7c72, 4px 6px 0 rgba(182, 109, 38, 0.35);
        box-shadow: inset 0 2px 2px #fd7c72, 4px 6px 0 rgba(182, 109, 38, 0.35);
        cursor: pointer;
        color: #fff;
        width: 245px;
        height: 65px;
        text-align: center;
        line-height: 65px;
        font-weight: bold;
        border-radius: 32.5px;
        font-size: 26px;
        -webkit-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear; }
        .event__container--btns .btn:hover {
          -webkit-box-shadow: inset 0 2px 2px #fd7c72, 2px 3px 0 rgba(182, 109, 38, 0.35);
          box-shadow: inset 0 2px 2px #fd7c72, 2px 3px 0 rgba(182, 109, 38, 0.35);
          -webkit-transform: translate(-2px, 2px);
          -ms-transform: translate(-2px, 2px);
          transform: translate(-2px, 2px); }
        .event__container--btns .btn__record {
          margin-right: 30px; }
    .event__container--game {
      background-image: url(../img/event_luckywheel_bg.png);
      background-position: left 40px top 50px;
      background-repeat: no-repeat;
      padding: 100px 0 80px; }
      .event__container--game .luckywheel-base {
        margin-top: -100px; }
        .event__container--game .luckywheel-base .baseImg {
          text-align: center; }
          .event__container--game .luckywheel-base .baseImg img {
            max-width: 100%; }
    .event__container--reward {
      text-align: center; }
      .event__container--reward .title {
        margin-bottom: 20px; }
      .event__container--reward .productDisplay {
        background-color: #fcf8f5;
        border: 1px solid #d6c897;
        padding: 40px 30px;
        margin: 0 50px;
        font-size: 0;
        position: relative; }
        .event__container--reward .productDisplay::before {
          content: '';
          display: block;
          position: absolute;
          top: -31px;
          left: 40px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 450px 30px 0;
          border-color: transparent transparent #FFE99E; }
        .event__container--reward .productDisplay::after {
          content: '';
          display: block;
          position: absolute;
          bottom: -31px;
          right: 40px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 30px 0 0 450px;
          border-color: #FFE99E transparent transparent; }
        .event__container--reward .productDisplay img {
          max-width: 100%; }
        .event__container--reward .productDisplay__photo, .event__container--reward .productDisplay__info {
          display: inline-block;
          vertical-align: middle; }
        .event__container--reward .productDisplay__photo {
          width: calc(49.5% - 5px);
          margin-right: 10px;
          position: relative; }
          .event__container--reward .productDisplay__photo::before {
            content: '';
            display: block;
            position: absolute;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 1; }
          .event__container--reward .productDisplay__photo img {
            border: 1px solid #f7d7c0;
            border-radius: 10px; }
        .event__container--reward .productDisplay__info {
          width: calc(49.5% - 5px); }
  @media only screen and (max-width: 1024px) {
    .event .eventNav ul li:not(:nth-child(3)) {
      margin-right: 10px; }
    .event .eventWrap {
      padding-top: 18vw; }
    .event__container {
      margin: 0 50px; }
      .event__container--info {
        padding: 30px 7%;
        background-position: right 4% bottom 20px; }
      .event__container--btns .btn {
        width: 225px;
        height: 55px;
        line-height: 55px; }
      .event__container--game {
        padding: 100px 20px 80px; }
      .event__container--reward .productDisplay__photo::before {
        bottom: -48%;
        width: 14vw;
        height: 14vw; } }
  @media only screen and (max-width: 768px) {
    .event::before {
      border-width: 4vw 0 0 60vw; }
    .event .eventNav {
      padding: 8vw 4vw 0; }
      .event .eventNav ul li {
        width: 33.3%;
        height: 9.3vw; }
        .event .eventNav ul li:not(:nth-child(3)) {
          margin-right: 10px; }
    .event__container {
      margin: 0 4vw; }
      .event__container::before {
        display: none; }
      .event__container--title {
        margin-top: -14vw; }
        .event__container--title img {
          max-width: 46vw; }
      .event__container--info {
        background-size: 60%;
        background-position: right 2vw bottom 2%; }
      .event__container--btns {
        background-size: 12%; }
      .event__container--game {
        padding: 10vw 4vw 7vw;
        background-position: left 2vw top 2%;
        background-size: 80%;
        position: relative; }
      .event__container--reward .productDisplay {
        margin: 0 4vw; }
        .event__container--reward .productDisplay::before {
          top: -21px;
          left: 5vw;
          border-width: 0 50vw 20px 0; }
        .event__container--reward .productDisplay::after {
          bottom: -21px;
          right: 5vw;
          border-width: 20px 0 0 50vw; }
        .event__container--reward .productDisplay__photo, .event__container--reward .productDisplay__info {
          display: block;
          width: 100%; }
        .event__container--reward .productDisplay__photo {
          margin-right: 0;
          margin-bottom: 20px; }
          .event__container--reward .productDisplay__photo::before {
            display: none; } }
  @media only screen and (max-width: 580px) {
    .event {
      z-index: 40;
      padding-bottom: 18vw; }
      .event::after {
        content: '';
        display: block;
        position: absolute;
        background-image: url(../img/login_poring.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 29vw;
        height: 22vw;
        left: -6vw;
        top: -7vw; }
      .event .eventNav {
        padding: 0;
        position: fixed;
        left: 0;
        top: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: 5;
        -webkit-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in; }
        .event .eventNav.navShow {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); }
        .event .eventNav ul {
          background-color: rgba(112, 36, 36, 0.9); }
          .event .eventNav ul li {
            background-image: url() !important;
            width: 33.3%;
            height: auto;
            text-align: center;
            padding: 3vw 5vw; }
            .event .eventNav ul li:not(:nth-child(3)) {
              margin-right: 0;
              border-right: 1px solid #4e1d1c; }
            .event .eventNav ul li a {
              opacity: 1;
              color: #fff8e0;
              font-size: 5vw;
              font-weight: bold;
              line-height: 1.2; }
      .event .eventWrap {
        padding-top: 22vw; }
      .event__container {
        margin: 0 4vw;
        padding-bottom: 10vw; }
        .event__container::before {
          display: none; }
        .event__container--btns {
          padding: 5vw 0; }
          .event__container--btns .btn {
            font-size: 20px;
            width: 40%;
            height: 45px;
            line-height: 45px;
            -webkit-box-shadow: inset 0 2px 2px #fd7c72, 2px 3px 0 rgba(182, 109, 38, 0.35);
            box-shadow: inset 0 2px 2px #fd7c72, 2px 3px 0 rgba(182, 109, 38, 0.35); }
            .event__container--btns .btn:hover {
              -webkit-box-shadow: inset 0 2px 2px #fd7c72, 1px 1px 0 rgba(182, 109, 38, 0.35);
              box-shadow: inset 0 2px 2px #fd7c72, 1px 1px 0 rgba(182, 109, 38, 0.35); }
            .event__container--btns .btn__record {
              margin-right: 2%; }
        .event__container--game .luckywheel-base {
          margin-top: -15vw; }
        .event__container--reward .title img {
          max-width: 80%; }
        .event__container--reward .productDisplay {
          padding: 5vw 3vw; }
          .event__container--reward .productDisplay__photo::before {
            left: -15%;
            width: 19vw;
            height: 19vw; } }

.event.event__01 .eventNav ul li:nth-child(1) {
  background-image: url(../img/event_btn_01-active.png); }

.event.event__01 .event__container::before {
  background-image: url(../img/event01_monster.png);
  width: 691px;
  height: 587px;
  bottom: 22%;
  right: -47%; }

.event.event__01 .event__container--reward .productDisplay__photo::before {
  background-image: url(../img/event01_reward--mons.png);
  width: 162px;
  height: 158px;
  bottom: -105px;
  left: 0; }

.event.event__02 .eventNav ul li:nth-child(2) {
  background-image: url(../img/event_btn_02-active.png); }

.event.event__02 .event__container::before {
  background-image: url(../img/event02_monster.png);
  width: 463px;
  height: 493px;
  bottom: 22%;
  right: -37%; }

.event.event__02 .event__container--reward .productDisplay__photo::before {
  background-image: url(../img/event02_reward--mons.png);
  width: 219px;
  height: 154px;
  bottom: -105px;
  left: 0; }

.event.event__03 .eventNav ul li:nth-child(3) {
  background-image: url(../img/event_btn_03-active.png); }

.event.event__03 .event__container::before {
  background-image: url(../img/event03_monster.png);
  width: 361px;
  height: 465px;
  bottom: 20%;
  right: -30%; }

.event.event__03 .event__container--ranking {
  margin-bottom: 50px;
  padding: 80px 0 50px; }
  .event.event__03 .event__container--ranking .rankingTitle {
    position: absolute;
    left: 40px;
    top: 30px;
    background-image: url(../img/event03_ranking_bg.png);
    width: 390px;
    height: 41px; }
  .event.event__03 .event__container--ranking .rankingRewards {
    margin-bottom: 30px; }
    .event.event__03 .event__container--ranking .rankingRewards__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .event.event__03 .event__container--ranking .rankingRewards__box {
      background-color: #fff;
      border: 3px solid transparent;
      margin: 10px;
      background-position: center bottom;
      background-repeat: no-repeat;
      position: relative; }
      .event.event__03 .event__container--ranking .rankingRewards__box img {
        max-width: 100%; }
      .event.event__03 .event__container--ranking .rankingRewards__box .place {
        position: absolute;
        left: 20px;
        top: -13px;
        background-size: contain;
        background-repeat: no-repeat; }
        .event.event__03 .event__container--ranking .rankingRewards__box .place::before {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0 10px 7px;
          top: 0;
          left: -7px; }
        .event.event__03 .event__container--ranking .rankingRewards__box .place::after {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 7px 10px 0;
          top: 0;
          right: -7px; }
      .event.event__03 .event__container--ranking .rankingRewards__box .rewardName {
        padding: 45px 10px 15px;
        background-position: center top;
        margin-top: -20px;
        position: relative; }
        .event.event__03 .event__container--ranking .rankingRewards__box .rewardName p {
          font-weight: bold;
          line-height: 1.2; }
          .event.event__03 .event__container--ranking .rankingRewards__box .rewardName p span {
            color: #de4343;
            font-size: 14px; }
    .event.event__03 .event__container--ranking .rankingRewards .r2, .event.event__03 .event__container--ranking .rankingRewards .r3 {
      width: 250px;
      height: auto; }
      .event.event__03 .event__container--ranking .rankingRewards .r2 img, .event.event__03 .event__container--ranking .rankingRewards .r3 img {
        margin: 40px auto 20px; }
    .event.event__03 .event__container--ranking .rankingRewards .r1 {
      -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#fde560), to(#c1ad3d));
      -webkit-border-image: -webkit-linear-gradient(top, #fde560, #c1ad3d);
      -o-border-image: -o-linear-gradient(top, #fde560, #c1ad3d);
      border-image: -webkit-gradient(linear, left top, left bottom, from(#fde560), to(#c1ad3d));
      border-image: linear-gradient(to bottom, #fde560, #c1ad3d);
      border-image-slice: 1;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 300px;
      height: auto; }
      .event.event__03 .event__container--ranking .rankingRewards .r1 .place {
        width: 75px;
        height: 98px;
        background-image: url(../img/event03_ranking_no1.png); }
        .event.event__03 .event__container--ranking .rankingRewards .r1 .place::before {
          border-color: transparent transparent #AA993F; }
        .event.event__03 .event__container--ranking .rankingRewards .r1 .place::after {
          border-color: transparent transparent #AA993F; }
      .event.event__03 .event__container--ranking .rankingRewards .r1 img {
        width: 90%; }
      .event.event__03 .event__container--ranking .rankingRewards .r1 .rewardName {
        background-image: url(../img/event03_ranking01_bg.png); }
    .event.event__03 .event__container--ranking .rankingRewards .r2 {
      -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#e8e7e4), to(#b0ad9f));
      -webkit-border-image: -webkit-linear-gradient(top, #e8e7e4, #b0ad9f);
      -o-border-image: -o-linear-gradient(top, #e8e7e4, #b0ad9f);
      border-image: -webkit-gradient(linear, left top, left bottom, from(#e8e7e4), to(#b0ad9f));
      border-image: linear-gradient(to bottom, #e8e7e4, #b0ad9f);
      border-image-slice: 1;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      .event.event__03 .event__container--ranking .rankingRewards .r2 .place {
        width: 61px;
        height: 80px;
        background-image: url(../img/event03_ranking_no2.png); }
        .event.event__03 .event__container--ranking .rankingRewards .r2 .place::before {
          border-color: transparent transparent #949187; }
        .event.event__03 .event__container--ranking .rankingRewards .r2 .place::after {
          border-color: transparent transparent #949187; }
      .event.event__03 .event__container--ranking .rankingRewards .r2 .rewardName {
        background-image: url(../img/event03_ranking02_bg.png); }
    .event.event__03 .event__container--ranking .rankingRewards .r3 {
      -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#eabf6c), to(#b49250));
      -webkit-border-image: -webkit-linear-gradient(top, #eabf6c, #b49250);
      -o-border-image: -o-linear-gradient(top, #eabf6c, #b49250);
      border-image: -webkit-gradient(linear, left top, left bottom, from(#eabf6c), to(#b49250));
      border-image: linear-gradient(to bottom, #eabf6c, #b49250);
      border-image-slice: 1;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
      .event.event__03 .event__container--ranking .rankingRewards .r3 .place {
        width: 61px;
        height: 80px;
        background-image: url(../img/event03_ranking_no3.png); }
        .event.event__03 .event__container--ranking .rankingRewards .r3 .place::before {
          border-color: transparent transparent #aa8a4d; }
        .event.event__03 .event__container--ranking .rankingRewards .r3 .place::after {
          border-color: transparent transparent #aa8a4d; }
      .event.event__03 .event__container--ranking .rankingRewards .r3 .rewardName {
        background-image: url(../img/event03_ranking03_bg.png); }

@media only screen and (max-width: 1280px) {
  .event.event__01 .event__container::before {
    width: 55vw;
    height: 47vw;
    bottom: 22%;
    right: -27vw; }
  .event.event__02 .event__container::before {
    width: 423px;
    height: 450px;
    bottom: 24%;
    right: -15vw; }
  .event.event__03 .event__container::before {
    width: 300px;
    height: 386px;
    bottom: 27%;
    right: -12vw; } }

@media only screen and (max-width: 1024px) {
  .event.event__01 .event__container--reward .productDisplay__photo::before {
    width: 133px;
    height: 130px; }
  .event.event__02 .event__container::before {
    width: 38vw;
    height: 40vw;
    bottom: 22%;
    right: -14vw; }
  .event.event__02 .event__container--reward .productDisplay__photo::before {
    width: 183px;
    height: 130px; }
  .event.event__03 .event__container::before {
    width: 31vw;
    height: 40vw;
    bottom: 24%;
    right: -15vw; } }

@media only screen and (max-width: 768px) {
  .event.event__03 .event__container--ranking .rankingRewards .r1 .place {
    width: 61px;
    height: 80px; } }

@media only screen and (max-width: 580px) {
  .event.event__03 .event__container--ranking {
    padding: 20vw 0 10vw; }
    .event.event__03 .event__container--ranking .rankingTitle {
      width: 70vw;
      height: 8vw;
      background-repeat: no-repeat;
      background-size: contain;
      left: 4vw;
      top: 4vw; }
    .event.event__03 .event__container--ranking .rankingRewards {
      margin-bottom: 8vw; }
      .event.event__03 .event__container--ranking .rankingRewards__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .event.event__03 .event__container--ranking .rankingRewards__box {
        margin: 0 0 40px; }
        .event.event__03 .event__container--ranking .rankingRewards__box .rewardName p {
          font-size: 22px; }
          .event.event__03 .event__container--ranking .rankingRewards__box .rewardName p span {
            font-size: 18px; }
      .event.event__03 .event__container--ranking .rankingRewards .r1, .event.event__03 .event__container--ranking .rankingRewards .r2, .event.event__03 .event__container--ranking .rankingRewards .r3 {
        width: 80%;
        max-width: 300px; }
      .event.event__03 .event__container--ranking .rankingRewards .r1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
        .event.event__03 .event__container--ranking .rankingRewards .r1 .place {
          width: 61px;
          height: 80px; }
      .event.event__03 .event__container--ranking .rankingRewards .r3 {
        margin-bottom: 0; } }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0; }
  .overlay.show {
    width: 100%;
    height: 100%;
    opacity: 1; }

.popup__container {
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 55vh;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #bb4859), color-stop(40%, #fdd751));
  background: -webkit-linear-gradient(left, #bb4859 40%, #fdd751 40%);
  background: -o-linear-gradient(left, #bb4859 40%, #fdd751 40%);
  background: linear-gradient(to right, #bb4859 40%, #fdd751 40%);
  max-width: 800px;
  display: none; }
  .popup__container .record, .popup__container .notice {
    display: none;
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: #fdfaf2;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    padding: 50px 20px; }
    .popup__container .record .close, .popup__container .notice .close {
      position: absolute;
      width: 35px;
      height: 35px;
      right: 15px;
      top: 15px;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .popup__container .record .close:hover, .popup__container .notice .close:hover {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .popup__container .record .close span, .popup__container .notice .close span {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        display: block;
        background-color: #2e2e2e;
        width: 35px;
        height: 4px;
        border-radius: 2px;
        position: absolute; }
        .popup__container .record .close span:nth-child(1), .popup__container .notice .close span:nth-child(1) {
          background-color: #bb4859;
          top: 15px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .popup__container .record .close span:nth-child(2), .popup__container .notice .close span:nth-child(2) {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 16px; }
    .popup__container .record .title, .popup__container .notice .title {
      text-align: center;
      color: #7b5240; }
    .popup__container .record hr, .popup__container .notice hr {
      width: 80%;
      border: none;
      border-bottom: 1px solid #e6e2d6; }
    .popup__container .record__content, .popup__container .notice__content {
      padding: 20px 0;
      overflow-y: scroll;
      -ms-scroll-chaining: none;
      overscroll-behavior: none;
      height: calc(100% - 100px); }
      .popup__container .record__content::-webkit-scrollbar, .popup__container .notice__content::-webkit-scrollbar {
        width: 8px;
        background-color: #efebe0; }
      .popup__container .record__content::-webkit-scrollbar-thumb, .popup__container .notice__content::-webkit-scrollbar-thumb {
        background-color: #f5d04c; }
  .popup__container .record table {
    width: 90%;
    margin: 0 auto; }
    .popup__container .record table td {
      padding: 5px;
      text-align: center; }
    .popup__container .record table thead {
      background-color: #f5dfa6; }
      .popup__container .record table thead td {
        border: 1px solid #fff; }
    .popup__container .record table tbody {
      background-color: #f6eeda; }
      .popup__container .record table tbody td {
        border: 1px solid #fff; }
  .popup__container .notice ol {
    width: 90%;
    margin: 0 auto;
    counter-reset: li; }
    .popup__container .notice ol li {
      counter-increment: li;
      padding-left: 25px;
      position: relative; }
      .popup__container .notice ol li::before {
        content: counter(li) ".";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 4px;
        width: 16px;
        height: 22px;
        text-align: center;
        font-style: italic;
        line-height: 22px;
        color: #63c6ba; }
  @media only screen and (max-width: 768px) {
    .popup__container {
      width: 90vw;
      height: 70vh; }
      .popup__container .record, .popup__container .notice {
        padding: 13vw 4vw 5vw; } }

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 26px; }
  h4 {
    font-size: 20px; }
  p, li {
    font-size: 16px;
    line-height: 24px; } }

@media only screen and (max-width: 580px) {
  h2 {
    font-size: 18px; }
  h4 {
    font-size: 16px; } }

/***********************************************/
/* /////----- 轉盤主軸START -----/////*/
.luckywheel-itemBox .mainwheel, .luckywheel-itemBox .mainwheel .big-border, .luckywheel-itemBox .mainwheel .small-border {
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.luckywheel-itemBox {
  width: 100%;
  max-width: 750px;
  min-height: 100%;
  margin: 0 auto;
  position: relative; }
  .luckywheel-itemBox .mainwheel {
    padding: 4.66%;
    max-width: 750px;
    max-height: 750px;
    width: 100%;
    background-image: url(../img/wheel_bg_light.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 3; }
    .luckywheel-itemBox .mainwheel::before {
      content: "";
      display: block;
      width: 36px;
      height: 36px;
      background-image: url(../img/wheel_pointer.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 4.5%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 10; }
      @media only screen and (max-width: 580px) {
        .luckywheel-itemBox .mainwheel::before {
          width: 4vw;
          height: 4vw; } }
    .luckywheel-itemBox .mainwheel .big-border {
      -webkit-transition: all 2s linear;
      -o-transition: all 2s linear;
      transition: all 2s linear;
      overflow: hidden; }
    .luckywheel-itemBox .mainwheel .small-border {
      width: 100%; }
      .luckywheel-itemBox .mainwheel .small-border::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        border-radius: 50%;
        background-size: cover; }
      .luckywheel-itemBox .mainwheel .small-border:after {
        width: 72%;
        height: 72%;
        display: block;
        position: absolute;
        content: '';
        border-radius: 50%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 3; }
      .luckywheel-itemBox .mainwheel .small-border.ev1::before {
        background-image: url(../img/wheel_ev1_bg_color.png); }
      .luckywheel-itemBox .mainwheel .small-border.ev2::before {
        background-image: url(../img/wheel_ev2_bg_color.png); }
    .luckywheel-itemBox .mainwheel .start-btn {
      left: 25%;
      top: 25%;
      z-index: 100;
      width: 50%;
      height: 50%;
      background-image: url(../img/wheel_start.png);
      background-size: 40%;
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer;
      position: absolute;
      text-indent: -9999px; }
      .luckywheel-itemBox .mainwheel .start-btn.is--disable {
        cursor: inherit;
        background-image: url(../img/wheel_start_disable.png); }
    .luckywheel-itemBox .mainwheel .itemBox8 .item {
      z-index: 4;
      width: 30%;
      height: 50%;
      padding: 26px 30px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      text-align: center; }
      .luckywheel-itemBox .mainwheel .itemBox8 .item span {
        width: 100%;
        height: 30px;
        line-height: 1.2;
        display: block;
        color: #515151;
        font-size: 18px;
        font-weight: bold;
        opacity: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .luckywheel-itemBox .mainwheel .itemBox8 .item-img {
        width: 50%;
        width: 100px;
        height: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        overflow: hidden;
        position: relative;
        margin: 37px auto 0;
        background-color: #fff;
        overflow: hidden; }
        .luckywheel-itemBox .mainwheel .itemBox8 .item-img img {
          width: 100%;
          height: auto; }
        .luckywheel-itemBox .mainwheel .itemBox8 .item-img img {
          text-align: center;
          position: relative;
          top: 50%;
          left: 50%;
          width: 100px;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media only screen and (max-width: 1024px) {
    .luckywheel-itemBox .mainwheel .itemBox8 .item {
      padding: 18px 18px 0; }
      .luckywheel-itemBox .mainwheel .itemBox8 .item span {
        font-size: 16px; }
      .luckywheel-itemBox .mainwheel .itemBox8 .item-img {
        margin: 10% auto 0;
        width: 9vw;
        height: 9vw; }
        .luckywheel-itemBox .mainwheel .itemBox8 .item-img img {
          left: 45%;
          width: 90%; } }
  @media only screen and (max-width: 768px) {
    .luckywheel-itemBox .mainwheel .start-btn {
      background-size: 70% auto;
      left: 30%;
      top: 30%;
      width: 40%;
      height: 40%; }
    .luckywheel-itemBox .mainwheel .itemBox8 .item {
      padding: 4px 10px 0; }
      .luckywheel-itemBox .mainwheel .itemBox8 .item span {
        font-size: 14px; }
      .luckywheel-itemBox .mainwheel .itemBox8 .item-img {
        margin: 18% auto 0;
        width: 10vw;
        height: 10vw; }
        .luckywheel-itemBox .mainwheel .itemBox8 .item-img img {
          left: 50%;
          width: 100%; } }
  @media only screen and (max-width: 580px) {
    .luckywheel-itemBox {
      margin: 0 auto; }
      .luckywheel-itemBox .mainwheel .small-border:after {
        background-color: transparent;
        border: none; }
      .luckywheel-itemBox .mainwheel .itemBox8 .item::after {
        background-color: #dc6161; }
      .luckywheel-itemBox .mainwheel .itemBox8 .item span {
        font-size: 2.5vw;
        font-weight: 500; }
      .luckywheel-itemBox .mainwheel .itemBox8 .item-img {
        margin: 2vw auto;
        width: 40px;
        height: 40px; } }
  @media only screen and (max-width: 375px) {
    .luckywheel-itemBox .mainwheel .start-btn {
      background-size: 70%; }
    .luckywheel-itemBox .mainwheel .itemBox8 .item-img {
      display: none; } }

.itemBox8 .item:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.itemBox8 .item:nth-child(2) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.itemBox8 .item:nth-child(3) {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.itemBox8 .item:nth-child(4) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.itemBox8 .item:nth-child(5) {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg); }

.itemBox8 .item:nth-child(6) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.itemBox8 .item:nth-child(7) {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg); }

.itemBox8 .item:nth-child(8) {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.itemBox8 .item:nth-of-type(1) {
  left: 51%;
  top: 8%; }

.itemBox8 .item:nth-of-type(2) {
  left: 57%;
  top: 25%; }

.itemBox8 .item:nth-of-type(3) {
  left: 50%;
  top: 42%; }

.itemBox8 .item:nth-of-type(4) {
  left: 35%;
  top: 48%; }

.itemBox8 .item:nth-of-type(5) {
  left: 18%;
  top: 41%; }

.itemBox8 .item:nth-of-type(6) {
  left: 12%;
  top: 25%; }

.itemBox8 .item:nth-of-type(7) {
  left: 18%;
  top: 10%; }

.itemBox8 .item:nth-of-type(8) {
  left: 35%;
  top: 2%; }

.swal2-content img {
  margin-top: 20px;
  margin-bottom: 20px; }

/* /////----- 轉盤主軸END -----/////*/
/***********************************************/
