@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+TC:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
/* reset */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+TC:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font: inherit;
  font-family: "Noto Sans TC", "PingFang SC", "Microsoft Yahei", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

/*自訂*/
a {
  text-decoration: none;
  outline: none; }

body {
  color: #2c2827;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

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

input {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  outline: none;
  border-radius: 0; }

input:-internal-autofill-selected {
  background-color: none !important; }

/*HTML5 tag*/
section, article, aside, footer, header, nav, main {
  display: block; }

/*Input reset*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/ }

input[type=submit], input[type=reset], input[type=button], input[type=text], input[type=password], textarea, select {
  -webkit-appearance: none; }

button {
  outline: none;
  border: none;
  background-color: none; }

input[type="checkbox"] {
  margin: 0; }

.codeBox.thin .gc-reset {
  top: -1px; }

.codeBox .img {
  height: 75%;
  background-size: auto 125% !important;
  width: 100px !important;
  top: 12% !important; }

.codeBox.thin.verify__box > div:nth-child(2) {
  height: 67px !important; }

.codeBox.thin.verify__box {
  min-height: 67px; }

a {
  display: inline-block;
  width: 100%;
  height: 100%; }

img {
  width: 100%;
  height: 100%;
  display: block; }

.l-wrapper {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.l-wrapperhidden {
  overflow: hidden; }

.l-wrapperSub {
  max-width: 1170px;
  width: 95%;
  margin: 0 auto;
  position: relative; }

@media screen and (max-width: 1024px) {
  .l-wrapper {
    width: 100%; }
  .l-wrapperSub {
    width: 90%; } }

.l-padding-b5 {
  padding-bottom: 5px; }

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

.l-disinline {
  display: inline-block; }

.l-fontBold {
  font-weight: 700; }

.l-fontSizeL {
  font-size: 18px; }

.l-fontSizeS {
  font-size: 13px; }

.l-alignLeft {
  text-align: left; }
  @media screen and (max-width: 375px) {
    .l-alignLeft {
      text-align: center; } }

.l-tableBgColor {
  background-color: rgba(255, 243, 204, 0.8); }

.l-lightBgColor {
  background-color: rgba(255, 255, 255, 0.6); }

.l-bg-white {
  background-color: #fff; }

.l-break {
  display: block; }

.popup_area_wrap {
  position: relative;
  display: none; }
  .popup_area_wrap.active {
    display: block; }
  .popup_area_wrap .overlay_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8); }
  .popup_area_wrap .popup_body {
    position: absolute;
    max-width: 1024px;
    width: 40%;
    background-color: #fff;
    border: 4px solid #fdc6ac;
    border-radius: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden; }
    @media screen and (min-width: 1280px) {
      .popup_area_wrap .popup_body {
        min-height: 640px; } }
  .popup_area_wrap .awardInfo_area {
    min-height: 480px; }
  .popup_area_wrap .popup_close {
    text-align: right;
    font-size: 35px; }
    .popup_area_wrap .popup_close span {
      display: inline-block;
      cursor: pointer; }
      .popup_area_wrap .popup_close span:hover {
        -webkit-animation: bounce .2s linear;
        animation: bounce .2s linear; }
  @media screen and (max-width: 1024px) {
    .popup_area_wrap .popup_body {
      width: 70%; }
    .popup_area_wrap .awardInfo_area {
      min-height: initial; } }
  @media screen and (max-width: 540px) {
    .popup_area_wrap .popup_body {
      width: 90%; } }

.signup_content {
  padding: 4%; }

.signup_head {
  font-size: 25px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 0 5% 0;
  letter-spacing: 1px;
  line-height: 32px; }
  .signup_head::after {
    content: '';
    position: absolute;
    width: 110%;
    height: 15px;
    background-color: #fff4bc;
    border-radius: 50px;
    left: 50%;
    bottom: -20%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media screen and (max-width: 680px) {
    .signup_head {
      margin: 5% 0; }
      .signup_head::after {
        display: none; } }

.load_iframe {
  width: 100%;
  height: 60vh; }

.signup_area {
  display: none; }
  .signup_area.active {
    display: block; }

.awardInfo_area {
  display: none; }
  .awardInfo_area.active {
    display: block; }

@-webkit-keyframes stoneRotateEffect {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  20%,
  40% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes stoneRotateEffect {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  20%,
  40% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-webkit-keyframes upDownEffect {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%); }
  100% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%); } }

@keyframes upDownEffect {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%); }
  100% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%); } }

@-webkit-keyframes bounce {
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce {
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes rainEffect {
  0%, 100% {
    background-position: 0 0; }
  50% {
    background-position: 0 1px; }
  90% {
    background-position: 0 -1px; } }

@keyframes rainEffect {
  0%, 100% {
    background-position: 0 0; }
  50% {
    background-position: 0 1px; }
  90% {
    background-position: 0 -1px; } }

@-webkit-keyframes rotateEffect {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(10deg);
    transform: translate(-50%, -50%) rotate(10deg); } }

@keyframes rotateEffect {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(10deg);
    transform: translate(-50%, -50%) rotate(10deg); } }

@-webkit-keyframes circleEffect {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes circleEffect {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes drawStrokeSt0 {
  0% {
    stroke-dashoffset: 617;
    stroke-opacity: 0; }
  100% {
    stroke-opacity: 1;
    stroke-dashoffset: 0; } }

@keyframes drawStrokeSt0 {
  0% {
    stroke-dashoffset: 617;
    stroke-opacity: 0; }
  100% {
    stroke-opacity: 1;
    stroke-dashoffset: 0; } }

@-webkit-keyframes drawStrokeSt1 {
  0% {
    stroke-dashoffset: 333.6;
    stroke-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    stroke-opacity: 1; } }

@keyframes drawStrokeSt1 {
  0% {
    stroke-dashoffset: 333.6;
    stroke-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    stroke-opacity: 1; } }

@-webkit-keyframes drawStrokeSt3 {
  0% {
    stroke-dashoffset: 1010.24462890625;
    stroke-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    stroke-opacity: 1; } }

@keyframes drawStrokeSt3 {
  0% {
    stroke-dashoffset: 1010.24462890625;
    stroke-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    stroke-opacity: 1; } }

@-webkit-keyframes drawStrokeText {
  0% {
    stroke-dashoffset: 5000;
    fill-opacity: 0; }
  20% {
    fill-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    stroke-opacity: 0;
    fill-opacity: 1; } }

@keyframes drawStrokeText {
  0% {
    stroke-dashoffset: 5000;
    fill-opacity: 0; }
  20% {
    fill-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    stroke-opacity: 0;
    fill-opacity: 1; } }

@-webkit-keyframes jumpBubu {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  5% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px); } }

@keyframes jumpBubu {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  5% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px); } }

@-webkit-keyframes pollyGOGO {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(-45px, 10px);
    transform: translate(-45px, 10px); }
  8% {
    -webkit-transform: translate(-110px, 70px);
    transform: translate(-110px, 70px); }
  11% {
    -webkit-transform: translate(-160px, 110px);
    transform: translate(-160px, 110px); }
  14% {
    -webkit-transform: translate(-180px, 160px);
    transform: translate(-180px, 160px); }
  17% {
    -webkit-transform: translate(-200px, 200px);
    transform: translate(-200px, 200px); }
  21% {
    -webkit-transform: translate(-280px, 210px);
    transform: translate(-280px, 210px); }
  24% {
    -webkit-transform: translate(-330px, 290px);
    transform: translate(-330px, 290px); }
  27% {
    -webkit-transform: translate(-410px, 410px);
    transform: translate(-410px, 410px); }
  31% {
    -webkit-transform: translate(-440px, 490px);
    transform: translate(-440px, 490px); }
  34% {
    -webkit-transform: translate(-420px, 620px) scaleX(-1);
    transform: translate(-420px, 620px) scaleX(-1); }
  37% {
    -webkit-transform: translate(-350px, 740px) scaleX(-1);
    transform: translate(-350px, 740px) scaleX(-1); }
  41% {
    -webkit-transform: translate(-280px, 880px) scaleX(-1);
    transform: translate(-280px, 880px) scaleX(-1); }
  44% {
    -webkit-transform: translate(-190px, 790px) scaleX(-1);
    transform: translate(-190px, 790px) scaleX(-1); }
  47% {
    -webkit-transform: translate(-110px, 660px) scaleX(-1);
    transform: translate(-110px, 660px) scaleX(-1); }
  51% {
    -webkit-transform: translate(-40px, 590px) scaleX(-1);
    transform: translate(-40px, 590px) scaleX(-1);
    opacity: 1; }
  54% {
    -webkit-transform: translate(10px, 490px) scaleX(-1);
    transform: translate(10px, 490px) scaleX(-1); }
  57% {
    -webkit-transform: translate(50px, 400px) scaleX(-1);
    transform: translate(50px, 400px) scaleX(-1); }
  61% {
    -webkit-transform: translate(110px, 200px) scaleX(-1);
    transform: translate(110px, 200px) scaleX(-1); }
  64% {
    -webkit-transform: translate(150px, 60px) scaleX(1);
    transform: translate(150px, 60px) scaleX(1); }
  67% {
    -webkit-transform: translate(40px, 0px);
    transform: translate(40px, 0px); } }

@keyframes pollyGOGO {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  5% {
    -webkit-transform: translate(-45px, 10px);
    transform: translate(-45px, 10px); }
  8% {
    -webkit-transform: translate(-110px, 70px);
    transform: translate(-110px, 70px); }
  11% {
    -webkit-transform: translate(-160px, 110px);
    transform: translate(-160px, 110px); }
  14% {
    -webkit-transform: translate(-180px, 160px);
    transform: translate(-180px, 160px); }
  17% {
    -webkit-transform: translate(-200px, 200px);
    transform: translate(-200px, 200px); }
  21% {
    -webkit-transform: translate(-280px, 210px);
    transform: translate(-280px, 210px); }
  24% {
    -webkit-transform: translate(-330px, 290px);
    transform: translate(-330px, 290px); }
  27% {
    -webkit-transform: translate(-410px, 410px);
    transform: translate(-410px, 410px); }
  31% {
    -webkit-transform: translate(-440px, 490px);
    transform: translate(-440px, 490px); }
  34% {
    -webkit-transform: translate(-420px, 620px) scaleX(-1);
    transform: translate(-420px, 620px) scaleX(-1); }
  37% {
    -webkit-transform: translate(-350px, 740px) scaleX(-1);
    transform: translate(-350px, 740px) scaleX(-1); }
  41% {
    -webkit-transform: translate(-280px, 880px) scaleX(-1);
    transform: translate(-280px, 880px) scaleX(-1); }
  44% {
    -webkit-transform: translate(-190px, 790px) scaleX(-1);
    transform: translate(-190px, 790px) scaleX(-1); }
  47% {
    -webkit-transform: translate(-110px, 660px) scaleX(-1);
    transform: translate(-110px, 660px) scaleX(-1); }
  51% {
    -webkit-transform: translate(-40px, 590px) scaleX(-1);
    transform: translate(-40px, 590px) scaleX(-1);
    opacity: 1; }
  54% {
    -webkit-transform: translate(10px, 490px) scaleX(-1);
    transform: translate(10px, 490px) scaleX(-1); }
  57% {
    -webkit-transform: translate(50px, 400px) scaleX(-1);
    transform: translate(50px, 400px) scaleX(-1); }
  61% {
    -webkit-transform: translate(110px, 200px) scaleX(-1);
    transform: translate(110px, 200px) scaleX(-1); }
  64% {
    -webkit-transform: translate(150px, 60px) scaleX(1);
    transform: translate(150px, 60px) scaleX(1); }
  67% {
    -webkit-transform: translate(40px, 0px);
    transform: translate(40px, 0px); } }

@-webkit-keyframes runR {
  0% {
    -webkit-transform: translateX(104%);
    transform: translateX(104%); }
  50% {
    -webkit-transform: translateX(0%) rotate(-10deg);
    transform: translateX(0%) rotate(-10deg); }
  100% {
    -webkit-transform: translateX(0%) rotate(0deg);
    transform: translateX(0%) rotate(0deg); } }

@keyframes runR {
  0% {
    -webkit-transform: translateX(104%);
    transform: translateX(104%); }
  50% {
    -webkit-transform: translateX(0%) rotate(-10deg);
    transform: translateX(0%) rotate(-10deg); }
  100% {
    -webkit-transform: translateX(0%) rotate(0deg);
    transform: translateX(0%) rotate(0deg); } }

@-webkit-keyframes runO {
  0% {
    -webkit-transform: translateX(-42%);
    transform: translateX(-42%); }
  50% {
    -webkit-transform: translateX(0%) rotate(10deg);
    transform: translateX(0%) rotate(10deg); }
  100% {
    -webkit-transform: translateX(0%) rotate(0deg);
    transform: translateX(0%) rotate(0deg); } }

@keyframes runO {
  0% {
    -webkit-transform: translateX(-42%);
    transform: translateX(-42%); }
  50% {
    -webkit-transform: translateX(0%) rotate(10deg);
    transform: translateX(0%) rotate(10deg); }
  100% {
    -webkit-transform: translateX(0%) rotate(0deg);
    transform: translateX(0%) rotate(0deg); } }

@-webkit-keyframes carBubuGO {
  0% {
    background-position: 150px 0; }
  50% {
    background-position: 100px 0; }
  100% {
    background-position: 0 0; } }

@keyframes carBubuGO {
  0% {
    background-position: 150px 0; }
  50% {
    background-position: 100px 0; }
  100% {
    background-position: 0 0; } }

.h_wrapper {
  width: 100%;
  position: relative;
  background-image: url("../img/bg_vi_repeat.png");
  background-size: 6%;
  background-position: 0 0;
  background-repeat: repeat; }
  @media screen and (max-width: 540px) {
    .h_wrapper {
      padding: 22% 0 0; } }
  @media screen and (max-width: 280px) {
    .h_wrapper {
      padding: 28% 0 0; } }

.logo_annual {
  max-width: 207px;
  width: 10%;
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 99; }
  @media screen and (max-width: 768px) {
    .logo_annual {
      width: 14%; } }
  @media screen and (max-width: 540px) {
    .logo_annual {
      width: 20%; } }
  @media screen and (max-width: 280px) {
    .logo_annual {
      width: 25%; } }

.vi_content {
  max-width: 1366px;
  width: 100%;
  height: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 3; }
  @media (max-width: 1680px) and (min-width: 1280px) {
    .vi_content {
      height: 52vw; } }
  @media screen and (max-width: 1280px) {
    .vi_content {
      height: 60vw; } }
  @media screen and (max-width: 768px) {
    .vi_content {
      height: 70vw;
      z-index: 4; } }
  @media screen and (max-width: 767px) {
    .vi_content {
      height: 75vw; } }
  @media screen and (max-width: 640px) {
    .vi_content {
      height: 100vw; } }

.vi_area {
  position: absolute; }
  .vi_area--right {
    right: calc(50% - 43vw);
    top: 90px; }
    .vi_area--right > div {
      position: absolute; }
    .vi_area--right .vi_bishop {
      width: 30vw;
      right: 7vw;
      top: 0;
      z-index: 1;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .vi_area--right .vi_cat {
      width: 26vw;
      right: 24vw;
      top: 9vw;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .vi_area--right .vi_thief {
      width: 36vw;
      right: -5vw;
      top: 6.2vw;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .vi_area--right .vi_polly {
      width: 10vw;
      right: 31vw;
      top: 0; }
    .vi_area--right.active .vi_cat {
      -webkit-animation: bounce 0.2s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
      animation: bounce 0.2s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
    .vi_area--right.active .vi_bishop {
      -webkit-animation: bounce 0.1s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
      animation: bounce 0.1s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
    .vi_area--right.active .vi_thief {
      -webkit-animation: bounce 0.3s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
      animation: bounce 0.3s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
  .vi_area--left {
    max-width: 50%;
    width: 46%;
    top: 0;
    left: calc(50% - 36vw);
    text-align: center; }
    .vi_area--left .acc_line {
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .vi_area--left .acc_line span {
        width: 1%;
        height: 30px;
        background-color: #2c2827; }
    .vi_area--left .sub_text_wrap {
      width: 95%;
      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;
      padding: 2%;
      border: 3px solid #2c2827;
      border-radius: 50px;
      background-color: #fff;
      margin: -5px 0 8% 0; }
    .vi_area--left .sub_text {
      width: 13vw; }
      .vi_area--left .sub_text--car {
        margin: 0 0 0 2%;
        width: 14vw;
        position: relative;
        z-index: 1; }
        .vi_area--left .sub_text--car::after {
          content: '';
          position: absolute;
          width: 105%;
          height: 15px;
          background-color: #fff4bc;
          border-radius: 50px;
          left: -2%;
          bottom: -30%;
          z-index: -1; }
    .vi_area--left .text_wrap {
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative; }
      .vi_area--left .text_wrap .star {
        max-width: 46px;
        width: 7%;
        left: -3.2vw;
        top: 5vw; }
      .vi_area--left .text_wrap--number {
        margin: 2% 0 0 0;
        width: 20vw; }
        .vi_area--left .text_wrap--number .star--left {
          max-width: 54px;
          width: 13%;
          top: 0vw;
          left: -4vw; }
        .vi_area--left .text_wrap--number .star--right {
          max-width: 54px;
          width: 15%;
          top: 1vw;
          left: initial;
          right: -4vw; }
      .vi_area--left .text_wrap.active .slo_text__R {
        -webkit-animation: runR .1s ease-in forwards;
        animation: runR .1s ease-in forwards; }
      .vi_area--left .text_wrap.active .slo_text__O {
        -webkit-animation: runR .1s ease-in forwards;
        animation: runR .1s ease-in forwards; }
      .vi_area--left .text_wrap.active .slo_text__U img {
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
      .vi_area--left .text_wrap.active .slo_text__N img {
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
      .vi_area--left .text_wrap.active .slo_text__n img {
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
    .vi_area--left .slo_text__O {
      margin: 0 -5px 0 10px; }
    .vi_area--left .star {
      position: absolute; }
    .vi_area--left .text_start {
      max-width: 197px;
      width: 12vw;
      height: 36px;
      background-image: url("../img/text_start.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      margin: 1.3vw auto 0; }
  @media (max-width: 1920px) and (min-width: 1280px) {
    .vi_area--right .vi_thief {
      width: 32vw;
      right: -3vw; }
    .vi_area--right .vi_polly {
      width: 9vw;
      right: 32vw; }
    .vi_area--right .vi_cat {
      width: 24vw;
      top: 7vw; }
    .vi_area--right .vi_bishop {
      width: 28vw;
      top: -2vw;
      right: 8vw; } }
  @media (max-width: 1680px) and (min-width: 1280px) {
    .vi_area--left {
      width: 36%; } }
  @media screen and (max-width: 1280px) {
    .vi_area--right {
      top: 120px; }
    .vi_area--left {
      width: 37%; } }
  @media screen and (max-width: 1024px) {
    .vi_area {
      position: relative; }
      .vi_area--left {
        left: calc(50% - 37vw); }
      .vi_area--right {
        width: 100%;
        right: calc(50% - 43vw);
        top: 70px; } }
  @media screen and (max-width: 768px) {
    .vi_area--left {
      width: 50%;
      margin: 0 0 0 16%;
      left: 0; }
      .vi_area--left .sub_text {
        width: 19vw; }
        .vi_area--left .sub_text--car {
          width: 19vw; }
    .vi_area--right .vi_bishop {
      width: 40vw;
      top: 2vw;
      right: -12%; }
    .vi_area--right .vi_cat {
      width: 30vw;
      top: 20vw;
      right: 16vw; }
    .vi_area--right .vi_thief {
      width: 48vw;
      top: 18vw;
      right: 58vw; }
    .vi_area--right .vi_polly {
      width: 12vw;
      top: -2vw;
      right: 14vw; } }
  @media screen and (max-width: 680px) {
    .vi_area--left {
      max-width: initial;
      width: 55%;
      margin: 0 0 0 18%; }
    .vi_area--right .vi_bishop {
      width: 42vw;
      right: -13%; } }
  @media screen and (max-width: 640px) {
    .vi_area--left {
      width: 65%; }
    .vi_area--right {
      top: 100px;
      right: calc(50% - 45vw); }
      .vi_area--right .vi_bishop {
        width: 45vw;
        top: 10vw;
        right: -16%; }
      .vi_area--right .vi_polly {
        top: -11vw;
        right: 0vw; }
      .vi_area--right .vi_cat {
        width: 38vw;
        top: 29vw;
        right: 8vw; }
    .vi_area .text_wrap--number {
      width: 30vw; } }
  @media screen and (max-width: 540px) {
    .vi_area--left {
      margin: 0 auto;
      width: 75%; }
      .vi_area--left .acc_line {
        display: none; }
      .vi_area--left .sub_text_wrap {
        width: 100%; }
      .vi_area--left .sub_text {
        width: 35%; }
        .vi_area--left .sub_text--car {
          width: 39vw; }
    .vi_area--right .vi_polly {
      top: -10vw;
      right: -2vw; }
    .vi_area--right .vi_thief {
      width: 56vw;
      top: 20vw;
      right: 55vw; }
    .vi_area--left .text_start {
      width: 22vw; }
    .vi_area .vi_a {
      top: 48vw;
      left: -2vw; } }
  @media screen and (max-width: 425px) {
    .vi_area--right .vi_thief {
      width: 60vw;
      top: 18vw;
      left: -18%; }
    .vi_area--right .vi_bishop {
      width: 50vw;
      top: 4vw; }
    .vi_area--right .vi_cat {
      width: 39vw;
      top: 20vw;
      right: 9vw; }
    .vi_area--right .vi_polly {
      top: -20vw; }
    .vi_area .vi_a {
      width: 20vw; } }
  @media screen and (max-width: 414px) {
    .vi_area--right .vi_polly {
      top: -17vw; } }
  @media screen and (max-width: 280px) {
    .vi_area--right .vi_cat {
      top: 27vw;
      right: 12vw; }
    .vi_area--right .vi_polly {
      width: 20vw;
      top: -55vw; }
    .vi_area--left {
      width: 85%; }
      .vi_area--left .sub_text_wrap {
        margin: -5px 0 2% 0; }
      .vi_area--left .text_wrap--number {
        width: 45vw; }
      .vi_area--left .text_start {
        width: 30vw; } }

.slo_text {
  overflow: hidden; }
  .slo_text__R {
    -webkit-transform: translateX(104%);
    -ms-transform: translateX(104%);
    transform: translateX(104%); }
  .slo_text__O {
    -webkit-transform: translateX(-42%);
    -ms-transform: translateX(-42%);
    transform: translateX(-42%); }
  .slo_text__U img {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .slo_text__N img {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .slo_text__n img {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

.bg_mapTaiwan {
  position: absolute;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  background-image: url("../img/vi_mapLine.png");
  background-size: contain;
  background-position: -15px 0;
  background-repeat: no-repeat;
  left: 0;
  top: 0; }
  .bg_mapTaiwan .map_wrap {
    position: relative;
    width: 100%;
    top: 32px; }
  .bg_mapTaiwan .map_point {
    position: absolute; }
    .bg_mapTaiwan .map_point--01 {
      top: 20vw;
      left: -1.3vw; }
    .bg_mapTaiwan .map_point--02 {
      top: 6vw;
      left: 10vw; }
    .bg_mapTaiwan .map_point--03 {
      top: -1vw;
      right: 45vw; }
    .bg_mapTaiwan .map_point--04 {
      top: 4vw;
      right: 30vw; }
    .bg_mapTaiwan .map_point--05 {
      top: 16vw;
      right: 8vw; }
  .bg_mapTaiwan .map_tips {
    width: 2vw;
    height: 3vw;
    background-image: url("../img/icon_mapTop_red.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin: 0 auto -15px; }
  .bg_mapTaiwan .map_circle {
    width: 6vw;
    height: 50px;
    background-image: url("../img/icon_mapBottom_red.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
  @media screen and (max-width: 1280px) {
    .bg_mapTaiwan {
      background-image: url("../img/vi_mapAll.png");
      background-size: 120%;
      background-position: 50% top;
      background-repeat: no-repeat; }
      .bg_mapTaiwan .map_wrap {
        display: none; } }
  @media screen and (max-width: 768px) {
    .bg_mapTaiwan {
      background-size: cover; } }

.vi_a {
  position: absolute;
  width: 15vw;
  top: 25vw;
  left: 3vw;
  z-index: 3; }
  @media screen and (min-width: 1280px) {
    .vi_a {
      width: 13vw;
      top: 23vw;
      left: 4vw; } }
  @media screen and (max-width: 768px) {
    .vi_a {
      width: 19vw;
      top: 16vw;
      left: 0vw; } }
  @media screen and (max-width: 640px) {
    .vi_a {
      width: 18vw;
      top: 22vw;
      left: 1vw; } }
  @media screen and (max-width: 540px) {
    .vi_a {
      top: 48vw; } }
  @media screen and (max-width: 280px) {
    .vi_a {
      width: 28vw;
      top: 54vw;
      left: -5vw; } }

.acc_cloud {
  max-width: 1920px;
  width: 100%;
  height: 500px;
  background-image: url("../img/acc_cloud_b.png");
  background-size: cover;
  background-position: -110px 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  top: -350px; }
  @media (max-width: 1680px) and (min-width: 1280px) {
    .acc_cloud {
      top: -26vw; } }
  @media screen and (max-width: 1280px) {
    .acc_cloud {
      top: -30vw; } }
  @media screen and (max-width: 1170px) {
    .acc_cloud {
      background-position: -180px -30px; } }
  @media screen and (max-width: 640px) {
    .acc_cloud {
      background-position: -180px 40px; } }
  @media screen and (max-width: 540px) {
    .acc_cloud {
      background-position: -540px top;
      top: -51vw; } }

.game_area {
  position: relative;
  z-index: 2;
  margin: -33vw 0 0 0; }
  .game_area .acc_cloud {
    max-width: 1920px;
    width: 100%;
    height: 20vw;
    background-image: url("../img/acc_cloud.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media (max-width: 1440px) and (min-width: 1280px) {
    .game_area {
      margin: -38vw 0 0 0; } }
  @media screen and (max-width: 1280px) {
    .game_area {
      margin: -50vw 0 0 0; } }
  @media screen and (max-width: 768px) {
    .game_area {
      margin: -65vw 0 0 0; } }
  @media screen and (max-width: 540px) {
    .game_area {
      margin: -98vw 0 0 0; } }
  @media screen and (max-width: 425px) {
    .game_area {
      margin: -120vw 0 0 0; } }
  @media screen and (max-width: 280px) {
    .game_area {
      margin: -156vw 0 0 0; } }

.draw_runRok_text {
  position: absolute;
  width: 40%;
  left: -1vw; }
  .draw_runRok_text.active .st0 {
    visibility: visible;
    -webkit-animation: drawStrokeSt0 2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
    animation: drawStrokeSt0 2s cubic-bezier(0.86, 0, 0.07, 1) forwards; }
  .draw_runRok_text.active .st1 {
    visibility: visible;
    -webkit-animation: drawStrokeSt1 2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
    animation: drawStrokeSt1 2s cubic-bezier(0.86, 0, 0.07, 1) forwards; }
  .draw_runRok_text.active .drawStroke {
    visibility: visible;
    -webkit-animation: drawStrokeText 2.2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
    animation: drawStrokeText 2.2s cubic-bezier(0.86, 0, 0.07, 1) forwards; }
  .draw_runRok_text svg {
    stroke-linejoin: round;
    stroke-linecap: round; }
    .draw_runRok_text svg .drawStroke {
      stroke-width: 2px;
      stroke-dasharray: 5000;
      visibility: hidden; }
    .draw_runRok_text svg path {
      fill: #f7f7f7; }
    .draw_runRok_text svg .st0 {
      stroke: #f7f7f7;
      stroke-width: 12px;
      stroke-dasharray: 617;
      stroke-dashoffset: 0;
      visibility: hidden; }
    .draw_runRok_text svg .st1 {
      stroke: #f7f7f7;
      stroke-width: 12px;
      stroke-dasharray: 333.6;
      visibility: hidden; }
  @media screen and (max-width: 1280px) {
    .draw_runRok_text {
      top: -8vw; } }
  @media screen and (max-width: 1024px) {
    .draw_runRok_text {
      position: absolute;
      width: 50%;
      left: -2vw;
      top: -16vw; } }
  @media screen and (max-width: 768px) {
    .draw_runRok_text {
      width: 60%; } }
  @media screen and (max-width: 540px) {
    .draw_runRok_text {
      width: 80%;
      top: -18vw; } }

.ingame_evt_content {
  text-align: center;
  padding: 14% 0 0 0;
  font-size: 30px; }
  .ingame_evt_content p {
    font-size: 25px; }
  .ingame_evt_content h3 {
    margin: 1% 0;
    line-height: 42px;
    position: relative;
    z-index: 1;
    display: inline-block; }
    .ingame_evt_content h3::after {
      content: '';
      position: absolute;
      width: 105%;
      height: 15px;
      background-color: #fff4bc;
      border-radius: 50px;
      z-index: -1;
      top: 32%;
      left: -3%; }
  @media screen and (max-width: 1280px) {
    .ingame_evt_content {
      padding: 5% 0 0 0;
      font-size: 27px; }
      .ingame_evt_content p {
        font-size: 23px; } }
  @media screen and (max-width: 540px) {
    .ingame_evt_content {
      font-size: 22px;
      padding: 14% 0 0 0; } }
  @media screen and (max-width: 280px) {
    .ingame_evt_content {
      font-size: 18px; }
      .ingame_evt_content p {
        font-size: 17px; } }

.ingame_wrapper {
  width: 100%;
  border: 2px solid #2c2827;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  margin: 2% 0 0 0;
  position: relative;
  z-index: 10; }
  .ingame_wrapper .ingame_header {
    padding: 1% 2%;
    border-bottom: 1px solid #2c2827;
    letter-spacing: 0.9px; }
  .ingame_wrapper .ingame_body {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    background-image: url("../img/bg_ingame.png");
    background-size: 10%;
    background-position: 0 0;
    background-repeat: repeat; }
  .ingame_wrapper .ingame_user_data {
    max-width: 426px;
    width: 28%;
    height: 136px;
    background-image: url("../img/ingame_userBox.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 20px; }
  .ingame_wrapper .ingame_map {
    width: 50%;
    padding: 2% 0;
    margin: 0 0 0 18%;
    position: relative; }
    .ingame_wrapper .ingame_map.active .ingame_polly {
      -webkit-animation: pollyGOGO 35s ease-out infinite;
      animation: pollyGOGO 35s ease-out infinite; }
  .ingame_wrapper .ingame_polly {
    position: absolute;
    max-width: 97px;
    width: 100%;
    height: 130px;
    top: 2%;
    left: 64%; }
    .ingame_wrapper .ingame_polly img {
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px);
      animation: jumpBubu .1s infinite alternate-reverse; }
  .ingame_wrapper .ingame_ui_data {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 5; }
  .ingame_wrapper .ingame_ui_refill {
    width: 43px;
    height: 87px;
    background-image: url("../img/btn_moneyLink.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0 2% 0 0; }
  .ingame_wrapper .ingame_ui_map {
    width: 144px;
    padding: 8%;
    background-color: #e1e1e1;
    position: relative; }
    .ingame_wrapper .ingame_ui_map::after {
      content: '';
      position: absolute;
      width: 136px;
      height: 14px;
      background-image: url("../img/ingame-mapShow.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      left: 0;
      bottom: -20px; }
  .ingame_wrapper .ingame_vi_cat {
    max-width: 265px;
    width: 16vw;
    position: absolute;
    left: 1vw;
    bottom: 1vw;
    z-index: 1; }
  .ingame_wrapper .ingame_info_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .ingame_wrapper .ingame_lazy {
    max-width: 565px;
    width: 100%;
    height: 604px;
    background-image: url("../img/tw_ingame_lazy01.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 1vw;
    bottom: -1px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
    .ingame_wrapper .ingame_lazy.activeChange1 {
      background-image: url("../img/tw_ingame_lazy02.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
    .ingame_wrapper .ingame_lazy.activeChange2 {
      background-image: url("../img/tw_ingame_lazy03.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
    .ingame_wrapper .ingame_lazy.active {
      -webkit-transition: all .5s .5s linear;
      -o-transition: all .5s .5s linear;
      transition: all .5s .5s linear;
      -webkit-transform: translateX(1000%);
      -ms-transform: translateX(1000%);
      transform: translateX(1000%); }
  .ingame_wrapper .ingame_msg {
    max-width: 520px;
    width: 100%;
    position: absolute;
    top: 43%;
    left: 53%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 2px solid #b4b4b4;
    padding: 1.5% 1.2% 1%;
    border-radius: 22px; }
    .ingame_wrapper .ingame_msg.active {
      animation: circleEffect .1s alternate-reverse forwards; }
    .ingame_wrapper .ingame_msg::after {
      content: '';
      position: absolute;
      width: 99%;
      height: 99%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 20px;
      border: 2px solid #e9e9e9;
      pointer-events: none; }
  .ingame_wrapper .msg_step_content {
    min-height: 220px;
    padding: 3% 4%;
    background-color: rgba(116, 113, 113, 0.1); }
  .ingame_wrapper .msg_step {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
  .ingame_wrapper .msg_head {
    font-size: 20px;
    margin: 2% 0 4%;
    letter-spacing: 1px;
    position: relative;
    z-index: 1; }
    .ingame_wrapper .msg_head .fontStyle {
      color: #4e37d8;
      margin: 0 1% 0 0;
      font-size: 24px;
      font-weight: 600; }
    .ingame_wrapper .msg_head::after {
      content: '';
      position: absolute;
      width: 80%;
      height: 15px;
      border-radius: 50px;
      left: 0;
      bottom: -7px;
      background-color: #fff4bc;
      z-index: -1; }
    .ingame_wrapper .msg_head h6 {
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .ingame_wrapper .msg_head .icon {
      max-width: 50px;
      width: 10%;
      height: 50px;
      margin: 0 1% 0 0; }
      .ingame_wrapper .msg_head .icon__01 {
        background-image: url("../img/icon_tips01.png");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat; }
      .ingame_wrapper .msg_head .icon__02 {
        background-image: url("../img/icon_tips02.png");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat; }
      .ingame_wrapper .msg_head .icon__03 {
        background-image: url("../img/icon_tips03.png");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat; }
      .ingame_wrapper .msg_head .icon__04 {
        background-image: url("../img/icon_tips04.png");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat; }
  .ingame_wrapper .msg_body {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px; }
  .ingame_wrapper .btn_msg {
    border: 2px solid #535353;
    padding: 2% 5%;
    cursor: pointer;
    border-radius: 10px;
    margin: 2% 0 0 0;
    -webkit-animation: bounce 1s infinite alternate;
    animation: bounce 1s infinite alternate;
    -webkit-box-shadow: 0 0 10px rgba(217, 217, 217, 0.6);
    box-shadow: 0 0 10px rgba(217, 217, 217, 0.6); }
  .ingame_wrapper .msg_step__first {
    display: none; }
    .ingame_wrapper .msg_step__first.active {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  .ingame_wrapper .msg_step__second {
    display: none; }
    .ingame_wrapper .msg_step__second.active {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  .ingame_wrapper .msg_step__third {
    display: none; }
    .ingame_wrapper .msg_step__third.active {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .ingame_wrapper .msg_step__third .msg_head::after {
      width: 90%; }
  .ingame_wrapper .msg_step__fourth {
    display: none; }
    .ingame_wrapper .msg_step__fourth.active {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  .ingame_wrapper .ingame_msg_showAll {
    max-width: 520px;
    margin: 8% 0 6% 45%;
    display: none; }
    .ingame_wrapper .ingame_msg_showAll.active {
      display: block; }
    .ingame_wrapper .ingame_msg_showAll .msg_step_content {
      margin: 1% 0;
      border: 2px solid #fdc3a8;
      border-radius: 20px;
      background-color: #fff; }
  @media screen and (max-width: 1280px) {
    .ingame_wrapper .ingame_msg {
      top: 35%;
      left: 33%; }
    .ingame_wrapper .ingame_msg_showAll {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      margin: -4% 0 0 33%; } }
  @media screen and (max-width: 1280px) {
    .ingame_wrapper .ingame_map.active .ingame_polly {
      -webkit-animation: none;
      animation: none; } }
  @media screen and (max-width: 1024px) {
    .ingame_wrapper .ingame_lazy {
      background-size: 80%;
      background-position: 60px bottom; }
      .ingame_wrapper .ingame_lazy.activeChange1 {
        background-image: url("../img/tw_ingame_lazy02.png");
        background-size: 80%;
        background-position: 60px bottom;
        background-repeat: no-repeat; }
      .ingame_wrapper .ingame_lazy.activeChange2 {
        background-image: url("../img/tw_ingame_lazy03.png");
        background-size: 80%;
        background-position: 60px bottom;
        background-repeat: no-repeat; }
    .ingame_wrapper .ingame_msg {
      -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
      transform: translate(-50%, -50%) scale(0.8); }
    .ingame_wrapper .ingame_msg_showAll {
      max-width: initial;
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 20% auto;
      position: relative;
      z-index: 10;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
      .ingame_wrapper .ingame_msg_showAll.active {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      .ingame_wrapper .ingame_msg_showAll .msg_step_content {
        min-height: initial;
        width: 42%;
        margin: 1%;
        padding: 1% 2%; }
    .ingame_wrapper .msg_head {
      font-size: 15px; }
    .ingame_wrapper .msg_body {
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 1px; }
    .ingame_wrapper .ingame_vi_cat {
      display: none; }
    .ingame_wrapper .ingame_polly {
      height: auto;
      width: 16%;
      top: 4%;
      left: 57%; } }
  @media screen and (max-width: 992px) {
    .ingame_wrapper .ingame_lazy {
      display: none; }
    .ingame_wrapper .ingame_msg {
      display: none; }
    .ingame_wrapper .ingame_msg_showAll {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 4% auto; }
      .ingame_wrapper .ingame_msg_showAll .msg_step_content {
        width: 47%; } }
  @media screen and (max-width: 640px) {
    .ingame_wrapper .ingame_info_wrapper {
      position: relative; }
    .ingame_wrapper .ingame_map {
      position: absolute; }
    .ingame_wrapper .ingame_msg_showAll {
      margin: 4% auto 2%; }
      .ingame_wrapper .ingame_msg_showAll .msg_step_content {
        width: 90%;
        padding: 3% 5%; } }
  @media screen and (max-width: 540px) {
    .ingame_wrapper .msg_head h6 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      line-height: 23px; }
    .ingame_wrapper .msg_head .fontStyle {
      width: 100%;
      font-size: 20px; }
    .ingame_wrapper .msg_head::after {
      width: 100%; } }

.acc_star_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
  top: -7vw; }
  .acc_star_wrap.active .acc_star__01 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .acc_star_wrap.active .acc_star__02 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.1s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 0.1s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.1s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .acc_star_wrap.active .acc_star__03 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 0.2s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.2s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .acc_star_wrap.active .acc_star__04 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 0.3s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .acc_star_wrap.active .acc_star__05 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 0.4s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.4s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .acc_star_wrap.active .acc_star__06 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 0.5s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.5s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }

.acc_star {
  position: absolute; }
  .acc_star__01 {
    max-width: 72px;
    width: 100%;
    height: 73px;
    background-image: url("../img/acc_star04.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 16vw;
    right: 16vw;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .acc_star__02 {
    max-width: 269px;
    width: 100%;
    height: 276px;
    background-image: url("../img/acc_star05.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 22vw;
    right: -45px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .acc_star__03 {
    max-width: 120px;
    width: 100%;
    height: 122px;
    background-image: url("../img/acc_star06.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 40vw;
    right: 4vw;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .acc_star__04 {
    max-width: 80px;
    width: 100%;
    height: 80px;
    background-image: url("../img/acc_star08.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    left: 7vw;
    top: 42vw;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .acc_star__05 {
    max-width: 268px;
    width: 100%;
    height: 275px;
    background-image: url("../img/acc_star07.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 50vw;
    left: -45px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .acc_star__06 {
    max-width: 119px;
    width: 100%;
    height: 122px;
    background-image: url("../img/acc_star09.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 67vw;
    left: 5vw;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  @media (max-width: 1366px) and (min-width: 1280px) {
    .acc_star__03 {
      top: 50vw;
      right: 3vw; }
    .acc_star__04 {
      left: 4vw; }
    .acc_star__05 {
      left: -10vw; }
    .acc_star__06 {
      top: 75vw;
      left: 2vw; } }
  @media screen and (max-width: 1024px) {
    .acc_star__03 {
      background-size: 80%;
      background-position: center;
      top: 51vw;
      right: -2vw; }
    .acc_star__05 {
      background-size: 70%;
      top: 50vw;
      left: -11%; } }
  @media screen and (max-width: 768px) {
    .acc_star {
      display: none; } }

.info_area {
  position: relative;
  padding: 20% 0 2%; }
  .info_area .acc_photo__leftBottom {
    background-image: url("../img/acc_photo03.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    bottom: 0;
    left: -10%; }
  .info_area .acc_photo__left {
    background-image: url("../img/acc_photo01.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    left: -10%;
    top: 25%; }
  .info_area .acc_photo__right {
    background-image: url("../img/acc_photo02.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    right: -10%;
    top: 40%; }
  @media screen and (max-width: 1280px) {
    .info_area .text_title_wrap .draw_title_text {
      width: 60%; }
    .info_area .text_title_wrap .draw_line {
      right: -25%; } }
  @media screen and (max-width: 1024px) {
    .info_area .text_title_wrap .draw_title_text {
      width: 70%; } }
  @media screen and (max-width: 540px) {
    .info_area .text_title_wrap .draw_title_text {
      width: 90%; } }

.text_title_wrap {
  position: relative;
  padding: 2% 0 0; }
  .text_title_wrap .draw_title_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin: 0 auto;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .text_title_wrap .draw_title_text.active .drawStroke {
      visibility: visible;
      -webkit-animation: drawStrokeText 2.2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
      animation: drawStrokeText 2.2s cubic-bezier(0.86, 0, 0.07, 1) forwards; }
    .text_title_wrap .draw_title_text svg {
      stroke-linejoin: round;
      stroke-linecap: round; }
      .text_title_wrap .draw_title_text svg .drawStroke {
        stroke-width: 2px;
        stroke-dasharray: 5000;
        visibility: hidden; }
      .text_title_wrap .draw_title_text svg path {
        fill: #2D2927; }
  .text_title_wrap .draw_line {
    width: 50%;
    position: absolute;
    right: -20%;
    top: 43%;
    visibility: hidden; }
    .text_title_wrap .draw_line.active .drawStroke {
      visibility: visible;
      -webkit-animation: drawStrokeSt3 2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
      animation: drawStrokeSt3 2s cubic-bezier(0.86, 0, 0.07, 1) forwards; }
    .text_title_wrap .draw_line .drawStroke {
      stroke-dasharray: 1010.24462890625; }
  .text_title_wrap .icon_car {
    max-width: 94px;
    width: 100%;
    height: 99px;
    background-image: url("../img/icon_gogoro.png");
    background-size: 100%;
    background-position: 150px 0;
    background-repeat: no-repeat;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
    .text_title_wrap .icon_car.active {
      animation: carBubuGO 2s linear forwards, jumpBubu .1s infinite alternate-reverse; }
  @media screen and (max-width: 1024px) {
    .text_title_wrap .draw_title_text {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .text_title_wrap .draw_line {
      display: none; } }
  @media screen and (max-width: 680px) {
    .text_title_wrap .icon_car {
      width: 25%; } }

.third_star_wrap {
  width: 70%;
  margin: 0 auto;
  position: relative; }
  .third_star_wrap .acc_star__left {
    max-width: 82px;
    width: 4%;
    height: 85px;
    background-image: url("../img/acc_star10.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .third_star_wrap .acc_star__top {
    max-width: 82px;
    width: 100%;
    height: 85px;
    background-image: url("../img/acc_star11.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: -30px;
    right: 12%; }
  .third_star_wrap .acc_star__bottom {
    max-width: 52px;
    width: 100%;
    height: 53px;
    background-image: url("../img/acc_star12.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 165px;
    right: 8%; }
  @media screen and (max-width: 1024px) {
    .third_star_wrap {
      background-size: 70%;
      top: -3vw;
      right: 5%; } }
  @media screen and (max-width: 768px) {
    .third_star_wrap .acc_star__top {
      width: 10%;
      right: 0; } }

.evt_container {
  margin: 5% 0;
  padding: 4%;
  width: 100%;
  border: 8px solid #fdc6ac;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px; }
  .evt_container::after {
    content: '';
    position: absolute;
    width: 99%;
    height: 99%;
    border: 10px solid rgba(253, 198, 172, 0.6);
    border-radius: 30px;
    top: -8px;
    left: -4px;
    pointer-events: none; }
  .evt_container .evt_head {
    font-size: 38px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 0 5% 0;
    letter-spacing: 1px; }
    .evt_container .evt_head::after {
      content: '';
      position: absolute;
      width: 110%;
      height: 15px;
      background-color: #fff4bc;
      border-radius: 50px;
      left: 50%;
      bottom: -20%;
      z-index: -1;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    @media screen and (max-width: 1280px) {
      .evt_container .evt_head {
        font-size: 32px; } }
    @media screen and (max-width: 640px) {
      .evt_container .evt_head {
        font-size: 25px;
        margin: 6% 0; } }
  .evt_container .evt_body {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    .evt_container .evt_body::after {
      content: '';
      position: absolute;
      width: 8px;
      height: 70%;
      background-color: #fdc6ac;
      left: 36px;
      top: 0;
      z-index: -1; }
  .evt_container .evt_list {
    width: 100%;
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .evt_container .evt_list:nth-child(even) {
      margin: 3% 0; }
    .evt_container .evt_list:nth-child(5) {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
  .evt_container .list_icon {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #fdc6ac;
    position: relative; }
    .evt_container .list_icon--Number2::after {
      content: '2';
      font-weight: 600;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .evt_container .list_icon--Number3::after {
      content: '3';
      font-weight: 600;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .evt_container .list_icon--Number4::after {
      content: '4';
      font-weight: 600;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .evt_container .list_icon--Number5::after {
      content: '5';
      font-weight: 600;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .evt_container .evt_list_body {
    line-height: 36px;
    margin: 0 0 0 3%; }
    .evt_container .evt_list_body .title {
      font-weight: 600; }
    .evt_container .evt_list_body .tips {
      margin: 0 0 0 -18px;
      font-size: 22px; }
    .evt_container .evt_list_body--long .title {
      margin: 2% 0 0; }
    @media screen and (max-width: 1280px) {
      .evt_container .evt_list_body .title {
        font-size: 22px; }
      .evt_container .evt_list_body .tips {
        font-size: 18px; } }
    @media screen and (max-width: 640px) {
      .evt_container .evt_list_body .title {
        font-size: 20px; } }
  .evt_container .evt_platform {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3% 0 0; }
    .evt_container .evt_platform .pl_list__ro1 {
      width: 152px;
      height: 100px;
      background-image: url("../img/info_logo_ro1.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
    .evt_container .evt_platform .pl_list__rom {
      width: 209px;
      height: 99px;
      background-image: url("../img/info_logo_rom.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      margin: 0 3%; }
    .evt_container .evt_platform .pl_list__roa {
      width: 151px;
      height: 102px;
      background-image: url("../img/info_logo_roa.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
    .evt_container .evt_platform .pl_list__rox {
      width: 231px;
      height: 108px;
      background-image: url("../img/info_logo_rox.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
    .evt_container .evt_platform__product {
      width: 100%;
      background-color: #fff2ed;
      border-radius: 100px;
      padding: 2% 10%;
      position: relative;
      overflow: hidden; }
      .evt_container .evt_platform__product .product {
        background-color: #fdc6ac;
        width: 120px;
        height: 120px;
        border-radius: 10px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        border: 2px solid #fdc6ac;
        -webkit-box-shadow: 4px 4px 0 #fdc6ac;
        box-shadow: 4px 4px 0 #fdc6ac;
        cursor: pointer;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        .evt_container .evt_platform__product .product:hover {
          -webkit-box-shadow: -4px -4px 0 #fdc6ac;
          box-shadow: -4px -4px 0 #fdc6ac; }
        .evt_container .evt_platform__product .product:nth-child(2) {
          margin: 0 4%; }
        .evt_container .evt_platform__product .product::after {
          content: '';
          position: absolute;
          background-image: url("../img/icon_search.png");
          background-size: 100%;
          background-position: 0 0;
          background-repeat: no-repeat;
          width: 18px;
          height: 18px;
          top: 5px;
          left: 5px; }
      .evt_container .evt_platform__product::after {
        content: '';
        position: absolute;
        max-width: 205px;
        width: 100%;
        height: 158px;
        background-image: url("../img/acc_info_cat.png");
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat;
        right: 0;
        opacity: .3; }
      @media screen and (max-width: 768px) {
        .evt_container .evt_platform__product {
          padding: 5% 10%; } }
  .evt_container .acc_info_peo {
    position: absolute;
    max-width: 319px;
    width: 100%;
    height: 607px;
    background-image: url("../img/acc_info_peo.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .evt_container__info {
    z-index: 2; }
  .evt_container__signUp .evt_list:nth-child(4) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .evt_container__signUp .evt_list:nth-child(5) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .evt_container__signUp .evt_body::after {
    height: 95%; }
  .evt_container__signUp .acc_line {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    position: absolute;
    top: -100px;
    left: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .evt_container__signUp .acc_line span {
      width: 15px;
      height: 100px;
      background-color: #fdc6ac; }
  .evt_container__award {
    z-index: 5; }
    .evt_container__award .evt_head {
      margin: 0 0 2% 0; }
    .evt_container__award .evt_body::after {
      display: none; }
  @media screen and (max-width: 1680px) {
    .evt_container .evt_platform {
      width: 85%; }
      .evt_container .evt_platform__product {
        width: 100%; }
    .evt_container .acc_info_peo {
      width: 28%;
      right: -10%; } }
  @media screen and (max-width: 1024px) {
    .evt_container .evt_list:nth-child(5) {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 992px) {
    .evt_container .evt_list_body {
      width: 100%; }
    .evt_container .evt_platform {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .evt_container .evt_platform .pl_list__rom {
        background-position: 0 5%; }
      .evt_container .evt_platform .pl_list__rox {
        background-position: 0 -16%; }
      .evt_container .evt_platform__product {
        border-radius: 30px; }
        .evt_container .evt_platform__product .product {
          width: 145px;
          height: 145px; }
          .evt_container .evt_platform__product .product:nth-child(3) {
            margin: 4% 0; }
        .evt_container .evt_platform__product::after {
          display: none; }
    .evt_container .evt_body::after {
      display: none; }
    .evt_container .list_icon {
      max-width: 50px;
      height: 50px;
      width: 100%;
      margin: 0 2% 0 0; }
    .evt_container .acc_info_peo {
      display: none; } }
  @media screen and (max-width: 640px) {
    .evt_container .evt_platform {
      width: 95%; }
    .evt_container__signUp .evt_list:nth-child(4) {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 540px) {
    .evt_container::after {
      top: -2px; }
    .evt_container .evt_body {
      width: 95%; }
    .evt_container .evt_list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .evt_container .evt_platform {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .evt_container .evt_platform .pl_list__ro1 {
        width: 40%; }
      .evt_container .evt_platform .pl_list__roa {
        width: 40%; }
      .evt_container .evt_platform .pl_list__rom {
        width: 54%; }
      .evt_container .evt_platform .pl_list__rox {
        width: 60%; }
      .evt_container .evt_platform__product .product:nth-child(2) {
        margin: 4% 4% 0 4%; } }

.evt_btn_wrap {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 3% 0 0; }
  @media screen and (max-width: 693px) {
    .evt_btn_wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.evt_btn {
  max-width: 578px;
  width: 40%;
  height: 200px;
  background-image: url("../img/btn_signUp.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer; }
  .evt_btn:nth-child(2) {
    margin: 0 0 0 2%; }
  .evt_btn:hover {
    -webkit-animation: bounce .2s linear;
    animation: bounce .2s linear; }
  .evt_btn_sigUp {
    background-image: url("../img/btn_signUp.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .evt_btn_notice {
    background-image: url("../img/btn_notice.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
  @media screen and (max-width: 1366px) {
    .evt_btn {
      background-position: center; } }
  @media screen and (max-width: 768px) {
    .evt_btn {
      width: 70%; } }
  @media screen and (max-width: 693px) {
    .evt_btn {
      width: 100%; }
      .evt_btn:nth-child(2) {
        margin: 4% 0; } }
  @media screen and (max-width: 480px) {
    .evt_btn {
      height: 170px; } }
  @media screen and (max-width: 460px) {
    .evt_btn {
      height: 150px; } }
  @media screen and (max-width: 375px) {
    .evt_btn:nth-child(2) {
      margin: -4% 0; } }
  @media screen and (max-width: 320px) {
    .evt_btn {
      height: 120px; } }

.evt_sigUp_wrap {
  text-align: center;
  padding: 4% 0 2%; }
  .evt_sigUp_wrap .evt_head {
    font-size: 38px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin: 0 auto 3% auto;
    letter-spacing: 1px;
    display: inline-block; }
    .evt_sigUp_wrap .evt_head::after {
      content: '';
      position: absolute;
      width: 110%;
      height: 15px;
      background-color: #fff4bc;
      border-radius: 50px;
      left: 50%;
      bottom: -20%;
      z-index: -1;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    @media screen and (max-width: 1280px) {
      .evt_sigUp_wrap .evt_head {
        font-size: 32px; } }
    @media screen and (max-width: 640px) {
      .evt_sigUp_wrap .evt_head {
        font-size: 25px;
        margin: 6% 0; } }

.signIn_area {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2% 0; }
  .signIn_area.active {
    display: none; }
  .signIn_area .signIn {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #e48045;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .signIn_area .signIn:hover {
      opacity: .7; }
    .signIn_area .signIn:nth-child(even) {
      margin: 0 1%; }
    .signIn_area .signIn__gn {
      background-image: url("../img/icon_gn.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
    .signIn_area .signIn__fb {
      background-image: url("../img/icon_fb.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
    .signIn_area .signIn__gmail {
      background-image: url("../img/icon_google.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
    .signIn_area .signIn__apple {
      background-image: url("../img/icon_apple.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
    .signIn_area .signIn__baha {
      background-image: url("../img/icon_bh.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
  @media screen and (max-width: 640px) {
    .signIn_area .signIn:nth-child(even) {
      margin: 0 4%; } }
  @media screen and (max-width: 280px) {
    .signIn_area .signIn {
      height: 44px; } }

.award_area {
  position: relative;
  padding: 2% 0; }
  .award_area .draw_line {
    top: 34%; }
  .award_area .third_star_wrap .acc_star__top {
    top: -100px; }
  .award_area .draw_title_text {
    width: 55%;
    margin: 0 0 0 20%; }
  .award_area .acc_info_peo {
    position: absolute;
    max-width: 367px;
    width: 100%;
    height: 405px;
    background-image: url("../img/acc_award_peo.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    right: -7%;
    top: -370px; }
  .award_area .acc_photo__left {
    background-image: url("../img/acc_photo04.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    left: -10%;
    bottom: 3%; }
  .award_area .acc_photo__right {
    background-image: url("../img/acc_photo05.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    right: -12%;
    bottom: -12%; }
  @media screen and (max-width: 1280px) {
    .award_area .draw_title_text {
      width: 65%;
      margin: 0 0 0 8.5%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .award_area .acc_info_peo {
      width: 30%;
      background-position: 0 bottom; } }
  @media screen and (max-width: 1024px) {
    .award_area .draw_title_text {
      width: 70%;
      margin: 0 auto; }
    .award_area .acc_info_peo {
      background-position: 80px bottom; } }
  @media screen and (max-width: 768px) {
    .award_area .acc_info_peo {
      display: none; } }
  @media screen and (max-width: 540px) {
    .award_area .draw_title_text {
      width: 90%;
      margin: 0 auto; } }

.award_btn_wrap {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .award_btn_wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; } }
  @media screen and (max-width: 640px) {
    .award_btn_wrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.award_btn {
  width: 303px;
  height: 128px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .award_btn:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
  .award_btn__ro1 {
    background-image: url("../img/btn_award_ro1.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
    .award_btn__ro1.disable {
      background-image: url("../img/btn_award_ro1-dis.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
  .award_btn__rom {
    background-image: url("../img/btn_award_rom.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
    .award_btn__rom.disable {
      background-image: url("../img/btn_award_rom-dis.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
  .award_btn__roa {
    background-image: url("../img/btn_award_roa.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
    .award_btn__roa.disable {
      background-image: url("../img/btn_award_roa-dis.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
  .award_btn__rox {
    width: 338px;
    background-image: url("../img/btn_award_rox.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
    .award_btn__rox.disable {
      background-image: url("../img/btn_award_rox-dis.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
  .award_btn:nth-child(even) {
    margin: 0 10px; }
  @media screen and (max-width: 768px) {
    .award_btn {
      max-width: 303px;
      width: 32%;
      margin: 0 auto;
      height: 108px; }
      .award_btn:nth-child(even) {
        margin: 0px; }
      .award_btn__rox {
        width: 35%; } }
  @media screen and (max-width: 640px) {
    .award_btn {
      width: 45%;
      height: 90px;
      margin: 10px; }
      .award_btn__rom {
        width: 42%; } }
  @media screen and (max-width: 540px) {
    .award_btn {
      height: 22vw;
      width: 65%; } }

.award_content {
  padding: 2%;
  margin: 1% 0 2%;
  background-color: rgba(255, 237, 219, 0.4);
  border-radius: 20px; }
  .award_content .award__ro1 {
    display: none; }
    .award_content .award__ro1.active {
      display: block; }
  .award_content .award__rom {
    display: none; }
    .award_content .award__rom.active {
      display: block; }
  .award_content .award__roa {
    display: none;
    text-align: left; }
    .award_content .award__roa.active {
      display: block; }
  .award_content .award__rox {
    display: none; }
    .award_content .award__rox.active {
      display: block; }
  @media screen and (max-width: 1280px) {
    .award_content {
      margin: 0 0 2%;
      padding: 5% 0; }
      .award_content .award_exchange {
        font-size: 18px; } }
  @media screen and (max-width: 640px) {
    .award_content .award_exchange {
      width: 90%;
      margin: 6% auto;
      line-height: 26px; } }

.award_exchange {
  margin: 2% 0;
  font-size: 1.2rem;
  line-height: 30px;
  margin: 2% auto;
  width: 72%; }
  @media screen and (max-width: 640px) {
    .award_exchange {
      width: 90%; } }

.award_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  width: calc(100% / 2 - 10px);
  padding: 1%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .award_item:nth-child(1) {
    margin: 0 0 1% 0; }
  .award_item .award_img {
    margin: 0 2% 0 0;
    width: 140px;
    height: 140px;
    background-color: #fff;
    border: 4px solid #fdc6ac;
    position: relative;
    border-radius: 18px; }
    .award_item .award_img__search {
      position: relative;
      cursor: pointer;
      -webkit-box-shadow: 4px 4px 0px #fdc6ac;
      box-shadow: 4px 4px 0px #fdc6ac;
      -webkit-transition: all .1s ease-in;
      -o-transition: all .1s ease-in;
      transition: all .1s ease-in; }
      .award_item .award_img__search::after {
        content: '';
        position: absolute;
        background-image: url("../img/icon_search.png");
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 23px;
        height: 23px;
        top: 5px;
        left: 5px; }
      .award_item .award_img__search:hover {
        -webkit-box-shadow: -4px -4px 0px #fdc6ac;
        box-shadow: -4px -4px 0px #fdc6ac; }
  .award_item .img_posi {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .award_item .img_posi__wh {
      width: 80%;
      height: 80%; }
  .award_item .award_info {
    width: 70%;
    margin: 2% 0 0 0;
    line-height: 22px;
    font-size: 20px; }
    .award_item .award_info h6 {
      font-weight: 700;
      margin: 0 0 1% 0; }
    .award_item .award_info p {
      font-size: 1rem; }
  @media screen and (max-width: 1280px) {
    .award_item {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
      .award_item .award_info {
        font-size: 16px;
        line-height: 20px; }
      .award_item .fontStyleOrg {
        font-size: 15px; } }
  @media screen and (max-width: 1024px) {
    .award_item .award_img {
      border-radius: 10px;
      border: 3px solid #fdc6ac; } }
  @media screen and (max-width: 768px) {
    .award_item .award_img {
      margin: 0 6% 0 0; } }
  @media screen and (max-width: 640px) {
    .award_item {
      width: 100%;
      margin: 6% 0; }
      .award_item:nth-child(1) {
        margin: 0; } }

@media screen and (max-width: 1590px) {
  .acc_photo_wrap {
    display: none; } }

.acc_photo {
  position: absolute;
  z-index: 1; }
  .acc_photo__leftBottom {
    max-width: 568px;
    width: 100%;
    height: 601px; }
  .acc_photo__left {
    max-width: 567px;
    width: 100%;
    height: 598px; }
  .acc_photo__right {
    max-width: 615px;
    width: 100%;
    height: 635px; }

.notice_area .text_title_wrap {
  z-index: 5; }
  .notice_area .text_title_wrap .draw_title_text {
    width: 36%;
    margin: 0 0 0 15%; }
  .notice_area .text_title_wrap .draw_line {
    right: -3%;
    width: 57%;
    top: 53%; }
  .notice_area .text_title_wrap .acc_star__top {
    top: 80px;
    right: 18%; }
  .notice_area .text_title_wrap .acc_star__bottom {
    top: 220px;
    right: 34%; }

.notice_area .acc_cloud {
  top: -8vw;
  min-height: 420px; }

.notice_area .notice_wrap {
  margin: -20vw 0 0 0;
  position: relative;
  z-index: 5;
  padding: 2% 0; }
  .notice_area .notice_wrap .acc_notice_peo {
    max-width: 423px;
    width: 100%;
    height: 590px;
    position: absolute;
    background-image: url("../img/acc_notice_peo.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    left: -6%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

@media screen and (max-width: 1280px) {
  .notice_area .notice_wrap {
    margin: -30vw 0 0 0; }
    .notice_area .notice_wrap .acc_notice_peo {
      display: none; }
  .notice_area .text_title_wrap .draw_title_text {
    width: 40%;
    margin: 0 0 0 11%; }
  .notice_area .text_title_wrap .acc_star__top {
    top: 0; }
  .notice_area .text_title_wrap .acc_star__bottom {
    top: 14vw; } }

@media screen and (max-width: 1024px) {
  .notice_area .acc_cloud {
    min-height: initial;
    height: 35vw; }
  .notice_area .text_title_wrap .draw_title_text {
    width: 50%;
    margin: 0 auto; } }

@media screen and (max-width: 992px) {
  .notice_area .notice_wrap .acc_notice_peo {
    display: none; }
  .notice_area .text_title_wrap .acc_star__top {
    right: 0; }
  .notice_area .text_title_wrap .acc_star__bottom {
    top: 20vw;
    right: 0; } }

@media screen and (max-width: 540px) {
  .notice_area .acc_cloud {
    background-position: -460px top; }
  .notice_area .text_title_wrap .draw_title_text {
    width: 90%; } }

.note_container {
  text-align: center; }
  .note_container .note_head {
    font-size: 38px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 0 5% 0;
    letter-spacing: 1px; }
    .note_container .note_head::after {
      content: '';
      position: absolute;
      width: 110%;
      height: 15px;
      background-color: #fff4bc;
      border-radius: 50px;
      left: 50%;
      bottom: -20%;
      z-index: -1;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .note_container .note_body {
    max-width: 1140px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    font-size: 17px;
    line-height: 32px; }
    .note_container .note_body li {
      margin: 1% 0; }
    .note_container .note_body .note_link {
      display: inline-block;
      width: auto;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }
      .note_container .note_body .note_link:hover {
        opacity: .7; }
  @media (max-width: 1540px) and (min-width: 1280px) {
    .note_container {
      margin: 0 0 0 18%;
      width: 85%; } }
  @media screen and (max-width: 1280px) {
    .note_container {
      margin: 0 auto;
      width: 90%; }
      .note_container .note_head {
        font-size: 32px; }
      .note_container .note_body {
        width: 100%;
        font-size: 17px; }
      .note_container .fontStyleOrg {
        font-size: 17px; } }

.acc_circle {
  position: absolute;
  width: 30vw;
  height: 30vw;
  border-radius: 100%;
  background-color: rgba(255, 221, 126, 0.5); }
  .acc_circle__left {
    left: -20%;
    top: 55%; }
  .acc_circle__right {
    right: -12%;
    top: 89%; }

.menu_nav {
  position: fixed;
  z-index: 99;
  right: -30px;
  top: 15%;
  display: none; }
  .menu_nav.active {
    display: block; }
  .menu_nav .menu_lazy {
    width: 55%;
    margin: 0 0 0 10%; }
  @media screen and (min-width: 1024px) {
    .menu_nav {
      display: block; } }
  @media screen and (max-width: 1170px) {
    .menu_nav {
      top: 9%; } }
  @media screen and (max-width: 992px) {
    .menu_nav {
      width: 18%;
      right: -1%;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
      .menu_nav .menu_lazy {
        margin: 0 0 0 20%; } }
  @media screen and (max-width: 768px) {
    .menu_nav {
      top: 2%; } }
  @media screen and (max-width: 640px) {
    .menu_nav {
      right: 3%; }
      .menu_nav .menu_lazy {
        width: 90%;
        margin: 0 0 0 20%; } }
  @media screen and (max-width: 540px) {
    .menu_nav {
      right: 12%; }
      .menu_nav .menu_lazy {
        width: 150%;
        margin: 0 0 0 20%; } }
  @media screen and (max-width: 360px) {
    .menu_nav {
      right: 16%; }
      .menu_nav .menu_lazy {
        margin: 0 0 0 40%; } }
  @media screen and (max-width: 280px) {
    .menu_nav {
      right: 30%; }
      .menu_nav .menu_lazy {
        margin: 0 0 0 110%; } }

.menu_wrap {
  position: relative;
  z-index: 1; }
  .menu_wrap li {
    border: 3px solid #2c2827;
    margin: 1% 0;
    border-radius: 50px;
    width: 190px;
    height: 48px;
    background-image: url("../img/bg_sidebar.jpg");
    background-size: 10%;
    background-position: 0 0;
    background-repeat: repeat;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    .menu_wrap li a {
      padding: 5%;
      color: #2c2827; }
    .menu_wrap li:nth-child(1) {
      margin: -10px 0 0 0; }
    .menu_wrap li:hover {
      -webkit-transform: translateX(-5%);
      -ms-transform: translateX(-5%);
      transform: translateX(-5%); }
  .menu_wrap .icon {
    display: inline-block;
    max-width: 34px;
    width: 100%;
    height: 28px;
    background-image: url("../img/icon_map_gray.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle; }
  .menu_wrap .pcNav.active {
    display: block; }
  .menu_wrap .mobileNav {
    display: none;
    cursor: pointer;
    border: 3px solid #2c2827;
    margin: -5% 0 0;
    border-radius: 50px;
    width: 190px;
    height: 48px;
    background-image: url("../img/bg_sidebar.jpg");
    background-size: 10%;
    background-position: 0 0;
    background-repeat: repeat;
    text-align: center;
    line-height: 40px; }
  @media screen and (max-width: 1170px) {
    .menu_wrap .mobileNav {
      display: block; }
    .menu_wrap .pcNav {
      display: none; } }
  @media screen and (max-width: 992px) {
    .menu_wrap {
      width: 100%; } }

.signOut_area {
  display: none; }
  .signOut_area .signOut_wrap {
    width: 50%;
    margin: 0 0 2% 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffecbc;
    padding: 2% 1%;
    border-radius: 50px; }
  .signOut_area.active {
    display: block; }
  .signOut_area .signOut_head {
    width: 100%;
    margin: 0 0 1.5% 0;
    font-weight: bold; }
  .signOut_area .signOut_userId {
    font-size: 18px;
    color: #e48045;
    margin: 0 1% 0 0; }
  .signOut_area .signOut_btn {
    cursor: pointer;
    background-color: #e48045;
    padding: 0.8% 1.2%;
    color: #fff;
    border-radius: 10px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .signOut_area .signOut_btn:hover {
      opacity: .8; }
  @media screen and (max-width: 1024px) {
    .signOut_area .signOut_wrap {
      width: 80%; }
    .signOut_area .signOut_head {
      font-size: 1.3rem; }
    .signOut_area .signOut_userId {
      width: 100%;
      font-size: 1.25rem;
      margin: 2.5%; }
    .signOut_area .signOut_btn {
      padding: 1.8% 2.2%; } }
  @media screen and (max-width: 680px) {
    .signOut_area .signOut_wrap {
      width: 100%;
      padding: 8% 1%;
      border-radius: 20px;
      background-color: #ffe3b7; } }

.awardInfo_area .award_img {
  max-width: 510px;
  margin: 0 auto; }

.l-bgStyle {
  background-image: url("../img/bg_evt.png");
  background-size: 10%;
  background-position: 0 0;
  background-repeat: repeat;
  width: 100%;
  position: relative; }

.fontStyleOrg {
  color: #e48045; }
  @media screen and (max-width: 1280px) {
    .fontStyleOrg {
      font-size: 20px; } }
  @media screen and (max-width: 640px) {
    .fontStyleOrg {
      font-size: 18px; } }

.wrapper {
  overflow: hidden; }

.footer_bgSet {
  background-color: #2e2827; }

.l-wrapper {
  z-index: 5; }
  @media (max-width: 1390px) and (min-width: 1280px) {
    .l-wrapper {
      width: 85%; } }
  @media screen and (max-width: 1280px) {
    .l-wrapper {
      width: 90%; } }

.btn_link {
  display: inline-block;
  width: initial;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  padding: 0 1%; }
  .btn_link:hover {
    opacity: .6; }

@media screen and (max-width: 1024px) {
  svg:not(:root) {
    overflow: initial; } }

.evtPoint {
  color: #e44545;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1% 0; }
