@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");
/* 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/css2?family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+TC:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+TC:wght@600;700&display=swap");
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: 100%;
  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: #282b4b;
  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: none; }

/*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; }

.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: 50px !important; }

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

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

.l-wrapper {
  width: 1280px;
  margin: 0 auto;
  position: relative; }

.l-wrapperhidden {
  overflow: hidden; }

.l-wrapperSub {
  width: 1106px;
  margin: 0 auto;
  position: relative; }

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

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

.l-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold; }

.l-btnStyle {
  display: inline-block;
  width: 100%;
  height: 100%; }

.l-btn-primary {
  background-color: #d4b16f;
  color: #fff; }

.l-floatLeft {
  float: left; }

.l-floatRight {
  float: right; }

.l-clearfix:after {
  content: '';
  display: table;
  clear: both; }

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

@-webkit-keyframes menuEffect {
  0% {
    right: -99%; }
  100% {
    right: 0; } }

@keyframes menuEffect {
  0% {
    right: -99%; }
  100% {
    right: 0; } }

.l-link__wrap {
  position: fixed;
  top: 15%;
  right: 0;
  z-index: 999; }
  .l-link__wrap .l-link {
    width: 78px;
    height: 78px;
    margin: 0 -8px -8px 0;
    background-image: url("../img/icon/fixed_icon_bg.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    position: relative;
    cursor: pointer;
    font-weight: bold; }
    .l-link__wrap .l-link.active {
      -webkit-animation: menuEffect .1s linear ease-in;
      animation: menuEffect .1s linear ease-in; }
    .l-link__wrap .l-link a {
      display: inline-block;
      width: 100%;
      height: 100%; }
    .l-link__wrap .l-link--sign:after {
      content: '申請帳號';
      position: absolute;
      top: 43%;
      left: 55%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none;
      line-height: 20px;
      color: #fff; }
    .l-link__wrap .l-link--download:after {
      content: '遊戲下載';
      position: absolute;
      top: 45%;
      left: 55%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none;
      line-height: 20px;
      color: #fff; }
    .l-link__wrap .l-link--fb:after {
      content: '';
      position: absolute;
      background-image: url("../img/icon/icon_fb.svg");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 30%;
      height: 50%;
      top: 43%;
      left: 55%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none; }
    .l-link__wrap .l-link--baha:after {
      content: '';
      position: absolute;
      background-image: url("../img/icon/icon_baha.svg");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 60%;
      height: 50%;
      top: 43%;
      left: 55%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none; }
    .l-link__wrap .l-link:hover {
      -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
      transform: translateX(8px); }

.l-title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 3px; }

.l-textCenter {
  text-align: center; }

/* reset */
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: 100%;
  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: #282b4b;
  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: none; }

/*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; }

.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: 50px !important; }

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

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

.l-wrapper {
  width: 1280px;
  margin: 0 auto;
  position: relative; }

.l-wrapperhidden {
  overflow: hidden; }

.l-wrapperSub {
  width: 1106px;
  margin: 0 auto;
  position: relative; }

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

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

.l-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold; }

.l-btnStyle {
  display: inline-block;
  width: 100%;
  height: 100%; }

.l-btn-primary {
  background-color: #d4b16f;
  color: #fff; }

.l-floatLeft {
  float: left; }

.l-floatRight {
  float: right; }

.l-clearfix:after {
  content: '';
  display: table;
  clear: both; }

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

@keyframes menuEffect {
  0% {
    right: -99%; }
  100% {
    right: 0; } }

.l-link__wrap {
  position: fixed;
  top: 15%;
  right: 0;
  z-index: 999; }
  .l-link__wrap .l-link {
    width: 78px;
    height: 78px;
    margin: 0 -8px -8px 0;
    background-image: url("../img/icon/fixed_icon_bg.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    position: relative;
    cursor: pointer;
    font-weight: bold; }
    .l-link__wrap .l-link.active {
      -webkit-animation: menuEffect .1s linear ease-in;
      animation: menuEffect .1s linear ease-in; }
    .l-link__wrap .l-link a {
      display: inline-block;
      width: 100%;
      height: 100%; }
    .l-link__wrap .l-link--sign:after {
      content: '申請帳號';
      position: absolute;
      top: 43%;
      left: 55%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none;
      line-height: 20px;
      color: #fff; }
    .l-link__wrap .l-link--download:after {
      content: '遊戲下載';
      position: absolute;
      top: 45%;
      left: 55%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none;
      line-height: 20px;
      color: #fff; }
    .l-link__wrap .l-link--fb:after {
      content: '';
      position: absolute;
      background-image: url("../img/icon/icon_fb.svg");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 30%;
      height: 50%;
      top: 43%;
      left: 55%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none; }
    .l-link__wrap .l-link--baha:after {
      content: '';
      position: absolute;
      background-image: url("../img/icon/icon_baha.svg");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 60%;
      height: 50%;
      top: 43%;
      left: 55%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none; }
    .l-link__wrap .l-link:hover {
      -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
      transform: translateX(8px); }

.l-title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 3px; }

.l-textCenter {
  text-align: center; }

.popOverlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  overflow: hidden; }
  .popOverlay.active {
    display: block; }
  .popOverlay .closebtn {
    position: absolute;
    right: -9%;
    top: 0;
    cursor: pointer;
    font-size: 35px;
    color: #fff; }
  .popOverlay .popContent {
    display: none;
    position: relative;
    padding: 4%;
    background-color: #fff;
    background-image: url("../img/accItem/acc_point_deep.png");
    background-size: 60%;
    background-position: 0 bottom;
    background-repeat: repeat-x;
    color: #282b4b;
    border: 1px solid #d4b16f;
    overflow: hidden; }
    .popOverlay .popContent.active {
      display: block; }
    .popOverlay .popContent .icon_dress {
      position: absolute;
      background-image: url("../img/accItem/acc_dress.png");
      background-size: cover;
      background-position: left top;
      background-repeat: no-repeat;
      width: 54px;
      height: 54px;
      pointer-events: none; }
      .popOverlay .popContent .icon_dress--ltop {
        left: 6px;
        top: 6px; }
      .popOverlay .popContent .icon_dress--rtop {
        top: 6px;
        right: 6px;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1); }
      .popOverlay .popContent .icon_dress--lbtom {
        bottom: 6px;
        left: 6px;
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1); }
      .popOverlay .popContent .icon_dress--rbtom {
        bottom: 6px;
        right: 6px;
        -webkit-transform: scale(-1, -1);
        -ms-transform: scale(-1, -1);
        transform: scale(-1, -1); }
  @media screen and (max-width: 1280px) {
    .popOverlay .closebtn {
      right: -12%; } }
  @media screen and (max-width: 1024px) {
    .popOverlay .closebtn {
      right: 0;
      top: -9%; } }
  @media screen and (max-width: 768px) {
    .popOverlay .popContent {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .popOverlay .popContent {
      padding: 7%; }
    .popOverlay .closebtn {
      top: -13%; } }

.pophead {
  padding: 2% 0;
  font-weight: 700;
  line-height: 22px;
  text-align: center; }
  .pophead .award_img {
    width: 80px;
    margin: 15px auto 0; }

.popbody {
  padding: 2%;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.8;
  max-height: 576px;
  overflow-y: scroll; }
  .popbody::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(255, 255, 255, 0.5); }
  .popbody::-webkit-scrollbar-thumb {
    background-color: #d4b16f;
    border-radius: 20px; }
  @media screen and (max-width: 1024px) {
    .popbody {
      padding-bottom: 10%;
      height: 270px; } }

.pop__acc__right {
  position: absolute;
  width: 16%;
  left: -4%;
  bottom: -10%; }
  @media screen and (max-width: 1024px) {
    .pop__acc__right {
      bottom: -15%; } }
  @media screen and (max-width: 425px) {
    .pop__acc__right {
      display: none; } }

.popupWrap {
  max-width: 768px;
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (max-width: 1024px) {
  .popupWrap {
    width: 50%; } }

@media screen and (max-width: 768px) {
  .popupWrap {
    width: 60%; } }

@media screen and (max-width: 480px) {
  .popupWrap {
    width: 90%; } }

.demoGif {
  width: 270px;
  margin: 0 auto;
  border: 1px solid #d4b16f; }
  @media screen and (max-width: 480px) {
    .demoGif {
      width: 90%; } }

.title {
  font-size: 42px;
  color: #d4b16f;
  display: inline-block;
  position: relative;
  font-weight: 600; }
  .title--awardget {
    font-size: 24px;
    color: #282b4b; }
    .title--awardget .rhombus {
      border: 1px solid #282b4b; }
      .title--awardget .rhombus:after {
        background-color: #282b4b; }
  .title--note {
    font-size: 24px;
    color: #fff; }
    .title--note .rhombus {
      border: 1px solid #fff; }
      .title--note .rhombus:after {
        background-color: #fff; }
  @media screen and (max-width: 375px) {
    .title {
      font-size: 35px; } }

.arrowSet {
  position: relative; }
  .arrowSet:after {
    content: '';
    position: absolute;
    width: 58px;
    height: 16px;
    background-image: url("../img/accItem/acc_arrow_deep.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    right: -65%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .arrowSet:before {
    content: '';
    position: absolute;
    width: 58px;
    height: 16px;
    background-image: url("../img/accItem/acc_arrow_deep_b.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    left: -65%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media screen and (max-width: 375px) {
    .arrowSet {
      font-size: 35px; }
      .arrowSet:after {
        right: -85%; }
      .arrowSet:before {
        left: -85%; } }

.rhombus {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #d4b16f;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }
  .rhombus:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #d4b16f;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-57%, -57%);
    -ms-transform: translate(-57%, -57%);
    transform: translate(-57%, -57%); }
  .rhombus--right {
    right: -30px; }
  .rhombus--left {
    left: -30px; }

.acc_line {
  display: block;
  width: 80%;
  padding-bottom: 21%;
  background-image: url("../img/accItem/acc_circle.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: repeat;
  background-color: #f0d678;
  margin: -21% 0 0 auto;
  border-radius: 50px 0 0 50px; }
  .acc_line--persKing {
    width: 100%;
    border-radius: 0 70px 70px 0;
    margin: -34% 0 0; }

.action_btn_wrap {
  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;
  margin: 3% 0 0; }
  .action_btn_wrap.active {
    position: fixed;
    z-index: 6;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-52%);
    -ms-transform: translateX(-52%);
    transform: translateX(-52%);
    margin: 0; }
  @media screen and (max-width: 768px) {
    .action_btn_wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%; }
      .action_btn_wrap.active {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

.btnStyle {
  width: 15%;
  margin: 0 10px;
  position: relative;
  z-index: 1;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg); }
  .btnStyle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -2%;
    top: 2%;
    background-color: #d4b16f;
    z-index: -1; }
  .btnStyle a {
    border: 1px solid #d4b16f;
    position: relative;
    padding: 10% 0;
    width: 100%;
    text-align: center;
    background-image: url("../img/btnItem/btn_point.png");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #282b4b;
    overflow: hidden;
    color: #d4b16f; }
    .btnStyle a p {
      display: inline-block;
      padding: 0 5px;
      -webkit-transform: skewX(10deg);
      -ms-transform: skewX(10deg);
      transform: skewX(10deg);
      font-family: "Noto Serif TC", serif; }
    .btnStyle a:after {
      content: '';
      position: absolute;
      bottom: -55px;
      left: 0;
      width: 100%;
      height: 50px;
      -webkit-box-shadow: 0 0 35px #32556d;
      box-shadow: 0 0 35px #32556d;
      animation: btnShadowEffect .5s infinite alternate-reverse; }
  .btnStyle:hover {
    -webkit-animation: shakeshake .2s alternate;
    animation: shakeshake .2s alternate; }
  .btnStyle.active {
    width: 150px;
    margin: 0 0; }

@media screen and (max-width: 480px) {
  .btnStyle {
    width: 26%;
    margin: 0 10px 10px; }
    .btnStyle a span {
      display: none; }
    .btnStyle.active {
      width: 20vw;
      margin: 0 0;
      -webkit-transform: skewX(0deg);
      -ms-transform: skewX(0deg);
      transform: skewX(0deg); }
      .btnStyle.active p {
        -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg); }
    .btnStyle:hover {
      -webkit-animation: none;
      animation: none; } }

@media screen and (max-width: 375px) {
  .btnStyle.active {
    width: 25vw;
    height: 13vw;
    line-height: 170%; }
    .btnStyle.active p {
      font-size: 14px; }
    .btnStyle.active:nth-child(5) {
      display: none; } }

@media screen and (max-width: 320px) {
  .btnStyle.active {
    line-height: 148%; } }

@media screen and (max-width: 280px) {
  .btnStyle {
    width: 40%; } }

.btn_link {
  display: inline-block;
  width: initial;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear; }
  .btn_link:hover {
    opacity: .5; }

.menu_opsi {
  position: fixed;
  right: -14%;
  top: 75px;
  z-index: 998;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }
  .menu_opsi.active {
    right: 0; }
  .menu_opsi:hover .arrowBtn {
    color: #fff; }
    .menu_opsi:hover .arrowBtn:before {
      border-color: transparent transparent #fff transparent; }
  @media screen and (max-width: 1024px) {
    .menu_opsi {
      right: -16.2%; } }
  @media screen and (max-width: 768px) {
    .menu_opsi {
      right: -21.2%; } }
  @media screen and (max-width: 480px) {
    .menu_opsi {
      right: -34%;
      top: 35%; } }
  @media screen and (max-width: 375px) {
    .menu_opsi {
      right: -32%; } }
  @media screen and (max-width: 320px) {
    .menu_opsi {
      right: -45%; } }

.menu_block {
  position: relative;
  width: 16vw;
  right: 0;
  top: 0;
  padding: 10% 5% 10% 15%;
  text-align: center;
  background-color: #d4b16f;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }
  .menu_block:hover {
    background-color: #282b4b; }
  @media screen and (max-width: 1024px) {
    .menu_block {
      width: 19vw; } }
  @media screen and (max-width: 768px) {
    .menu_block {
      width: 25vw;
      padding: 10% 5% 10% 20%; } }
  @media screen and (max-width: 480px) {
    .menu_block {
      width: 41vw; } }
  @media screen and (max-width: 425px) {
    .menu_block {
      width: 42vw; } }
  @media screen and (max-width: 320px) {
    .menu_block {
      width: 56vw; } }

.arrowBtn {
  position: absolute;
  top: 22.7%;
  -webkit-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  left: -4%;
  pointer-events: none; }
  .arrowBtn:before {
    content: '';
    display: inline-block;
    border-style: solid;
    border-color: transparent transparent #282b4b transparent;
    border-width: 0px 5px 10px 5px;
    -webkit-transform: rotate(90deg) translateY(5px);
    -ms-transform: rotate(90deg) translateY(5px);
    transform: rotate(90deg) translateY(5px); }
  @media screen and (max-width: 1280px) {
    .arrowBtn {
      left: -10%; } }
  @media screen and (max-width: 375px) {
    .arrowBtn {
      left: -9%;
      top: 30%; } }

.link {
  width: 100%;
  margin: 0 auto 4% auto;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }
  .link:hover {
    opacity: .5; }
  .link--apple {
    width: 80%;
    background-image: url("../img/downl_apple.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
    .link--apple a {
      padding-bottom: 29%; }
  .link--google {
    width: 80%;
    background-image: url("../img/downl_google.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
    .link--google a {
      padding-bottom: 29%; }
  .link--fb {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-image: url("../img/icon_fb.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px;
    margin-right: 5px; }
  .link--baha {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-image: url("../img/icon_baha.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px; }

.noteText {
  color: #e45963; }

.noteTextLine {
  position: relative;
  width: 70%;
  z-index: 1; }
  .noteTextLine:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/accItem/acc_text_line.png");
    background-size: 100%;
    background-position: 0 -70px;
    background-repeat: repeat-x;
    left: 0;
    bottom: -40%;
    z-index: -1; }

.largeText {
  font-size: 19.2px;
  padding: 0 2.5px; }

.largeText-XL {
  font-size: 21.6px; }

.boldText {
  font-weight: bold; }

.fontSerif {
  font-family: "Noto Serif TC", serif;
  letter-spacing: 1.2px; }

.primaryText {
  color: #d4b16f; }

.text_pl {
  padding-left: 1.2%; }

.footerDarkColor {
  background-color: #282b4b; }

@-webkit-keyframes playEffect {
  0% {
    -webkit-box-shadow: 0 0 0px 0px #fff;
    box-shadow: 0 0 0px 0px #fff; }
  100% {
    -webkit-box-shadow: 0 0 10px 1px #ffffff;
    box-shadow: 0 0 10px 1px #ffffff;
    background-color: #55289a; } }

@keyframes playEffect {
  0% {
    -webkit-box-shadow: 0 0 0px 0px #fff;
    box-shadow: 0 0 0px 0px #fff; }
  100% {
    -webkit-box-shadow: 0 0 10px 1px #ffffff;
    box-shadow: 0 0 10px 1px #ffffff;
    background-color: #55289a; } }

@-webkit-keyframes scalcEffect {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scalcEffect {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes scalcVideoEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scalcVideoEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes rotateVideoEffect {
  0% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
    transform: rotate3d(1, 1, 1, 0deg); }
  100% {
    -webkit-transform: rotate3d(1, 1, 1, 900deg);
    transform: rotate3d(1, 1, 1, 900deg); } }

@keyframes rotateVideoEffect {
  0% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
    transform: rotate3d(1, 1, 1, 0deg); }
  100% {
    -webkit-transform: rotate3d(1, 1, 1, 900deg);
    transform: rotate3d(1, 1, 1, 900deg); } }

@-webkit-keyframes btnShadowEffect {
  0% {
    -webkit-box-shadow: 0 0 35px #32556d;
    box-shadow: 0 0 35px #32556d; }
  100% {
    -webkit-box-shadow: 0 0 35px #49bec4;
    box-shadow: 0 0 35px #49bec4; } }

@keyframes btnShadowEffect {
  0% {
    -webkit-box-shadow: 0 0 35px #32556d;
    box-shadow: 0 0 35px #32556d; }
  100% {
    -webkit-box-shadow: 0 0 35px #49bec4;
    box-shadow: 0 0 35px #49bec4; } }

@-webkit-keyframes shakeshake {
  0% {
    -webkit-transform: translate(0, 0) skewX(-10deg);
    transform: translate(0, 0) skewX(-10deg); }
  15%,
  45%,
  60%,
  90% {
    -webkit-transform: translate(-5px, 0) skewX(-10deg);
    transform: translate(-5px, 0) skewX(-10deg); }
  30%,
  75%,
  100% {
    -webkit-transform: translate(5px, 0) skewX(-10deg);
    transform: translate(5px, 0) skewX(-10deg); } }

@keyframes shakeshake {
  0% {
    -webkit-transform: translate(0, 0) skewX(-10deg);
    transform: translate(0, 0) skewX(-10deg); }
  15%,
  45%,
  60%,
  90% {
    -webkit-transform: translate(-5px, 0) skewX(-10deg);
    transform: translate(-5px, 0) skewX(-10deg); }
  30%,
  75%,
  100% {
    -webkit-transform: translate(5px, 0) skewX(-10deg);
    transform: translate(5px, 0) skewX(-10deg); } }

@-webkit-keyframes shareShake {
  0% {
    -webkit-transform: translate(-50%, -50%) skewX(-10deg);
    transform: translate(-50%, -50%) skewX(-10deg); }
  15%,
  45%,
  60%,
  90% {
    -webkit-transform: translate(-55%, -50%) skewX(-10deg);
    transform: translate(-55%, -50%) skewX(-10deg); }
  30%,
  75%,
  100% {
    -webkit-transform: translate(-45%, -50%) skewX(-10deg);
    transform: translate(-45%, -50%) skewX(-10deg); } }

@keyframes shareShake {
  0% {
    -webkit-transform: translate(-50%, -50%) skewX(-10deg);
    transform: translate(-50%, -50%) skewX(-10deg); }
  15%,
  45%,
  60%,
  90% {
    -webkit-transform: translate(-55%, -50%) skewX(-10deg);
    transform: translate(-55%, -50%) skewX(-10deg); }
  30%,
  75%,
  100% {
    -webkit-transform: translate(-45%, -50%) skewX(-10deg);
    transform: translate(-45%, -50%) skewX(-10deg); } }

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

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

@-webkit-keyframes bgscalcEffect {
  0% {
    background-size: 100%; }
  100% {
    background-size: 105%; } }

@keyframes bgscalcEffect {
  0% {
    background-size: 100%; }
  100% {
    background-size: 105%; } }

@-webkit-keyframes videoDown {
  0% {
    -webkit-transform: translate(-50%, -250%);
    transform: translate(-50%, -250%); }
  50% {
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%); }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@keyframes videoDown {
  0% {
    -webkit-transform: translate(-50%, -250%);
    transform: translate(-50%, -250%); }
  50% {
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%); }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@-webkit-keyframes visUpDown {
  0% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); } }

@keyframes visUpDown {
  0% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); } }

@-webkit-keyframes shineEffect {
  0% {
    opacity: .5; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes shineEffect {
  0% {
    opacity: .5; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes mainbgEffect {
  0% {
    background-position: 50% 0; }
  50% {
    background-position: 51% 0; }
  100% {
    background-position: 50% 0; } }

@keyframes mainbgEffect {
  0% {
    background-position: 50% 0; }
  50% {
    background-position: 51% 0; }
  100% {
    background-position: 50% 0; } }

.event_main_container {
  width: 100%;
  background-image: url("../img/main_bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .event_main_container.active {
      background-position: 51% 0;
      -webkit-animation: mainbgEffect 2s 1s alternate forwards;
      animation: mainbgEffect 2s 1s alternate forwards; } }

.pers_group {
  width: 100%;
  position: relative;
  height: 728px;
  pointer-events: none; }
  .pers_group > div {
    position: absolute; }
  .pers_group .pers_r_top {
    width: 23%;
    right: 18%;
    top: -25px; }
    .pers_group .pers_r_top.acitve {
      animation: visUpDown 2s alternate-reverse infinite; }
  .pers_group .pers_l_top {
    width: 23%;
    left: 15%;
    top: 150px; }
  .pers_group .pers_l_center {
    width: 50%;
    top: 100px;
    left: 1%; }
  .pers_group .pers_r_center {
    width: 65%;
    right: 2%;
    bottom: -24%;
    z-index: 1; }
  .pers_group .pers_r_behind {
    width: 46%;
    right: -100px;
    bottom: -20%; }
  .pers_group .pers_r_main {
    width: 77%;
    position: absolute;
    left: -30%;
    bottom: -155px;
    z-index: 5; }
    .pers_group .pers_r_main.active {
      -webkit-animation: shineEffect .2s .8s forwards ease-in;
      animation: shineEffect .2s .8s forwards ease-in; }

@media screen and (max-width: 1024px) {
  .pers_group {
    height: 668px; }
    .pers_group .pers_r_top {
      width: 24%;
      top: 20px;
      right: 8%; }
      .pers_group .pers_r_top.acitve {
        -webkit-animation: shineEffect .2s 1s forwards ease-in;
        animation: shineEffect .2s 1s forwards ease-in; }
    .pers_group .pers_l_top {
      width: 26%;
      left: 6%;
      top: 135px; }
      .pers_group .pers_l_top.acitve {
        -webkit-animation: shineEffect .2s 1.3s forwards ease-in;
        animation: shineEffect .2s 1.3s forwards ease-in; }
    .pers_group .pers_l_center {
      width: 58%;
      top: 90px;
      left: -6%; }
      .pers_group .pers_l_center.acitve {
        -webkit-animation: shineEffect .2s 1.4s forwards ease-in;
        animation: shineEffect .2s 1.4s forwards ease-in; }
    .pers_group .pers_r_center {
      width: 64%;
      right: 0%;
      bottom: -7%; }
      .pers_group .pers_r_center.acitve {
        -webkit-animation: shineEffect .2s 1.5s forwards ease-in;
        animation: shineEffect .2s 1.5s forwards ease-in; }
    .pers_group .pers_r_behind {
      width: 45%;
      right: -120px;
      bottom: -3%; }
      .pers_group .pers_r_behind.acitve {
        -webkit-animation: shineEffect .2s 1.6s forwards ease-in;
        animation: shineEffect .2s 1.6s forwards ease-in; }
    .pers_group .pers_r_main {
      width: 89%;
      left: -40%; } }

@media screen and (max-width: 768px) {
  .pers_group {
    height: 600px; }
    .pers_group .pers_l_top {
      width: 30%;
      left: 13%;
      top: 98px; }
    .pers_group .pers_l_center {
      width: 63%;
      top: 100px;
      left: -8%; }
    .pers_group .pers_r_center {
      right: 49%;
      bottom: -12%; }
    .pers_group .pers_r_behind {
      right: -122px;
      bottom: -7%; }
    .pers_group .pers_r_main {
      width: 110%;
      left: 22%;
      bottom: -16px;
      -webkit-transform: scaleX(-1) !important;
      -ms-transform: scaleX(-1) !important;
      transform: scaleX(-1) !important; } }

@media screen and (max-width: 480px) {
  .pers_group {
    height: 530px; }
    .pers_group .pers_r_top {
      width: 33%;
      top: -12%;
      right: 4%; }
    .pers_group .pers_l_top {
      width: 37%;
      left: -3%;
      top: 42px; }
    .pers_group .pers_l_center {
      width: 88%;
      top: 24px;
      left: -33%; }
    .pers_group .pers_r_center {
      width: 102%;
      right: 20%;
      bottom: -9%; }
    .pers_group .pers_r_behind {
      right: -122px;
      bottom: -1%;
      width: 60%; }
    .pers_group .pers_r_main {
      width: 150%;
      left: 6%;
      bottom: -15px; } }

@media screen and (max-width: 425px) {
  .pers_group {
    height: 490px; }
    .pers_group .pers_r_top {
      top: -2%;
      right: 0%; }
    .pers_group .pers_r_main {
      bottom: -10px; } }

@media screen and (max-width: 375px) {
  .pers_group {
    height: 400px; }
    .pers_group .pers_r_behind {
      right: -100px;
      bottom: -4%; } }

@media screen and (max-width: 320px) {
  .pers_group .pers_r_top {
    width: 40%;
    top: -2%;
    right: -5%; }
  .pers_group .pers_l_top {
    width: 50%;
    left: -5%; }
  .pers_group .pers_l_center {
    width: 101%;
    left: -38%; }
  .pers_group .pers_r_center {
    width: 115%;
    right: 12%; }
  .pers_group .pers_r_behind {
    right: -83px;
    bottom: -4%; }
  .pers_group .pers_r_main {
    width: 160%; } }

.main_slogan_area {
  position: absolute;
  top: 76%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5; }
  .main_slogan_area .logo_wrap {
    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; }
    .main_slogan_area .logo_wrap .rom_logo {
      width: 190px;
      padding: 19px 0 0 0; }
    .main_slogan_area .logo_wrap .sunrise_logo {
      width: 174px; }
    .main_slogan_area .logo_wrap span {
      width: 30px;
      height: 30px;
      text-align: center;
      margin: 35px 10px 0 2px; }
      .main_slogan_area .logo_wrap span:after {
        content: '';
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #fff;
        -webkit-transform: rotate(42deg);
        -ms-transform: rotate(42deg);
        transform: rotate(42deg);
        -webkit-transform-origin: 0 18px;
        -ms-transform-origin: 0 18px;
        transform-origin: 0 18px; }
      .main_slogan_area .logo_wrap span:before {
        content: '';
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #fff;
        -webkit-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
        transform: rotate(-42deg);
        -webkit-transform-origin: 5px 10px;
        -ms-transform-origin: 5px 10px;
        transform-origin: 5px 10px; }
  .main_slogan_area .main_slogan_wrap {
    width: 100%;
    margin: -35px 0 0 0; }
  .main_slogan_area .sub_slogan_wrap {
    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; }
    .main_slogan_area .sub_slogan_wrap .sub_slogan {
      position: relative;
      width: 50%; }
      .main_slogan_area .sub_slogan_wrap .sub_slogan:after {
        content: '';
        position: absolute;
        width: 115%;
        height: 56px;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
        top: -5px;
        left: -30px;
        z-index: -1; }
    @media screen and (max-width: 480px) {
      .main_slogan_area .sub_slogan_wrap .sub_slogan {
        width: 80%; }
        .main_slogan_area .sub_slogan_wrap .sub_slogan:after {
          height: auto;
          padding-bottom: 20%; } }
    .main_slogan_area .sub_slogan_wrap .sub_video {
      position: relative;
      width: 65px;
      height: 65px;
      background: -webkit-gradient(linear, left top, left bottom, from(#1e1c21), to(#412374));
      background: -webkit-linear-gradient(top, #1e1c21, #412374);
      background: -o-linear-gradient(top, #1e1c21, #412374);
      background: linear-gradient(180deg, #1e1c21, #412374);
      border-radius: 50%;
      margin-right: 10px;
      cursor: pointer;
      -webkit-box-shadow: 0 0 16px 0 #1e1c21;
      box-shadow: 0 0 16px 0 #1e1c21;
      animation: scalcVideoEffect 1.5s alternate-reverse infinite; }
      .main_slogan_area .sub_slogan_wrap .sub_video .play_icon {
        text-shadow: 0 0 10px #fff;
        color: #fff;
        position: absolute;
        top: 49%;
        left: 56%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 35px;
        z-index: 1; }
      .main_slogan_area .sub_slogan_wrap .sub_video:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url("../img/video_icon.png");
        background-size: cover;
        background-position: 0 0;
        background-repeat: no-repeat;
        border: 1px solid #fff;
        border-radius: 50%; }
      .main_slogan_area .sub_slogan_wrap .sub_video:before {
        content: '';
        position: absolute;
        width: 105%;
        height: 105%;
        border: 1px dashed #fff;
        border-radius: 100%;
        z-index: -1;
        left: -2px;
        top: -2px;
        animation: rotateVideoEffect 2s alternate-reverse infinite; }
      .main_slogan_area .sub_slogan_wrap .sub_video:hover {
        animation: scalcEffect .1s alternate-reverse; }
      @media screen and (max-width: 425px) {
        .main_slogan_area .sub_slogan_wrap .sub_video {
          width: 55px;
          height: 55px; } }
      @media screen and (max-width: 320px) {
        .main_slogan_area .sub_slogan_wrap .sub_video {
          width: 44px;
          height: 44px; } }
  .main_slogan_area .crossoverCright {
    z-index: 2;
    text-transform: uppercase;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 14.4px;
    color: #c9432f;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -25px; }
  @media screen and (max-width: 1024px) {
    .main_slogan_area {
      top: 73%; } }
  @media screen and (max-width: 768px) {
    .main_slogan_area {
      width: 75%; } }
  @media screen and (max-width: 480px) {
    .main_slogan_area .main_slogan_wrap {
      margin: -7% 0 0 0; }
    .main_slogan_area .crossoverCright {
      bottom: -12%; } }

.ball_container {
  background-image: url("../img/rectangle_dark_b.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 3; }
  .ball_container .ball_group {
    max-width: 1106px;
    width: 90%;
    height: 153px;
    margin: 0 auto;
    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; }
    .ball_container .ball_group .ball {
      width: 57px;
      height: 57px;
      margin: 0 5px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      -webkit-box-shadow: 0px 0px 2px 1px black inset;
      box-shadow: 0px 0px 2px 1px black inset;
      border-radius: 50%;
      background-image: url("../img/ball/ball_item_null.png");
      background-size: cover;
      background-position: 0 0;
      background-repeat: no-repeat;
      position: relative;
      color: #fff;
      font-size: 18px; }
      .ball_container .ball_group .ball span {
        position: absolute;
        top: 48%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-family: "Noto Serif TC", serif; }
      .ball_container .ball_group .ball.ball_red.active {
        background-image: url("../img/ball/ball_item_01.png");
        background-size: cover;
        background-position: 0 0;
        background-repeat: no-repeat;
        border: 1px solid #cd3531;
        -webkit-box-shadow: 0 0 16px 0 #cd3531;
        box-shadow: 0 0 16px 0 #cd3531; }
      .ball_container .ball_group .ball.ball_deepblue.active {
        background-image: url("../img/ball/ball_item_02.png");
        background-size: cover;
        background-position: 0 0;
        background-repeat: no-repeat;
        border: 1px solid #2a22c6;
        -webkit-box-shadow: 0 0 16px 0 #2a22c6;
        box-shadow: 0 0 16px 0 #2a22c6; }
      .ball_container .ball_group .ball.ball_green.active {
        background-image: url("../img/ball/ball_item_03.png");
        background-size: cover;
        background-position: 0 0;
        background-repeat: no-repeat;
        border: 1px solid #368972;
        -webkit-box-shadow: 0 0 16px 0 #368972;
        box-shadow: 0 0 16px 0 #368972; }
      .ball_container .ball_group .ball.ball_lightblue.active {
        background-image: url("../img/ball/ball_item_04.png");
        background-size: cover;
        background-position: 0 0;
        background-repeat: no-repeat;
        border: 1px solid #6594b8;
        -webkit-box-shadow: 0 0 16px 0 #6594b8;
        box-shadow: 0 0 16px 0 #6594b8; }
      .ball_container .ball_group .ball.ball_orange.active {
        background-image: url("../img/ball/ball_item_05.png");
        background-size: cover;
        background-position: 0 0;
        background-repeat: no-repeat;
        border: 1px solid #c9813d;
        -webkit-box-shadow: 0 0 16px 0 #c9813d;
        box-shadow: 0 0 16px 0 #c9813d; }
  @media screen and (max-width: 768px) {
    .ball_container .ball_group {
      width: 50%;
      height: auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 3% 0; } }
  @media screen and (max-width: 480px) {
    .ball_container .ball_group {
      width: 90%;
      padding: 8% 0; } }
  @media screen and (max-width: 360px) {
    .ball_container .ball_group {
      width: 100%; } }
  @media screen and (max-width: 320px) {
    .ball_container .ball_group .ball {
      width: 40px;
      height: 40px; } }

.event_period_container {
  width: 100%;
  background-image: url("../img/sub_bg.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: repeat;
  padding: 50px 0; }
  .event_period_container .period_acc_right {
    position: absolute;
    right: 0;
    z-index: 7;
    top: -130%;
    width: 35%; }
  .event_period_container .head_monster {
    width: 40%; }
  @media screen and (max-width: 1024px) {
    .event_period_container .period_acc_right {
      width: 32%; } }
  @media screen and (max-width: 768px) {
    .event_period_container .period_acc_right {
      width: 42%;
      right: -17%;
      top: -120%; } }
  @media screen and (max-width: 480px) {
    .event_period_container .period_acc_right {
      width: 72%;
      right: -41%;
      top: -570%; } }

@media screen and (max-width: 768px) {
  .event_period_container {
    padding: 50px 0 100px; } }

@media screen and (max-width: 480px) {
  .event_period_container {
    padding-top: 20%; } }

.event_period_content {
  padding: 0 0 5% 0;
  position: relative; }

.acc_period_text {
  font-size: 75px;
  font-family: "Noto Serif TC", serif;
  font-style: italic;
  color: #f0d678;
  letter-spacing: -3px;
  opacity: .6;
  display: inline-block;
  position: relative; }
  .acc_period_text::after {
    content: '';
    position: absolute;
    background-image: url("../img/accItem/acc_arrow.png");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 81px;
    height: 23px;
    left: -17.5%;
    top: -25%; }
  .acc_period_text::before {
    content: '';
    position: absolute;
    background-image: url("../img/accItem/acc_star.png");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    right: -15%; }
  @media screen and (max-width: 768px) {
    .acc_period_text {
      opacity: .3;
      margin: 0 0 0 30px; } }
  @media screen and (max-width: 480px) {
    .acc_period_text {
      display: none; } }

.event_main_content {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 0 0 5% 0; }
  .event_main_content .event_head h5 {
    font-style: italic;
    font-family: "Noto Sans TC", sans-serif;
    padding: 15px 0 0 0; }
  .event_main_content .event_body {
    padding-top: 50px; }
    .event_main_content .event_body .subtitle {
      width: 49%;
      margin: 0 0 0 10%;
      font-size: 19.2px; }
      .event_main_content .event_body .subtitle h3 {
        display: inline-block; }
      .event_main_content .event_body .subtitle .acc_arrow {
        display: inline-block;
        width: 51px;
        height: 14px;
        background-image: url("../img/accItem/acc_arrow_deep_b.png");
        background-size: cover;
        background-position: 0 0;
        background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      .event_main_content .event_body .subtitle {
        width: 70%;
        margin: 0 auto;
        text-align: left; } }
  @media screen and (max-width: 1024px) {
    .event_main_content .period_block_wrap {
      width: 100%; } }

@media screen and (max-width: 1024px) {
  .event_main_content {
    overflow: visible;
    padding-bottom: 15%; } }

@media screen and (max-width: 768px) {
  .event_main_content {
    overflow: visible;
    padding-bottom: 12%; } }

.period_block_wrap {
  width: 66%;
  margin: 25px 0 0 auto; }
  .period_block_wrap .period_block {
    width: 240px;
    display: inline-block;
    vertical-align: top; }
    .period_block_wrap .period_block .period_demo {
      position: relative;
      z-index: 1;
      margin: 0 20px 0 0; }
      .period_block_wrap .period_block .period_demo::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid #f0d678;
        top: -2%;
        right: -2%; }
      .period_block_wrap .period_block .period_demo::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #f0d678;
        background-image: url("../img/accItem/acc_bg.png");
        background-size: cover;
        background-position: 0 0;
        background-repeat: repeat;
        top: 1%;
        left: -2%;
        z-index: -1; }
    .period_block_wrap .period_block p {
      position: relative;
      margin: 20px 0 0 0;
      text-align: left;
      padding: 0 0 0 25px;
      font-size: 18px;
      font-style: italic; }
      .period_block_wrap .period_block p .rhombus {
        left: 0; }
  @media screen and (max-width: 480px) {
    .period_block_wrap .period_block {
      display: block;
      width: 75%;
      margin: 0 auto 9%; }
      .period_block_wrap .period_block .period_demo p {
        margin: 20px 0 20px 0; } }

.period_introdu_wrap {
  width: 63%;
  margin: 10% 0 3% auto;
  text-align: left;
  line-height: 1.8;
  font-size: 19.2px;
  font-style: italic; }
  .period_introdu_wrap p span {
    display: block; }

@media screen and (max-width: 1024px) {
  .period_introdu_wrap {
    width: 70%;
    margin: 6% 0 0 auto; } }

@media screen and (max-width: 768px) {
  .period_introdu_wrap {
    width: 90%;
    margin: 6% 0 0 auto; } }

@media screen and (max-width: 480px) {
  .period_introdu_wrap {
    width: 85%;
    margin: 6% auto;
    text-align: center; }
    .period_introdu_wrap p:nth-child(2) {
      margin: 0 auto; } }

@media screen and (max-width: 425px) {
  .period_introdu_wrap p:nth-child(2) {
    width: 90%; } }

.acc_introdu_left {
  position: absolute;
  top: 12%;
  left: -80px;
  z-index: 2;
  width: 36%; }
  .acc_introdu_left .acc_pers_king {
    position: relative;
    left: 60px;
    width: 77%;
    margin: 0 0 0 auto; }
    .acc_introdu_left .acc_pers_king:after {
      content: '';
      position: absolute;
      background-image: url("../img/accItem/acc_circle_flower.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 217px;
      height: 217px;
      top: -12%;
      left: 0;
      z-index: -1; }
  @media screen and (max-width: 1280px) {
    .acc_introdu_left .acc_pers_king {
      width: 93%; } }

@media screen and (max-width: 1024px) {
  .acc_introdu_left {
    top: 48%;
    left: -130px; } }

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

.acc_introdu_right {
  position: absolute;
  right: 0;
  top: 12%;
  width: 40%; }
  .acc_introdu_right .acc_lineStar {
    width: 100%;
    margin: 0 0 0 26%; }
  @media screen and (max-width: 480px) {
    .acc_introdu_right {
      width: 70%;
      top: 5%; } }

.main_callforaction_container {
  width: 100%;
  position: relative;
  padding: 3% 0 2%; }
  .main_callforaction_container .acc_action_left {
    position: absolute;
    left: -15%;
    top: -160%; }
  .main_callforaction_container .acc_action_line_right {
    position: absolute;
    width: 20%;
    right: 0;
    top: 0; }
  .main_callforaction_container.active {
    padding: 5% 0 8%; }
  @media screen and (max-width: 1024px) {
    .main_callforaction_container .acc_action_line_right {
      width: 35%;
      top: -65%; } }
  @media screen and (max-width: 768px) {
    .main_callforaction_container .acc_action_left {
      left: -9%;
      top: -109%; } }
  @media screen and (max-width: 480px) {
    .main_callforaction_container .acc_action_left {
      left: -9%;
      top: -69%; }
    .main_callforaction_container .acc_action_line_right {
      width: 65%;
      top: -60%;
      right: -42%; } }

.acc_cloud {
  position: relative;
  animation: driftEffect 6s infinite alternate-reverse; }
  .acc_cloud::after {
    content: '';
    position: absolute;
    background-image: url("../img/accItem/acc_cloud.png");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 65%;
    height: 65%;
    opacity: 0.5;
    right: -18%;
    top: 80%;
    -webkit-animation: driftEffect 5.5s 1s infinite alternate;
    animation: driftEffect 5.5s 1s infinite alternate; }

.event_award_container {
  width: 100%;
  background-image: url("../img/sub_event_bg.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat;
  position: relative; }
  .event_award_container .acc_action_line_left {
    position: absolute;
    width: 20%;
    top: -20px;
    left: 0;
    z-index: 1; }
  .event_award_container .award_acc_right {
    position: absolute;
    right: 0;
    top: -55px;
    width: 25%; }
    .event_award_container .award_acc_right .head_monster {
      width: 75%; }
    .event_award_container .award_acc_right .acc_line {
      padding-bottom: 28%;
      margin: -31% 0 0 auto;
      width: 100%; }
  .event_award_container .event_head {
    text-align: center;
    padding: 10% 0 2% 0; }
  .event_award_container .event_body {
    padding: 2% 0; }
    .event_award_container .event_body .event_award_info {
      margin: 0 0 30px 0; }
      .event_award_container .event_body .event_award_info h6 {
        display: inline-block;
        padding: 10px 25px;
        background-color: #282b4b;
        color: #fff4de;
        margin-bottom: 15px;
        border-radius: 50px; }
      .event_award_container .event_body .event_award_info .info_wrap {
        padding: 0 20px;
        letter-spacing: 1.2px;
        line-height: 1.8; }
  @media screen and (max-width: 1024px) {
    .event_award_container .acc_action_line_left {
      width: 35%;
      top: -29px; }
    .event_award_container .l-wrapperSub {
      width: 90%; } }
  @media screen and (max-width: 768px) {
    .event_award_container .award_acc_right {
      right: -5%;
      top: -3%;
      width: 30%; } }
  @media screen and (max-width: 480px) {
    .event_award_container .award_acc_right {
      right: -17%;
      top: -2%;
      width: 48%; }
    .event_award_container .acc_action_line_left {
      width: 62%;
      top: -24px;
      left: -25%; } }

.award_list {
  counter-reset: i; }
  .award_list li:before {
    counter-increment: i;
    content: counter(i) ".";
    display: inline-block;
    padding-right: 5px; }
  .award_list .noteTextLine {
    display: inline-block;
    width: 388px; }
    .award_list .noteTextLine:after {
      background-size: cover;
      background-position: 0 -53px;
      bottom: -40%; }
  @media screen and (max-width: 480px) {
    .award_list .noteTextLine {
      width: 90%; } }

.add_account {
  display: inline-block;
  margin: 40px 0 20px; }
  .add_account a {
    position: relative;
    display: inline-block;
    padding: 10px 50px 10px 120px;
    background-image: url("../img/btnItem/btn_polly_point.png");
    background-size: cover;
    background-position: 0 bottom;
    background-repeat: repeat;
    background-color: #c9dcff;
    border: 2px solid #282b4b;
    border-radius: 50px;
    text-align: center;
    color: #282b4b;
    font-weight: 600;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear; }
    .add_account a:after {
      content: '';
      position: absolute;
      background-image: url("../img/btnItem/btn_polly.png");
      background-size: cover;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 110px;
      height: 93px;
      left: -5%;
      top: -72%;
      pointer-events: none; }
  .add_account:hover a {
    -webkit-box-shadow: 0 0 5px rgba(40, 43, 75, 0.5);
    box-shadow: 0 0 5px rgba(40, 43, 75, 0.5); }
    .add_account:hover a:after {
      -webkit-animation: driftEffect .3s infinite alternate;
      animation: driftEffect .3s infinite alternate; }
  @media screen and (max-width: 320px) {
    .add_account a {
      padding: 10px 50px 10px 90px; }
      .add_account a:after {
        width: 37%;
        height: auto;
        top: -48%;
        padding-bottom: 31.5%; } }
  @media screen and (max-width: 280px) {
    .add_account a {
      padding: 10px 50px 10px 50px; }
      .add_account a:after {
        top: -20%;
        left: -15%; } }

.event_award_get {
  text-align: center; }
  .event_award_get .event_head {
    margin: 0 auto 2%;
    padding: 10px 45px;
    border: 2px solid #282b4b;
    border-radius: 50px;
    width: 25%; }
  .event_award_get .event_award_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .event_award_get .event_award_body .award_wrap {
      width: calc(100% / 3 - 20px);
      margin: 20px 0; }
      .event_award_get .event_award_body .award_wrap:nth-child(2) {
        margin: 0 30px; }
      .event_award_get .event_award_body .award_wrap:nth-child(5) {
        margin: 0 30px; }
      .event_award_get .event_award_body .award_wrap:hover .arrow_get {
        -webkit-animation: driftEffect .8s infinite linear;
        animation: driftEffect .8s infinite linear; }
  @media screen and (max-width: 1024px) {
    .event_award_get .event_head {
      width: 35%; } }
  @media screen and (max-width: 768px) {
    .event_award_get .event_head {
      width: 38%; }
    .event_award_get .event_award_body {
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .event_award_get .event_award_body .award_wrap {
        width: 45%;
        margin: 0 0 5% 0; }
        .event_award_get .event_award_body .award_wrap:nth-child(2) {
          margin: 0 0 0 0; }
        .event_award_get .event_award_body .award_wrap:nth-child(5) {
          margin: 0 0 0 0; } }
  @media screen and (max-width: 480px) {
    .event_award_get .event_head {
      width: 72%; }
      .event_award_get .event_head .title--awardget h5 {
        font-size: 25px; }
    .event_award_get .event_award_body .award_wrap {
      width: 90%;
      margin: 30px 0 10% 0; } }
  @media screen and (max-width: 480px) {
    .event_award_get .event_head {
      width: 95%; } }

.award_get_head {
  margin-bottom: 15px;
  text-align: center; }
  .award_get_head p {
    display: inline-block;
    color: #d4b16f;
    font-size: 18px; }
  .award_get_head h6 {
    display: inline-block;
    font-weight: 800;
    font-style: italic;
    font-size: 20.4px; }
  .award_get_head .arrow_get {
    width: 50px;
    margin-bottom: 15px; }

.award_get_body {
  text-align: center;
  background-image: url("../img/accItem/acc_point_deep.png");
  background-size: cover;
  background-position: center 120px;
  background-repeat: repeat-x;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d4b16f;
  color: #282b4b; }
  .award_get_body .get_award {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15%; }
    .award_get_body .get_award .item {
      width: 50px;
      position: relative;
      z-index: 1;
      margin-right: 15px; }
      .award_get_body .get_award .item:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #ffeeca;
        bottom: 0;
        left: 5px;
        z-index: -1;
        border-radius: 50px; }
      .award_get_body .get_award .item--extra {
        width: 58px;
        cursor: pointer; }
        .award_get_body .get_award .item--extra:before {
          content: '';
          background-image: url("../img/accItem/icon_search.png");
          background-size: 58%;
          background-position: center;
          background-repeat: no-repeat;
          width: 30px;
          height: 30px;
          background-color: #d4b16f;
          border-radius: 50px;
          top: -8px;
          right: -15px;
          position: absolute; }
        .award_get_body .get_award .item--extra:hover {
          animation: scalcEffect .2s alternate-reverse linear; }
  .award_get_body .get_body_title {
    padding: 5% 0;
    margin: 0 -6px;
    background-color: #ffeeca;
    border-bottom: 1px solid #d4b16f; }
  .award_get_body .get_body_award {
    padding: 5% 0; }
    .award_get_body .get_body_award span {
      display: inline-block;
      position: relative;
      width: 25px;
      height: 25px;
      margin: 3% 0; }
      .award_get_body .get_body_award span:after {
        content: '';
        text-align: center;
        display: inline-block;
        width: 6px;
        height: 25px;
        background-color: #d4b16f; }
      .award_get_body .get_body_award span:before {
        content: '';
        position: absolute;
        width: 25px;
        height: 6px;
        background-color: #d4b16f;
        -webkit-transform: rotate(180deg) translate(-50%, -50%);
        -ms-transform: rotate(180deg) translate(-50%, -50%);
        transform: rotate(180deg) translate(-50%, -50%);
        top: 25%;
        left: -50%; }
  @media screen and (max-width: 768px) {
    .award_get_body .get_award {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0; } }

.awardIconSet {
  position: relative;
  padding: 0 6px; }
  .awardIconSet .icon_dress {
    position: absolute;
    background-image: url("../img/accItem/acc_dress.png");
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    width: 54px;
    height: 54px; }
    .awardIconSet .icon_dress--ltop {
      left: -7px;
      top: -7px; }
    .awardIconSet .icon_dress--rtop {
      top: -7px;
      right: -7px;
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }
    .awardIconSet .icon_dress--lbtom {
      bottom: -7px;
      left: -7px;
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      transform: scaleY(-1); }
    .awardIconSet .icon_dress--rbtom {
      bottom: -7px;
      right: -7px;
      -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
      transform: scale(-1, -1); }

.award_acc_left {
  width: 30%;
  margin: 1% auto 0 0; }
  .award_acc_left .acc_monster {
    width: 80%;
    margin: 0 0 0 10%;
    animation: visUpDown 1s alternate-reverse infinite; }
  .award_acc_left .acc_line {
    margin: -21% auto 0 0;
    padding-bottom: 23%;
    width: 70%;
    border-radius: 0 50px 50px 0; }

@media screen and (max-width: 1024px) {
  .award_acc_left .acc_monster {
    width: 100%; }
  .award_acc_left .acc_line {
    margin: -30% auto 0 0; } }

@media screen and (max-width: 768px) {
  .award_acc_left {
    width: 40%;
    margin: 3% auto 0 0; }
    .award_acc_left .acc_monster {
      width: 100%; }
    .award_acc_left .acc_line {
      margin: -30% auto 0 0; } }

@media screen and (max-width: 480px) {
  .award_acc_left {
    width: 60%; } }

@media screen and (max-width: 320px) {
  .award_acc_left {
    width: 65%; } }

.event_luckydraw_content {
  margin: -18% 0 0 0; }
  .event_luckydraw_content .event_head h5 {
    padding-top: 1.8%;
    line-height: 1.4; }
  .event_luckydraw_content p {
    text-align: center;
    padding: 10px 0;
    line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .event_luckydraw_content {
      margin: -5% 0 0 0; } }
  @media screen and (max-width: 375px) {
    .event_luckydraw_content .event_head h5 {
      width: 90%;
      margin: 2% auto 0; } }

.lucky_item_head {
  margin: 0 0 -26px; }
  .lucky_item_head span {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    line-height: 50px;
    color: #282b4b;
    font-weight: 600;
    z-index: 1; }
    .lucky_item_head span:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #d4b16f;
      top: 0;
      left: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index: -1; }
    .lucky_item_head span:before {
      content: '';
      position: absolute;
      width: 110%;
      height: 110%;
      border: 1px solid #d4b16f;
      top: -4px;
      left: -3px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index: -1; }

.luckydraw_body {
  width: 90%;
  margin: 2% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  .luckydraw_body .luckydraw_wrap:nth-child(odd) {
    width: 40%; }
  .luckydraw_body .luckydraw_wrap:nth-child(2) {
    margin: 0 25px;
    width: 50%; }

@media screen and (max-width: 768px) {
  .luckydraw_body {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .luckydraw_body .luckydraw_wrap:nth-child(odd) {
      width: 40%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin: 30px 10px; }
    .luckydraw_body .luckydraw_wrap:nth-child(2) {
      margin: 0 8%;
      width: 50%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

@media screen and (max-width: 480px) {
  .luckydraw_body .luckydraw_wrap:nth-child(odd) {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 50px 0 20px; }
  .luckydraw_body .luckydraw_wrap:nth-child(2) {
    margin: 10% 0 0;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.lucky_item_body {
  padding: 10px;
  border: 1px solid #d4b16f;
  background-image: url("../img/accItem/acc_point_deep.png");
  background-size: 100%;
  background-position: left 140%;
  background-repeat: repeat-x;
  background-color: #fff; }
  .lucky_item_body .lucky_item {
    width: 100%;
    border: 1px solid #d4b16f; }
  .lucky_item_body .lucky_text {
    margin: 10px 0 0;
    padding: 10px 0;
    font-weight: 600; }
    .lucky_item_body .lucky_text span {
      display: inline-block; }
      .lucky_item_body .lucky_text span:after {
        content: '';
        width: 48px;
        height: 15px;
        background-image: url("../img/accItem/acc_arrow_deep_b.png");
        background-size: 100%;
        background-position: left 0;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 0 0 0 5px;
        vertical-align: middle; }
      .lucky_item_body .lucky_text span:before {
        content: '';
        width: 48px;
        height: 15px;
        background-image: url("../img/accItem/acc_arrow_deep.png");
        background-size: 100%;
        background-position: left 0;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 0 5px 0 0;
        vertical-align: middle; }
    .lucky_item_body .lucky_text p {
      padding: 10px 0 0;
      font-size: 18px; }

.event_signin_container {
  width: 100%;
  margin: -4% 0 0 0; }

.signout_content .arrowSet:after {
  right: -55%; }

.signout_content .arrowSet:before {
  left: -55%; }

@media screen and (max-width: 480px) {
  .signout_content {
    margin: 25% 0 15%; }
    .signout_content .arrowSet:after {
      display: none; }
    .signout_content .arrowSet:before {
      display: none; } }

.sign_block {
  width: 40%;
  margin: 1% auto;
  padding: 5px; }
  .sign_block .signout_in {
    border: 1px solid #d4b16f;
    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;
    padding: 4%;
    font-weight: 600;
    color: #d4b16f;
    position: relative; }
    .sign_block .signout_in .social_icon {
      width: 44px;
      transition: all 0.5s linear;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear; }
      .sign_block .signout_in .social_icon:hover {
        opacity: .5; }
    .sign_block .signout_in p {
      padding: 0 10px 0 0; }
    .sign_block .signout_in span {
      padding: 0 10px; }
    .sign_block .signout_in:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 98%;
      height: 87%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border: 1px solid #d4b16f;
      pointer-events: none; }
    @media screen and (max-width: 480px) {
      .sign_block .signout_in {
        padding: 8%; }
        .sign_block .signout_in .social_icon {
          width: 50px; } }
    @media screen and (max-width: 375px) {
      .sign_block .signout_in {
        padding: 10% 8%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .sign_block .signout_in p {
          width: 100%;
          padding: 0;
          margin: 0 0 5% 0;
          text-align: center; }
        .sign_block .signout_in:after {
          height: 96%; } }
  .sign_block .signout_out {
    text-align: center; }
    .sign_block .signout_out span {
      display: inline-block;
      padding: 0 10px; }
    .sign_block .signout_out .btnStyle {
      width: 30%;
      margin: 20px auto 0; }
      .sign_block .signout_out .btnStyle p {
        font-family: "Noto Sans TC", sans-serif; }
    @media screen and (max-width: 1280px) {
      .sign_block .signout_out p {
        padding: 5% 0; } }
    @media screen and (max-width: 480px) {
      .sign_block .signout_out .btnStyle {
        height: 16vw;
        width: 60%;
        line-height: 10%; } }

@media screen and (max-width: 768px) {
  .sign_block {
    width: 60%; } }

@media screen and (max-width: 480px) {
  .sign_block {
    width: 100%; } }

.acc_signin_right {
  width: 10%;
  margin: 5% 0 -6% auto; }
  .acc_signin_right .acc_sign_cloud {
    width: 100%; }

@media screen and (max-width: 768px) {
  .acc_signin_right {
    width: 22%;
    margin: -7% 0 0% 84%; } }

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

.acc_signin_left {
  width: 45%;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  margin: 5% 0 -10% 0; }
  .acc_signin_left .acc_sign_line {
    position: relative;
    left: 35%;
    -webkit-animation: driftEffect 6s 1s infinite alternate;
    animation: driftEffect 6s 1s infinite alternate; }

@media screen and (max-width: 768px) {
  .acc_signin_left {
    width: 75%;
    margin: 2% 0 -17% 0; } }

@media screen and (max-width: 480px) {
  .acc_signin_left {
    width: 100%;
    margin: 10% 0 -25% 0; } }

.acc_sign_pers {
  width: 22%;
  margin: -30% 0 0 auto;
  position: relative; }
  .acc_sign_pers:after {
    content: '';
    position: absolute;
    background-image: url("../img/sub_cute_monster.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 60%;
    padding-bottom: 60%;
    bottom: 15%; }

@media screen and (max-width: 768px) {
  .acc_sign_pers {
    width: 30%;
    right: -10%;
    bottom: -13px; } }

@media screen and (max-width: 480px) {
  .acc_sign_pers {
    width: 45%;
    right: -12%;
    bottom: -43px; } }

@media screen and (max-width: 375px) {
  .acc_sign_pers {
    width: 58%; } }

.acc_bottom_area {
  margin: -8.5% 0 0 0;
  position: relative; }

@media screen and (max-width: 1280px) {
  .acc_bottom_area {
    margin: -9.5% 0 0 0; } }

@media screen and (max-width: 1024px) {
  .acc_bottom_area {
    margin: -10.5% 0 0 0; } }

.event_profile_container {
  width: 100%;
  background-image: url("../img/third_bg.png");
  background-size: 12%;
  background-position: -92px 0;
  background-repeat: repeat;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .event_profile_container {
      padding: 15% 0; } }

.event_profile_wrap {
  position: relative;
  z-index: 1; }

@media screen and (max-width: 768px) {
  .event_profile_wrap {
    padding: 10% 0 0 0; }
    .event_profile_wrap:nth-child(5) {
      padding: 0 0 5% 0; } }

.event_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto 5%;
  padding: 5% 0; }
  @media screen and (max-width: 768px) {
    .event_profile .profile_pers {
      width: 42%; } }
  @media screen and (max-width: 480px) {
    .event_profile {
      display: block;
      width: 85%; }
      .event_profile .profile_pers {
        width: 100%;
        height: 70vw; }
        .event_profile .profile_pers .person_img {
          width: 60%;
          left: 4%;
          top: -34px;
          z-index: 1; }
      .event_profile .profile_item--item02 .person_img {
        width: 80%;
        left: -8%;
        top: -43px; }
      .event_profile .profile_item--item03 .person_img {
        width: 84%;
        left: -18%;
        top: -32px;
        position: relative; }
        .event_profile .profile_item--item03 .person_img:after {
          content: '';
          position: absolute;
          width: 18%;
          height: 18%;
          background-color: #fff5dd;
          bottom: 15%;
          left: 23px; }
      .event_profile .profile_item--item04 .person_img {
        left: -2%;
        top: -34px; } }

.profile_pers {
  position: relative;
  width: 30%;
  background-image: url("../img/presprofile/prof_bg.png");
  background-size: cover;
  background-position: left 0;
  background-repeat: no-repeat; }
  .profile_pers:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/presprofile/acc_prof_bg.png");
    background-size: cover;
    background-position: left 0;
    background-repeat: no-repeat;
    bottom: 0; }
  .profile_pers .person_img {
    position: absolute;
    left: -4%;
    top: -24px;
    z-index: 1;
    width: 83%; }
  .profile_pers .profile_name {
    position: absolute;
    right: 6%;
    top: 6%;
    background-color: #282b4b;
    padding: 6%;
    border-radius: 50px;
    z-index: 1; }
    .profile_pers .profile_name:after {
      content: '';
      position: absolute;
      width: 120%;
      height: 120%;
      border: 1px solid #282b4b;
      left: -30px;
      top: 0;
      border-radius: 50px;
      z-index: -1; }
    .profile_pers .profile_name h5 {
      font-family: "Noto Serif TC", serif;
      font-size: 26.4px;
      color: #d4b16f;
      font-weight: bold; }

.profile_info {
  width: 70%;
  background-color: #282b4b;
  background-image: url("../img/presprofile/acc_prof_info.png");
  background-size: 100%;
  background-position: 0 -53px;
  background-repeat: no-repeat;
  padding: 0 0 2% 0; }
  .profile_info .share_area {
    margin: 17% auto 8%;
    padding: 2% 0;
    text-align: center;
    position: relative; }
    .profile_info .share_area .btnStyle {
      margin: 0 auto;
      width: 20%; }
    .profile_info .share_area:after {
      content: '';
      width: 55%;
      height: 1px;
      position: absolute;
      background-color: #d4b16f;
      left: 0;
      bottom: 0;
      transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear; }
    .profile_info .share_area:before {
      content: '';
      width: 55%;
      height: 1px;
      position: absolute;
      background-color: #d4b16f;
      right: 0;
      top: 0;
      transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear; }
    .profile_info .share_area:hover:after {
      width: 0; }
    .profile_info .share_area:hover:before {
      width: 0; }
  .profile_info .profile_content {
    padding: 0 4%;
    color: #d4b16f;
    line-height: 1.7; }
    .profile_info .profile_content .icon_style {
      width: 60px;
      display: inline-block;
      padding: 0 0 5px 0; }
    .profile_info .profile_content h5 {
      font-size: 24px;
      font-family: "Noto Serif TC", serif;
      font-style: italic; }
    .profile_info .profile_content p span {
      display: block; }
    @media screen and (max-width: 480px) {
      .profile_info .profile_content {
        padding: 0 6%; }
        .profile_info .profile_content p span {
          display: initial; } }
    @media screen and (max-width: 375px) {
      .profile_info .profile_content {
        padding: 0 8%; } }
  @media screen and (max-width: 768px) {
    .profile_info .share_area {
      margin: 8% auto; }
      .profile_info .share_area .btnStyle {
        width: 40%; } }
  @media screen and (max-width: 480px) {
    .profile_info {
      margin: -20% 0 0 0;
      position: relative;
      z-index: 5;
      padding: 5% 0;
      width: 100%; } }
  @media screen and (max-width: 375px) {
    .profile_info .share_area .btnStyle {
      width: 50%;
      line-height: 100%; } }
  @media screen and (max-width: 375px) {
    .profile_info .share_area .btnStyle {
      width: 60%;
      height: 16vw; } }

.event_profile_share .profile_pers {
  background-image: url("../img/presprofile/light_bg_01.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat; }
  .event_profile_share .profile_pers .profile_name {
    background-color: #d4b16f; }
    .event_profile_share .profile_pers .profile_name h5 {
      color: #282b4b; }
    .event_profile_share .profile_pers .profile_name:after {
      border: 1px solid #d4b16f; }
  @media screen and (max-width: 480px) {
    .event_profile_share .profile_pers:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      bottom: 0; } }

.event_profile_share .profile_info .profile_text {
  color: #fff;
  text-align: center;
  padding: 5% 0 0; }
  .event_profile_share .profile_info .profile_text p {
    font-size: 30px;
    font-family: "Noto Serif TC", serif;
    font-style: italic; }
    .event_profile_share .profile_info .profile_text p span {
      font-family: "Noto Serif TC", serif;
      font-style: italic;
      padding: 0 1%;
      display: inline-block; }
  .event_profile_share .profile_info .profile_text .text_first {
    padding: 0 0 2% 0;
    margin: 0 0 0 -30%; }
  .event_profile_share .profile_info .profile_text .text_second {
    font-family: "Noto Serif TC", serif;
    margin: 0 0 0 22%; }

.event_profile_share .profile_info .share_area {
  margin: 4% auto; }

@media screen and (max-width: 768px) {
  .event_profile_share .profile_info .profile_text .text_first {
    margin: 0 0 0 -15%; } }

@media screen and (max-width: 425px) {
  .event_profile_share .profile_info .profile_text .text_first {
    margin: 0 0 0 -8%; } }

@media screen and (max-width: 375px) {
  .event_profile_share .profile_info .profile_text .text_first {
    margin: 0 0 0 0;
    font-size: 25px; } }

@media screen and (max-width: 320px) {
  .event_profile_share .profile_info .profile_text .text_second {
    margin: 0 0 0 10%; } }

@media screen and (max-width: 768px) {
  .event_profile_share .profile_pers {
    width: 51%; } }

@media screen and (max-width: 480px) {
  .event_profile_share .profile_pers {
    width: 100%; } }

.profile_item--item02 .person_img {
  width: 120%;
  left: -23%;
  top: -40px; }

.profile_item--item03 .person_img {
  width: 120%;
  left: -43%;
  top: -43px; }

.profile_item--item04 .person_img {
  left: -25%;
  top: -60px;
  width: 88%; }

.profile_item--item05 .person_img {
  width: 80%;
  left: -12%;
  top: -62px; }

.event_profile_share .profile_item--item02 {
  background-image: url("../img/presprofile/light_bg_02.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat; }

.event_profile_share .profile_item--item03 {
  background-image: url("../img/presprofile/light_bg_03.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat; }

.event_profile_share .profile_item--item04 {
  background-image: url("../img/presprofile/light_bg_04.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat; }

.event_profile_share .profile_item--item05 {
  background-image: url("../img/presprofile/light_bg_05.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat; }

@media screen and (max-width: 768px) {
  .event_profile_share .profile_item--item02 {
    width: 51%; }
  .event_profile_share .profile_item--item03 {
    width: 51%; }
  .event_profile_share .profile_item--item04 {
    width: 51%; }
    .event_profile_share .profile_item--item04 .person_img {
      top: -31px; }
  .event_profile_share .profile_item--item05 {
    width: 51%; } }

@media screen and (max-width: 480px) {
  .event_profile_share .profile_item--item02 {
    width: 100%; }
  .event_profile_share .profile_item--item03 {
    width: 100%; }
  .event_profile_share .profile_item--item04 {
    width: 100%; }
  .event_profile_share .profile_item--item05 {
    width: 100%; } }

.acc_block .pro_acc {
  width: 20%;
  padding: 4% 0 0 0;
  z-index: -1;
  position: relative; }
  .acc_block .pro_acc--right {
    margin: 0 0 -92px 86%;
    animation: driftEffect 6s 1s infinite alternate-reverse; }
  .acc_block .pro_acc--left {
    margin: -18% 0 0 -2%;
    -webkit-animation: driftEffect 6s 1s infinite alternate;
    animation: driftEffect 6s 1s infinite alternate; }
  .acc_block .pro_acc--center {
    width: 30%;
    margin: -11% 0 -9% 82%;
    animation: driftEffect 6s 1s infinite alternate-reverse; }
  .acc_block .pro_acc--final {
    width: 35%;
    margin: -12% 0 -7% -21%;
    -webkit-animation: driftEffect 6s 1s infinite alternate;
    animation: driftEffect 6s 1s infinite alternate; }

.acc_block .pro_acc_bottom {
  position: absolute;
  width: 35%;
  bottom: -30%;
  z-index: -1; }
  .acc_block .pro_acc_bottom--left {
    left: -5%; }
  .acc_block .pro_acc_bottom--right {
    right: -5%; }

@media screen and (max-width: 480px) {
  .acc_block .pro_acc--right {
    width: 50%;
    margin: -61px 0 -38px 55%; }
  .acc_block .pro_acc--left {
    width: 50%;
    margin: -26% 0 -8px -18%; }
  .acc_block .pro_acc--center {
    width: 50%;
    margin: -1% 0 -19% 72%; }
  .acc_block .pro_acc--final {
    width: 50%;
    margin: -21% 0 8% -21%; }
  .acc_block .pro_acc_bottom--left {
    width: 85%; }
  .acc_block .pro_acc_bottom--right {
    width: 85%; } }

.event_note_container {
  width: 100%;
  background-image: url("../img/accItem/acc_point_deep_note.png");
  background-size: 30%;
  background-position: 0 bottom;
  background-repeat: repeat-x;
  background-color: #e0ac57; }
  .event_note_container .event_note_wrap {
    margin: -4% 0 0 0;
    text-align: center;
    padding: 0 0 3% 0;
    position: relative;
    z-index: 2; }
    .event_note_container .event_note_wrap .event_head {
      display: inline-block;
      padding: 1% 4%;
      border: 1px solid #d4b16f;
      border-radius: 50px;
      background-color: #282b4b; }
    .event_note_container .event_note_wrap .event_note_info {
      text-align: left;
      width: 85%;
      margin: -22px auto 0;
      background-color: #fff;
      line-height: 2;
      letter-spacing: 1px;
      padding: 2%;
      border-radius: 20px 20px 20px 20px;
      border: 1px solid #d4b16f; }
    @media screen and (max-width: 768px) {
      .event_note_container .event_note_wrap .event_note_info {
        padding: 5%; }
      .event_note_container .event_note_wrap .event_head {
        padding: 1% 12%; } }
    @media screen and (max-width: 480px) {
      .event_note_container .event_note_wrap .event_note_info {
        padding: 8% 5%; } }
    @media screen and (max-width: 280px) {
      .event_note_container .event_note_wrap .event_head .title--note {
        font-size: 25px; } }

.disable {
  display: none; }

.ani_active {
  -webkit-animation: scalcEffect .1s linear;
  animation: scalcEffect .1s linear; }

.ani_bg_active {
  -webkit-animation: bgscalcEffect 5s alternate linear forwards;
  animation: bgscalcEffect 5s alternate linear forwards; }

.video_container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none; }
  .video_container.active {
    display: block; }
  .video_container .closebtn_video {
    position: absolute;
    right: -9%;
    top: 0;
    cursor: pointer;
    font-size: 35px;
    color: #fff; }
  @media screen and (max-width: 768px) {
    .video_container .closebtn_video {
      top: -12%;
      right: 0; } }
  @media screen and (max-width: 480px) {
    .video_container .closebtn_video {
      top: -22%; } }
  .video_container .video_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 768px;
    width: 90%;
    border: 1px solid #d4b16f;
    height: 0;
    padding-bottom: 431px; }
    .video_container .video_wrap.active {
      -webkit-animation: videoDown .3s linear;
      animation: videoDown .3s linear; }
    .video_container .video_wrap .iframe_ytube {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      top: 0;
      left: 0;
      overflow: hidden; }
      .video_container .video_wrap .iframe_ytube .youtube_view {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
  @media screen and (max-width: 480px) {
    .video_container .video_wrap {
      padding-bottom: 242px; } }
  @media screen and (max-width: 425px) {
    .video_container .video_wrap {
      padding-bottom: 50.4%; } }
