@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");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&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;
  color: #5f4131; }

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

html {
  font-size: 16px; }

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

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

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

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

.l-contentWidth {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 820px) {
    .l-contentWidth {
      width: 100%; } }

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

.l-margin-b3 {
  margin-bottom: 3% !important; }

.l-margin-t3 {
  margin-top: 3% !important; }

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

.l-margin-b1 {
  margin-bottom: 1%; }

.l-margin-tb1 {
  margin: 1% 0; }

.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: #5f4131;
  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: 1.1875rem;
  font-weight: 500;
  color: #5f4131; }
  @media screen and (max-width: 540px) {
    .l-title {
      font-size: 1.1rem; } }

.l-pointText {
  color: #fa6062; }

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

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

.l-zIndex2 {
  position: relative;
  z-index: 2; }

.l-zindex0 {
  z-index: 0 !important; }

.l-overflowHidden {
  overflow: hidden; }

.l-borderTop {
  border-top: 1px dashed #ffdbac;
  padding: 4% 0; }

.l-borderBottom {
  border-bottom: 1px dashed #ffdbac;
  padding: 2% 0; }
  @media screen and (max-width: 680px) {
    .l-borderBottom {
      padding: 4vw 0; } }

.l-borderTP2 {
  border-top: 1px dashed #ffdbac;
  padding: 2% 0; }

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

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

@-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 flashing {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

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

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

@-webkit-keyframes flowerRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  5%, 25%, 15%, 35% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  40% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes flowerRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  5%, 25%, 15%, 35% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  40% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

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

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

@-webkit-keyframes leftEffect {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg); }
  60% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  70% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes leftEffect {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg); }
  60% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  70% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes rightEffect {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  60% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  70% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes rightEffect {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  60% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  70% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

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

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

@-webkit-keyframes cancelEffect {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50%, 100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); } }

@keyframes cancelEffect {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50%, 100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); } }

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

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

@-webkit-keyframes mLoadLeft {
  0% {
    -webkit-transform: translateX(500%);
    transform: translateX(500%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes mLoadLeft {
  0% {
    -webkit-transform: translateX(500%);
    transform: translateX(500%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes mLoadRight {
  0% {
    -webkit-transform: translateX(-500%);
    transform: translateX(-500%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes mLoadRight {
  0% {
    -webkit-transform: translateX(-500%);
    transform: translateX(-500%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cursor {
  0% {
    cursor: url(../img/cursors/cursors06.png), auto; }
  10% {
    cursor: url(../img/cursors/cursors07.png), auto; }
  20% {
    cursor: url(../img/cursors/cursors08.png), auto; }
  30% {
    cursor: url(../img/cursors/cursors09.png), auto; }
  40% {
    cursor: url(../img/cursors/cursors10.png), auto; }
  50% {
    cursor: url(../img/cursors/cursors11.png), auto; } }

@keyframes cursor {
  0% {
    cursor: url(../img/cursors/cursors06.png), auto; }
  10% {
    cursor: url(../img/cursors/cursors07.png), auto; }
  20% {
    cursor: url(../img/cursors/cursors08.png), auto; }
  30% {
    cursor: url(../img/cursors/cursors09.png), auto; }
  40% {
    cursor: url(../img/cursors/cursors10.png), auto; }
  50% {
    cursor: url(../img/cursors/cursors11.png), auto; } }

@-webkit-keyframes cursorHover {
  0% {
    cursor: url(../img/cursors/hover01.png), pointer; }
  50% {
    cursor: url(../img/cursors/hover02.png), pointer; }
  100% {
    cursor: url(../img/cursors/hover03.png), pointer; } }

@keyframes cursorHover {
  0% {
    cursor: url(../img/cursors/hover01.png), pointer; }
  50% {
    cursor: url(../img/cursors/hover02.png), pointer; }
  100% {
    cursor: url(../img/cursors/hover03.png), pointer; } }

.roLogo {
  position: absolute;
  top: 1vw;
  left: 1.5vw;
  z-index: 99; }
  .roLogo a {
    max-width: 192px;
    width: 9vw; }
  @media screen and (max-width: 820px) {
    .roLogo a {
      width: 14vw; } }
  @media screen and (max-width: 768px) {
    .roLogo a {
      width: 17vw; } }
  @media screen and (max-width: 680px) {
    .roLogo a {
      width: 20vw; } }

.masterVision {
  width: 100%;
  position: relative;
  background-image: url("../img/bg_re02.png");
  background-size: 4%;
  background-position: 0 0;
  background-repeat: repeat; }

.icon_menu {
  position: absolute;
  max-width: 144px;
  width: 5vw;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 99; }
  @media screen and (max-width: 820px) {
    .icon_menu {
      width: 10vw; } }
  @media screen and (max-width: 680px) {
    .icon_menu {
      width: 14vw; } }

.btn_wrap {
  width: 15vw;
  position: absolute;
  right: 5px;
  top: 6vw;
  z-index: 99;
  background-color: #ffffff;
  border: 2px solid #ff7578;
  text-align: center;
  border-radius: 10px;
  -webkit-transform: translateX(500%);
  -ms-transform: translateX(500%);
  transform: translateX(500%);
  -webkit-transition: .5s linear;
  -o-transition: .5s linear;
  transition: .5s linear;
  opacity: 0; }
  .btn_wrap.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  .btn_wrap .social {
    width: 90%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px dashed #ff7578;
    border-bottom: 1px dashed #ff7578; }
    .btn_wrap .social .btn {
      width: 35px; }
      .btn_wrap .social .btn:nth-child(2) {
        margin: 0 0 0 6%; }
  .btn_wrap .btn {
    padding: 2% 0;
    margin: 5% 0;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear; }
    .btn_wrap .btn a {
      color: #5f4131; }
    .btn_wrap .btn:hover {
      opacity: .8; }
  @media screen and (max-width: 820px) {
    .btn_wrap {
      width: 24vw;
      top: 10vw; } }
  @media screen and (max-width: 680px) {
    .btn_wrap {
      width: 40vw;
      top: 14vw; } }
  @media screen and (max-width: 280px) {
    .btn_wrap {
      width: 72vw; } }

.scroll_wrap {
  position: fixed;
  top: 45%;
  right: 15px;
  z-index: 99; }
  .scroll_wrap .scrollTop {
    max-width: 109px;
    width: 4vw;
    margin: 0 auto;
    cursor: pointer;
    padding: 15%;
    background-color: #fff;
    border-radius: 50px;
    border: 2px solid #fa6062;
    -webkit-box-shadow: -2px 2px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: -2px 2px 0 0 rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 1280px) {
    .scroll_wrap .scrollTop {
      width: 6vw; } }
  @media screen and (max-width: 820px) {
    .scroll_wrap .scrollTop {
      width: 10vw; } }
  @media screen and (max-width: 540px) {
    .scroll_wrap .scrollTop {
      width: 14vw; } }

.slogan_wrap {
  height: 39vw;
  padding: 3% 0 0;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 820px) {
    .slogan_wrap {
      height: 55vw; } }
  @media screen and (max-width: 768px) {
    .slogan_wrap {
      padding: 5vw 0 0; } }
  @media screen and (max-width: 680px) {
    .slogan_wrap {
      padding: 10vw 0 0;
      height: 65vw; } }

.slogan {
  max-width: 620px;
  width: 32vw;
  position: relative;
  margin: 0 0 0 43vw; }
  .slogan_sub {
    width: 75%;
    margin: 2% auto; }
  @media screen and (max-width: 1280px) {
    .slogan {
      width: 35%; } }
  @media screen and (max-width: 820px) {
    .slogan {
      width: 45.5vw; } }
  @media screen and (max-width: 768px) {
    .slogan {
      margin: 0 0 0 46vw; } }
  @media screen and (max-width: 680px) {
    .slogan {
      width: 50.5vw;
      margin: 0 0 0 46vw; } }

.arrow {
  margin: 3% 0 0 0; }
  .arrow span {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f66a4b transparent transparent transparent;
    border-radius: 18px 18px 0px 58px;
    margin: 0 auto; }
    .arrow span:nth-child(1) {
      opacity: .7; }
    .arrow span:nth-child(2) {
      margin: 0.8% auto 0; }

.adorn > div {
  position: absolute; }

.adorn .polly {
  width: 12%;
  top: 0;
  left: -30px; }

.adorn .crazyRabbit_right {
  width: 18%;
  top: 32%;
  right: 14%; }

.adorn .crazyRabbit_left {
  width: 15%;
  top: 20%;
  left: -13%;
  right: initial;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

@media screen and (max-width: 680px) {
  .adorn .polly {
    left: -3vw; } }

.vi_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .vi_wrap .vi_left {
    max-width: 902px;
    width: 42vw;
    position: absolute;
    left: 0;
    bottom: -4vw;
    z-index: 2; }
    .vi_wrap .vi_left_front {
      width: 100%;
      position: relative;
      z-index: 3; }
    .vi_wrap .vi_left_behind {
      position: absolute;
      width: 95%;
      top: 9%;
      left: 9%;
      animation: pollyEffect 1s ease-in alternate-reverse infinite;
      -webkit-transform-origin: 0 bottom;
      -ms-transform-origin: 0 bottom;
      transform-origin: 0 bottom; }
  .vi_wrap .vi_right {
    max-width: 482px;
    width: 22vw;
    position: absolute;
    right: 6vw;
    bottom: -2vw;
    z-index: 1; }
  @media screen and (max-width: 1280px) {
    .vi_wrap .vi_right {
      right: 2vw; } }
  @media screen and (max-width: 820px) {
    .vi_wrap .vi_left {
      width: 56vw;
      left: -9vw;
      bottom: -2vw; }
    .vi_wrap .vi_right {
      display: none; } }
  @media screen and (max-width: 768px) {
    .vi_wrap .vi_left {
      bottom: -7vw; } }
  @media screen and (max-width: 680px) {
    .vi_wrap .vi_left {
      width: 65vw;
      left: -17vw; } }

.acc_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; }
  .acc_wrap .flower {
    position: absolute; }
    .acc_wrap .flower_pink {
      width: 20%;
      top: -4vw;
      right: -2vw; }
    .acc_wrap .flower_org {
      max-width: 70px;
      width: 12%;
      bottom: 0vw;
      left: -0.4vw; }
    .acc_wrap .flower_pinkS {
      width: 15%;
      top: 1vw;
      left: -9vw; }
    .acc_wrap .flower_gamePink {
      background-image: url("../img/accFlower03.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 6%;
      padding: 0 0 6.5% 0;
      top: 5vw;
      right: 13vw; }
    .acc_wrap .flower_gamePinkS {
      background-image: url("../img/accFlower01.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 5%;
      padding: 0 0 6% 0;
      top: 6vw;
      left: 8vw; }
  .acc_wrap .monster {
    position: absolute;
    z-index: 1; }
    .acc_wrap .monster_chicken {
      max-width: 142px;
      width: 6vw;
      top: 4vw;
      right: 14vw; }
    .acc_wrap .monster_giftbox {
      max-width: 130px;
      width: 8vw;
      right: 20vw;
      bottom: 7vw; }
    .acc_wrap .monster_skeggiold {
      max-width: 122px;
      width: 6vw;
      top: 3vw;
      left: 25vw; }
    .acc_wrap .monster_rabbitCard {
      width: 17%;
      padding: 0 0 20% 0;
      background-image: url("../img/vi14.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      right: 10px;
      top: -12.6vw; }
    .acc_wrap .monster_mouse {
      max-width: 284px;
      width: 15%;
      padding: 0 0 25% 0;
      background-image: url("../img/vi12.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      left: 0;
      top: 0; }
    .acc_wrap .monster_rabbit {
      width: 8%;
      left: 3vw;
      top: 5vw; }
    .acc_wrap .monster_polly {
      width: 14%;
      left: 1vw;
      top: 0; }
    .acc_wrap .monster_bird {
      width: 13vw;
      padding: 0 0 20% 0;
      background-image: url("../img/vi16.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      left: -1.3vw;
      top: 11vw; }
  .acc_wrap .circle {
    position: absolute; }
    .acc_wrap .circle_org {
      background-image: url("../img/cr02.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      max-width: 605px;
      width: 33%;
      padding: 0 0 36% 0;
      top: -12vw;
      right: -12vw; }
    .acc_wrap .circle_yellow {
      background-image: url("../img/cr01.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      max-width: 566px;
      width: 30%;
      padding: 0 0 30% 0;
      top: -22vw;
      left: 10vw; }
    .acc_wrap .circle_gameOrg {
      background-image: url("../img/cr03.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      max-width: 243px;
      width: 12%;
      padding: 0 0 30% 0;
      top: 0;
      right: 0; }
    .acc_wrap .circle_gameYellow {
      background-image: url("../img/cr04.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      max-width: 228px;
      width: 10%;
      padding: 0 0 25% 0;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .acc_wrap .star {
    position: absolute;
    background-image: url("../img/accStar.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 95px;
    width: 12vw;
    height: 95px;
    -webkit-animation: fireworkEffect 2s linear infinite;
    animation: fireworkEffect 2s linear infinite;
    opacity: 0; }
    .acc_wrap .star_01 {
      top: 11vw;
      left: 2vw;
      -webkit-animation-delay: .5s;
      animation-delay: .5s; }
    .acc_wrap .star_02 {
      top: 22vw;
      right: 0;
      -webkit-animation-delay: .8s;
      animation-delay: .8s; }
    .acc_wrap .star_03 {
      top: 5vw;
      left: 38vw;
      -webkit-animation-delay: .5s;
      animation-delay: .5s; }
    .acc_wrap .star_04 {
      left: 63%;
      top: -1.5vw;
      -webkit-animation-delay: .8s;
      animation-delay: .8s; }
  .acc_wrap .card {
    position: absolute; }
    .acc_wrap .card_stamp {
      background-image: url("../img/icon_stamp.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 15%;
      padding: 0 0 12% 0;
      top: 1vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-filter: drop-shadow(-1px 3px 0px rgba(0, 0, 0, 0.1));
      filter: drop-shadow(-1px 3px 0px rgba(0, 0, 0, 0.1)); }
    .acc_wrap .card_signIn {
      width: 32%;
      padding: 0 0 60% 0;
      background-image: url("../img/accLetter05.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      right: -10vw;
      top: 10vw;
      z-index: 1;
      -webkit-transform: translateX(2000%);
      -ms-transform: translateX(2000%);
      transform: translateX(2000%);
      -webkit-transition: 1s all linear;
      -o-transition: 1s all linear;
      transition: 1s all linear; }
      .acc_wrap .card_signIn.active {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
  .acc_wrap .people {
    position: absolute; }
    .acc_wrap .people_01 {
      width: 30%;
      right: -5%;
      top: 53%;
      z-index: 3; }
  @media screen and (max-width: 1280px) {
    .acc_wrap .monster_giftbox {
      width: 7vw;
      right: 17vw; }
    .acc_wrap .monster_chicken {
      width: 7vw; } }
  @media screen and (max-width: 1024px) {
    .acc_wrap .monster_bird {
      display: none; }
    .acc_wrap .monster_mouse {
      display: none; }
    .acc_wrap .monster_rabbitCard {
      display: none; } }
  @media screen and (max-width: 820px) {
    .acc_wrap .monster_chicken {
      display: none; }
    .acc_wrap .monster_giftbox {
      width: 12vw;
      right: 3vw; }
    .acc_wrap .monster_skeggiold {
      width: 10vw;
      top: 5vw; } }
  @media screen and (max-width: 768px) {
    .acc_wrap .monster_skeggiold {
      top: 9vw; }
    .acc_wrap .flower_org {
      left: 5.6vw;
      bottom: -4vw; } }
  @media screen and (max-width: 680px) {
    .acc_wrap .monster_skeggiold {
      top: 13vw; } }
  @media screen and (max-width: 540px) {
    .acc_wrap .card_stamp {
      width: 22vw;
      padding: 0 0 20vw 0; } }

.bg_wave {
  position: absolute;
  bottom: 0; }
  .bg_wave_org {
    width: 100%;
    height: 15vw;
    z-index: 1; }
  .bg_wave_white {
    width: 100%;
    height: 11vw;
    right: 0;
    bottom: 0; }

.bgOrgArea {
  padding: 10% 0;
  background-image: url("../img/bg_re01.jpg");
  background-size: 10%;
  background-position: 0 0;
  background-repeat: repeat; }

.eventContainer {
  position: relative;
  width: 100%;
  z-index: 1; }

.information_wrap {
  padding: 2% 0; }
  @media screen and (max-width: 1024px) {
    .information_wrap {
      padding: 3vw 0; } }
  @media screen and (max-width: 860px) {
    .information_wrap {
      padding: 6vw 0; } }

.event_title {
  width: 20%;
  margin: 0 auto;
  padding: 2% 0;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    .event_title {
      width: 25vw; } }
  @media screen and (max-width: 680px) {
    .event_title {
      width: 35vw; } }
  @media screen and (max-width: 480px) {
    .event_title {
      width: 42vw; } }

.msgbox_wrap {
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ffdbac;
  -webkit-box-shadow: -2px 2px 0 rgba(118, 74, 45, 0.2);
  box-shadow: -2px 2px 0 rgba(118, 74, 45, 0.2);
  padding: 1%;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  .msgbox_wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/msgBackground.png");
    background-size: 100%;
    background-position: center 150px;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    z-index: -1; }
  @media screen and (max-width: 680px) {
    .msgbox_wrap {
      width: 90%;
      border-radius: 10px; } }

.msgbox_circle {
  padding: 0% 1% 2%; }
  .msgbox_circle span {
    background-color: #fdac7a;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block; }
    .msgbox_circle span:nth-child(2) {
      background-color: #fed5bc; }
    .msgbox_circle span:nth-child(3) {
      background-color: #fee6d7; }

.msgbox_head {
  margin: 0 0 2% 0;
  border-bottom: 1px solid #f5f5f8;
  padding: 0 0 2% 0; }

.msgbox_title {
  width: 20%;
  margin: 0 6.5%; }
  @media screen and (max-width: 1024px) {
    .msgbox_title {
      width: 18vw; } }
  @media screen and (max-width: 680px) {
    .msgbox_title {
      width: 25vw; } }
  @media screen and (max-width: 480px) {
    .msgbox_title {
      width: 32vw; } }

.msgbox_body {
  padding: 1% 6%;
  height: 420px;
  overflow-y: scroll; }
  .msgbox_body::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: #fef6e6;
    border-radius: 20px; }
  .msgbox_body::-webkit-scrollbar-thumb {
    background-color: #ffd28e;
    border-radius: 20px; }
  .msgbox_body .msgbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%; }
    .msgbox_body .msgbox_left .msgbox_content {
      margin: 0 0 0 3%; }
    .msgbox_body .msgbox_left .msgboxArrow {
      left: -10px;
      border-width: 15px 20px 15px 0;
      border-color: transparent #fef6e6 transparent transparent; }
    .msgbox_body .msgbox_right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end;
      margin: 2% 0; }
      .msgbox_body .msgbox_right .msgbox_content {
        margin: 0 3% 0 0; }
      .msgbox_body .msgbox_right .msgboxArrow {
        right: -10px;
        border-width: 15px 0 15px 20px;
        border-color: transparent transparent transparent #fef6e6; }
  .msgbox_body .msgbox_peo {
    width: 100px; }
  .msgbox_body .msgbox_content {
    width: 70%;
    line-height: 22.4px;
    padding: 2% 4%;
    background-color: #fef6e6;
    border-radius: 10px;
    position: relative; }
    .msgbox_body .msgbox_content .msgboxArrow {
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      z-index: -1;
      top: 8px; }
  .msgbox_body .content {
    margin: 2% 0 3%;
    text-align: center;
    line-height: 25.6px; }
    .msgbox_body .content p {
      font-size: 1.0890rem; }
  @media screen and (max-width: 1024px) {
    .msgbox_body .msgbox_peo {
      width: 6vw; } }
  @media screen and (max-width: 820px) {
    .msgbox_body .msgbox_peo {
      width: 9vw; } }
  @media screen and (max-width: 680px) {
    .msgbox_body .msgbox_content {
      width: 85%; }
    .msgbox_body .msgbox_peo {
      width: 15vw; } }
  @media screen and (max-width: 540px) {
    .msgbox_body .content p {
      font-size: 1rem; } }
  @media screen and (max-width: 480px) {
    .msgbox_body .msgbox_content {
      width: 100%; } }

.msgbox_footer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 1% 2%;
  margin: 2% 0 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f8;
  border-radius: 10px;
  font-size: 13px;
  letter-spacing: 0.8px;
  color: #999999;
  border: 1px solid #c7c7c7; }
  .msgbox_footer .mster_icon {
    width: 36px; }

.share_fb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 2% 0;
  padding: 0 0 2% 0;
  border-bottom: 1px dashed #ffdbac;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .share_fb .follow {
    width: 10vw;
    height: 20px;
    margin: 0 0 0 1%; }
    .share_fb .follow iframe {
      width: 50px;
      height: 100%; }

.letter_front {
  max-width: 973px;
  width: 47vw;
  position: absolute;
  z-index: 2;
  right: -18vw;
  top: 6vw; }
  @media screen and (max-width: 1280px) {
    .letter_front {
      right: -23vw; } }
  @media screen and (max-width: 820px) {
    .letter_front {
      width: 67vw;
      right: -43vw; } }

.letter_behind {
  max-width: 705px;
  width: 37vw;
  position: absolute;
  right: 2vw;
  top: -1vw; }
  @media screen and (max-width: 820px) {
    .letter_behind {
      width: 46vw;
      right: -12vw; } }

.letter_note01 {
  max-width: 588px;
  width: 30vw;
  position: absolute;
  left: 1vw;
  top: 5vw; }
  @media screen and (max-width: 1280px) {
    .letter_note01 {
      width: 38vw;
      left: -7vw; } }
  @media screen and (max-width: 820px) {
    .letter_note01 {
      width: 47vw; } }

.letter_note02 {
  max-width: 508px;
  width: 28vw;
  position: absolute;
  left: 3vw;
  top: 16vw;
  z-index: 1; }
  .letter_note02::after {
    content: '';
    position: absolute;
    max-width: 184px;
    width: 30%;
    padding: 0 0 24% 0;
    background-image: url("../img/accLetter.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 7vw;
    left: 6vw; }
  @media screen and (max-width: 1280px) {
    .letter_note02 {
      width: 33vw;
      left: -4vw;
      top: 22vw; } }
  @media screen and (max-width: 820px) {
    .letter_note02 {
      width: 45vw;
      left: -15vw; }
      .letter_note02::after {
        left: 13vw; } }

.bg_rabbit {
  margin: -4vw 0 0 0; }
  @media screen and (max-width: 540px) {
    .bg_rabbit_margin {
      margin: -12vw 0 0 0; } }
  @media screen and (max-width: 480px) {
    .bg_rabbit_margin {
      margin: -17vw 0 0 0; } }

.gameStart_text {
  width: 50%;
  position: absolute;
  right: 5vw;
  top: -5vw; }

.gameArea {
  position: relative;
  bottom: -1px; }

.game_vi {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  z-index: 2;
  overflow: hidden;
  pointer-events: none; }
  .game_vi .game_leftPeo {
    width: 23%;
    position: relative;
    left: 3vw;
    top: 5vw; }
  .game_vi .game_rightPeo {
    width: 28%;
    position: relative;
    top: 5.8vw;
    right: 3vw;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  .game_vi:after {
    content: '';
    position: absolute;
    max-width: 123px;
    width: 9vw;
    padding: 0 0 16% 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../img/vi10.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
  @media screen and (max-width: 820px) {
    .game_vi .game_leftPeo {
      width: 25vw;
      left: 4vw; }
    .game_vi .game_rightPeo {
      width: 30vw;
      right: 4vw; }
    .game_vi:after {
      padding: 0 0 15vw 0; } }
  @media screen and (max-width: 680px) {
    .game_vi {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin: 0 0 0 6%; }
      .game_vi .game_rightPeo {
        top: 6vw; }
      .game_vi::after {
        left: 72%; } }
  @media screen and (max-width: 540px) {
    .game_vi {
      margin: 0; }
      .game_vi .game_rightPeo {
        display: none; }
      .game_vi .game_leftPeo {
        width: 30vw; } }
  @media screen and (max-width: 540px) {
    .game_vi::after {
      left: 2vw;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      width: 10vw;
      padding: 0 0 17vw 0; } }

.gameStart_wrap::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 15vw;
  background-color: #fff;
  bottom: -10vw;
  border-radius: 50%; }

.game_btn {
  position: absolute;
  width: 81%;
  height: 70%;
  top: 50%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }
  .game_btn.active .btn {
    -webkit-transform: scale(1.1) rotate(0);
    -ms-transform: scale(1.1) rotate(0);
    transform: scale(1.1) rotate(0); }
  .game_btn.active .btn_turnGame {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    animation: leftEffect 2s 2s alternate-reverse infinite linear; }
  .game_btn.active .btn_maryGame {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    animation: rightEffect 2s 2s alternate-reverse infinite; }
  .game_btn.active .btn_miracleGame {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    animation: leftEffect 2s 2s alternate-reverse infinite; }
  .game_btn.active .btn_limitedGame {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    animation: rightEffect 2s 2s alternate-reverse infinite; }
  .game_btn_left {
    position: absolute;
    top: 0;
    left: 0; }
  .game_btn_right {
    position: absolute;
    top: 0;
    right: 0; }
  .game_btn .btn {
    max-width: 300px;
    width: 20vw;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear; }
    .game_btn .btn_limitedGame {
      margin: 2vw 0 0 0; }
    .game_btn .btn_miracleGame {
      margin: 2vw 0 0 0; }
  @media screen and (max-width: 820px) {
    .game_btn {
      width: 90%; }
      .game_btn .btn {
        width: 26vw; } }
  @media screen and (max-width: 680px) {
    .game_btn_right {
      right: 36vw; } }
  @media screen and (max-width: 540px) {
    .game_btn {
      width: 90%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .game_btn_left {
        position: initial; }
      .game_btn_right {
        position: initial;
        margin: 0 0 0 3vw; }
      .game_btn .btn {
        width: 32vw; } }

.sign_wrap {
  position: relative;
  z-index: 2; }
  .sign_wrap h3 {
    text-align: center;
    padding: 4% 0 2%;
    color: #fa6062;
    font-size: 1.6rem;
    font-weight: 500; }
  .sign_wrap .arrow {
    margin: 0;
    padding: 0 0 2% 0;
    border-color: #fa6062 transparent transparent transparent; }
    .sign_wrap .arrow span {
      opacity: 1; }
  .sign_wrap .login {
    max-width: 940px;
    width: 30vw;
    margin: 0 auto;
    cursor: pointer; }
    .sign_wrap .login:hover {
      animation: rightEffect 1s alternate-reverse linear infinite; }
  .sign_wrap .sign_in {
    max-width: 768px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 3% 2% 2%;
    background-image: url("../img/bg_re05.jpg");
    background-size: 36%;
    background-position: 0 0;
    background-repeat: repeat;
    -webkit-box-shadow: -3px 3px 0 0 rgba(118, 74, 45, 0.1);
    box-shadow: -3px 3px 0 0 rgba(118, 74, 45, 0.1);
    border: 1px solid #e2be7e;
    position: relative;
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .sign_wrap .sign_in.active {
      -webkit-animation: loginEffect .5s linear;
      animation: loginEffect .5s linear; }
    .sign_wrap .sign_in .acc_wrap {
      z-index: 0; }
  .sign_wrap .signIn_wrap {
    padding: 2%;
    background-color: #fff7e7; }
  .sign_wrap .sign_head {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11% 0 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .sign_wrap .signUser {
    width: 100%; }
  .sign_wrap .userName {
    margin: 0 1%; }
  .sign_wrap .signOut {
    cursor: pointer;
    padding: 0 3% 0 0;
    margin: 2% 0 0 0; }
    .sign_wrap .signOut:hover .red_icon {
      animation: jumpjump .2s infinite alternate-reverse; }
  .sign_wrap .sign_time {
    line-height: 25px; }
    .sign_wrap .sign_time .sign_nowTime {
      width: 45%;
      margin: 0 auto 1.5%; }
    .sign_wrap .sign_time span {
      padding: 0 0 0 1%; }
  .sign_wrap .form_head {
    margin: 1.5% 0;
    line-height: 22px; }
  @media screen and (max-width: 1366px) {
    .sign_wrap .login {
      width: 38vw; } }
  @media screen and (max-width: 820px) {
    .sign_wrap .login {
      width: 60vw; } }
  @media screen and (max-width: 540px) {
    .sign_wrap .login {
      width: 90vw; }
    .sign_wrap h3 {
      font-size: 1.2rem; }
    .sign_wrap .sign_head {
      padding: 17vw 0 3vw;
      line-height: 22px; }
    .sign_wrap .sign_time .sign_nowTime {
      width: 100%; } }

.select_wrap {
  max-width: 500px;
  margin: 0 auto;
  position: relative; }
  .select_wrap::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #fa6062 transparent transparent transparent;
    border-radius: 18px 18px 0px 58px;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .select_wrap .select_body {
    display: block;
    width: 100%;
    padding: 2.4%;
    text-align: center;
    font-size: 1rem;
    border: 1px solid #e2be7e;
    background-color: #fff1c7;
    border-radius: 50px;
    color: #5f4131;
    letter-spacing: 0.8px;
    outline: none; }

.sign_get .get_wrap {
  width: 100%;
  max-width: 500px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.sign_get .get_info {
  width: 100%;
  line-height: 22px; }
  .sign_get .get_info:nth-child(2) {
    margin: 0 0 0 2%; }

.sign_get .get_area {
  margin: 1% 0;
  padding: 5%;
  background-color: #fff1c7;
  border: 1px solid #e2be7e;
  border-radius: 50px; }

.sign_check {
  margin: 2% 0; }
  .sign_check .check_wrap {
    max-width: 500px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .sign_check .check_btn {
    width: 100%;
    margin: 1% 0;
    padding: 5%;
    background-color: #e2be7e;
    border: 1px solid #fff1c7;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    .sign_check .check_btn:hover {
      background-color: #fff1c7;
      border: 1px solid #e2be7e; }
    .sign_check .check_btn:nth-child(2) {
      margin: 0 0 0 2%; }

.game_note_wrap {
  position: relative;
  padding: 2% 0 0;
  text-align: center;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .game_note_wrap {
      width: 90%;
      margin: 0 auto; } }

.game_point {
  line-height: 22px; }

.notice_tips {
  text-align: center; }

.notice_wrap {
  max-width: 820px;
  width: 90%;
  margin: 2% auto 0;
  padding: 0 0 2% 0;
  line-height: 22px; }

.qa_link {
  display: inline-block; }
  .qa_link:hover a {
    opacity: .8; }
  .qa_link a {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    color: #fa6062; }

@media screen and (max-width: 680px) {
  .notice_content {
    padding: 7vw 0; } }

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

.l-pointBubble {
  background-color: #fdd8cc;
  padding: 1% 5%;
  display: inline-block; }

.l-radiusTop {
  border-radius: 10px 10px 0 0;
  margin: 1% 0 0; }

.l-radiusBottom {
  border-radius: 0 0 10px 10px; }

.l-bgOrgRepeat {
  background-image: url("../img/bg_re01.jpg");
  background-size: 10%;
  background-position: 0 0;
  background-repeat: repeat; }

.l-bgYellowRepeat {
  background-image: url("../img/bg_re03.jpg");
  background-size: 36%;
  background-position: 0 0;
  background-repeat: repeat; }

.l-bgLightYellowRepeat {
  background-image: url("../img/bg_re07.jpg");
  background-size: 36%;
  background-position: 0 0;
  background-repeat: repeat; }

.l-bgDeepYellowRepeat {
  background-image: url("../img/bg_re04.png");
  background-size: 36%;
  background-position: 0 0;
  background-repeat: repeat; }

.l-bgPinkRepeat {
  background-image: url("../img/bg_re06.jpg");
  background-size: 36%;
  background-position: 0 0;
  background-repeat: repeat; }

.l-noteBgStyle {
  background-color: #fff1c7;
  padding: 1%;
  border-radius: 50px; }

.l-noteYellow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff1c7;
  border-radius: 50px;
  padding: 0 2%; }
  .l-noteYellow .note_icon {
    width: 38px;
    margin: 0 5% 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.l-noteRed {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fa6062;
  border-radius: 50px;
  padding: 0 2% 0 0; }
  .l-noteRed .red_icon {
    width: 38px;
    margin: 0 5% 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .l-noteRed p {
    color: #fff; }

.l-ex {
  display: inline-block;
  background-color: #fa6062;
  padding: 0 2%;
  margin: 0 1% 0 0;
  border-radius: 50px;
  color: #fff; }

.next__wrap {
  text-align: center;
  padding: 1% 0 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 #fa6062;
      margin: 0 2px;
      cursor: pointer;
      color: #fa6062;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }
      .next__wrap .next__wrap__list li:hover {
        color: #fff;
        background-color: #fa6062; }

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