@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 */
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;
  font-weight: 500;
  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: #261107;
  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; }

select {
  color: #392408; }

.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-margin {
  margin: 0 auto !important; }

.l-margin-tb6 {
  margin: 6% 0 !important; }

.l-margin-tb3 {
  margin: 3% 0; }

.l-margin-b3 {
  margin: 0 0 10% 0 !important; }

.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; }

.l-overHidden {
  overflow: hidden; }

.titleStyleBold {
  font-weight: 700; }

.borderStyle {
  border: 2px solid #392408; }

.borderStyleYellow {
  border: 2px solid #fad861; }

.thBackgroundColor th {
  background-color: #fad861; }

.tdBackgroundColor td {
  background-color: #fff9dc !important; }

.noticeColor {
  color: #e94d38; }

.borderBottomStyle {
  border-bottom: 1px dashed #392408;
  padding: 0 0 3% 0; }

.l-textCenterStyle {
  margin: 2% 0;
  text-align: center; }

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

.l-textLeft {
  text-align: left; }

.l-margin-t5b2 {
  margin: 5% 0 2% !important; }

.l-cursorPointer {
  cursor: pointer; }

@-webkit-keyframes lightBgEffect {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }

@keyframes lightBgEffect {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }

@-webkit-keyframes lightHomeEffect {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes lightHomeEffect {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes rotateEffect {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes rotateEffect {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-webkit-keyframes dropAnim {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); } }

@keyframes dropAnim {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); } }

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }

@keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }

@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

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

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

@-webkit-keyframes msgTextEffect {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes msgTextEffect {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scrollTopEffect {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -142px 0; } }

@keyframes scrollTopEffect {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -142px 0; } }

@-webkit-keyframes menuOpenEffect {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes menuOpenEffect {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

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

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

@-webkit-keyframes pollyEffect {
  0%, 100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9); } }

@keyframes pollyEffect {
  0%, 100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9); } }

.logo_wrap {
  position: absolute;
  max-width: 143px;
  width: 10vw;
  top: 4%;
  left: 1%;
  z-index: 99;
  pointer-events: none; }
  @media screen and (max-width: 1024px) {
    .logo_wrap {
      width: 12vw;
      top: 3%;
      left: 1%; } }
  @media screen and (max-width: 680px) {
    .logo_wrap {
      display: none; } }

.flake_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 999;
  overflow: hidden; }
  .flake_wrap .flake {
    position: absolute;
    top: -10%;
    -webkit-animation-name: snowflakes-fall,snowflakes-shake;
    animation-name: snowflakes-fall,snowflakes-shake;
    -webkit-animation-duration: 15s,8s;
    animation-duration: 15s,8s;
    -webkit-animation-timing-function: linear,ease-in-out;
    animation-timing-function: linear,ease-in-out;
    -webkit-animation-iteration-count: infinite,infinite;
    animation-iteration-count: infinite,infinite;
    -webkit-animation-play-state: running,running;
    animation-play-state: running,running;
    cursor: default;
    width: 1.2vw; }
    .flake_wrap .flake__01 {
      max-width: 24px;
      height: 20px;
      background-image: url("../img/flake01.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      left: 1%;
      -webkit-animation-delay: 0s,0s;
      animation-delay: 0s,0s; }
    .flake_wrap .flake__02 {
      max-width: 27px;
      height: 34px;
      background-image: url("../img/flake02.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      left: 10%;
      -webkit-animation-delay: 1s,1s;
      animation-delay: 1s,1s; }
    .flake_wrap .flake__03 {
      max-width: 19px;
      height: 25px;
      background-image: url("../img/flake03.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      left: 20%;
      -webkit-animation-delay: 6s,5s;
      animation-delay: 6s,5s; }
    .flake_wrap .flake__04 {
      max-width: 30px;
      height: 26px;
      background-image: url("../img/flake04.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      left: 30%;
      -webkit-animation-delay: 4s,2s;
      animation-delay: 4s,2s; }
    .flake_wrap .flake__05 {
      max-width: 24px;
      height: 25px;
      background-image: url("../img/flake05.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      left: 40%;
      -webkit-animation-delay: 2s,2s;
      animation-delay: 2s,2s; }
    .flake_wrap .flake__06 {
      max-width: 32px;
      height: 30px;
      background-image: url("../img/flake06.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      left: 50%;
      -webkit-animation-delay: 8s,3s;
      animation-delay: 8s,3s; }
    .flake_wrap .flake__07 {
      max-width: 29px;
      height: 30px;
      background-image: url("../img/flake07.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      left: 60%;
      -webkit-animation-delay: 6s,2s;
      animation-delay: 6s,2s; }
    .flake_wrap .flake__08 {
      max-width: 22px;
      height: 27px;
      background-image: url("../img/flake08.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      left: 70%;
      -webkit-animation-delay: 2.5s,1s;
      animation-delay: 2.5s,1s; }
    .flake_wrap .flake__09 {
      max-width: 24px;
      height: 20px;
      background-image: url("../img/flake01.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      left: 80%;
      -webkit-animation-delay: 0s,0s;
      animation-delay: 0s,0s; }
    .flake_wrap .flake__10 {
      max-width: 27px;
      height: 34px;
      background-image: url("../img/flake02.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      left: 90%;
      -webkit-animation-delay: 1s,1s;
      animation-delay: 1s,1s; }
    .flake_wrap .flake__11 {
      max-width: 19px;
      height: 25px;
      background-image: url("../img/flake03.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      left: 100%;
      -webkit-animation-delay: 6s,5s;
      animation-delay: 6s,5s; }
    .flake_wrap .flake__12 {
      max-width: 30px;
      height: 26px;
      background-image: url("../img/flake04.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      left: 95%;
      -webkit-animation-delay: 4s,2s;
      animation-delay: 4s,2s; }

.overflowArea {
  overflow: hidden;
  position: relative; }

.vi_wrap {
  width: 100%;
  position: relative;
  background-image: url("../img/eventAnnual/bg_map.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat; }

.main_area_wrap {
  max-width: 1280px;
  width: 85%;
  height: 35vw;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 992px) {
    .main_area_wrap {
      width: 100%;
      margin: 0;
      height: 44vw; } }
  @media screen and (max-width: 912px) {
    .main_area_wrap {
      height: 50vw; } }
  @media screen and (max-width: 680px) {
    .main_area_wrap {
      height: 60vw; } }
  @media screen and (max-width: 540px) {
    .main_area_wrap {
      height: 90vw; } }

.slogan_wrap {
  position: absolute;
  top: 0;
  left: 0; }
  .slogan_wrap .slogan_img {
    max-width: 426px;
    width: 22vw; }
  @media (max-width: 1660px) and (min-width: 1280px) {
    .slogan_wrap {
      left: 6%; } }
  @media screen and (max-width: 1280px) {
    .slogan_wrap {
      left: 10%; } }
  @media screen and (max-width: 992px) {
    .slogan_wrap {
      left: 15%; }
      .slogan_wrap .slogan_img {
        width: 27vw; } }
  @media screen and (max-width: 680px) {
    .slogan_wrap {
      left: 0; }
      .slogan_wrap .slogan_img {
        width: 33vw; } }
  @media screen and (max-width: 540px) {
    .slogan_wrap .slogan_img {
      width: 48vw; } }

.vi_peo_wrap {
  position: relative;
  z-index: 3;
  top: 7%; }
  .vi_peo_wrap.active .vi_peo:nth-child(1) {
    -webkit-animation: jumpEffect .7s ease-in forwards;
    animation: jumpEffect .7s ease-in forwards; }
  .vi_peo_wrap.active .vi_peo:nth-child(2) {
    -webkit-animation: jumpEffect .2s .7s ease-in forwards;
    animation: jumpEffect .2s .7s ease-in forwards; }
  .vi_peo_wrap.active .vi_peo:nth-child(3) {
    -webkit-animation: jumpEffect .4s .7s ease-in forwards;
    animation: jumpEffect .4s .7s ease-in forwards; }
  .vi_peo_wrap .vi_peo {
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
    .vi_peo_wrap .vi_peo__01 {
      max-width: 288px;
      width: 20%;
      z-index: 1;
      top: 5%;
      right: 20%; }
    .vi_peo_wrap .vi_peo__02 {
      max-width: 411px;
      width: 28%;
      top: 12%;
      right: 31%; }
    .vi_peo_wrap .vi_peo__03 {
      max-width: 383px;
      width: 25%;
      top: 10%;
      right: 8.6%; }
    .vi_peo_wrap .vi_peo__04 {
      max-width: 438px;
      width: 28%;
      top: 0;
      right: 14.6%;
      z-index: 1; }
    .vi_peo_wrap .vi_peo__05 {
      max-width: 324px;
      width: 20%;
      top: 3.4vw;
      right: 35%; }
    .vi_peo_wrap .vi_peo__06 {
      max-width: 209px;
      width: 13%;
      top: 4.4vw;
      right: 10.6%; }
    .vi_peo_wrap .vi_peo__07 {
      max-width: 258px;
      width: 18%;
      top: 1vw;
      right: 22.6%;
      z-index: 1; }
    .vi_peo_wrap .vi_peo__08 {
      max-width: 414px;
      width: 27%;
      top: 1.5vw;
      right: 31%; }
    .vi_peo_wrap .vi_peo__09 {
      max-width: 276px;
      width: 18%;
      top: 4.4vw;
      right: 10.6%; }
    .vi_peo_wrap .vi_peo__10 {
      max-width: 278px;
      width: 17%;
      top: 1vw;
      right: 21.6%;
      z-index: 1; }
    .vi_peo_wrap .vi_peo__11 {
      max-width: 414px;
      width: 20%;
      top: 3.5vw;
      right: 34%; }
    .vi_peo_wrap .vi_peo__12 {
      max-width: 287px;
      width: 18%;
      top: 4.6vw;
      right: 9.6%; }
    .vi_peo_wrap .vi_peo__13 {
      max-width: 377px;
      width: 27%;
      top: 0vw;
      right: 14.6%;
      z-index: 1; }
    .vi_peo_wrap .vi_peo__14 {
      max-width: 382px;
      width: 27%;
      top: 4vw;
      right: 30%; }
    .vi_peo_wrap .vi_peo__15 {
      max-width: 262px;
      width: 18%;
      top: 4vw;
      right: 2%; }
  @media screen and (max-width: 992) {
    .vi_peo_wrap .vi_peo__14 {
      right: 30%; } }
  @media screen and (max-width: 680px) {
    .vi_peo_wrap {
      width: 120%;
      margin: 0 0 0 -19%; } }
  @media screen and (max-width: 540px) {
    .vi_peo_wrap {
      width: 175%;
      margin: 0 0 0 -37%; }
      .vi_peo_wrap .vi_peo__02 {
        width: 29%; }
      .vi_peo_wrap .vi_peo__03 {
        display: none; }
      .vi_peo_wrap .vi_peo__06 {
        display: none; }
      .vi_peo_wrap .vi_peo__09 {
        display: none; }
      .vi_peo_wrap .vi_peo__12 {
        display: none; }
      .vi_peo_wrap .vi_peo__13 {
        right: 18.6%; }
      .vi_peo_wrap .vi_peo__14 {
        top: 13vw;
        right: 33%; }
      .vi_peo_wrap .vi_peo__15 {
        display: none; } }
  @media screen and (max-width: 480px) {
    .vi_peo_wrap .vi_peo__04 {
      width: 29%; }
    .vi_peo_wrap .vi_peo__05 {
      width: 21%;
      top: 8.4vw;
      right: 36%; } }

.vi_monster_wrap.active .monster:nth-child(1) {
  -webkit-animation: jumpEffect .6s .7s ease-in forwards;
  animation: jumpEffect .6s .7s ease-in forwards; }

.vi_monster_wrap.active .monster:nth-child(2) {
  -webkit-animation: jumpEffect .8s .7s ease-in forwards;
  animation: jumpEffect .8s .7s ease-in forwards; }

.vi_monster_wrap.active .monster:nth-child(3) {
  -webkit-animation: jumpEffect 1s .7s ease-in forwards;
  animation: jumpEffect 1s .7s ease-in forwards; }

.vi_monster_wrap.active .monster:nth-child(4) {
  -webkit-animation: jumpEffect 1.2s .7s ease-in forwards;
  animation: jumpEffect 1.2s .7s ease-in forwards; }

.vi_monster_wrap.active .monster:nth-child(5) {
  -webkit-animation: jumpEffect 1.4s .7s ease-in forwards;
  animation: jumpEffect 1.4s .7s ease-in forwards; }

.vi_monster_wrap .monster {
  position: absolute;
  z-index: 2;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }
  .vi_monster_wrap .monster__01 {
    max-width: 176px;
    width: 8vw;
    top: 2%;
    right: -2%; }
  .vi_monster_wrap .monster__02 {
    max-width: 249px;
    width: 12vw;
    top: 39%;
    left: 30%; }
  .vi_monster_wrap .monster__03 {
    max-width: 396px;
    width: 21vw;
    right: -5%;
    bottom: 0; }
  .vi_monster_wrap .monster__05 {
    max-width: 568px;
    width: 25vw;
    left: -4%;
    bottom: -5%; }

.vi_monster_wrap__popular .monster__01 {
  right: 5%; }

@media screen and (max-width: 1280px) {
  .vi_monster_wrap .monster__02 {
    top: 45%;
    left: 32%; } }

@media screen and (max-width: 992px) {
  .vi_monster_wrap .monster__01 {
    width: 10vw;
    top: 23%;
    right: 2%; }
  .vi_monster_wrap .monster__02 {
    width: 16vw;
    top: 51%;
    left: 34%; }
  .vi_monster_wrap .monster__03 {
    display: none; }
  .vi_monster_wrap .monster__05 {
    width: 31vw;
    left: -8%;
    bottom: -5%;
    z-index: 2; } }

@media screen and (max-width: 680px) {
  .vi_monster_wrap .monster__01 {
    width: 13vw;
    top: 26%; }
  .vi_monster_wrap .monster__02 {
    width: 21vw;
    top: 46%;
    left: 19%; }
  .vi_monster_wrap .monster__03 {
    display: none; }
  .vi_monster_wrap .monster__05 {
    display: none; } }

@media screen and (max-width: 540px) {
  .vi_monster_wrap .monster__01 {
    display: none; }
  .vi_monster_wrap .monster__02 {
    width: 32vw;
    top: 54%;
    left: 9%; } }

.acc_bg_ripple {
  position: absolute;
  bottom: 0;
  z-index: 4; }
  @media screen and (max-width: 992px) {
    .acc_bg_ripple {
      width: 140%; } }
  @media screen and (max-width: 820px) {
    .acc_bg_ripple {
      width: 160%;
      left: -21%; } }
  @media screen and (max-width: 680px) {
    .acc_bg_ripple {
      width: 180%;
      left: -51%; } }
  @media screen and (max-width: 540px) {
    .acc_bg_ripple {
      width: 220%;
      left: -60%; } }

.acc_fireworks_wrap .firework {
  position: absolute;
  max-width: 382px; }
  .acc_fireworks_wrap .firework__01 {
    width: 15vw;
    top: 4%;
    left: -3%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-animation: fireworkEffect 2s infinite linear;
    animation: fireworkEffect 2s infinite linear; }
  .acc_fireworks_wrap .firework__02 {
    width: 20vw;
    top: -27%;
    left: 39%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-animation: fireworkEffect 3s infinite linear;
    animation: fireworkEffect 3s infinite linear; }
  .acc_fireworks_wrap .firework__03 {
    width: 17vw;
    top: -2%;
    right: -2%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-animation: fireworkEffect 4s infinite linear;
    animation: fireworkEffect 4s infinite linear; }

@media screen and (max-width: 992px) {
  .acc_fireworks_wrap .firework__01 {
    width: 20vw;
    top: 5%;
    left: -4%; } }

@media screen and (max-width: 680px) {
  .acc_fireworks_wrap .firework__01 {
    width: 30vw;
    top: 52%; }
  .acc_fireworks_wrap .firework__02 {
    width: 30vw;
    top: -24%;
    left: 39%; }
  .acc_fireworks_wrap .firework__03 {
    width: 24vw;
    top: 6%;
    right: -5%; } }

@media screen and (max-width: 540px) {
  .acc_fireworks_wrap .firework__01 {
    width: 40vw;
    top: 59%;
    left: -4%; }
  .acc_fireworks_wrap .firework__02 {
    width: 45vw;
    top: -25%; }
  .acc_fireworks_wrap .firework__03 {
    right: -12%; } }

.event_wrap {
  background-color: #fff;
  position: relative;
  z-index: 3;
  padding: 5% 0; }
  @media screen and (max-width: 1600px) {
    .event_wrap {
      padding: 10% 0 0; } }
  .event_wrap::after {
    content: '';
    position: absolute;
    background-image: url("../img/eventAnnual/acc_bg_pink.png");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 1920px;
    height: 100%;
    top: 0;
    left: 0; }

.event_area {
  max-width: 1366px;
  width: 90%;
  margin: 0 auto;
  padding: 5% 0;
  border-radius: 60px;
  border: 4px solid #392408;
  position: relative;
  z-index: 1; }
  .event_area__first {
    background-image: url("../img/eventAnnual/bg_yellow.jpg");
    background-size: 20%;
    background-position: 0 0;
    background-repeat: repeat;
    position: relative; }
    .event_area__first::after {
      content: '';
      position: absolute;
      background-image: url("../img/eventAnnual/monster04.png");
      background-size: contain;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 15vw;
      height: 32vw;
      top: 55%;
      right: -8%;
      z-index: 2; }
    @media screen and (max-width: 1024px) {
      .event_area__first::after {
        display: none; } }
  .event_area__second {
    margin: 4% auto;
    background-image: url("../img/eventAnnual/bg_pink.jpg");
    background-size: 20%;
    background-position: 0 0;
    background-repeat: repeat; }
    .event_area__second .subTitle::after {
      content: '';
      position: absolute;
      background-image: url("../img/eventAnnual/acc_polly03.png");
      background-size: contain;
      background-position: 0 0;
      background-repeat: no-repeat;
      max-width: 112px;
      width: 10vw;
      height: 6vw;
      top: 0;
      right: -10vw; }
  @media screen and (max-width: 992px) {
    .event_area__second .subTitle::after {
      width: 8vw;
      height: 8vw; } }
  @media screen and (max-width: 540px) {
    .event_area {
      border-radius: 30px; }
      .event_area__first .subTitle::after {
        display: none; }
      .event_area__second .subTitle::after {
        display: none; } }

.event_content_wrap {
  max-width: 768px;
  width: 90%;
  margin: 0 auto; }

.title {
  max-width: 326px;
  margin: 0 auto;
  width: 20vw; }
  @media screen and (max-width: 992px) {
    .title {
      width: 26vw; } }
  @media screen and (max-width: 820px) {
    .title {
      width: 30vw; } }
  @media screen and (max-width: 680px) {
    .title {
      width: 35vw; } }
  @media screen and (max-width: 540px) {
    .title {
      width: 50vw; } }

.subTitle {
  margin: 0 auto;
  position: relative; }
  .subTitle::after {
    content: '';
    position: absolute;
    background-image: url("../img/eventAnnual/acc_polly01.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 112px;
    width: 10vw;
    height: 6vw;
    top: 0;
    right: -10vw; }
  .subTitle__giftBox {
    max-width: 502px;
    width: 30vw; }
  .subTitle__lavelBox {
    max-width: 581px;
    width: 30vw; }
  .subTitle__daySign {
    max-width: 384px;
    width: 25vw; }
  .subTitle__popularAward {
    max-width: 582px;
    width: 35vw; }
  .subTitle__design {
    max-width: 429px;
    width: 28vw; }
  .subTitle__lottery {
    max-width: 504px;
    width: 75%; }
  @media screen and (max-width: 1024px) {
    .subTitle__popularAward {
      width: 45vw; } }
  @media screen and (max-width: 992px) {
    .subTitle::after {
      width: 9vw;
      height: 8vw; }
    .subTitle__giftBox {
      width: 35vw; }
    .subTitle__lavelBox {
      width: 45vw; }
    .subTitle__daySign {
      width: 35vw; } }
  @media screen and (max-width: 768px) {
    .subTitle__giftBox {
      width: 45vw; }
    .subTitle__lavelBox {
      width: 50vw; } }
  @media screen and (max-width: 680px) {
    .subTitle__daySign {
      width: 42vw; }
    .subTitle__popularAward {
      width: 58vw; }
    .subTitle__design {
      width: 48vw; } }
  @media screen and (max-width: 540px) {
    .subTitle__giftBox {
      width: 65vw; }
    .subTitle__lavelBox {
      width: 80vw; }
    .subTitle__popularAward {
      width: 70vw; }
    .subTitle__lottery {
      width: 90%; } }
  @media screen and (max-width: 480px) {
    .subTitle__daySign {
      width: 62vw; }
    .subTitle__popularAward {
      width: 77vw; } }

.event_info_text {
  margin: 5% auto 2%;
  font-size: 1.1rem;
  letter-spacing: 0.8px; }
  .event_info_text p {
    margin: 1% 0;
    line-height: 25px; }
  @media screen and (max-width: 480px) {
    .event_info_text p span {
      display: block; } }

.sign_wrap {
  position: relative;
  z-index: 1; }
  .sign_wrap::after {
    content: '';
    position: absolute;
    background-image: url("../img/eventAnnual/card_tickets.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 314px;
    width: 20vw;
    height: 17vw;
    z-index: -1;
    top: 50%;
    right: -25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media screen and (max-width: 1280px) {
    .sign_wrap::after {
      width: 22vw;
      height: 23vw; } }
  @media screen and (max-width: 1024px) {
    .sign_wrap::after {
      display: none; } }

.event_sign {
  margin: 8% 0; }
  .event_sign .sign_body {
    background-image: url("../img/eventAnnual/card_body.png");
    background-size: contain;
    background-position: center;
    background-repeat: repeat-y;
    text-align: center;
    padding: 1% 0; }
    .event_sign .sign_body p {
      padding: 4% 0; }
  .event_sign .sign_title {
    max-width: 330px;
    width: 20vw;
    margin: 0 auto; }
  .event_sign .sign_btn {
    font-weight: 700;
    display: inline-block;
    padding: 2% 9%; }
  @media screen and (max-width: 1024px) {
    .event_sign .sign_title {
      width: 30vw; } }
  @media screen and (max-width: 540px) {
    .event_sign .sign_title {
      width: 40vw; }
    .event_sign .sign_btn {
      padding: 4% 11%; } }
  @media screen and (max-width: 480px) {
    .event_sign .sign_title {
      width: 50vw; } }
  @media screen and (max-width: 360px) {
    .event_sign .sign_body p {
      width: 64%;
      margin: 0 auto;
      line-height: 22px; } }

.sign_out.active {
  display: none; }

.sign_in {
  width: 70%;
  padding: 1% 0;
  margin: 0 auto;
  display: none; }
  .sign_in.active {
    display: block; }
  @media screen and (max-width: 540px) {
    .sign_in {
      width: 85%; } }

.userInfo {
  width: 100%;
  vertical-align: middle;
  margin: 3% 0;
  font-size: 1.2rem; }
  @media screen and (max-width: 1024px) {
    .userInfo {
      width: 100%;
      margin: 4% 3%;
      font-size: 1.1rem; } }

.userId {
  padding: 0 3%; }

.signOutBtn {
  display: inline-block;
  padding: 2% 3%; }
  @media screen and (max-width: 1024px) {
    .signOutBtn {
      padding: 2% 5%; } }
  @media screen and (max-width: 680px) {
    .signOutBtn {
      padding: 3% 10%; } }
  @media screen and (max-width: 540px) {
    .signOutBtn {
      padding: 5% 20%; } }

.notice_text {
  margin: 4% 0;
  padding: 3% 8%;
  background-color: #fffbe5;
  line-height: 22px;
  border-radius: 20px; }
  @media screen and (max-width: 1024px) {
    .notice_text {
      border-radius: 10px; } }

.event_form {
  margin: 2% auto;
  width: 100%; }

.select_wrap {
  width: 100%;
  position: relative; }
  .select_wrap .server_icon {
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17px;
    height: 10px;
    z-index: 1; }
  .select_wrap .select_body {
    width: 100%;
    padding: 2.5%;
    position: relative;
    border: 1px solid #392408;
    border-radius: 10px;
    background-color: #fffbe5;
    margin: 0 auto;
    outline: none;
    font-weight: 600;
    font-size: 1rem;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .select_wrap .select_body {
        height: 5vw; } }
    @media screen and (max-width: 768px) {
      .select_wrap .select_body {
        height: 6.4vw; } }
    @media screen and (max-width: 680px) {
      .select_wrap .select_body {
        height: 8.4vw; } }
    @media screen and (max-width: 540px) {
      .select_wrap .select_body {
        height: 9.4vw; } }
    @media screen and (max-width: 480px) {
      .select_wrap .select_body {
        width: 100%;
        height: 12.4vw; } }

.inputName {
  width: 100%;
  padding: 2%;
  position: relative;
  border: 1px solid #392408;
  border-radius: 10px;
  background-color: #fffbe5; }
  .inputName input {
    width: 100%;
    padding: 0 5%;
    font-size: 1rem;
    text-align: center; }
  @media screen and (max-width: 540px) {
    .inputName input {
      padding: 5%; } }

.confirm {
  display: inline-block;
  padding: 2% 12%;
  margin: 2% 0;
  font-size: 1rem; }
  .confirm__message {
    display: block;
    margin: 2% 0 0 auto;
    padding: 2% 7%;
    outline: none;
    background: #e0e0e0;
    background: -webkit-gradient(linear, left bottom, left top, from(#e0e0e0), to(white));
    background: -webkit-linear-gradient(bottom, #e0e0e0 0%, white 100%);
    background: -o-linear-gradient(bottom, #e0e0e0 0%, white 100%);
    background: linear-gradient(0deg, #e0e0e0 0%, white 100%);
    border: 1px solid #392408;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .confirm__message:hover {
      -webkit-box-shadow: 2px 2px 0 rgba(157, 157, 157, 0.3);
      box-shadow: 2px 2px 0 rgba(157, 157, 157, 0.3); }
  @media screen and (max-width: 1024px) {
    .confirm {
      padding: 3% 12%; } }
  @media screen and (max-width: 768px) {
    .confirm {
      width: 100%; } }
  @media screen and (max-width: 992px) {
    .confirm__message {
      padding: 3% 9%; } }
  @media screen and (max-width: 680px) {
    .confirm {
      padding: 4% 15%; } }
  @media screen and (max-width: 540px) {
    .confirm {
      padding: 6% 15%; } }

.event_message {
  text-align: center; }
  .event_message .message_title {
    max-width: 328px;
    width: 20vw;
    margin: 5% auto 2%; }
  .event_message .message_subtitle {
    width: 58%;
    margin: 0 auto;
    padding: 2% 6%;
    line-height: 22px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    letter-spacing: 1px; }
    .event_message .message_subtitle::after {
      content: '';
      position: absolute;
      background-image: url("../img/eventAnnual/acc_polly02.png");
      background-size: contain;
      background-position: 0 0;
      background-repeat: no-repeat;
      max-width: 103px;
      width: 10vw;
      height: 6vw;
      top: -10%;
      right: -15%; }
  .event_message .message_notice {
    width: 70%;
    margin: 0 auto;
    padding: 2% 6%;
    line-height: 22px;
    border-radius: 50px;
    background-color: #fad861;
    letter-spacing: 1px; }
  @media screen and (max-width: 992px) {
    .event_message .message_notice {
      width: 80%; }
    .event_message .message_title {
      width: 30vw; }
    .event_message .message_subtitle::after {
      height: 8vw; } }
  @media screen and (max-width: 768px) {
    .event_message .message_notice {
      width: 90%; } }
  @media screen and (max-width: 680px) {
    .event_message .message_subtitle {
      width: 78%; }
      .event_message .message_subtitle::after {
        height: 10vw;
        right: -11%; }
    .event_message .message_title {
      width: 35vw; } }
  @media screen and (max-width: 540px) {
    .event_message .message_subtitle {
      width: 100%; }
      .event_message .message_subtitle::after {
        display: none; }
    .event_message .message_title {
      width: 50vw; }
    .event_message .message_box {
      width: 100%; }
    .event_message .message_notice {
      width: 100%; } }

.message_box {
  width: 80%;
  margin: 4% auto;
  padding: 2%;
  position: relative;
  border: 2px solid #392408;
  background-color: #fefffa;
  border-radius: 10px; }
  .message_box textarea {
    width: 100%;
    height: 10vw;
    resize: none;
    outline: none;
    padding: 2%;
    background-color: rgba(169, 169, 169, 0.4);
    border: none;
    font-weight: 700; }
  @media screen and (max-width: 1024px) {
    .message_box textarea {
      font-size: 1rem; } }
  @media screen and (max-width: 768px) {
    .message_box textarea {
      font-size: 1.2rem;
      height: 20vw; } }
  @media screen and (max-width: 540px) {
    .message_box textarea {
      height: 35vw; } }

.btn_receive {
  width: 17%;
  padding: 1.5% 4%;
  text-align: center;
  margin: 5% 0 4% auto; }
  .btn_receive.buttonStyle {
    background-image: url("../img/eventImg/bg_btn_org.jpg");
    background-size: cover;
    background-position: 0 0;
    background-repeat: repeat; }
  @media screen and (max-width: 992px) {
    .btn_receive {
      width: 24%;
      padding: 2.5% 4%; } }
  @media screen and (max-width: 540px) {
    .btn_receive {
      width: 44%;
      padding: 4.5% 4%; } }

.award_block {
  width: 100%;
  padding: 2%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #ffeddc;
  border: 2px solid #ffaf67;
  border-radius: 10px; }
  .award_block:nth-child(even) {
    margin: 2% 0; }
  .award_block .award_img {
    width: 150px;
    height: 150px;
    border: 2px solid #ffaf67;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 2% 0 0; }
    .award_block .award_img__search {
      cursor: pointer;
      position: relative;
      -webkit-box-shadow: 2px 2px 0 #ffaf67;
      box-shadow: 2px 2px 0 #ffaf67;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }
      .award_block .award_img__search:hover {
        -webkit-box-shadow: 0px 0px 0 #ffaf67;
        box-shadow: 0px 0px 0 #ffaf67; }
      .award_block .award_img__search .icon_search {
        position: absolute;
        top: 4%;
        left: 5%;
        color: #ffaf67; }
  .award_block .award_text {
    width: 70%;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 2% 2% 2% 0; }
  .award_block .awardTitle {
    color: #d6751e; }
  @media screen and (max-width: 680px) {
    .award_block .award_text {
      width: 65%; } }
  @media screen and (max-width: 540px) {
    .award_block {
      padding: 6%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .award_block .award_text {
        width: 100%;
        padding: 2%;
        margin: 5% 0; } }

.acc_wrap {
  position: absolute;
  width: 100%;
  height: 100%; }
  .acc_wrap .acc_img {
    position: absolute;
    z-index: 1; }
    .acc_wrap .acc_img__ragnarok {
      width: 7%;
      left: 3%; }
    .acc_wrap .acc_img__anniversary {
      width: 7%;
      top: calc(100% - -1467px);
      right: 3%; }
  .acc_wrap .acc_ribbon {
    z-index: 2;
    width: 55%; }
    .acc_wrap .acc_ribbon__01 {
      top: -1.8%;
      right: -22%; }
    .acc_wrap .acc_ribbon__02 {
      top: 18%;
      left: -42%; }
    .acc_wrap .acc_ribbon__03 {
      top: calc(100% - 64vw);
      right: -36%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  @media screen and (max-width: 1900px) {
    .acc_wrap .acc_img__ragnarok {
      left: -2%; }
    .acc_wrap .acc_img__anniversary {
      right: 0%; } }
  @media screen and (max-width: 992px) {
    .acc_wrap .acc_img__ragnarok {
      display: none; }
    .acc_wrap .acc_img__anniversary {
      display: none; } }
  @media screen and (max-width: 768px) {
    .acc_wrap .acc_ribbon {
      width: 65%; }
      .acc_wrap .acc_ribbon__01 {
        right: -35%; }
      .acc_wrap .acc_ribbon__02 {
        left: -50%; }
      .acc_wrap .acc_ribbon__03 {
        top: calc(100% - 88vw);
        right: -42%; } }
  @media screen and (max-width: 680px) {
    .acc_wrap .acc_ribbon {
      width: 73%; }
      .acc_wrap .acc_ribbon__01 {
        right: -30%;
        top: -2%; }
      .acc_wrap .acc_ribbon__02 {
        top: 23%; } }
  @media screen and (max-width: 540px) {
    .acc_wrap .acc_ribbon {
      width: 100%; }
      .acc_wrap .acc_ribbon__01 {
        right: -65%;
        top: -1.6%; }
      .acc_wrap .acc_ribbon__02 {
        left: -83%; }
      .acc_wrap .acc_ribbon__03 {
        display: none; } }
  @media screen and (max-width: 480px) {
    .acc_wrap .acc_ribbon {
      display: none; } }

.event_notice_wrap {
  position: relative;
  z-index: 1;
  max-width: 1366px;
  width: 80%;
  margin: 5% auto 0;
  padding: 0 0 5% 0; }
  .event_notice_wrap .notice_info {
    position: relative;
    z-index: 1;
    padding: 5% 13%;
    line-height: 24px;
    background-color: #fffbe5;
    border-radius: 20px;
    overflow: hidden; }
    .event_notice_wrap .notice_info::after {
      content: '';
      position: absolute;
      background-image: url("../img/eventAnnual/acc_notice.png");
      background-size: cover;
      background-position: right 0;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1; }
  .event_notice_wrap .npc_img {
    width: 22%;
    position: absolute;
    top: -30%;
    left: -11%;
    z-index: 2; }
  @media screen and (max-width: 1660px) {
    .event_notice_wrap .npc_img {
      top: -38%; } }
  @media screen and (max-width: 1024px) {
    .event_notice_wrap .npc_img {
      width: 26%;
      top: -30%;
      left: -15%; } }
  @media screen and (max-width: 768px) {
    .event_notice_wrap {
      width: 90%; }
      .event_notice_wrap .npc_img {
        display: none; } }
  @media screen and (max-width: 680px) {
    .event_notice_wrap .notice_info {
      padding: 5% 8%; } }

.scroll_wrap {
  position: fixed;
  top: 50%;
  right: 8%;
  width: 5%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  display: none; }
  .scroll_wrap.active {
    display: block; }
  .scroll_wrap .scroll_polly {
    width: 88%;
    -webkit-filter: drop-shadow(2px 2px 0px rgba(113, 101, 89, 0.7));
    filter: drop-shadow(2px 2px 0px rgba(113, 101, 89, 0.7)); }
  .scroll_wrap .scrollTop:hover .scroll_polly {
    animation: pollyEffect .5s infinite alternate-reverse; }
  .scroll_wrap .scroll_text {
    max-width: 61px;
    width: 70%;
    margin: 0 0 2% 10%; }
  @media screen and (max-width: 1024px) {
    .scroll_wrap {
      width: 8%;
      right: 2%; } }
  @media screen and (max-width: 820px) {
    .scroll_wrap {
      width: 10%; } }
  @media screen and (max-width: 540px) {
    .scroll_wrap {
      width: 15%; } }
  .scroll_wrap .backHome {
    margin: 15% 0 0 0; }
  .scroll_wrap .icon_back {
    position: absolute; }
    .scroll_wrap .icon_back::after {
      content: '';
      position: absolute;
      background-image: url("../img/btn_bakcIndexLight.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      animation: lightHomeEffect 1s alternate-reverse infinite;
      pointer-events: none; }

.event_wrap_turnTable .notice_text p {
  padding: 2% 0; }

.event_wrap_turnTable .winningList {
  display: inline-block;
  padding: 3% 10%;
  margin: 5% 0 0 0;
  background-image: url("../img/eventImg/bg_btn_bule.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: repeat; }

.event_wrap_turnTable .message_subtitle {
  width: 100%;
  background-color: #fde899; }
  .event_wrap_turnTable .message_subtitle::after {
    display: none; }

.event_wrap_turnTable .title_day {
  margin: 2% 0 0;
  max-width: 198px;
  width: 12vw; }

.event_wrap_turnTable .award_block {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .event_wrap_turnTable .award_block .award_text {
    padding: 0; }

.event_wrap_turnTable .awrad_receive {
  width: 100%;
  margin: 2% 0 0;
  padding: 2% 0 0;
  text-align: center;
  border-top: 1px dashed #ffaf67; }
  .event_wrap_turnTable .awrad_receive .receiveBtn {
    display: inline-block;
    padding: 2% 10%;
    background-image: url("../img/eventImg/bg_btn_org.jpg");
    background-size: cover;
    background-position: 0 0;
    background-repeat: repeat; }

.event_wrap_turnTable .award_second {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2% 0 0 0;
  padding: 2% 0 0 0;
  border-top: 1px dashed #ffaf67; }

.event_wrap_turnTable .npc_img {
  max-width: 379px;
  width: 28%;
  top: -31%;
  left: -16%; }

.event_wrap_turnTable .event_area__first::before {
  content: '';
  position: absolute;
  background-image: url("../img/eventAnnual/monster06.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 23vw;
  height: 17vw;
  left: -5%;
  bottom: -2%; }

@media screen and (max-width: 1024px) {
  .event_wrap_turnTable .title_day {
    width: 15vw; }
  .event_wrap_turnTable .winningList {
    padding: 4% 10%; }
  .event_wrap_turnTable .npc_img {
    width: 30%;
    top: -10%;
    left: -19%; }
  .event_wrap_turnTable .event_area__first::before {
    width: 28vw;
    height: 21vw;
    bottom: -1%; }
  .event_wrap_turnTable .event_area__second .subTitle::after {
    width: 9vw; } }

@media screen and (max-width: 1020px) {
  .event_wrap_turnTable .event_area__first::after {
    display: none; }
  .event_wrap_turnTable .event_area__first::before {
    display: none; } }

@media screen and (max-width: 768px) {
  .event_wrap_turnTable .winningList {
    width: 100%;
    padding: 5% 10%; }
  .event_wrap_turnTable .title_day {
    width: 18vw;
    margin: 5% 0 0; } }

@media screen and (max-width: 680px) {
  .event_wrap_turnTable .title_day {
    width: 25vw; }
  .event_wrap_turnTable .awrad_receive .receiveBtn {
    padding: 3% 12%; } }

@media screen and (max-width: 540px) {
  .event_wrap_turnTable .award_second {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10% 0 0 0; }
  .event_wrap_turnTable .awrad_receive .receiveBtn {
    width: 100%;
    padding: 5% 12%;
    margin: 4% 0 0; }
  .event_wrap_turnTable .winningList {
    padding: 7% 10%; } }

@media screen and (max-width: 480px) {
  .event_wrap_turnTable .title_day {
    width: 40vw;
    margin: 10% 0 2%; } }

.event_wrap_popular .notice_text {
  padding: 3% 11%; }

.event_wrap_popular .event_area__first::before {
  content: '';
  position: absolute;
  background-image: url("../img/eventAnnual/monster06.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 23vw;
  height: 17vw;
  left: -5%;
  bottom: -2%; }

.event_wrap_popular .title_popular {
  margin: 6% 0 0; }
  .event_wrap_popular .title_popular__01 {
    max-width: 312px;
    width: 20vw; }
  .event_wrap_popular .title_popular__02 {
    max-width: 518px;
    width: 34vw; }

.event_wrap_popular .award_block {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .event_wrap_popular .award_block .award_text {
    padding: 0; }

.event_wrap_popular .awrad_receive {
  width: 100%;
  margin: 2% 0 0;
  padding: 2% 0 0;
  text-align: center;
  border-top: 1px dashed #ffaf67; }
  .event_wrap_popular .awrad_receive .receiveBtn {
    display: inline-block;
    padding: 2% 10%;
    background-image: url("../img/eventImg/bg_btn_org.jpg");
    background-size: cover;
    background-position: 0 0;
    background-repeat: repeat; }

.event_wrap_popular .npc_img {
  width: 16%;
  top: -40%;
  left: -6%; }

@media screen and (max-width: 1024px) {
  .event_wrap_popular .notice_text {
    padding: 3%; }
  .event_wrap_popular .event_area__first::before {
    width: 28vw;
    height: 21vw;
    bottom: -1%; }
  .event_wrap_popular .event_area__second .subTitle::after {
    width: 9vw; }
  .event_wrap_popular .title_popular__01 {
    width: 26vw; }
  .event_wrap_popular .title_popular__02 {
    width: 40vw; }
  .event_wrap_popular .npc_img {
    width: 20%;
    top: -37%;
    left: -10%; } }

@media screen and (max-width: 1020px) {
  .event_wrap_popular .event_area__first::after {
    display: none; }
  .event_wrap_popular .event_area__first::before {
    display: none; } }

@media screen and (max-width: 680px) {
  .event_wrap_popular .title_popular__01 {
    width: 35vw; }
  .event_wrap_popular .title_popular__02 {
    width: 52vw; } }

@media screen and (max-width: 540px) {
  .event_wrap_popular .title_popular__01 {
    width: 47vw; }
  .event_wrap_popular .title_popular__02 {
    width: 66vw; }
  .event_wrap_popular .awrad_receive .receiveBtn {
    width: 100%;
    padding: 5% 20%;
    margin: 3% 0 0; } }

@media screen and (max-width: 480px) {
  .event_wrap_popular .title_popular__01 {
    width: 58vw; }
  .event_wrap_popular .title_popular__02 {
    width: 76vw; } }

@media screen and (max-width: 360px) {
  .event_wrap_popular .event_sign .sign_body p {
    width: 95%; } }

.event_vote_wrap {
  text-align: center; }
  .event_vote_wrap .vote_title {
    max-width: 328px;
    width: 20vw;
    margin: 5% auto 2%; }
  .event_vote_wrap .vote_body {
    width: 100%;
    background-image: url("../img/eventAnnual/bg_divider.jpg");
    background-size: 3%;
    background-position: 0 0;
    background-repeat: repeat;
    border: 2px solid #b6e5fd; }
  .event_vote_wrap .vote_notice {
    width: 80%;
    margin: 6% auto 0;
    padding: 2% 10%;
    background-color: #b6e5fd;
    border-radius: 50px;
    text-align: left;
    line-height: 24px; }
  .event_vote_wrap .vote_wrap {
    padding: 4% 0; }
  .event_vote_wrap .vote_block {
    width: 70%;
    margin: 0 auto;
    border: 3px solid #4f2c10;
    background-color: #fedf95;
    border-radius: 15px;
    position: relative; }
    .event_vote_wrap .vote_block:nth-child(2) {
      margin: 6% auto; }
    .event_vote_wrap .vote_block::after {
      content: '';
      position: absolute;
      background-image: url("../img/eventAnnual/acc_npc.png");
      background-size: contain;
      background-position: 0 0;
      background-repeat: no-repeat;
      max-width: 245px;
      width: 20vw;
      height: 11vw;
      left: -6%;
      bottom: 0; }
  .event_vote_wrap .vote_input {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4% 4% 4% auto; }
  .event_vote_wrap .vote_input_title {
    width: 100%; }
    .event_vote_wrap .vote_input_title span {
      display: inline-block; }
    .event_vote_wrap .vote_input_title .icon_star {
      width: 16px;
      margin: 0 1%; }
  .event_vote_wrap .voteInput {
    width: 100%;
    text-align: center;
    margin: 5% 0;
    padding: 2%;
    border: 2px solid #4f2c10;
    background-color: #fef7d0;
    border-radius: 10px; }
  .event_vote_wrap .voteBtn {
    padding: 2% 10%;
    background-image: url("../img/eventImg/bg_btn_red.jpg");
    background-size: cover;
    background-position: 0 0;
    background-repeat: repeat; }
  .event_vote_wrap .voteAllBtn {
    margin: 3% auto 0;
    padding: 2% 10%; }
  @media screen and (max-width: 1900px) {
    .event_vote_wrap .vote_block::after {
      height: 13vw; } }
  @media screen and (max-width: 1280px) {
    .event_vote_wrap .vote_block::after {
      height: 16vw; } }
  @media screen and (max-width: 1024px) {
    .event_vote_wrap .vote_block::after {
      width: 22vw;
      height: 20vw; }
    .event_vote_wrap .voteBtn {
      padding: 3% 30%; }
    .event_vote_wrap .voteInput {
      padding: 4%; }
    .event_vote_wrap .vote_notice {
      border-radius: 10px; } }
  @media screen and (max-width: 992px) {
    .event_vote_wrap .vote_title {
      width: 30vw; } }
  @media screen and (max-width: 680px) {
    .event_vote_wrap .vote_title {
      width: 35vw; }
    .event_vote_wrap .vote_input {
      width: 90%; }
    .event_vote_wrap .vote_notice {
      width: 90%; }
    .event_vote_wrap .vote_block {
      width: 90%; }
      .event_vote_wrap .vote_block::after {
        display: none; } }
  @media screen and (max-width: 540px) {
    .event_vote_wrap .vote_title {
      width: 50vw; }
    .event_vote_wrap .voteAllBtn {
      margin: 5% auto 2%;
      padding: 5% 33%; } }

.event_wrap_design .joinDesign {
  display: inline-block;
  cursor: pointer;
  color: #e48045;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  padding: 0 1%; }
  .event_wrap_design .joinDesign:hover {
    opacity: 0.9; }

.event_wrap_design .event_info_text {
  text-align: center; }
  .event_wrap_design .event_info_text__evtContent {
    text-align: left; }

.event_wrap_design .notice_text {
  text-align: left;
  border-radius: 30px; }
  .event_wrap_design .notice_text p {
    padding: 1% 0; }

.event_wrap_design .event_area::after {
  width: 13vw;
  top: 69%; }

.event_wrap_design .npc_img {
  width: 27%;
  left: -15%;
  top: -19%; }

.event_wrap_design .popup_title {
  padding: 3% 0 0 0; }

.event_wrap_design .sign_wrap::after {
  width: 13vw;
  height: 17vw;
  right: -18%; }

@media screen and (max-width: 1280px) {
  .event_wrap_design .sign_wrap::after {
    width: 16vw;
    height: 22vw; } }

@media screen and (max-width: 1024px) {
  .event_wrap_design .npc_img {
    display: none; }
  .event_wrap_design .message_title {
    width: 27vw;
    margin: 5% auto -2%; } }

@media screen and (max-width: 768px) {
  .event_wrap_design .acc_wrap .acc_ribbon__03 {
    top: calc(100% - 92vw);
    right: 58%; } }

@media screen and (max-width: 680px) {
  .event_wrap_design .acc_wrap .acc_ribbon__02 {
    display: none; }
  .event_wrap_design .acc_wrap .acc_ribbon__03 {
    top: calc(100% - 104vw);
    right: 58%; }
  .event_wrap_design .message_title {
    width: 34vw; } }

@media screen and (max-width: 580px) {
  .event_wrap_design .acc_wrap .acc_ribbon__03 {
    display: none; } }

@media screen and (max-width: 540px) {
  .event_wrap_design .message_title {
    width: 40vw; }
  .event_wrap_design .message_title {
    width: 50vw; } }

@media screen and (max-width: 375px) {
  .event_wrap_design .event_sign .sign_body p {
    width: 90%;
    margin: 0 auto; }
  .event_wrap_design .signOutBtn {
    padding: 5% 10%; }
  .event_wrap_design .message_title {
    width: 54vw; } }

.event_design_show {
  width: 80%;
  margin: 4% auto; }
  @media screen and (max-width: 1024px) {
    .event_design_show {
      width: 65%; } }
  @media screen and (max-width: 680px) {
    .event_design_show {
      width: 90%; } }

.event_submit_design {
  cursor: pointer;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(113, 101, 89, 0.7));
  filter: drop-shadow(2px 2px 0px rgba(113, 101, 89, 0.7));
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .event_submit_design:hover {
    -webkit-filter: drop-shadow(0px 0px 0px rgba(113, 101, 89, 0.7));
    filter: drop-shadow(0px 0px 0px rgba(113, 101, 89, 0.7)); }

.event_winner_list {
  max-width: 542px;
  width: 65%;
  margin: 6% auto 0;
  cursor: pointer;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(113, 101, 89, 0.7));
  filter: drop-shadow(2px 2px 0px rgba(113, 101, 89, 0.7));
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .event_winner_list:hover {
    -webkit-filter: drop-shadow(0px 0px 0px rgba(113, 101, 89, 0.7));
    filter: drop-shadow(0px 0px 0px rgba(113, 101, 89, 0.7)); }
  @media screen and (max-width: 540px) {
    .event_winner_list {
      width: 88%; } }

.event_lottery_wrap {
  margin: 5% 0 0;
  background-image: url("../img/eventAnnual/bg_divider.jpg");
  background-size: 3%;
  background-position: 0 0;
  background-repeat: repeat;
  border: 1px solid #b6e5fd;
  padding: 2% 0 5%;
  font-size: 1.1rem; }

.lottery_title {
  max-width: 230px;
  margin: 5% auto 3%; }

.lottery_block {
  position: relative;
  z-index: 1; }
  .lottery_block__gameExample .evt_content {
    display: block;
    line-height: 25px;
    text-align: center; }
  .lottery_block__gameExample .step_img {
    max-width: 188px; }

.lottery_body {
  max-width: 766px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  background-color: #fedf95;
  border: 3px solid #392408;
  border-radius: 10px;
  padding: 2% 5%; }
  .lottery_body .icon_round span {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    border: 3px solid #392408;
    background-color: #cacaca;
    -webkit-box-shadow: 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 1px 0 rgba(0, 0, 0, 0.2);
    top: 5px; }
    .lottery_body .icon_round span:nth-child(1) {
      left: 5px; }
    .lottery_body .icon_round span:nth-child(2) {
      right: 5px; }

.icon_rect {
  position: absolute;
  max-width: 77px;
  right: 0;
  top: -50px; }

.rectBhind {
  position: absolute;
  top: 15px;
  right: 70px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  z-index: -1; }

.lottery_date_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4%;
  width: 100%;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .lottery_date_wrap .date_block {
    text-align: center;
    line-height: 22px;
    letter-spacing: 1px; }
  .lottery_date_wrap h6 {
    font-size: 1rem; }

.lottery_date {
  margin: 15% 0 8%;
  font-size: 2.5rem;
  font-weight: 600; }
  .lottery_date span {
    font-size: 1.2rem; }

.lottery_time {
  background-color: #fff;
  border-radius: 50px;
  font-size: 1.2rem;
  padding: 3% 0;
  margin: 7% 0 5% 0;
  color: #e53e22;
  font-weight: 600; }

.icon_wrap {
  font-size: 2rem; }

.lottery_endDate_wrap {
  text-align: center;
  letter-spacing: 1px;
  padding: 4% 0;
  border-top: 1px dashed #392408; }
  .lottery_endDate_wrap h6 {
    font-size: 1rem; }
  .lottery_endDate_wrap .lottery_date {
    margin: 1% 0; }
  .lottery_endDate_wrap .endDate_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .lottery_endDate_wrap .lottery_time {
    padding: 1% 4%;
    margin: 0 0 0 2%;
    vertical-align: super; }

.lottery_user {
  padding: 5%;
  text-align: center; }

.lottery_step {
  padding: 3% 0; }

.step_img {
  max-width: 147px;
  width: 90%; }

.evt_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2% 0 0; }
  .evt_content .btn_fb {
    width: 48px;
    height: 20px;
    padding-left: 1%; }
  .evt_content__step2 {
    display: block;
    text-align: center;
    line-height: 26px; }
  .evt_content .point {
    background-color: #fff;
    color: #e53e22;
    display: inline-block;
    padding: 1% 5%;
    margin: 2% 0;
    border-radius: 50px; }

.evt_block {
  width: 90%;
  margin: 0 auto; }
  .evt_block:nth-child(2) {
    margin: 4% auto; }
  .evt_block .evt_head {
    background-color: #feca4e;
    padding: 1%;
    border-radius: 10px 10px 0 0; }
  .evt_block .evt_body {
    background-color: #fff;
    padding: 2%;
    border-radius: 0 0 10px 10px; }

.time_box {
  text-align: center; }
  .time_box span {
    display: block; }

@media screen and (max-width: 992px) {
  .vi_wrap_mary .vi_monster_wrap .monster__01 {
    top: -7%;
    right: 4%; }
  .vi_wrap_mary .vi_monster_wrap .monster__02 {
    top: 41%; } }

@media screen and (max-width: 540px) {
  .vi_wrap_mary .vi_monster_wrap .monster__02 {
    top: 51%; } }

.event_wrap_mary .sign_body p {
  padding: 2% 0; }

.event_wrap_mary .notice_text {
  text-align: center;
  margin: 4% 0 2% 0; }
  .event_wrap_mary .notice_text p {
    padding: 0; }

.event_wrap_mary .tips {
  background-color: #fedf95;
  margin: 1% 0;
  border-radius: 50px; }

.event_wrap_mary .form_area.borderBottomStyle {
  padding: 2% 0; }

.event_wrap_mary .get_wrap {
  padding: 3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .event_wrap_mary .get_wrap .get_info {
    width: calc(100% / 2 - 5px); }
    .event_wrap_mary .get_wrap .get_info h6 {
      padding: 4%;
      background-color: #feca4e;
      border-radius: 10px 10px 0 0; }
    .event_wrap_mary .get_wrap .get_info .get_area {
      background-color: #fffbe5;
      padding: 10% 0;
      border-radius: 0 0 10px 10px;
      font-size: 1.1rem; }
    .event_wrap_mary .get_wrap .get_info:nth-child(1) {
      margin: 0 5% 0 0; }

.event_wrap_mary .search_btn_wap .buttonStyle {
  width: 50%;
  padding: 3% 10%;
  margin: 5% auto 0; }

.event_wrap_mary .winningMaryList {
  background-image: url("../img/eventImg/bg_btn_red.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: repeat; }

.event_wrap_mary .coinList {
  background-image: url("../img/eventImg/bg_btn_bule.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: repeat; }

.event_wrap_mary .message_subtitle {
  width: 100%;
  background-color: #fde899; }
  .event_wrap_mary .message_subtitle::after {
    right: -10%; }

.event_wrap_mary .searchIcon {
  position: absolute;
  width: 15%;
  top: 5px;
  right: 5px; }

.event_wrap_mary .slots {
  border: 4px solid #fad861; }

.event_wrap_mary .slots-group .item::after {
  content: '贈品';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  background-color: #ffaf67;
  padding: 6%;
  z-index: 5;
  border-radius: 0 13px 13px 0;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  color: #392408; }

.event_wrap_mary .item12, .event_wrap_mary .item14 {
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .event_wrap_mary .item12:hover, .event_wrap_mary .item14:hover {
    background-color: #fff2d6; }

.event_wrap_mary .noticeEx {
  padding: .5% 1%;
  border-radius: 20px;
  background-color: #fedf95;
  border: 2px solid #4f2c10;
  display: inline-block; }

.event_wrap_mary .npc_img {
  max-width: 357px;
  width: 27%;
  left: -17%; }

@media screen and (max-width: 1024px) {
  .event_wrap_mary .winningMaryList {
    padding: 4% 10%; }
  .event_wrap_mary .npc_img {
    width: 37%;
    left: -26%; } }

@media screen and (max-width: 992px) {
  .event_wrap_mary .event_lottery_wrap {
    width: 90%;
    margin: 5% auto 0; }
  .event_wrap_mary .event_sign {
    width: 90%;
    margin: 4% auto; }
  .event_wrap_mary .message_head {
    width: 90%;
    margin: 0 auto; }
  .event_wrap_mary .event_area {
    width: 100%;
    margin: 5% auto; }
  .event_wrap_mary .acc_wrap .acc_ribbon__01 {
    top: -1%; } }

@media screen and (max-width: 768px) {
  .event_wrap_mary .winningMaryList {
    width: 100%;
    padding: 5% 10%; }
  .event_wrap_mary .acc_wrap .acc_ribbon__01 {
    top: -1%;
    right: -23%; }
  .event_wrap_mary .acc_wrap .acc_ribbon__03 {
    top: calc(100% - 35vw); }
  .event_wrap_mary .event_notice_wrap .notice_info {
    padding: 5% 4%; } }

@media screen and (max-width: 680px) {
  .event_wrap_mary .icon_rect {
    display: none; }
  .event_wrap_mary .lottery_date_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .event_wrap_mary .lottery_date_wrap .date_block {
      width: 100%;
      margin: 0 0 5% 0; }
    .event_wrap_mary .lottery_date_wrap .icon_wrap {
      text-align: center;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      margin: 0 0 4%; }
    .event_wrap_mary .lottery_date_wrap .lottery_date {
      margin: 5% 0 5%; }
    .event_wrap_mary .lottery_date_wrap .lottery_time {
      width: 50%;
      margin: 7% auto 5%; }
  .event_wrap_mary .search_btn_wap .buttonStyle {
    padding: 6% 10%; } }

@media screen and (max-width: 540px) {
  .event_wrap_mary .winningMaryList {
    padding: 7% 10%; }
  .event_wrap_mary .acc_wrap .acc_ribbon__01 {
    right: -52%; }
  .event_wrap_mary .event_lottery_wrap {
    width: 100%; }
  .event_wrap_mary .get_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .event_wrap_mary .get_wrap .get_info {
      width: 100%; }
      .event_wrap_mary .get_wrap .get_info:nth-child(1) {
        margin: 0 0 5% 0; }
  .event_wrap_mary .search_btn_wap .buttonStyle {
    width: 100%; } }

.load_iframe {
  width: 98%;
  height: 33vw;
  padding: 2% 0 0 0; }
  @media screen and (max-width: 540px) {
    .load_iframe {
      height: 70vw; } }
  @media screen and (max-width: 425px) {
    .load_iframe {
      height: 83vw; } }
  @media screen and (max-width: 768px) {
    .load_iframe__design {
      height: 42vw; } }
  @media screen and (max-width: 680px) {
    .load_iframe__design {
      height: 50vw; } }
  @media screen and (max-width: 580px) {
    .load_iframe__design {
      height: 64vw; } }
  @media screen and (max-width: 480px) {
    .load_iframe__design {
      height: 86vw; } }
  @media screen and (max-width: 280px) {
    .load_iframe__design {
      height: 133vw; } }

.buttonStyle {
  cursor: pointer;
  background-image: url("../img/eventImg/bg_btn.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: repeat;
  border-radius: 10px;
  border: 2px solid #392408;
  -webkit-box-shadow: 2px 2px 0 #392408;
  box-shadow: 2px 2px 0 #392408;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .buttonStyle:hover {
    -webkit-box-shadow: 0px 0px 0 #392408;
    box-shadow: 0px 0px 0 #392408; }

.fontSizeL {
  font-size: 1.8rem; }

button {
  outline: none;
  background-color: none;
  font-weight: 700;
  color: #392408; }

.footerBgSet {
  background-color: #000; }

.name_tips {
  display: block;
  margin: -1% auto 2% auto;
  width: 50%;
  padding: 2%;
  background-color: #fffbe5;
  border-radius: 50px; }
  @media screen and (max-width: 992px) {
    .name_tips {
      width: 70%; } }
  @media screen and (max-width: 540px) {
    .name_tips {
      width: 100%;
      padding: 4%; } }

.borderBottomStyle {
  border-bottom: 1px dashed #392408;
  padding: 4% 0; }

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

.popup_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0; }
  .popup_overlay .popup_content {
    max-width: 768px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fffbe5;
    border-radius: 20px; }
  .popup_overlay .popup_body {
    width: 90%;
    margin: 0 auto;
    padding: 8% 5% 5% 5%;
    display: none; }
    .popup_overlay .popup_body.active {
      display: block; }
  .popup_overlay .popup_title {
    max-width: 339px;
    width: 50%;
    margin: 0 auto; }
  .popup_overlay .popup_award {
    max-width: 510px;
    width: 100%;
    margin: 3% auto 5%;
    border: 2px solid #ffaf67;
    border-radius: 10px;
    overflow: hidden; }
  .popup_overlay .popup_close {
    position: absolute;
    font-size: 2.2rem;
    color: #ffaf67;
    text-align: right;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    top: 3%;
    right: 3%; }
    .popup_overlay .popup_close:hover {
      opacity: .9; }
  .popup_overlay .popup_award_name {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 2% 0; }
  @media screen and (max-width: 680px) {
    .popup_overlay .popup_title {
      width: 50vw; } }

.record_body {
  max-width: 768px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fffbe5;
  border-radius: 20px;
  display: none; }
  .record_body.showInfoMsg {
    display: block; }
  .record_body .popup_title {
    max-width: 339px;
    width: 42%;
    margin: 8% auto 0; }
  @media screen and (max-width: 768px) {
    .record_body {
      width: 95%;
      min-height: 510px; }
      .record_body::after {
        height: 102px; }
      .record_body .popup_title {
        width: 35vw;
        padding: 5% 0 0;
        margin: 4% auto 0; } }
  @media screen and (max-width: 540px) {
    .record_body .popup_title {
      width: 47vw;
      padding: 9% 0 0; } }
  @media screen and (max-width: 414px) {
    .record_body .popup_title {
      width: 55vw;
      padding: 17% 0 0; } }

.next_wrap {
  text-align: center;
  padding: 2% 0; }
  .next_wrap .next_wrap_list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .next_wrap .next_wrap_list li {
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 7px;
      border: 1px solid #cd8d3d;
      margin: 0 2px;
      cursor: pointer;
      color: #cd8d3d;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }
      .next_wrap .next_wrap_list li:hover {
        color: #fef9de;
        background-color: #cd8d3d; }

.on--list {
  color: #fef9de !important;
  background-color: #cd8d3d;
  border-radius: 7px; }

.disabledButton {
  pointer-events: none;
  background-image: url("../img/eventImg/bg_btn_disable.jpg") !important; }

.activeBtn {
  pointer-events: none;
  background-image: url("../img/eventImg/bg_btn_red.jpg") !important; }
