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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

body {
  color: #613b21;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.l-wrapper {
  max-width: 1366px;
  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-padding-b10 {
  padding-bottom: 10px; }

.l-padding-t2 {
  padding-top: 2%; }

.l-padding-tb8 {
  padding: 8%; }

.l-margin-t5 {
  margin-top: 5%; }

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

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

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

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

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

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

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

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

.l-noticeBgColor {
  background-color: #ffe094; }

.l-pointBgColor {
  background-color: #fccc3e; }

.l-fontColorBrown {
  color: #613b21; }

@-webkit-keyframes aniLeft {
  0% {
    left: -100%; }
  50%, 100% {
    left: 100%; } }

@keyframes aniLeft {
  0% {
    left: -100%; }
  50%, 100% {
    left: 100%; } }

@-webkit-keyframes aniRight {
  0% {
    right: -100%; }
  50%, 100% {
    right: 100%; } }

@keyframes aniRight {
  0% {
    right: -100%; }
  50%, 100% {
    right: 100%; } }

@-webkit-keyframes aniBottom {
  0% {
    bottom: -100%; }
  50%, 100% {
    bottom: 100%; } }

@keyframes aniBottom {
  0% {
    bottom: -100%; }
  50%, 100% {
    bottom: 100%; } }

@-webkit-keyframes aniTop {
  0% {
    top: -100%; }
  50%, 100% {
    top: 100%; } }

@keyframes aniTop {
  0% {
    top: -100%; }
  50%, 100% {
    top: 100%; } }

@-webkit-keyframes overTurnEffect {
  0% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes overTurnEffect {
  0% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@-webkit-keyframes ragnarokLeftEffect {
  0% {
    -webkit-transform: translate(-150%, -200%);
    transform: translate(-150%, -200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ragnarokLeftEffect {
  0% {
    -webkit-transform: translate(-150%, -200%);
    transform: translate(-150%, -200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ragnarokRightEffect {
  0% {
    -webkit-transform: translate(150%, 200%);
    transform: translate(150%, 200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ragnarokRightEffect {
  0% {
    -webkit-transform: translate(150%, 200%);
    transform: translate(150%, 200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

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

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

@-webkit-keyframes peoRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    -ms-transform: translateX(25%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0); } }

@keyframes peoRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    -ms-transform: translateX(25%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0); } }

@-webkit-keyframes peoLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    -ms-transform: translateX(-25%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0%); } }

@keyframes peoLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    -ms-transform: translateX(-25%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0%); } }

@-webkit-keyframes flyEffect {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); } }

@keyframes flyEffect {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); } }

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

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

@-webkit-keyframes boomEffect {
  0%, 30% {
    -webkit-transform: translate(0, 0) scale(0.8);
    transform: translate(0, 0) scale(0.8); }
  20%, 40% {
    -webkit-transform: translate(0, 0) scale(0.9);
    transform: translate(0, 0) scale(0.9); } }

@keyframes boomEffect {
  0%, 30% {
    -webkit-transform: translate(0, 0) scale(0.8);
    transform: translate(0, 0) scale(0.8); }
  20%, 40% {
    -webkit-transform: translate(0, 0) scale(0.9);
    transform: translate(0, 0) scale(0.9); } }

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

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

@-webkit-keyframes opacityEffect {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }

@keyframes opacityEffect {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }

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

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

@-webkit-keyframes aniLeftEffect {
  0% {
    -webkit-transform: translateX(-2000%);
    transform: translateX(-2000%); }
  90% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  95% {
    -webkit-transform: translateX(4%);
    transform: translateX(4%); }
  99% {
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes aniLeftEffect {
  0% {
    -webkit-transform: translateX(-2000%);
    transform: translateX(-2000%); }
  90% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  95% {
    -webkit-transform: translateX(4%);
    transform: translateX(4%); }
  99% {
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes aniRightEffect {
  0% {
    -webkit-transform: translateX(2000%);
    transform: translateX(2000%); }
  90% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  95% {
    -webkit-transform: translateX(4%);
    transform: translateX(4%); }
  99% {
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes aniRightEffect {
  0% {
    -webkit-transform: translateX(2000%);
    transform: translateX(2000%); }
  90% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  95% {
    -webkit-transform: translateX(4%);
    transform: translateX(4%); }
  99% {
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes bounceLeft {
  0% {
    -webkit-transform: rotate(-6deg) translateX(-10px);
    transform: rotate(-6deg) translateX(-10px); }
  50% {
    -webkit-transform: rotate(6deg) translateX(10px);
    transform: rotate(6deg) translateX(10px); }
  100% {
    -webkit-transform: rotate(0deg) translateX(0px);
    transform: rotate(0deg) translateX(0px); } }

@keyframes bounceLeft {
  0% {
    -webkit-transform: rotate(-6deg) translateX(-10px);
    transform: rotate(-6deg) translateX(-10px); }
  50% {
    -webkit-transform: rotate(6deg) translateX(10px);
    transform: rotate(6deg) translateX(10px); }
  100% {
    -webkit-transform: rotate(0deg) translateX(0px);
    transform: rotate(0deg) translateX(0px); } }

@media screen and (max-width: 540px) {
  .paper_header {
    width: 180%; } }

input {
  font-size: 15px;
  color: #613b21; }

.wrapper {
  overflow: hidden; }

.bg_while {
  width: 100%;
  height: 30vw;
  position: absolute;
  background-image: url("../img/bg_while.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  top: -10vw;
  z-index: -1; }

.calltoaction_wrap {
  width: 38%;
  position: absolute;
  top: 36vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 9; }
  .calltoaction_wrap .callbtn {
    position: relative;
    width: 50%;
    margin: 2% auto;
    text-align: center;
    border: 1px solid #fff; }
    .calltoaction_wrap .callbtn--army {
      width: 30%; }
    .calltoaction_wrap .callbtn--recording {
      width: 30%; }
    .calltoaction_wrap .callbtn--file {
      width: 30%; }
    .calltoaction_wrap .callbtn:hover .light {
      width: 200%;
      -webkit-transition: all .1s linear;
      -o-transition: all .1s linear;
      transition: all .1s linear;
      opacity: .2; }
      .calltoaction_wrap .callbtn:hover .light--01 {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s; }
      .calltoaction_wrap .callbtn:hover .light--02 {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s; }
      .calltoaction_wrap .callbtn:hover .light--03 {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s; }
    .calltoaction_wrap .callbtn::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 110%;
      left: -8px;
      top: 0;
      z-index: -1;
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg); }
    .calltoaction_wrap .callbtn a {
      font-size: 19px;
      padding: 3%;
      color: #fff;
      position: relative;
      z-index: 1; }
    .calltoaction_wrap .callbtn--apply {
      background: #e0413d;
      background: -webkit-gradient(linear, left top, right top, from(rgba(224, 65, 61, 0.52)), color-stop(50%, rgba(255, 220, 105, 0.429031)), to(rgba(224, 65, 61, 0.52)));
      background: -webkit-linear-gradient(left, rgba(224, 65, 61, 0.52) 0%, rgba(255, 220, 105, 0.429031) 50%, rgba(224, 65, 61, 0.52) 100%);
      background: -o-linear-gradient(left, rgba(224, 65, 61, 0.52) 0%, rgba(255, 220, 105, 0.429031) 50%, rgba(224, 65, 61, 0.52) 100%);
      background: linear-gradient(90deg, rgba(224, 65, 61, 0.52) 0%, rgba(255, 220, 105, 0.429031) 50%, rgba(224, 65, 61, 0.52) 100%);
      line-height: 18px; }
      .calltoaction_wrap .callbtn--apply::after {
        background-color: #e64e39; }
      .calltoaction_wrap .callbtn--apply .ani_line span {
        background: #e67839;
        background: -webkit-gradient(linear, left top, right top, from(#e67839), to(rgba(230, 57, 78, 0.866006)));
        background: -webkit-linear-gradient(left, #e67839 0%, rgba(230, 57, 78, 0.866006) 100%);
        background: -o-linear-gradient(left, #e67839 0%, rgba(230, 57, 78, 0.866006) 100%);
        background: linear-gradient(90deg, #e67839 0%, rgba(230, 57, 78, 0.866006) 100%); }
    .calltoaction_wrap .callbtn--army {
      display: inline-block;
      vertical-align: middle;
      background: #5a57bf;
      background: -webkit-gradient(linear, left top, right top, from(#5a57bf), color-stop(50%, rgba(150, 104, 220, 0.403821)), to(#5a57bf));
      background: -webkit-linear-gradient(left, #5a57bf 0%, rgba(150, 104, 220, 0.403821) 50%, #5a57bf 100%);
      background: -o-linear-gradient(left, #5a57bf 0%, rgba(150, 104, 220, 0.403821) 50%, #5a57bf 100%);
      background: linear-gradient(90deg, #5a57bf 0%, rgba(150, 104, 220, 0.403821) 50%, #5a57bf 100%);
      margin-right: 2%; }
      .calltoaction_wrap .callbtn--army a {
        padding: 8% 3%; }
      .calltoaction_wrap .callbtn--army::after {
        background-color: #5a57bf; }
      .calltoaction_wrap .callbtn--army .light {
        background-color: #4414b5; }
    .calltoaction_wrap .callbtn--recording {
      display: inline-block;
      background: #e63960;
      background: -webkit-gradient(linear, left top, right top, from(#e63960), color-stop(50%, #ef4a4e), to(#e63960));
      background: -webkit-linear-gradient(left, #e63960 0%, #ef4a4e 50%, #e63960 100%);
      background: -o-linear-gradient(left, #e63960 0%, #ef4a4e 50%, #e63960 100%);
      background: linear-gradient(90deg, #e63960 0%, #ef4a4e 50%, #e63960 100%); }
      .calltoaction_wrap .callbtn--recording a {
        padding: 8% 3%; }
      .calltoaction_wrap .callbtn--recording::after {
        background-color: #e63960; }
      .calltoaction_wrap .callbtn--recording .light {
        background-color: rgba(145, 0, 0, 0.8); }
    .calltoaction_wrap .callbtn--file {
      display: inline-block;
      background: #eb467b;
      background: -webkit-gradient(linear, left top, right top, from(#eb467b), color-stop(50%, #ed649a), to(#eb467b));
      background: -webkit-linear-gradient(left, #eb467b 0%, #ed649a 50%, #eb467b 100%);
      background: -o-linear-gradient(left, #eb467b 0%, #ed649a 50%, #eb467b 100%);
      background: linear-gradient(90deg, #eb467b 0%, #ed649a 50%, #eb467b 100%);
      line-height: 18px;
      margin-left: 2%; }
      .calltoaction_wrap .callbtn--file::after {
        background-color: #e63987; }
      .calltoaction_wrap .callbtn--file a {
        padding: 8% 3%; }
      .calltoaction_wrap .callbtn--file .light {
        background-color: #bb2b52; }
    .calltoaction_wrap .callbtn--livestream {
      background: #6994e9;
      background: -webkit-gradient(linear, left top, right top, from(#6994e9), color-stop(50%, #7393f0), to(#50c7d5));
      background: -webkit-linear-gradient(left, #6994e9 0%, #7393f0 50%, #50c7d5 100%);
      background: -o-linear-gradient(left, #6994e9 0%, #7393f0 50%, #50c7d5 100%);
      background: linear-gradient(90deg, #6994e9 0%, #7393f0 50%, #50c7d5 100%); }
      .calltoaction_wrap .callbtn--livestream a {
        padding: 7%;
        font-weight: 600;
        letter-spacing: 1.2px; }
      .calltoaction_wrap .callbtn--livestream::after {
        background-color: #6896e8; }
      .calltoaction_wrap .callbtn--livestream .light {
        background-color: #2f5aa8; }
  @media screen and (max-width: 1280px) {
    .calltoaction_wrap {
      width: 50%; } }
  @media screen and (max-width: 992px) {
    .calltoaction_wrap {
      width: 70%; } }
  @media screen and (max-width: 768px) {
    .calltoaction_wrap {
      width: 90%;
      top: 45vw; }
      .calltoaction_wrap .callbtn--apply {
        width: 50%; } }
  @media screen and (max-width: 680px) {
    .calltoaction_wrap .callbtn a {
      font-size: 18px; } }
  @media screen and (max-width: 540px) {
    .calltoaction_wrap {
      width: 90%;
      top: 59vw; }
      .calltoaction_wrap .callbtn--army {
        width: 45%; }
      .calltoaction_wrap .callbtn--recording {
        width: 45%; }
      .calltoaction_wrap .callbtn--file {
        width: 45%; } }
  @media screen and (max-width: 425px) {
    .calltoaction_wrap {
      width: 100%; }
      .calltoaction_wrap .callbtn a {
        font-size: 16px; } }

.main_container {
  margin: -8vw 0 0 0;
  position: relative;
  z-index: 1; }

.wrapper--minor {
  position: relative;
  margin: -15vw 0 0 0; }
  .wrapper--minor .paper_body {
    background-image: url("../img/bg_pink.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: repeat-y; }

@media screen and (max-width: 768px) {
  .wrapper--minor .main_wrap .main_block {
    width: calc(100% / 1 - 10px); } }

.paper_body {
  background-image: url("../img/bg_deepink.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat-y;
  width: 100%;
  background-color: #fff;
  position: relative; }

.main_wrap {
  max-width: 1366px;
  margin: 0 auto;
  padding: 5% 0;
  position: relative;
  overflow: hidden; }
  .main_wrap--mainContent {
    z-index: 2; }
    .main_wrap--mainContent .main_title {
      margin: 0 0 5% 10%; }
  @media screen and (max-width: 1024px) {
    .main_wrap {
      padding: 8% 0; }
      .main_wrap--mainContent .main_title {
        margin: 0 0 8% 10%; } }
  @media screen and (max-width: 768px) {
    .main_wrap--mainContent .main_block {
      max-width: inherit;
      width: 95%; }
    .main_wrap--mainContent .main_title {
      width: 49%;
      margin: 0 0 8% 4%; } }
  @media screen and (max-width: 540px) {
    .main_wrap--mainContent {
      padding: 18% 0; }
      .main_wrap--mainContent .main_title {
        width: 70%; } }

.ani_line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none; }
  .ani_line span {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.644); }
  .ani_line .top {
    top: 0;
    width: 100%;
    height: 2px;
    left: -100%;
    -webkit-animation: 2s aniLeft infinite;
    animation: 2s aniLeft infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .ani_line .right {
    width: 2px;
    height: 100%;
    right: 0;
    top: -100%;
    -webkit-animation: 2s aniTop infinite;
    animation: 2s aniTop infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .ani_line .bottom {
    bottom: 0;
    width: 100%;
    height: 2px;
    right: -100%;
    -webkit-animation: 2s aniRight infinite;
    animation: 2s aniRight infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .ani_line .left {
    width: 2px;
    height: 100%;
    left: 0;
    bottom: -100%;
    -webkit-animation: 2s aniBottom infinite;
    animation: 2s aniBottom infinite;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }

.light_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  left: 0; }
  .light_wrap .light {
    position: absolute;
    width: 22%;
    height: 100px;
    background-color: #fadb62;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg); }
    .light_wrap .light--01 {
      left: -55px;
      opacity: 0.3; }
    .light_wrap .light--02 {
      left: -35px;
      opacity: 0.2; }
    .light_wrap .light--03 {
      left: -15px;
      opacity: 0.1; }

.acc_rtc_img {
  width: 26%;
  margin: 0 0 0 15%; }

.acc_monster {
  position: absolute; }
  .acc_monster--lunatic {
    background-image: url("../img/acc_ms_03.png");
    background-size: 75%;
    background-position: 23% 44%;
    background-repeat: no-repeat;
    max-width: 109px;
    width: 100%;
    height: 84px;
    top: 0;
    right: 0; }
  .acc_monster--ammut {
    background-image: url("../img/acc_ms_01.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 205px;
    width: 26%;
    height: 302px;
    top: -4vw;
    right: 1vw;
    z-index: 2; }
  .acc_monster--geographer {
    background-image: url("../img/acc_ms_02.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 288px;
    width: 16%;
    height: 146px;
    bottom: 9vw;
    left: 2vw; }
  @media screen and (max-width: 1024px) {
    .acc_monster--geographer {
      bottom: 6vw; } }
  @media screen and (max-width: 820px) {
    .acc_monster--lunatic {
      display: none; } }
  @media screen and (max-width: 768px) {
    .acc_monster--ammut {
      width: 20%; } }
  @media screen and (max-width: 540px) {
    .acc_monster {
      display: none; } }

.btnStyle {
  width: 200px;
  margin: 0 auto;
  position: relative;
  background: #fdecc1;
  background: -webkit-gradient(linear, left top, right top, from(#fdecc1), to(#fad885));
  background: -webkit-linear-gradient(left, #fdecc1 0%, #fad885 100%);
  background: -o-linear-gradient(left, #fdecc1 0%, #fad885 100%);
  background: linear-gradient(90deg, #fdecc1 0%, #fad885 100%);
  border: 2px solid #fff;
  -webkit-box-shadow: -4px 4px 0px rgba(162, 93, 35, 0.1);
  box-shadow: -4px 4px 0px rgba(162, 93, 35, 0.1);
  text-align: center;
  cursor: pointer;
  font-weight: 600; }
  .btnStyle a {
    padding: 8%;
    color: #613b21; }
  .btnStyle:hover {
    -webkit-animation: boomEffect .4s alternate;
    animation: boomEffect .4s alternate; }
  .btnStyle--polly {
    color: #613b21;
    padding: 7%; }
    .btnStyle--polly::after {
      content: '';
      position: absolute;
      background-image: url("../img/acc_btn_polly.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      max-width: 154px;
      width: 40%;
      height: 8vw;
      top: 50%;
      right: -3vw;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .btnStyle--redStyle {
    color: #613b21;
    background: #fccfba;
    background: -webkit-gradient(linear, left top, right top, from(#fccfba), to(#faab89));
    background: -webkit-linear-gradient(left, #fccfba 0%, #faab89 100%);
    background: -o-linear-gradient(left, #fccfba 0%, #faab89 100%);
    background: linear-gradient(90deg, #fccfba 0%, #faab89 100%); }
    .btnStyle--redStyle .light_wrap .light {
      background-color: #faa872; }
  .btnStyle input {
    color: #613b21;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer; }
  .btnStyle .submitBtn {
    padding: 8%;
    cursor: pointer; }
  @media screen and (max-width: 768px) {
    .btnStyle--polly::after {
      height: 10vw; } }
  @media screen and (max-width: 540px) {
    .btnStyle--polly::after {
      height: 13vw;
      right: -8vw; } }
  @media screen and (max-width: 425px) {
    .btnStyle--polly::after {
      height: 18vw; } }

.titleStyle {
  font-size: 20px;
  font-weight: 600;
  color: #613b21;
  margin: 0 0 5% 0; }

.footer_bgSet {
  background-image: url("../img/bg_footer.jpg");
  background-size: 5%;
  background-position: 0 0;
  background-repeat: repeat; }

.scrolltop {
  position: fixed;
  top: 13vw;
  right: 1vw;
  z-index: 999;
  cursor: pointer;
  display: none; }
  .scrolltop.active {
    display: block; }
  .scrolltop:hover .monster_img {
    animation: overTurnEffect .5s forwards alternate-reverse; }
  .scrolltop p {
    text-align: center;
    margin: 0 0 10% 0;
    font-weight: 600;
    color: #646069; }
  .scrolltop .monster_img {
    width: 70%;
    margin: 0 auto; }
  @media screen and (max-width: 540px) {
    .scrolltop .monster_img {
      width: 55%; } }

.fontNotice {
  color: #cb2e2e; }

#cboxClose {
  background-image: url(../img/icon_close.png) !important;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  right: 70px;
  top: 25px;
  cursor: pointer;
  position: absolute; }
  @media screen and (max-width: 680px) {
    #cboxClose {
      right: 3%; } }

.select_wrap {
  width: 100%;
  margin: 1.2% 0;
  border-radius: 50px;
  background-color: #fff;
  padding: 2.2% 2%;
  color: #36302e;
  position: relative;
  font-size: 14px; }
  .select_wrap span {
    padding: 0 1%;
    color: #613b21; }
  .select_wrap .selectList {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
    padding: 0 2%;
    opacity: 0; }
  .select_wrap .arrow_icon {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px; }
  @media screen and (max-width: 540px) {
    .select_wrap {
      padding: 4%; } }

.select_label {
  display: block;
  padding: 0 2%;
  margin: 0 0 1% 0; }

.input_area {
  border-bottom: 1px solid #edc2a5;
  margin: 2% 0;
  padding: 0 0 2%; }
  .input_area label {
    display: block;
    padding: 0 2%;
    margin: 0 0 1% 0; }
  .input_area input {
    display: block;
    padding: 2%;
    width: 100%;
    background-color: #fff;
    border-radius: 50px; }
  @media screen and (max-width: 540px) {
    .input_area {
      margin: 7% 0; } }

.list_wrap--newsList {
  padding: 8% 8% 5% 8%; }
  .list_wrap--newsList li {
    margin: 0 2% 0;
    padding: 1% 2%;
    border-bottom: 1px solid  #eece8b;
    letter-spacing: 1px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .list_wrap--newsList li:hover {
      background-color: #ffe8ac; }
    .list_wrap--newsList li .newsInfo {
      width: 100%;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .list_wrap--newsList .date {
    display: block;
    margin: 0 0 2% 0;
    color: #80726e;
    font-size: 15px; }
  .list_wrap--newsList a {
    padding: 1.5% 0 1%;
    color: #36302e; }

@media screen and (max-width: 540px) {
  .list_wrap {
    padding: 13% 8% 5% 8%; }
    .list_wrap--newsList {
      padding: 13% 4% 7%; } }

.ani_left {
  -webkit-animation: aniLeftEffect .5s alternate ease-in-out forwards;
  animation: aniLeftEffect .5s alternate ease-in-out forwards; }

.ani_right {
  -webkit-animation: aniRightEffect .5s alternate ease-in-out forwards;
  animation: aniRightEffect .5s alternate ease-in-out forwards; }

.aniLeftTittle {
  animation: bounceLeft 0.2s alternate-reverse cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.acc_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0; }
  .acc_wrap .acc_res {
    position: absolute; }
    .acc_wrap .acc_res--clip {
      background-image: url("../img/acc_clip.png");
      background-size: 80%;
      background-position: 0 0;
      background-repeat: no-repeat;
      max-width: 64px;
      width: 100%;
      height: 108px;
      top: -18px;
      left: 1vw; }
    .acc_wrap .acc_res--text {
      background-image: url("../img/acc_popup_text.png");
      background-size: 65%;
      background-position: right bottom;
      background-repeat: no-repeat;
      max-width: 604px;
      width: 100%;
      height: 296px;
      right: -1vw;
      bottom: -5vw; }
    .acc_wrap .acc_res--feather {
      background-image: url("../img/acc_feather.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      max-width: 1920px;
      width: 100%;
      height: 100%;
      -webkit-animation: featherEffect 5s cubic-bezier(0.175, 0.885, 0.32, 1.275) alternate infinite;
      animation: featherEffect 5s cubic-bezier(0.175, 0.885, 0.32, 1.275) alternate infinite; }
    .acc_wrap .acc_res--liveBrush {
      background-image: url("../img/acc_brush_pink.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      max-width: 595px;
      width: 100%;
      height: 185px;
      bottom: 0;
      left: 0;
      -webkit-transform: scaleY(-1) scaleX(-1);
      -ms-transform: scaleY(-1) scaleX(-1);
      transform: scaleY(-1) scaleX(-1); }
    .acc_wrap .acc_res--liveCat {
      background-image: url("../img/acc_ms_05.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      max-width: 321px;
      width: 16%;
      height: 347px;
      right: -4vw;
      bottom: 0;
      z-index: 2; }
    .acc_wrap .acc_res--noticeCat {
      background-image: url("../img/acc_ms_06.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      max-width: 328px;
      width: 17%;
      height: 18.5vw;
      bottom: 0;
      left: -3vw;
      z-index: 1; }
    .acc_wrap .acc_res--liveLine {
      background-image: url("../img/acc_res_line.png");
      background-size: 100%;
      background-position: -5px 0;
      background-repeat: no-repeat;
      max-width: 367px;
      width: 17%;
      height: 172px;
      top: -1vw;
      left: 0;
      z-index: 1; }
    .acc_wrap .acc_res--metaling {
      background-image: url("../img/acc_ms_07.png");
      background-size: 80%;
      background-position: 50%;
      background-repeat: no-repeat;
      width: 249px;
      height: 190px;
      top: 12vw;
      right: 5vw; }
    .acc_wrap .acc_res--ammut {
      background-image: url("../img/acc_ms_08.png");
      background-size: 80%;
      background-position: 50%;
      background-repeat: no-repeat;
      width: 264px;
      height: 322px;
      bottom: 0;
      left: 0; }
    .acc_wrap .acc_res--evtCat {
      background-image: url("../img/acc_ms_09.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 25vw;
      height: 35vw;
      top: 10vw;
      right: 1vw;
      z-index: 3; }
    .acc_wrap .acc_res--evtNoticeCat {
      background-image: url("../img/acc_ms_10.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 25vw;
      height: 22vw;
      left: -5vw;
      bottom: 0;
      z-index: 3; }
    @media screen and (max-width: 1680px) {
      .acc_wrap .acc_res--ammut {
        display: none; } }
    @media screen and (max-width: 1280px) {
      .acc_wrap .acc_res--metaling {
        background-size: 60%;
        top: 10vw;
        right: 0; }
      .acc_wrap .acc_res--liveCat {
        display: none; } }
    @media screen and (max-width: 1024px) {
      .acc_wrap .acc_res--noticeCat {
        display: none; }
      .acc_wrap .acc_res--metaling {
        background-size: 100%;
        width: 16vw;
        height: 16vw;
        top: 23vw;
        right: 4vw; } }
    @media screen and (max-width: 680px) {
      .acc_wrap .acc_res--evtCat {
        width: 35vw;
        height: 45vw;
        top: 16vw;
        right: -5vw; }
      .acc_wrap .acc_res--liveLine {
        display: none; } }
    @media screen and (max-width: 480px) {
      .acc_wrap .acc_res--metaling {
        display: none; } }
    @media screen and (max-width: 540px) {
      .acc_wrap .acc_res--evtCat {
        display: none; }
      .acc_wrap .acc_res--evtNoticeCat {
        display: none; }
      .acc_wrap .acc_res--clip {
        display: none; } }

.fontTitleBrown {
  color: #613b21;
  font-weight: 600; }

.scheduleBtn--Disable {
  pointer-events: none; }

.menu_wrap {
  width: 4%;
  position: absolute;
  padding: 2% 0 1%;
  right: 0;
  top: 4vw;
  z-index: 99;
  background-image: url("../img/bg_menu.jpg");
  background-size: 5%;
  background-position: 0 0;
  background-repeat: repeat;
  -webkit-box-shadow: -4px 4px 0px rgba(162, 93, 35, 0.1);
  box-shadow: -4px 4px 0px rgba(162, 93, 35, 0.1); }
  .menu_wrap.active li {
    display: none; }
    .menu_wrap.active li.icon_mobile {
      display: block; }
  .menu_wrap.close_mobile li {
    display: block; }
    .menu_wrap.close_mobile li:nth-child(1) {
      max-width: 78px;
      margin: 30% auto;
      border-top: 2px solid #c37743;
      text-align: center; }
      .menu_wrap.close_mobile li:nth-child(1) span {
        background-color: transparent; }
        .menu_wrap.close_mobile li:nth-child(1) span:nth-child(1) {
          font-size: 12px;
          font-weight: 600;
          color: #c37743; }
        .menu_wrap.close_mobile li:nth-child(1) span:nth-child(2) {
          display: none; }
  .menu_wrap::before {
    content: '';
    position: absolute;
    background-image: url("../img/acc_tape.png");
    background-size: 130%;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 80%;
    height: 89px;
    top: -30px;
    right: 0;
    pointer-events: none; }
  .menu_wrap::after {
    content: '';
    position: absolute;
    background-image: url("../img/acc_menu.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 174px;
    width: 100%;
    height: 51px;
    right: 0;
    bottom: -51px;
    -webkit-filter: drop-shadow(-5px 4px 0px rgba(162, 93, 35, 0.1));
    filter: drop-shadow(-5px 4px 0px rgba(162, 93, 35, 0.1)); }
  .menu_wrap li {
    max-width: 78px;
    width: 65%;
    margin: 8% auto;
    border: 1px solid #c37743;
    border-radius: 20%; }
    .menu_wrap li:hover {
      -webkit-animation: boomEffect .4s alternate;
      animation: boomEffect .4s alternate; }
  .menu_wrap .icon_mobile {
    width: 50%;
    border: none;
    cursor: pointer;
    display: none;
    position: relative; }
    .menu_wrap .icon_mobile span {
      display: block;
      width: 100%;
      height: 4px;
      background-color: #c37743;
      border-radius: 50px;
      margin: 10% 0; }
  @media screen and (max-width: 1280px) {
    .menu_wrap {
      width: 5%; } }
  @media screen and (max-width: 1024px) {
    .menu_wrap {
      width: 6%; }
      .menu_wrap::before {
        display: none; } }
  @media screen and (max-width: 820px) {
    .menu_wrap {
      width: 8%; } }
  @media screen and (max-width: 540px) {
    .menu_wrap {
      width: 15%;
      top: 4vw; }
      .menu_wrap::before {
        display: none; } }

.vi_container {
  position: relative;
  width: 100%;
  height: 50vw;
  background-image: url("../img/bg_main.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat; }
  @media screen and (max-width: 992px) {
    .vi_container {
      height: 53vw; } }
  @media screen and (max-width: 768px) {
    .vi_container {
      height: 65vw; } }
  @media screen and (max-width: 680px) {
    .vi_container {
      height: 70vw; } }
  @media screen and (max-width: 540px) {
    .vi_container {
      background-position: 50% 0;
      height: auto;
      padding: 0 0 76% 0; } }
  @media screen and (max-width: 540px) {
    .vi_container {
      padding: 0 0 90% 0; } }
  @media screen and (max-width: 425px) {
    .vi_container {
      padding: 0 0 95% 0; } }

.slogan_wrap {
  position: absolute;
  top: 18vw;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10; }
  .slogan_wrap .rtc_logo {
    max-width: 203px;
    width: 9vw;
    margin: 0 auto; }
  .slogan_wrap .slogan_body {
    max-width: 558px;
    width: 28vw;
    position: relative; }
    .slogan_wrap .slogan_body::after {
      content: '';
      position: absolute;
      background-image: url("../img/acc_slo_polly.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      max-width: 158px;
      width: 8vw;
      height: 6vw;
      top: -2vw;
      right: -3vw; }
  @media screen and (max-width: 992px) {
    .slogan_wrap .slogan_body {
      width: 32vw; } }
  @media screen and (max-width: 768px) {
    .slogan_wrap {
      top: 25vw; }
      .slogan_wrap .rtc_logo {
        width: 12vw; }
      .slogan_wrap .slogan_body {
        width: 42vw; } }
  @media screen and (max-width: 680px) {
    .slogan_wrap .slogan_body {
      width: 46vw; } }
  @media screen and (max-width: 540px) {
    .slogan_wrap {
      top: 31vw; }
      .slogan_wrap .rtc_logo {
        width: 18vw; }
      .slogan_wrap .slogan_body {
        width: 60vw; }
        .slogan_wrap .slogan_body::after {
          display: none; } }

.vi_wrap {
  position: absolute;
  width: 98%;
  height: 100%;
  left: 50%;
  top: -4%;
  -webkit-transform: translateX(-50%) scale(0.9);
  -ms-transform: translateX(-50%) scale(0.9);
  transform: translateX(-50%) scale(0.9); }
  .vi_wrap .vi_peo {
    position: absolute; }
    .vi_wrap .vi_peo--frontLeft {
      width: 42vw;
      left: 5vw;
      bottom: -5vw;
      z-index: 2;
      -webkit-transform: translateX(-2000%);
      -ms-transform: translateX(-2000%);
      transform: translateX(-2000%); }
    .vi_wrap .vi_peo--frontRight {
      width: 38vw;
      right: 6vw;
      bottom: -4vw;
      z-index: 2;
      -webkit-transform: translateX(2000%);
      -ms-transform: translateX(2000%);
      transform: translateX(2000%); }
      .vi_wrap .vi_peo--frontRight.ani_right {
        -webkit-animation-delay: .2s;
        animation-delay: .2s; }
    .vi_wrap .vi_peo--centerLeft {
      width: 31vw;
      left: 2vw;
      top: -1vw;
      z-index: 1;
      -webkit-transform: translateX(-2000%);
      -ms-transform: translateX(-2000%);
      transform: translateX(-2000%); }
      .vi_wrap .vi_peo--centerLeft.ani_left {
        -webkit-animation-delay: .7s;
        animation-delay: .7s; }
    .vi_wrap .vi_peo--centerRight {
      width: 28vw;
      top: 6vw;
      right: 3vw;
      z-index: 1;
      -webkit-transform: translateX(2000%);
      -ms-transform: translateX(2000%);
      transform: translateX(2000%); }
      .vi_wrap .vi_peo--centerRight.ani_right {
        -webkit-animation-delay: .8s;
        animation-delay: .8s; }
    .vi_wrap .vi_peo--behindLeft {
      width: 18vw;
      top: 5vw;
      left: 22vw;
      -webkit-transform: translateX(-2000%);
      -ms-transform: translateX(-2000%);
      transform: translateX(-2000%); }
      .vi_wrap .vi_peo--behindLeft.ani_left {
        -webkit-animation-delay: .9s;
        animation-delay: .9s; }
    .vi_wrap .vi_peo--behindRight {
      width: 20vw;
      right: 24vw;
      top: 5vw;
      -webkit-transform: translateX(2000%);
      -ms-transform: translateX(2000%);
      transform: translateX(2000%); }
      .vi_wrap .vi_peo--behindRight.ani_right {
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
  @media screen and (max-width: 1024px) {
    .vi_wrap {
      -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1); } }
  @media screen and (max-width: 768px) {
    .vi_wrap .vi_peo--frontLeft {
      width: 55vw;
      left: -10vw; }
    .vi_wrap .vi_peo--frontRight {
      width: 50vw;
      right: -7vw; }
    .vi_wrap .vi_peo--behindLeft {
      top: 9vw; }
    .vi_wrap .vi_peo--behindRight {
      top: 9vw; } }
  @media screen and (max-width: 680px) {
    .vi_wrap {
      -webkit-transform: translateX(-50%) scale(1.1);
      -ms-transform: translateX(-50%) scale(1.1);
      transform: translateX(-50%) scale(1.1); }
      .vi_wrap .vi_peo--behindLeft {
        top: 10vw;
        left: 23vw; } }
  @media screen and (max-width: 540px) {
    .vi_wrap .vi_peo--frontLeft {
      width: 75vw;
      left: -23vw; }
    .vi_wrap .vi_peo--frontRight {
      width: 65vw;
      right: -18vw; }
    .vi_wrap .vi_peo--centerLeft {
      visibility: hidden; }
    .vi_wrap .vi_peo--centerRight {
      visibility: hidden; }
    .vi_wrap .vi_peo--behindRight {
      width: 36vw;
      right: 11vw;
      top: 12vw; }
    .vi_wrap .vi_peo--behindLeft {
      width: 30vw;
      top: 12vw;
      left: 8vw; } }

.main_block {
  display: inline-block;
  width: calc(100% / 2 - 10px);
  vertical-align: top; }
  .main_block--infoArea {
    position: relative; }
  .main_block--reward .main_title {
    max-width: 572px;
    width: 70%;
    margin: -6% auto 3%; }
  .main_block--reward .minor_wrap {
    border: 2px solid #fcd9a6; }
    .main_block--reward .minor_wrap::after {
      background-color: #fcd090; }
  .main_block--reward .minor_overflowWrap::before {
    background-image: url("../img/vi_reward_01.png");
    background-size: 100%;
    background-position: 0 bottom;
    background-repeat: no-repeat;
    max-width: 419px;
    width: 50%;
    height: 22vw;
    left: -2vw;
    bottom: -1vw; }
  .main_block--fanEvent {
    margin: 9% 0 0 0; }
    .main_block--fanEvent .minor_wrap {
      border: 2px solid #eb9991; }
    .main_block--fanEvent .minor_wrap::after {
      background-color: #eb9991; }
    .main_block--fanEvent .minor_wrap .minor_block {
      margin: 0 0 0 -20%; }
    .main_block--fanEvent .minor_wrap .info_btn_wrap a {
      background-color: #ffb2a3; }
      .main_block--fanEvent .minor_wrap .info_btn_wrap a:hover {
        background-color: #eb9991; }
    .main_block--fanEvent .minor_overflowWrap::before {
      background-image: url("../img/vi_reward_02.png");
      background-size: 100%;
      background-position: 0 bottom;
      background-repeat: no-repeat;
      max-width: 419px;
      width: 54%;
      height: 18vw;
      right: 3vw;
      bottom: 0; }
  .main_block--video .minor_wrap {
    margin-top: 10%;
    border: 2px solid #bfa3ff; }
    .main_block--video .minor_wrap::after {
      background-color: #b493ff;
      -webkit-transform: translateX(-50%) rotate(-2deg);
      -ms-transform: translateX(-50%) rotate(-2deg);
      transform: translateX(-50%) rotate(-2deg); }
  .main_block--video .minor_overflowWrap {
    padding-bottom: 0; }
  .main_block--video .main_body--setReward .acc_rtc_img {
    margin: 0 2% 0 0; }
  .main_block--rtcTwitch .main_title {
    max-width: 683px;
    width: 75%;
    margin: 0 0 3% 0; }
  .main_block--rtcTwitch .minor_wrap {
    border: 2px solid #a8ae75; }
    .main_block--rtcTwitch .minor_wrap::after {
      background-color: #a8ae75; }
  .main_block--rtcTwitch .minor_overflowWrap {
    padding: 12% 5%; }
    .main_block--rtcTwitch .minor_overflowWrap::before {
      background-image: url("../img/vi_tw_01.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      max-width: 650px;
      width: 100%;
      height: 25vw;
      top: -3vw;
      right: 0; }
    .main_block--rtcTwitch .minor_overflowWrap .minor_block {
      width: 50%;
      margin: 0 0 0 -3vw; }
    .main_block--rtcTwitch .minor_overflowWrap .acc_rtc_img {
      width: 26%; }
    .main_block--rtcTwitch .minor_overflowWrap .icon_twitch {
      display: inline-block;
      background-image: url("../img/icon_tw.png");
      background-size: 60%;
      background-position: 50% 100%;
      background-repeat: no-repeat;
      max-width: 37px;
      width: 100%;
      height: 38px;
      vertical-align: sub; }
  .main_block--rtcTwitch .titleStyle {
    margin: -5% 0 5% 0; }
  @media screen and (max-width: 768px) {
    .main_block {
      display: block; }
      .main_block--infoArea {
        margin: 17% auto; }
        .main_block--infoArea .main_title {
          width: 60%;
          margin: 0 0 5%; }
      .main_block--reward .main_title {
        width: 50%; }
      .main_block--reward .minor_overflowWrap::before {
        height: 55vw;
        bottom: -3vw; }
      .main_block--fanEvent .minor_overflowWrap::before {
        height: 350px; }
      .main_block--rtcTwitch .main_title {
        width: 60%;
        margin: 5% auto -5%; }
      .main_block--rtcTwitch .minor_overflowWrap::before {
        height: 401px; } }
  @media screen and (max-width: 540px) {
    .main_block--infoArea .main_title {
      width: 88%; }
    .main_block--reward .main_title {
      width: 60%; }
    .main_block--reward .minor_overflowWrap::before {
      display: none; }
    .main_block--fanEvent .minor_wrap .minor_block {
      margin: 0 auto; }
    .main_block--fanEvent .info_btn_wrap {
      width: 90% !important;
      margin: 0 auto; }
    .main_block--fanEvent .minor_overflowWrap::before {
      display: none; }
    .main_block--rtcTwitch .main_title {
      width: 80%;
      margin-bottom: -7%; }
    .main_block--rtcTwitch .minor_overflowWrap .acc_rtc_img {
      width: 40%; } }
  @media screen and (max-width: 320px) {
    .main_block--rtcTwitch .minor_overflowWrap::before {
      top: 2vw; } }

.main_title {
  max-width: 452px;
  width: 60%;
  margin: 0 auto 5%; }

.game_review_text {
  width: 100%;
  padding: 2% 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .game_review_text .titleStyle {
    margin: 5% 0; }
  .game_review_text .acc_rtc_img {
    margin: 0 2% 0 0; }
  .game_review_text .icon_youtube {
    background-image: url("../img/icon_youtube.png");
    background-size: 70%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    max-width: 51px;
    width: 100%;
    height: 36px; }

.info_wrap {
  position: relative;
  padding: 9% 5% 5% 5%; }
  .info_wrap .info_area {
    display: inline-block;
    width: calc(100% / 2 - 10px); }
    .info_wrap .info_area--caption {
      width: 100%; }
      .info_wrap .info_area--caption .info_btn_wrap {
        display: inline-block;
        width: calc(100% / 2 - 10px); }
  @media screen and (max-width: 540px) {
    .info_wrap .info_area {
      width: calc(100% / 1 - 10px); }
      .info_wrap .info_area:nth-child(2) {
        margin: 7% 0 0 0; }
      .info_wrap .info_area--caption .info_btn_wrap {
        width: calc(100% / 1 - 10px); } }

.info_btn_wrap a {
  margin: 1% 0;
  padding: 3% 0;
  color: #36302e;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear; }
  .info_btn_wrap a:hover {
    opacity: .9; }

.minor_overflowWrap {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5%;
  -webkit-box-shadow: -5px 7px 0px rgba(162, 93, 35, 0.1);
  box-shadow: -5px 7px 0px rgba(162, 93, 35, 0.1); }
  .minor_overflowWrap:hover::before {
    -webkit-animation: scaleEffect 1s forwards alternate;
    animation: scaleEffect 1s forwards alternate; }
  .minor_overflowWrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../img/acc_brush.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 595px;
    height: 185px; }
  .minor_overflowWrap::before {
    content: '';
    position: absolute;
    z-index: 1; }

.competCallBtn {
  max-width: 370px;
  margin: 0 0 0 17%;
  width: 100%;
  position: relative;
  background: #fdecc1;
  background: -webkit-gradient(linear, left top, right top, from(#fdecc1), to(#fad885));
  background: -webkit-linear-gradient(left, #fdecc1 0%, #fad885 100%);
  background: -o-linear-gradient(left, #fdecc1 0%, #fad885 100%);
  background: linear-gradient(90deg, #fdecc1 0%, #fad885 100%);
  border: 1px solid #fff;
  -webkit-box-shadow: -4px 4px 0px rgba(162, 93, 35, 0.1);
  box-shadow: -4px 4px 0px rgba(162, 93, 35, 0.1); }
  .competCallBtn:hover {
    -webkit-animation: scaleEffect .8s alternate forwards;
    animation: scaleEffect .8s alternate forwards; }
    .competCallBtn:hover::after {
      opacity: 0; }
  .competCallBtn a {
    padding: 2% 8%; }
  .competCallBtn span {
    display: inline-block;
    vertical-align: middle; }
    .competCallBtn span:nth-child(2) {
      padding: 0 0 0 1%;
      font-size: 20px;
      font-weight: 700;
      color: #613b21; }
  .competCallBtn::after {
    content: '';
    position: absolute;
    background-color: #fad886;
    width: 100%;
    height: 100%;
    left: -4%;
    top: 4%;
    z-index: -1;
    opacity: 1;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-box-shadow: -4px 4px 0px rgba(162, 93, 35, 0.1);
    box-shadow: -4px 4px 0px rgba(162, 93, 35, 0.1);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
  .competCallBtn .ani_line span {
    background: #ffde8a;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 222, 138, 0.482252)), to(#ffc028));
    background: -webkit-linear-gradient(left, rgba(255, 222, 138, 0.482252) 0%, #ffc028 100%);
    background: -o-linear-gradient(left, rgba(255, 222, 138, 0.482252) 0%, #ffc028 100%);
    background: linear-gradient(90deg, rgba(255, 222, 138, 0.482252) 0%, #ffc028 100%); }
  .competCallBtn .ani_line .top {
    -webkit-animation-delay: .5s;
    animation-delay: .5s; }
  .competCallBtn .ani_line .right {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .competCallBtn .ani_line .bottom {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .competCallBtn .ani_line .left {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  @media screen and (max-width: 1024px) {
    .competCallBtn {
      margin: 0 0 0 12%;
      width: 70%; } }
  @media screen and (max-width: 768px) {
    .competCallBtn {
      margin: 0 auto; }
      .competCallBtn::after {
        display: none; } }

.minor_wrap {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  position: relative; }
  .minor_wrap--reward {
    border: 2px solid #fcd9a6; }
  .minor_wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: translateX(-50%) rotate(2deg);
    -ms-transform: translateX(-50%) rotate(2deg);
    transform: translateX(-50%) rotate(2deg);
    -webkit-box-shadow: -5px 7px 0px rgba(162, 93, 35, 0.1);
    box-shadow: -5px 7px 0px rgba(162, 93, 35, 0.1); }
  .minor_wrap .info_btn_wrap {
    display: inline-block;
    width: calc(100% / 2 - 10px); }
    .minor_wrap .info_btn_wrap a {
      margin: 2% 0;
      padding: 4% 0;
      background-color: #fcd9a6; }
      .minor_wrap .info_btn_wrap a:hover {
        background-color: #fcc87c; }

.main_body {
  position: relative; }
  .main_body .acc_tape {
    position: absolute;
    width: 7vw;
    left: 2vw;
    top: -1.5vw; }
  .main_body--news {
    background-image: url("../img/bg_news.png");
    background-size: 5%;
    background-position: 0 0;
    background-repeat: repeat;
    max-width: 683px;
    width: 90%;
    padding: 0 0 2% 0;
    -webkit-box-shadow: -5px 7px 0px rgba(162, 93, 35, 0.1);
    box-shadow: -5px 7px 0px rgba(162, 93, 35, 0.1); }
    .main_body--news::after {
      content: '';
      position: absolute;
      background-image: url("../img/acc_news_bottom_test.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      max-width: 704px;
      width: 112%;
      height: 86px;
      left: 0;
      bottom: -86px;
      -webkit-filter: drop-shadow(-5px 7px 0px rgba(162, 93, 35, 0.1));
      filter: drop-shadow(-5px 7px 0px rgba(162, 93, 35, 0.1)); }
    .main_body--news::before {
      content: '';
      position: absolute;
      background-image: url("../img/acc_news_right.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 70px;
      height: 104%;
      right: -70px; }
  .main_body--infoCompet {
    z-index: 1; }
  .main_body--applyArea {
    max-width: 652px;
    margin: 15% auto 10%;
    width: 80%;
    -webkit-box-shadow: -5px 7px 0px rgba(162, 93, 35, 0.1);
    box-shadow: -5px 7px 0px rgba(162, 93, 35, 0.1);
    text-align: center;
    z-index: 1; }
    .main_body--applyArea::after {
      content: '';
      position: absolute;
      background-image: url("../img/acc_apply_bottom.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 100%;
      height: 61px;
      bottom: -61px;
      left: 0;
      -webkit-filter: drop-shadow(-5px 7px 0px rgba(162, 93, 35, 0.1));
      filter: drop-shadow(-5px 7px 0px rgba(162, 93, 35, 0.1)); }
    .main_body--applyArea::before {
      content: '';
      position: absolute;
      background-image: url("../img/acc_flower.png");
      background-size: 80%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 73px;
      height: 83px;
      left: 0;
      top: -3vw;
      z-index: 1; }
    .main_body--applyArea .acc_paper {
      position: absolute;
      background-image: url("../img/acc_apply.png");
      background-size: 90%;
      background-position: 0 0;
      background-repeat: no-repeat;
      max-width: 514px;
      width: 100%;
      height: 326px;
      top: -3vw;
      right: -6vw;
      z-index: -1; }
    .main_body--applyArea .info_wrap {
      background-image: url("../img/bg_apply.png");
      background-size: 5%;
      background-position: 0 0;
      background-repeat: repeat; }
    .main_body--applyArea .info_btn_wrap a {
      background-color: #f7bdaa; }
      .main_body--applyArea .info_btn_wrap a:hover {
        background-color: #f7a388; }
  .main_body--gameRule {
    max-width: 652px;
    margin: 18% auto 10%;
    width: 80%;
    position: relative;
    -webkit-box-shadow: -5px 7px 0px rgba(162, 93, 35, 0.1);
    box-shadow: -5px 7px 0px rgba(162, 93, 35, 0.1);
    text-align: center;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg); }
    .main_body--gameRule::after {
      content: '';
      position: absolute;
      background-image: url("../img/acc_org_bottom.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 100%;
      height: 61px;
      bottom: -61px;
      left: 0;
      -webkit-filter: drop-shadow(-5px 7px 0px rgba(162, 93, 35, 0.1));
      filter: drop-shadow(-5px 7px 0px rgba(162, 93, 35, 0.1)); }
    .main_body--gameRule::before {
      content: '';
      position: absolute;
      background-image: url("../img/acc_while_tape.png");
      background-size: 80%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 159px;
      height: 72px;
      left: 50%;
      top: -2vw;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1; }
    .main_body--gameRule .info_wrap {
      background-image: url("../img/bg_org.png");
      background-size: 5%;
      background-position: 0 0;
      background-repeat: repeat; }
    .main_body--gameRule .info_btn_wrap a {
      background-color: #ffca9e; }
      .main_body--gameRule .info_btn_wrap a:hover {
        background-color: #ffb375; }
  .main_body--setReward {
    z-index: 1; }
    .main_body--setReward .minor_block {
      width: 80%;
      margin: 0 0 0 auto;
      text-align: center;
      position: relative;
      z-index: 1; }
    .main_body--setReward .acc_rtc_img {
      width: 14%;
      margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .main_body .acc_tape {
      width: 10vw;
      top: -2vw; } }
  @media screen and (max-width: 820px) {
    .main_body--gameRule::before {
      background-size: 55%; } }
  @media screen and (max-width: 768px) {
    .main_body--news {
      width: 100%; }
      .main_body--news::after {
        max-width: initial;
        width: 110%; }
    .main_body--applyArea {
      margin: 8% auto 2%; }
    .main_body--gameRule {
      margin: 14% auto 10%; } }
  @media screen and (max-width: 680px) {
    .main_body .acc_tape {
      width: 18vw;
      top: -4vw; } }
  @media screen and (max-width: 540px) {
    .main_body--applyArea {
      width: 95%;
      margin: 13% auto 2%; }
      .main_body--applyArea::before {
        top: -7vw; }
    .main_body--gameRule {
      width: 95%;
      margin: 20% auto 10%; }
      .main_body--gameRule::after {
        bottom: -59px; }
      .main_body--gameRule::before {
        top: -5vw;
        left: 24%; }
    .main_body--setReward .acc_rtc_img {
      width: 16%; }
    .main_body .minor_block {
      width: 100%; }
    .main_body .acc_tape {
      width: 25vw; } }

.game_review_wrap {
  background-color: #fff;
  border: 2px solid #bfa3ff;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .game_review_wrap .swiper-container {
    max-width: 700px;
    width: 100%; }
  .game_review_wrap .swiper-button-prev,
  .game_review_wrap .swiper-button-next {
    color: #bfa3ff;
    opacity: .8; }

.video_rwd {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video_rwd iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
  font-size: 40px; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    display: none; }
