@charset "UTF-8";
/* reset */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;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", "PT Sans", "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 {
  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: auto;
  display: block; }

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

.l-contentWidth {
  max-width: 1040px;
  margin: 0 auto;
  position: relative; }

.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: #444244;
  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; }

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes shakeCashEffect {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes shakeCashEffect {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-webkit-keyframes downEffect {
  0% {
    opacity: 0;
    top: -377px; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    top: 53px; } }

@keyframes downEffect {
  0% {
    opacity: 0;
    top: -377px; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    top: 53px; } }

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

.logo {
  position: absolute;
  left: 10px;
  top: 15px;
  max-width: 196px;
  width: 8%;
  z-index: 999; }
  @media screen and (max-width: 1280px) {
    .logo {
      width: 10%; } }
  @media screen and (max-width: 992px) {
    .logo {
      width: 13%; } }
  @media screen and (max-width: 480px) {
    .logo {
      width: 25%;
      top: 10px;
      left: 10px; } }

.event__header {
  width: 100%;
  background-image: url("../img/vi_bg.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative; }
  @media screen and (max-width: 992px) {
    .event__header {
      background-size: cover;
      background-position: -245px 0; } }
  .event__header .star__random {
    position: absolute;
    width: 100%;
    height: 50vw; }
    .event__header .star__random div {
      position: absolute; }
    .event__header .star__random .star__center {
      width: 6%;
      height: 25%;
      left: 45%;
      top: 0;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      .event__header .star__random .star__center--01 {
        width: 65%;
        right: 0;
        bottom: 20%;
        -webkit-animation: starFlashing 1s 1s infinite alternate;
        animation: starFlashing 1s 1s infinite alternate; }
      .event__header .star__random .star__center--02 {
        width: 30%;
        left: 15%;
        bottom: 15%;
        -webkit-animation: starFlashing 1.2s 1.2s infinite alternate;
        animation: starFlashing 1.2s 1.2s infinite alternate; }
    .event__header .star__random .star01 {
      width: 1%;
      top: 46%;
      left: 9%;
      -webkit-animation: starFlashing 1s 1s infinite alternate;
      animation: starFlashing 1s 1s infinite alternate; }
    .event__header .star__random .star02 {
      width: 3%;
      top: 48%;
      left: 12%;
      -webkit-animation: starFlashing 1.2s 1.2s infinite alternate;
      animation: starFlashing 1.2s 1.2s infinite alternate; }
    .event__header .star__random .star03 {
      width: 1.5%;
      top: 60%;
      left: 8%;
      -webkit-animation: starFlashing 1.4s 1.4s infinite alternate;
      animation: starFlashing 1.4s 1.4s infinite alternate; }
    .event__header .star__random .star04 {
      width: 1.8%;
      top: 49%;
      left: 6%;
      -webkit-animation: starFlashing 1.6s 1.6s infinite alternate;
      animation: starFlashing 1.6s 1.6s infinite alternate; }
    .event__header .star__random .star05 {
      width: 1.5%;
      top: 20%;
      left: 11%;
      -webkit-animation: starFlashing 1.8s 1.8s infinite alternate;
      animation: starFlashing 1.8s 1.8s infinite alternate; }
    .event__header .star__random .star06 {
      width: 1.5%;
      top: 66%;
      left: 29%;
      -webkit-animation: starFlashing 2s 1s infinite alternate;
      animation: starFlashing 2s 1s infinite alternate; }
    .event__header .star__random .star07 {
      width: 1.5%;
      right: 8%;
      top: 15%;
      -webkit-animation: starFlashing 2.2s 1.2s infinite alternate;
      animation: starFlashing 2.2s 1.2s infinite alternate; }
    .event__header .star__random .star08 {
      width: 3.5%;
      right: 4%;
      top: 19%;
      -webkit-animation: starFlashing 2.4s 1.4s infinite alternate;
      animation: starFlashing 2.4s 1.4s infinite alternate; }
    .event__header .star__random .star09 {
      width: 3.5%;
      right: 12%;
      top: 36%;
      -webkit-animation: starFlashing 2.6s 1.6s infinite alternate;
      animation: starFlashing 2.6s 1.6s infinite alternate; }
    .event__header .star__random .star010 {
      width: 1.5%;
      top: 63%;
      right: 8%;
      -webkit-animation: starFlashing 2.8s 1.8s infinite alternate;
      animation: starFlashing 2.8s 1.8s infinite alternate; }
    @media screen and (max-width: 768px) {
      .event__header .star__random .star01 {
        top: 20%;
        left: 50%; }
      .event__header .star__random .star02 {
        top: 65%;
        left: 2%; }
      .event__header .star__random .star03 {
        left: 1%; }
      .event__header .star__random .star04 {
        top: 15%;
        left: 53%; }
      .event__header .star__random .star05 {
        left: 23%; }
      .event__header .star__random .star06 {
        top: 15%;
        left: 25%; }
      .event__header .star__random .star07 {
        top: 27%;
        right: 20%; }
      .event__header .star__random .star08 {
        top: 30%;
        right: 23%; }
      .event__header .star__random .star09 {
        top: 79%;
        right: 4%; }
      .event__header .star__random .star010 {
        top: 75%;
        right: 3%; } }
    @media screen and (max-width: 480px) {
      .event__header .star__random {
        height: 150vw; } }

.main__wrap {
  max-width: 1280px;
  width: 100%;
  height: 54vw;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 992px) {
    .main__wrap {
      height: 60vw; } }
  @media screen and (max-width: 768px) {
    .main__wrap {
      height: 70vw; } }
  @media screen and (max-width: 680px) {
    .main__wrap {
      height: 80vw; } }
  @media screen and (max-width: 480px) {
    .main__wrap {
      height: 160vw; } }
  .main__wrap .year__text {
    position: absolute;
    right: 0%;
    top: 2%;
    color: #ffefd1;
    font-size: 22px; }
    .main__wrap .year__text p {
      font-family: "Noto Serif TC", serif;
      letter-spacing: 2px;
      font-weight: 600; }
    @media screen and (max-width: 1660px) {
      .main__wrap .year__text {
        right: 7%; } }
    @media screen and (max-width: 1280px) {
      .main__wrap .year__text {
        right: 15%; } }
    @media screen and (max-width: 1024px) {
      .main__wrap .year__text {
        right: 12%;
        font-size: 18px; } }
    @media screen and (max-width: 992px) {
      .main__wrap .year__text {
        right: 2%;
        z-index: 10; } }

.main__bottom {
  width: 100%;
  background-image: url("../img/material/main_bg_04.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  margin: -20% 0 0 0;
  padding: 0 0 25% 0;
  position: relative;
  z-index: 5; }

.menu__block {
  width: 15%;
  position: fixed;
  right: 8px;
  top: 90px;
  z-index: 999999; }
  @media screen and (max-width: 768px) {
    .menu__block {
      width: 22%;
      top: 83px; } }
  @media screen and (max-width: 680px) {
    .menu__block {
      top: 37px;
      width: 35%; } }

.menu__head__wrap {
  width: 60px;
  height: 55px;
  background-color: #bc463a;
  border: 2px solid #fed388;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .menu__head__wrap {
      width: 50px; } }
  .menu__head__wrap .cash__head {
    position: absolute;
    background-image: url("../img/material/hum_head.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 58px;
    height: 17px; }
    @media screen and (max-width: 480px) {
      .menu__head__wrap .cash__head {
        width: 48px; } }
  .menu__head__wrap .menu__icon {
    width: 35px;
    height: 30px;
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .menu__head__wrap .menu__icon span {
      position: absolute;
      border-radius: 50px;
      width: 100%;
      height: 5px;
      background-color: #bc463a;
      border: 1px solid #fed388; }
      .menu__head__wrap .menu__icon span:nth-child(2) {
        top: 25%;
        left: 0; }
      .menu__head__wrap .menu__icon span:nth-child(3) {
        top: 50%; }
  .menu__head__wrap:hover {
    -webkit-animation: shakeCashEffect .1s linear infinite;
    animation: shakeCashEffect .1s linear infinite; }
  .menu__head__wrap.open {
    width: 100%; }
    .menu__head__wrap.open:hover {
      -webkit-animation: none;
      animation: none; }
    .menu__head__wrap.open .cash__head {
      -webkit-transform: scale(-1) translateX(-50%);
      -ms-transform: scale(-1) translateX(-50%);
      transform: scale(-1) translateX(-50%);
      top: 0; }
    .menu__head__wrap.open .menu__icon {
      top: 60%;
      left: 88%; }
      .menu__head__wrap.open .menu__icon span:nth-child(1) {
        top: 25%;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg); }
      .menu__head__wrap.open .menu__icon span:nth-child(2) {
        opacity: 0;
        left: -50%; }
      .menu__head__wrap.open .menu__icon span:nth-child(3) {
        top: 25%;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); }
      @media screen and (max-width: 1024px) {
        .menu__head__wrap.open .menu__icon {
          left: 80%; } }

.menu__link__wrap {
  display: none;
  text-align: center;
  background-color: #bc463a;
  border: 1px solid #fed388;
  position: absolute;
  top: 53px;
  right: 0;
  width: 100%; }
  .menu__link__wrap.open {
    display: block;
    -webkit-animation: downEffect .2s linear forwards;
    animation: downEffect .2s linear forwards; }
  .menu__link__wrap .menu__link li {
    border-top: 1px solid #fed388;
    border-bottom: 1px solid #fed388;
    transition: all 0.8s linear;
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    -o-transition: all 0.8s linear; }
    .menu__link__wrap .menu__link li a {
      color: #fed388;
      padding: 5% 0; }
      @media screen and (max-width: 1024px) {
        .menu__link__wrap .menu__link li a {
          padding: 10% 0; } }
    .menu__link__wrap .menu__link li:hover {
      background-color: #ad4035; }

.menu__social {
  background-color: #fed388; }
  .menu__social li {
    background-color: #bc463a;
    display: inline-block;
    width: calc(99% / 2);
    text-align: center;
    border: 1px solid #fed388;
    margin: 0px 0px 0px -2px; }
    @media screen and (max-width: 1024px) {
      .menu__social li {
        width: 100%; } }
    .menu__social li a {
      padding: 5% 0;
      color: #fed388;
      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; }
      .menu__social li a img {
        width: 50%;
        margin: 0 auto; }
      .menu__social li a:hover {
        background-color: #ad4035; }
      @media screen and (max-width: 1024px) {
        .menu__social li a {
          padding: 10% 0;
          width: 100%; }
          .menu__social li a img {
            width: 35%; } }

.event__first__body {
  width: 100%;
  background-image: url("../img/material/repeat_y_bg.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat-y;
  position: relative;
  margin: -20% 0 0 0;
  z-index: 6; }
  .event__first__body .event__wrap {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    position: relative; }
    .event__first__body .event__wrap .monster__gugu {
      width: 15%;
      position: absolute;
      left: 13%;
      top: -106px; }
      @media screen and (max-width: 1024px) {
        .event__first__body .event__wrap .monster__gugu {
          width: 13%;
          top: -66px; } }
      @media screen and (max-width: 992px) {
        .event__first__body .event__wrap .monster__gugu {
          width: 18%;
          top: -86px;
          left: 2%; } }
      @media screen and (max-width: 480px) {
        .event__first__body .event__wrap .monster__gugu {
          width: 33%;
          top: -32px;
          left: -1%; } }
  .event__first__body:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 37vw;
    background-image: url("../img/material/cash.png");
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 6;
    bottom: 0;
    left: -30%;
    pointer-events: none; }
    @media screen and (max-width: 1200px) {
      .event__first__body:after {
        left: -34%; } }
    @media screen and (max-width: 680px) {
      .event__first__body:after {
        width: 100%;
        height: 64vw;
        left: -57%; } }
    @media screen and (max-width: 480px) {
      .event__first__body:after {
        width: 130%;
        height: 84vw;
        left: -84%; } }
  .event__first__body .flower__wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .event__first__body .flower__wrap .flower__right {
      position: absolute;
      width: 15%;
      right: 10%;
      top: 20px; }
      .event__first__body .flower__wrap .flower__right.flowerBob {
        -webkit-animation: scalcEffect .2s linear;
        animation: scalcEffect .2s linear; }
      .event__first__body .flower__wrap .flower__right:after {
        content: '';
        position: absolute;
        background-image: url("../img/material/flower.png");
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 27%;
        height: 5vw;
        right: 3%; }
      .event__first__body .flower__wrap .flower__right:before {
        content: '';
        position: absolute;
        background-image: url("../img/material/flower02.png");
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 35%;
        height: 6vw;
        right: -40%; }
      @media screen and (max-width: 1024px) {
        .event__first__body .flower__wrap .flower__right {
          width: 20%;
          right: 3%; }
          .event__first__body .flower__wrap .flower__right:after {
            height: 10vw; } }
      @media screen and (max-width: 680px) {
        .event__first__body .flower__wrap .flower__right {
          width: 30%;
          right: -8%;
          opacity: .5; }
          .event__first__body .flower__wrap .flower__right:after {
            height: 84px; }
          .event__first__body .flower__wrap .flower__right:before {
            height: 69px; } }
      @media screen and (max-width: 480px) {
        .event__first__body .flower__wrap .flower__right {
          width: 50%;
          right: 10%; } }
    .event__first__body .flower__wrap .flower__left {
      position: absolute;
      width: 15%;
      left: 7%;
      top: 150px; }
      .event__first__body .flower__wrap .flower__left.flowerBob {
        -webkit-animation: scalcEffect .2s .8s linear;
        animation: scalcEffect .2s .8s linear; }
      .event__first__body .flower__wrap .flower__left:after {
        content: '';
        position: absolute;
        background-image: url("../img/material/flower.png");
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 27%;
        height: 5vw;
        left: 3%; }
      .event__first__body .flower__wrap .flower__left:before {
        content: '';
        position: absolute;
        background-image: url("../img/material/flower02.png");
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 35%;
        height: 6vw;
        left: -40%; }
      @media screen and (max-width: 1024px) {
        .event__first__body .flower__wrap .flower__left {
          width: 20%;
          left: -2%; }
          .event__first__body .flower__wrap .flower__left:after {
            height: 10vw; } }
      @media screen and (max-width: 680px) {
        .event__first__body .flower__wrap .flower__left {
          width: 30%;
          left: -8%;
          top: 360px;
          opacity: .5; }
          .event__first__body .flower__wrap .flower__left:after {
            height: 84px; }
          .event__first__body .flower__wrap .flower__left:before {
            height: 69px; } }
      @media screen and (max-width: 480px) {
        .event__first__body .flower__wrap .flower__left {
          width: 40%; } }

.event__info__wrap {
  width: 100%;
  margin: 0 auto;
  padding: 2% 0 0;
  text-align: center;
  position: relative; }

.event__info {
  color: #332e29;
  margin: 0 0 3% 0; }
  .event__info span {
    padding: 0 0 0 0.5%; }
  .event__info .step__1 {
    border: 2px solid #bc463a;
    border-radius: 50px;
    width: 65%;
    margin: -1px auto;
    padding: 1%;
    position: relative;
    overflow: hidden; }
    .event__info .step__1 p {
      display: inline-block;
      vertical-align: text-top;
      padding-right: 10px; }
    .event__info .step__1 .btn__fb {
      display: inline-block;
      width: 50px;
      height: 20px;
      overflow: hidden; }
    .event__info .step__1:after {
      content: 'Step1';
      position: absolute;
      left: 0;
      top: 0;
      background-color: #bc463a;
      color: #fedd9d;
      width: 70px;
      height: 100%;
      line-height: 36px;
      font-size: 15px;
      font-family: "Noto Serif TC", serif;
      font-weight: bold; }
  .event__info .step__2 {
    margin: 1.6% auto 0;
    border: 2px solid #bc463a;
    border-radius: 15px;
    width: 65%; }
    .event__info .step__2 .step__title {
      margin: -1px 0 0 0;
      width: 100%;
      background-color: #bc463a;
      border-radius: 13px 13px 0 0;
      padding: 1.5% 0% 1.5% 15px;
      font-family: "Noto Serif TC", serif;
      color: #fedd9d;
      font-size: 15px;
      text-align: left; }
    .event__info .step__2 .step_info {
      padding: 2% 10%;
      font-size: 15px;
      line-height: 1.5; }
      .event__info .step__2 .step_info span {
        display: block; }
  @media screen and (max-width: 680px) {
    .event__info .step__1 {
      width: 85%; }
    .event__info .step__2 {
      width: 85%; } }
  @media screen and (max-width: 480px) {
    .event__info {
      margin: 6% 0;
      line-height: 1.4; }
      .event__info .step__1 {
        width: 95%; }
        .event__info .step__1:after {
          line-height: 350%; }
      .event__info .step__2 {
        width: 95%; }
        .event__info .step__2 .step_info {
          padding: 2% 3%; }
      .event__info span {
        display: block;
        margin: 1% 0 0 0; } }
  @media screen and (max-width: 425px) {
    .event__info .step__1 p {
      display: block;
      width: 80%;
      margin: 0 0 5px auto; }
    .event__info .step__1 .btn__fb {
      display: block;
      margin: 0 auto; } }

.event__second__body, .event__three__body {
  width: 100%;
  background-image: url("../img/material/main_bg_02.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: repeat;
  background-color: #fedc98;
  position: relative; }

.signIn__block {
  width: 70%;
  margin: -3.5% auto 0;
  padding: 2% 0;
  text-align: center;
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 1024px) {
    .signIn__block {
      width: 80%; } }
  @media screen and (max-width: 480px) {
    .signIn__block {
      width: 90%; } }
  .signIn__block .signIn__head {
    display: inline-block;
    padding: 2% 10%;
    background-color: #bc463a;
    color: #fedd9d;
    border-radius: 15px 15px 0 0; }
  .signIn__block .signIn__body {
    width: 100%;
    background-color: #fef5e3;
    padding: 5%;
    border: 1px solid #bc463a;
    -webkit-box-shadow: -5px 5px 0px 0px #c18d38;
    box-shadow: -5px 5px 0px 0px #c18d38;
    border-radius: 25px; }
    .signIn__block .signIn__body h6 {
      color: #bc463a;
      font-weight: 500;
      font-size: 16px; }
    .signIn__block .signIn__body .sign__button {
      display: inline-block;
      padding: 3% 10%;
      cursor: pointer;
      border-radius: 10px;
      transition: all 0.4s linear;
      -webkit-transition: all 0.4s linear;
      -moz-transition: all 0.4s linear;
      -ms-transition: all 0.4s linear;
      -o-transition: all 0.4s linear; }
      .signIn__block .signIn__body .sign__button--In {
        margin: 5% 0 0 0;
        background-color: #3f4676;
        color: #fef5e3; }
      .signIn__block .signIn__body .sign__button--Out {
        border: 1px solid #bc463a;
        color: #bc463a; }
        .signIn__block .signIn__body .sign__button--Out:hover {
          -webkit-animation: shakeCashEffect .1s linear infinite;
          animation: shakeCashEffect .1s linear infinite; }
      .signIn__block .signIn__body .sign__button:hover {
        opacity: .8; }
      @media screen and (max-width: 480px) {
        .signIn__block .signIn__body .sign__button {
          padding: 5% 15%;
          margin: 2% auto; } }
    .signIn__block .signIn__body.singOutUser {
      display: none; }
    .signIn__block .signIn__body--userInfo {
      display: none;
      font-size: 15px; }
      .signIn__block .signIn__body--userInfo.signInUser {
        display: block;
        -webkit-animation: shakeCashEffect .2s linear;
        animation: shakeCashEffect .2s linear; }
      .signIn__block .signIn__body--userInfo h6 {
        color: #332e29; }
      .signIn__block .signIn__body--userInfo .userId {
        color: #3f4676;
        padding: 0 1%;
        display: inline-block; }
        @media screen and (max-width: 375px) {
          .signIn__block .signIn__body--userInfo .userId {
            display: block;
            margin: 2% 0; } }
      .signIn__block .signIn__body--userInfo .time__box {
        font-size: 14px; }
        .signIn__block .signIn__body--userInfo .time__box .nowTime {
          padding: 0 0 0 1%; }
      .signIn__block .signIn__body--userInfo .event__noteinfo {
        line-height: 1.6; }
        .signIn__block .signIn__body--userInfo .event__noteinfo p {
          color: #bc463a; }
          .signIn__block .signIn__body--userInfo .event__noteinfo p:nth-child(1) {
            color: #332e29; }
          .signIn__block .signIn__body--userInfo .event__noteinfo p:nth-child(2) {
            color: #3f4676; }
      .signIn__block .signIn__body--userInfo .subNoteInfo {
        color: #bc463a;
        font-size: 16px;
        font-weight: 500;
        margin: 4% 0; }
    @media screen and (max-width: 425px) {
      .signIn__block .signIn__body {
        padding: 3%; } }

.get__info__wrap {
  width: 90%;
  margin: 2% auto;
  padding: 4% 0;
  border-top: 1px dashed #bc463a;
  border-bottom: 1px dashed #bc463a; }
  .get__info__wrap .get__info {
    width: calc(85% / 2 - 5px);
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    font-weight: 500; }
    .get__info__wrap .get__info h6 {
      font-size: 14px;
      padding: 0 0 4% 0; }
    .get__info__wrap .get__info .get__area {
      display: inline-block;
      background-color: #feebc7;
      padding: 6% 30%;
      border-radius: 50px;
      color: #3f4676;
      font-weight: 600; }
    @media screen and (max-width: 375px) {
      .get__info__wrap .get__info {
        width: 100%;
        margin: 5% 0; } }
  @media screen and (max-width: 425px) {
    .get__info__wrap {
      width: 100%; } }

.check__info__wrap {
  width: 90%;
  margin: 2% auto;
  padding: 2% 0; }
  .check__info__wrap .check__btn {
    width: calc(80% / 2 - 5px);
    display: inline-block;
    vertical-align: top;
    background-color: #c18d38;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    cursor: pointer; }
    .check__info__wrap .check__btn:hover {
      opacity: .8; }
    .check__info__wrap .check__btn p {
      padding: 8% 0;
      color: #ffefd1;
      letter-spacing: 1px; }
    .check__info__wrap .check__btn:nth-child(1) {
      margin: 0 1% 0 0; }
    @media screen and (max-width: 480px) {
      .check__info__wrap .check__btn {
        width: calc(100% / 2 - 5px); }
        .check__info__wrap .check__btn p {
          padding: 10% 0; } }

.event__form {
  margin: 2% 0; }

.select__wrap {
  width: 70%;
  height: 3vw;
  margin: 0 auto;
  padding: 1%;
  position: relative;
  border: 1px solid #bc463a;
  border-radius: 50px; }
  @media screen and (max-width: 1024px) {
    .select__wrap {
      height: 5vw; } }
  @media screen and (max-width: 768px) {
    .select__wrap {
      height: 6.4vw; } }
  @media screen and (max-width: 480px) {
    .select__wrap {
      width: 90%;
      height: 10.4vw; } }
  .select__wrap .select__head {
    width: 100%;
    height: 100%;
    position: relative;
    color: #332e29;
    font-size: 17px;
    font-weight: 500;
    text-align: left; }
    .select__wrap .select__head .server__icon {
      position: absolute;
      right: 5%;
      top: 60%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 10px;
      height: 10px; }
    .select__wrap .select__head .server__show {
      position: absolute;
      left: 5%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .select__wrap .select__body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
    padding: 0 5%;
    color: #444244;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0;
    z-index: 1; }

.event__three__body {
  padding: 0 0 2% 0; }
  .event__three__body .three__info__wrap {
    width: 60%;
    padding: 2.5% 0; }
    @media screen and (max-width: 768px) {
      .event__three__body .three__info__wrap {
        width: 80%; } }
  .event__three__body .event__info {
    margin: 0 auto;
    text-align: center;
    line-height: 1.5; }
    .event__three__body .event__info p {
      color: #3f4676;
      font-weight: 600; }
    .event__three__body .event__info .event__note__list {
      margin: 2% 0;
      font-size: 14px; }

.event__note__body {
  width: 100%;
  background-image: url("../img/material/main_bg_03.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat; }

.note__info__wrap {
  text-align: center;
  padding: 2% 0;
  width: 60%;
  line-height: 1.5;
  position: relative;
  z-index: 6; }
  @media screen and (max-width: 1024px) {
    .note__info__wrap {
      width: 80%; } }
  .note__info__wrap .note__info {
    text-align: left; }
    .note__info__wrap .note__info li {
      margin-bottom: 2%; }
    .note__info__wrap .note__info .note__ex {
      display: inline-block;
      background-color: #bc463a;
      color: #ffefd1;
      font-size: 15px;
      padding: 0 1.5%;
      margin: 0 5px 0 0; }

.qa__link {
  display: inline-block; }
  .qa__link a {
    color: #bc463a;
    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; }
    .qa__link a:hover {
      opacity: .8; }

.title {
  font-size: 24px;
  font-weight: 500;
  color: #3f4676;
  margin: 0 0 1% 0; }
  @media screen and (max-width: 480px) {
    .title {
      margin: 0 0 2% 0; } }

.noteInfo {
  font-size: 18px;
  color: #bc463a;
  font-weight: 500; }

.footerColor {
  background-color: #332e29; }

.footerArea {
  z-index: 6; }

.margin--style {
  margin: 4% 0; }

.fontColorRed {
  color: #bc463a; }

.mrTop {
  margin-top: 1%; }

.note__pdLeft {
  padding: 0 0 0 2.5%; }

@-webkit-keyframes jumpEffectTop2 {
  0%, 80% {
    -webkit-transform: translate(0, 5%);
    transform: translate(0, 5%); }
  50% {
    -webkit-transform: translate(0, -5%);
    transform: translate(0, -5%); }
  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%); } }

@keyframes jumpEffectTop2 {
  0%, 80% {
    -webkit-transform: translate(0, 5%);
    transform: translate(0, 5%); }
  50% {
    -webkit-transform: translate(0, -5%);
    transform: translate(0, -5%); }
  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%); } }

@-webkit-keyframes bgRoundEffect {
  0% {
    background-repeat: repeat;
    background-position: 0 0; }
  100% {
    background-position: 500px 500px; } }

@keyframes bgRoundEffect {
  0% {
    background-repeat: repeat;
    background-position: 0 0; }
  100% {
    background-position: 500px 500px; } }

.peo__wrap {
  position: relative;
  max-width: 66%;
  height: 50vw;
  margin: 0 0 0 auto; }
  @media screen and (max-width: 1660px) {
    .peo__wrap {
      width: 58%;
      margin: 0 0 0 36%; } }
  @media screen and (max-width: 1440px) {
    .peo__wrap {
      width: 50%; } }
  @media screen and (max-width: 1024px) {
    .peo__wrap {
      margin: 0 0 0 45%; } }
  @media screen and (max-width: 768px) {
    .peo__wrap {
      margin: 0 auto;
      width: 100%; } }
  .peo__wrap .peo__center {
    position: absolute;
    max-width: 839px;
    width: 50vw;
    left: 45%;
    top: 10%;
    z-index: 4;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 1440px) {
      .peo__wrap .peo__center {
        left: 43%; } }
    @media screen and (max-width: 992px) {
      .peo__wrap .peo__center {
        width: 55vw;
        top: 14%; } }
    @media screen and (max-width: 768px) {
      .peo__wrap .peo__center {
        left: -8%;
        top: 20%;
        width: 74vw; } }
    @media screen and (max-width: 480px) {
      .peo__wrap .peo__center {
        width: 118vw;
        top: 140%;
        left: 8%; } }
  .peo__wrap .peo__right {
    position: absolute;
    max-width: 472px;
    width: 27vw;
    right: 0%;
    top: 9%;
    z-index: 3; }
    .peo__wrap .peo__right:after {
      content: '';
      position: absolute;
      right: 8%;
      top: 2%;
      width: 20%;
      padding: 0 0 30% 0;
      background-image: url("../img/material/chick.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
    @media screen and (max-width: 992px) {
      .peo__wrap .peo__right {
        width: 28vw;
        right: -3%; } }
    @media screen and (max-width: 768px) {
      .peo__wrap .peo__right {
        display: none; } }
  .peo__wrap .peo__left {
    position: absolute;
    max-width: 648px;
    width: 37vw;
    left: 0;
    top: -3%; }
    @media screen and (max-width: 992px) {
      .peo__wrap .peo__left {
        width: 43vw;
        left: -38px;
        top: -3%; } }
    @media screen and (max-width: 768px) {
      .peo__wrap .peo__left {
        width: 58vw;
        left: 45%;
        top: 23%;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1); } }
    @media screen and (max-width: 480px) {
      .peo__wrap .peo__left {
        width: 97vw;
        left: -10%;
        top: 136%; } }

.slogan {
  width: 37%;
  top: 15%;
  left: 3%;
  position: absolute;
  z-index: 5; }
  @media screen and (max-width: 1660px) {
    .slogan {
      width: 32%;
      left: 9%; } }
  @media screen and (max-width: 1280px) {
    .slogan {
      left: 10%;
      top: 12%;
      width: 30%; } }
  @media screen and (max-width: 1200px) {
    .slogan {
      width: 27%;
      left: 13%; } }
  @media screen and (max-width: 1024px) {
    .slogan {
      width: 32%;
      left: 17%; } }
  @media screen and (max-width: 992px) {
    .slogan {
      width: 36%;
      left: 13%;
      top: 18%; } }
  @media screen and (max-width: 768px) {
    .slogan {
      width: 45%;
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  @media screen and (max-width: 480px) {
    .slogan {
      width: 70%;
      top: 32%; } }
  .slogan .slogan__time {
    width: 65%; }
  .slogan .sub__title {
    text-align: center; }
    .slogan .sub__title p {
      width: 70%;
      background-color: #bc463a;
      color: #ffefd1;
      font-size: 18px;
      letter-spacing: 5px;
      margin: 5px auto 0;
      padding: 2%;
      border-radius: 50px; }
      @media screen and (max-width: 1200px) {
        .slogan .sub__title p {
          width: 90%; } }
      @media screen and (max-width: 480px) {
        .slogan .sub__title p span {
          display: block;
          margin: 5px 0 0 0;
          font-size: 15px; } }
  .slogan .star__r_top {
    width: 2.5vw;
    position: absolute;
    right: -11%;
    top: 35%; }
    .slogan .star__r_top.active {
      -webkit-animation: rotateForward .5s 1s linear forwards;
      animation: rotateForward .5s 1s linear forwards; }
    @media screen and (max-width: 768px) {
      .slogan .star__r_top {
        right: 2%;
        top: 54%; } }
    @media screen and (max-width: 480px) {
      .slogan .star__r_top {
        width: 7.5vw;
        right: 0; } }
  .slogan .star__r_bottom {
    width: 3vw;
    position: absolute;
    bottom: 8%;
    right: 3%; }
    .slogan .star__r_bottom.active {
      -webkit-animation: rotateForward .5s 1.2s linear forwards;
      animation: rotateForward .5s 1.2s linear forwards; }
    @media screen and (max-width: 768px) {
      .slogan .star__r_bottom {
        bottom: 28%;
        right: 6%; } }
    @media screen and (max-width: 480px) {
      .slogan .star__r_bottom {
        width: 6vw;
        bottom: 43%;
        right: -7%; } }
  .slogan .star__l_top {
    width: 2vw;
    position: absolute;
    left: -10%;
    top: 40%; }
    .slogan .star__l_top.active {
      -webkit-animation: rotateReverse .5s 1.4s linear forwards;
      animation: rotateReverse .5s 1.4s linear forwards; }
    @media screen and (max-width: 768px) {
      .slogan .star__l_top {
        left: -5%;
        top: 48%; } }
    @media screen and (max-width: 480px) {
      .slogan .star__l_top {
        width: 6vw;
        left: -10%;
        top: 40%; } }
  .slogan .star__l_bottom {
    width: 2.5vw;
    position: absolute;
    left: -10%;
    top: 54%; }
    .slogan .star__l_bottom.active {
      -webkit-animation: rotateReverse .5s 1.6s linear forwards;
      animation: rotateReverse .5s 1.6s linear forwards; }
    @media screen and (max-width: 768px) {
      .slogan .star__l_bottom {
        left: -3%;
        top: 55%; } }
    @media screen and (max-width: 480px) {
      .slogan .star__l_bottom {
        width: 8.5vw;
        left: -12%;
        top: 52%; } }

.event__btn__wrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 3%;
  text-align: center; }

.btn__block {
  width: calc(70% / 3 - 10px);
  background-image: url("../img/material/btn_bg.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat;
  background-position: 0 0;
  background-color: #bc463a;
  height: 15vw;
  display: inline-block;
  border-radius: 40px;
  border: 5px solid #3f4676;
  overflow: hidden;
  border-radius: 40px;
  position: relative;
  -webkit-box-shadow: 0 0 0 0 #e0a137;
  box-shadow: 0 0 0 0 #e0a137;
  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; }
  .btn__block:nth-child(2) {
    margin: 0 15px; }
  .btn__block .btn__img {
    position: absolute; }
  .btn__block .knife__img {
    width: 90%;
    left: 50%;
    top: -8%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .btn__block .mary__img {
    width: 115%;
    left: -8%;
    top: -2%; }
  .btn__block .egg__img {
    width: 145%;
    left: -22%;
    top: -2%; }
  .btn__block .btn__text {
    color: #fedd9d;
    position: absolute;
    padding: 6% 0;
    bottom: 0;
    width: 100%;
    background-color: #3f4676;
    letter-spacing: 1px; }
    .btn__block .btn__text h5 {
      font-size: 16px;
      padding: 0 0 5px 0; }
    .btn__block .btn__text p {
      font-size: 13px; }
  .btn__block:hover {
    -webkit-box-shadow: 6px 3px 0px 2px #e0a137;
    box-shadow: 6px 3px 0px 2px #e0a137;
    -webkit-animation: bgRoundEffect 2s infinite linear;
    animation: bgRoundEffect 2s infinite linear; }
  @media screen and (max-width: 1660px) {
    .btn__block {
      height: 20vw; } }
  @media screen and (max-width: 1200px) {
    .btn__block {
      z-index: 7; } }
  @media screen and (max-width: 1024px) {
    .btn__block {
      height: 25vw; } }
  @media screen and (max-width: 768px) {
    .btn__block {
      width: calc(80% / 3 - 10px);
      height: 28vw; } }
  @media screen and (max-width: 680px) {
    .btn__block {
      width: 50%;
      height: 50vw; }
      .btn__block:nth-child(2) {
        margin: 2% 0; } }
  @media screen and (max-width: 480px) {
    .btn__block {
      width: 70%;
      height: 70vw; } }
