@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+TC:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700&display=swap");
@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");
@font-face {
  font-family: "FakePearl-Regular";
  src: url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Regular.woff) format("woff");
}
/* 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-family: "Noto Sans TC", "PingFang SC", "微軟正黑體", sans-serif;
  font-weight: 400;
  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: #fff;
}

* {
  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;
  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;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
}

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

img {
  display: block;
}

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

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

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

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

.l-infoContentWidth {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 540px) {
  .l-infoContentWidth {
    width: 80%;
  }
}

.l-boxShadow {
  -webkit-box-shadow: -9px 10px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: -9px 10px 0 0 rgba(0, 0, 0, 0.2);
}

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

.l-padding-bt {
  padding: 4% 0;
}

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

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

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

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

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

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

.l-scaleMirror {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.l-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  cursor: pointer;
  padding: 3.5%;
}
@media screen and (max-width: 540px) {
  .l-btn {
    padding: 5.5%;
  }
}

.l-lightPurple {
  background-color: #372c5e;
  border: 1px solid #8c80be;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l-lightPurple:hover {
  border: 1px solid #372c5e;
  background-color: #8c80be;
  color: #372d63;
}

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

.l-btn-primary {
  background-color: #ac7d53;
  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;
  text-overflow: ellipsis;
}

.l-title {
  font-size: 1.4rem;
  color: #fff;
  font-family: "Noto Serif TC", serif;
}
@media screen and (max-width: 540px) {
  .l-title {
    font-size: 1.5rem;
  }
}

.l-pointText {
  color: #cd4350;
}

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

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

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

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

.l-posAbso {
  position: absolute;
}

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

.l-footerColor {
  background-color: #06090a;
  z-index: 1;
}

.l-blockStyle {
  background-color: #fffaed;
  position: relative;
  border-radius: 20px;
}
.l-blockStyle::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px dashed #ac8461;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 680px) {
  .l-blockStyle::after {
    width: 100%;
    height: 100%;
  }
}

.l-titleSub {
  max-width: 260px;
  width: 18%;
  margin: 4% auto;
}
@media screen and (max-width: 1170px) {
  .l-titleSub {
    width: 24%;
  }
}
@media screen and (max-width: 860px) {
  .l-titleSub {
    width: 28%;
    margin: 5% auto;
  }
}
@media screen and (max-width: 680px) {
  .l-titleSub {
    width: 36%;
    margin: 6% auto;
  }
}
@media screen and (max-width: 580px) {
  .l-titleSub {
    width: 45%;
    margin: 7% auto;
  }
}
@media screen and (max-width: 425px) {
  .l-titleSub {
    width: 55%;
  }
}

.l-noteColor {
  color: #cc5353 !important;
}

.l-bgRed {
  background-color: #cd4350;
}

.l-bgPink {
  background-color: #fdb08e;
}

.l-fontColorYellow {
  color: #f8e8b4;
}

.l-dividerTop {
  margin: 5% 0;
  padding: 5% 0;
  border-top: 1px dashed #f8e8b4;
}

.l-dividerBottom {
  margin: 5% 0;
  padding: 5% 0;
  border-bottom: 1px dashed #f8e8b4;
}

@-webkit-keyframes turnHorse {
  0% {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(2deg);
            transform: translateY(-50%) rotate(2deg);
  }
}

@keyframes turnHorse {
  0% {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(2deg);
            transform: translateY(-50%) rotate(2deg);
  }
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@keyframes turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@-webkit-keyframes correctShow {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.08);
            transform: scaleY(1.08);
  }
}
@keyframes correctShow {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.08);
            transform: scaleY(1.08);
  }
}
@-webkit-keyframes balloonScrollY {
  0% {
    -webkit-transform: translateY(1000%);
            transform: translateY(1000%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes balloonScrollY {
  0% {
    -webkit-transform: translateY(1000%);
            transform: translateY(1000%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes balloonUpDown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@keyframes balloonUpDown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@-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;
  }
}
@-webkit-keyframes starsEffects {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
  }
}
@keyframes starsEffects {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
  }
}
main {
  position: relative;
}
@media screen and (max-width: 1170px) {
  main {
    overflow: hidden;
  }
}

section {
  margin: 0 0 -12px 0;
}

.main_bg {
  width: 100%;
  max-height: 955px;
  height: 50vw;
  background-image: url("../img/bg_header.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .main_bg {
    max-height: initial;
  }
}
@media screen and (max-width: 1024px) {
  .main_bg {
    height: 65vw;
  }
}
@media screen and (max-width: 768px) {
  .main_bg {
    height: 85vw;
    background-position: center top;
  }
}
@media screen and (max-width: 540px) {
  .main_bg {
    height: 100vw;
  }
}

.main_kv {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.peo {
  position: absolute;
}
.peo-01 {
  z-index: 1;
  width: 37.1%;
  top: 36.8%;
  left: 62.9%;
}
.peo-02 {
  width: 26.5%;
  top: 23%;
  left: 60.5%;
}
.peo-03 {
  z-index: 1;
  width: 30%;
  left: 9.8%;
  top: 40.8%;
}
.peo-04 {
  width: 25.4%;
  top: 29.3%;
  left: 16.7%;
}
.peo-05 {
  z-index: 3;
  width: 13.1%;
  bottom: 13.6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.peo-06 {
  z-index: 1;
  width: 9.27%;
  bottom: 14.6%;
  left: 35.72%;
}
.peo-07 {
  z-index: 1;
  width: 9.375%;
  bottom: 14.6%;
  left: 55.98%;
}
@media screen and (max-width: 1024px) {
  .peo-01 {
    top: 46.8%;
  }
  .peo-02 {
    top: 36%;
  }
  .peo-03 {
    top: 49.8%;
  }
  .peo-04 {
    top: 39.3%;
  }
}
@media screen and (max-width: 768px) {
  .peo-01 {
    width: 50.1%;
  }
  .peo-02 {
    width: 35.5%;
  }
  .peo-03 {
    width: 40%;
    left: 3.8%;
  }
  .peo-04 {
    width: 30.4%;
    left: 9.7%;
  }
  .peo-05 {
    width: 20.1%;
  }
  .peo-06 {
    width: 15.27%;
    left: 25.72%;
  }
  .peo-07 {
    width: 12.375%;
    left: 59.98%;
  }
}
@media screen and (max-width: 540px) {
  .peo-01 {
    width: 60.1%;
  }
  .peo-02 {
    width: 40.5%;
  }
  .peo-03 {
    width: 50%;
    left: -3.2%;
  }
  .peo-04 {
    width: 40.4%;
    left: -3.3%;
    top: 36%;
  }
  .peo-05 {
    width: 25.1%;
  }
  .peo-06 {
    width: 20.27%;
    left: 18.72%;
  }
  .peo-07 {
    width: 19.375%;
    left: 59.98%;
  }
}

.slogan-wrap {
  position: absolute;
  left: 50%;
  top: 32%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 25%;
}
.slogan-wrap .logo img {
  max-width: 60.1%;
  margin: 0 auto;
}
.slogan-wrap .slogan img {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .slogan-wrap {
    top: 34%;
    max-width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .slogan-wrap {
    top: 32%;
    max-width: 38%;
  }
}
@media screen and (max-width: 540px) {
  .slogan-wrap {
    max-width: 100%;
  }
}

.main_bar .bar {
  width: 100%;
  height: 16.1%;
  background-image: url("../img/kv_bar01.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 2;
  position: absolute;
  bottom: 0;
}
.main_bar .bar_btn_wrap {
  max-width: 1000px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  top: 64%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main_bar .bar_btn_wrap li {
  width: 200px;
  text-align: center;
  border-right: 1px solid #2c2965;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_bar .bar_btn_wrap li a {
  color: #fff;
  padding: 2% 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main_bar .bar_btn_wrap li:hover a {
  color: #f8e8b4;
}
.main_bar .bar_btn_wrap li.active a {
  color: #f8e8b4;
}
.main_bar .bar_btn_wrap li span {
  display: block;
}
@media screen and (max-width: 540px) {
  .main_bar .bar_btn_wrap a {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 380px) {
  .main_bar .bar_btn_wrap a {
    font-size: 10px;
    line-height: 13px;
  }
}

.container {
  padding: 5% 0;
  position: relative;
}
.container-first {
  background-image: url("../img/bg_body01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.container-second {
  background-image: url("../img/bg_body03.jpg");
  background-size: 150%;
  background-position: center top;
  background-repeat: repeat;
  padding: 2% 0 5%;
}
.container-third {
  background-image: url("../img/bg_body03.jpg");
  background-size: 150%;
  background-position: center -259px;
  background-repeat: repeat;
}
.container-fourth {
  background-image: url("../img/bg_body03.jpg");
  background-size: 150%;
  background-position: center -259px;
  background-repeat: repeat;
}
@media screen and (max-width: 1024px) {
  .container-second {
    background-size: 275%;
  }
  .container-third {
    background-size: 212%;
  }
  .container-fourth {
    background-size: 300%;
  }
}

.title img {
  margin: 0 auto;
  max-width: 90%;
}

.event_time {
  padding: 5% 0;
  border: 1px solid #c9c2df;
  margin: 5% 0;
  background-image: url("../img/paper03.jpg");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat;
  border-radius: 10px;
  position: relative;
}
.event_time::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px dashed #c9c2df;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
.event_time-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event_time-head p {
  -webkit-filter: drop-shadow(0 0 0.7rem #6929ff);
          filter: drop-shadow(0 0 0.7rem #6929ff);
}
.event_time-head .icon {
  -webkit-filter: drop-shadow(0 0 0.7rem #6929ff);
          filter: drop-shadow(0 0 0.7rem #6929ff);
}
.event_time-body {
  text-align: center;
  margin: 2% auto 0;
  line-height: 22px;
  font-size: 1.2rem;
}
.event_time .event_time_acc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 10px;
  pointer-events: none;
}
.event_time .event_time_acc img {
  position: absolute;
}
.event_time .event_time_acc .left {
  width: 24.6%;
  left: 1%;
}
.event_time .event_time_acc .right {
  width: 25.7%;
  right: 1%;
}
@media screen and (max-width: 860px) {
  .event_time .event_time_acc .left {
    width: 28.6%;
  }
  .event_time .event_time_acc .right {
    width: 28.7%;
  }
}
@media screen and (max-width: 680px) {
  .event_time .event_time_acc .left {
    width: 30.6%;
  }
  .event_time .event_time_acc .right {
    width: 32.7%;
  }
}
@media screen and (max-width: 640px) {
  .event_time .event_time_acc .left {
    width: 32.6%;
  }
  .event_time .event_time_acc .right {
    width: 32.7%;
  }
}
@media screen and (max-width: 540px) {
  .event_time {
    padding: 8% 0;
  }
  .event_time .event_time_acc .left {
    display: none;
  }
  .event_time .event_time_acc .right {
    display: none;
  }
}

.event_container {
  position: relative;
}

.event_content {
  padding: 4% 0;
  background-image: url("../img/paper01.jpg");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat-y;
  position: relative;
  z-index: 2;
}
.event_content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 2% 0;
}
.event_content-head .l-title {
  color: #3a306e;
}
.event_content-body {
  color: #3a306e;
  line-height: 22px;
}
.event_content-time {
  margin: 2% 0;
}
.event_content .content-info {
  margin: 2% 0;
}
.event_content .content-info img {
  margin: 3.5% 0 1%;
}
@media screen and (max-width: 540px) {
  .event_content {
    padding: 8% 0;
  }
}

.icon {
  padding: 0 0.5%;
}

.acc-snow {
  position: fixed;
  background-image: url("../img/acc_snow.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: repeat-y;
  width: 100%;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
}

.acc_wrap .acc {
  position: absolute;
}
.acc_wrap .acc-01 {
  width: 34.375%;
  right: 0;
}
.acc_wrap .acc-02 {
  width: 18.125%;
  left: 4.9%;
  top: 15.5%;
}
.acc_wrap .acc-03 {
  width: 23.702%;
  z-index: 2;
  top: 50%;
  left: -14%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.acc_wrap .acc-04 {
  width: 20.518%;
  left: 18%;
  z-index: 1;
  top: 50%;
  left: 3%;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  animation: turnHorse 2s infinite alternate-reverse;
}
.acc_wrap .acc-05 {
  width: 35.2%;
  left: 0;
  top: 0;
}
.acc_wrap .acc-06 {
  top: 0;
  right: 2%;
}
.acc_wrap .acc-07 {
  width: 35.78%;
  top: 18%;
  right: 0;
}
.acc_wrap .acc-08 {
  width: 28.43%;
  top: -13vw;
  left: 2%;
}
.acc_wrap .acc-09 {
  width: 35.2%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1280px) {
  .acc_wrap .acc-02 {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .acc_wrap .acc-01 {
    width: 54.375%;
    right: -25%;
  }
  .acc_wrap .acc-02 {
    width: initial;
    left: -5%;
    top: 4%;
  }
  .acc_wrap .acc-07 {
    width: initial;
    top: 12%;
  }
  .acc_wrap .acc-08 {
    display: none;
  }
  .acc_wrap .acc-09 {
    width: initial;
  }
  .acc_wrap .acc-05 {
    width: initial;
  }
}
@media screen and (max-width: 860px) {
  .acc_wrap .acc-01 {
    display: none;
  }
  .acc_wrap .acc-02 {
    left: -15%;
  }
}
@media screen and (max-width: 767px) {
  .acc_wrap .acc-02 {
    display: none;
  }
  .acc_wrap .acc-03 {
    display: none;
  }
  .acc_wrap .acc-04 {
    display: none;
  }
  .acc_wrap .acc-06 {
    display: none;
  }
}

.paper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.paper-line {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.paper .line01 {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 5px solid #a2abdc;
}
.paper .line02 {
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  border: 1px solid #a2abdc;
}
.paper-material {
  position: absolute;
  background-image: url("../img/material01.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.paper-behind {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/paper02.jpg");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
@media screen and (max-width: 540px) {
  .paper-behind {
    display: none;
  }
}

.acc-cake {
  position: absolute;
  right: -20%;
  bottom: -50px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .acc-cake {
    display: none;
  }
}

.sign_box {
  padding: 10% 0;
  background-image: url("../img/paper03.jpg");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat-y;
  border: 1px solid #8c80be;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.sign_box:hover {
  animation: turn 0.2s linear alternate-reverse;
}
.sign_box::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px dashed #a2abdc;
  pointer-events: none;
}
.sign_box .title {
  margin: 0 auto;
}
.sign_box-out {
  cursor: pointer;
}
.sign_box-in {
  text-align: center;
}
.sign_box .sign_body {
  margin: 2% auto;
  max-width: 514px;
  width: 90%;
}
.sign_box .userId {
  padding: 0 1%;
}

.signOutArea.active {
  display: none;
}

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

.select_box {
  margin: 2% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.select_box select {
  width: 100%;
  padding: 3.5%;
  margin: 2% 0;
  background-color: #4b3e8e;
  outline: none;
  border: none;
  text-align: center;
  color: #f8e8b4;
  font-size: 1.05rem;
}
.select_box select option {
  color: #a2abdc;
}
@media screen and (max-width: 540px) {
  .select_box select {
    padding: 5.5%;
  }
}

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

.notice {
  padding: 5% 8%;
  color: #3a306e;
  line-height: 20px;
  position: relative;
  z-index: 2;
  font-size: 13px;
}
.notice li {
  margin: 1% 0;
}
@media screen and (max-width: 640px) {
  .notice {
    font-size: 0.95rem;
    line-height: 28px;
  }
}

.scroll_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
  pointer-events: none;
}
.scroll_wrap .balloon {
  position: absolute;
  z-index: 1;
  background-image: url("../img/balloon.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50vw;
  height: 44vw;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -webkit-transform: translateY(1000%);
          transform: translateY(1000%);
}
.scroll_wrap .balloon.active {
  -webkit-animation: balloonScrollY 1s ease-in-out forwards;
          animation: balloonScrollY 1s ease-in-out forwards;
}
.scroll_wrap .balloon.upDown {
  -webkit-animation: balloonUpDown 2s alternate infinite;
          animation: balloonUpDown 2s alternate infinite;
}
.scroll_wrap .balloon-01 {
  left: -10%;
  bottom: -30%;
}
.scroll_wrap .balloon-02 {
  left: 20%;
  -webkit-transform: scaleX(-1) translateY(1000%);
          transform: scaleX(-1) translateY(1000%);
  bottom: -25%;
}
.scroll_wrap .balloon-03 {
  left: 40%;
  bottom: -30%;
}
.scroll_wrap .balloon-04 {
  right: -15%;
  -webkit-transform: scaleX(-1) translateY(1000%);
          transform: scaleX(-1) translateY(1000%);
  bottom: -15%;
}
.scroll_wrap .balloon-05 {
  left: -20%;
  bottom: -10%;
}
.scroll_wrap .balloon-06 {
  right: -10%;
  bottom: -50%;
}
.scroll_wrap .balloon-07 {
  left: 0%;
  bottom: -50%;
}
.scroll_wrap .lunatic {
  position: absolute;
}
.scroll_wrap .lunatic.active {
  -webkit-animation: balloonScrollY 1s ease-in-out forwards;
          animation: balloonScrollY 1s ease-in-out forwards;
  bottom: 60%;
}
.scroll_wrap .lunatic-01 {
  left: 50%;
  bottom: -30%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.scroll_wrap .scroll_btn {
  position: absolute;
  right: 5%;
  bottom: 50%;
  text-align: center;
  cursor: pointer;
  display: none;
  pointer-events: all;
}
.scroll_wrap .scroll_btn:hover {
  -webkit-animation: balloonUpDown 2s alternate infinite;
          animation: balloonUpDown 2s alternate infinite;
}
.scroll_wrap .scroll_btn .scroll_img {
  background-image: url("../img/scrolltop.png");
  background-size: contain;
  background-position: 0 18px;
  background-repeat: no-repeat;
  width: 12vw;
  height: 8vw;
}
.scroll_wrap .scroll_btn p {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background-color: #ed7088;
  border-radius: 50px;
  padding: 3% 10%;
}
@media screen and (max-width: 768px) {
  .scroll_wrap .scroll_btn {
    width: 20%;
  }
  .scroll_wrap .scroll_btn .scroll_img {
    background-size: 100%;
    background-position: center 18px;
    width: 25vw;
    height: 20vw;
    position: absolute;
    bottom: 23px;
    left: -25px;
  }
  .scroll_wrap .scroll_btn p {
    display: block;
    padding: 6% 10%;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 480px) {
  .scroll_wrap .scroll_btn {
    width: 30%;
  }
  .scroll_wrap .scroll_btn .scroll_img {
    width: 32vw;
    height: 27vw;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .scroll_wrap .balloon {
    width: 80vw;
    height: 74vw;
  }
}
@media screen and (max-width: 480px) {
  .scroll_wrap .balloon {
    width: 120vw;
    height: 120vw;
  }
  .scroll_wrap .lunatic {
    left: 20%;
  }
}

.visited {
  pointer-events: none;
  background-color: #6e6790 !important;
}

.popup_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.popup_overlay.active {
  display: block;
}

.popup_main {
  position: absolute;
  max-width: 1024px;
  max-height: 768px;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .popup_main {
    width: 90%;
  }
}

.popup_body {
  padding: 4% 0;
  background-image: url("../img/paper01.jpg");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat-y;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 860px) {
  .popup_body {
    padding: 8% 0;
  }
}
@media screen and (max-width: 540px) {
  .popup_body {
    padding: 15% 0;
  }
}
@media screen and (max-width: 480px) {
  .popup_body {
    padding: 30% 0 5%;
  }
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  cursor: pointer;
}

.acc-lunatic {
  position: absolute;
  left: -20%;
  bottom: -10%;
  max-width: 40%;
}
@media screen and (max-width: 1024px) {
  .acc-lunatic {
    display: none;
  }
}

.acc-ribbon {
  position: absolute;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  top: 2%;
  left: 0;
  z-index: 1;
  max-width: 35%;
}
@media screen and (max-width: 1024px) {
  .acc-ribbon {
    display: none;
  }
}

.data_body {
  position: relative;
  width: 80%;
  height: 100%;
  margin: 0 0 0 auto;
}
.data_body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2% 0 0;
  overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
  .data_body {
    width: 97%;
  }
}

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

@media screen and (max-width: 1024px) {
  .acc_wrap .acc-02 {
    display: none;
  }
  .acc_wrap .acc-01 {
    right: -35%;
  }
}

.l-infoContentWidth {
  max-width: 600px;
}

.ctn_img {
  border-radius: 10px;
  max-width: 100%;
}

.container-second .title {
  margin: 0 0 5% 0;
}
.container-second .l-infoContentWidth {
  max-width: 800px;
}
.container-third {
  padding: 2% 0;
}
.container-letter .acc_wrap-08 {
  top: -10vw;
}
.container-gameui .acc-08 {
  top: 7vw;
  left: 4%;
  z-index: 2;
}
.container-gameui .acc-09 {
  top: 12vw;
}
@media screen and (max-width: 1024px) {
  .container-gameui .acc-09 {
    top: 80vw;
  }
}

.event_content-illustion {
  margin: 5% 0;
}

.illustion_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.illustion_box .ill-img {
  padding: 5% 0 0;
}
.illustion_box .l-title {
  font-family: "Noto Sans TC", sans-serif;
  margin: 2% 0;
  font-size: 1.2rem;
}
.illustion_box ul {
  margin: 0 0 0 3%;
}
.illustion_box li {
  line-height: 30px;
  color: #5b4bad;
}
.illustion_box li span {
  padding: 0 0 0 5%;
  display: block;
}
.illustion_box i {
  margin: 0 1% 0 0;
  color: #ead1e5;
}
@media screen and (max-width: 860px) {
  .illustion_box img {
    max-width: 50%;
  }
}
@media screen and (max-width: 540px) {
  .illustion_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .illustion_box img {
    max-width: 100%;
  }
  .illustion_box ul {
    width: 100%;
  }
}

.ro_game_wrap {
  border: 1px solid #c0c0c0;
  margin: 2% 0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.ro_game_wrap .title {
  padding: 1% 2%;
  background-color: #fff;
  border-bottom: 1px solid #c0c0c0;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  position: relative;
  z-index: 1;
}

.game_ui {
  position: relative;
}

.game_box .posi {
  position: absolute;
  z-index: 1;
}
.game_box .peo {
  bottom: 0;
  right: 5%;
}
.game_box .text {
  top: 10%;
  left: 10%;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  .game_box .peo {
    max-width: 60%;
  }
}
@media screen and (max-width: 540px) {
  .game_box .peo {
    max-width: 70%;
  }
  .game_box .text {
    top: 5%;
  }
}
@media screen and (max-width: 480px) {
  .game_box .peo {
    max-width: 85%;
  }
}
@media screen and (max-width: 390px) {
  .game_box .peo {
    max-width: 100%;
    right: 0;
  }
  .game_box .text {
    max-width: 80%;
    top: 3%;
  }
}
@media screen and (max-width: 360px) {
  .game_box .text {
    top: 10%;
  }
}

.move-btnStyle {
  cursor: url(../img/cursors/cursors01.png), auto;
  -webkit-animation: cursor 0.75s infinite;
          animation: cursor 0.75s infinite;
}

.hover-btnStyle {
  cursor: url(../img/cursors/hover01.png), pointer;
  -webkit-animation: cursorHover 0.6s infinite;
          animation: cursorHover 0.6s infinite;
}

.randomPolly {
  position: absolute;
  width: 41px;
  height: 39px;
}

.event_container-polly {
  width: 90%;
  margin: 5% 0 -8% 3%;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.event_container-polly .event_content {
  padding: 9% 0;
}
.event_container-polly .event_content-body {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.event_container-letter .l-infoContentWidth {
  max-width: 700px;
}

.switch_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5% 0 10%;
}
.switch_wrap .switch {
  width: calc(33.3333333333% - 10px);
  border: 2px solid #f8e8b4;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}
.switch_wrap .switch a {
  display: block;
  padding: 8% 5%;
  font-weight: bold;
  color: #fff;
}
.switch_wrap .switch i {
  font-size: 0.8rem;
  margin: 0 2px;
}
.switch_wrap .switch:nth-child(2) {
  margin: 0 2%;
}
.switch_wrap .switch:hover {
  background-color: #f8e8b4;
}
.switch_wrap .switch:hover a {
  color: #5b4bad;
}
.switch_wrap .switch.active {
  background-color: #f8e8b4;
}
.switch_wrap .switch.active a {
  color: #5b4bad;
}
@media screen and (max-width: 480px) {
  .switch_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .switch_wrap .switch {
    width: 100%;
  }
  .switch_wrap .switch:nth-child(2) {
    margin: 2% 0;
  }
  .switch_wrap .switch a {
    padding: 4%;
  }
}

.evt_info_wrap {
  width: 90%;
  margin: 2% auto;
}

.evt_info_wrap .title {
  font-weight: bold;
  color: #3A306E;
  font-size: 1rem;
}
.evt_info_wrap li {
  position: relative;
  padding: 1% 0;
  margin: 0 0 0 1%;
  color: #5e4eb2;
}
.evt_info_wrap li::after {
  content: "";
  position: absolute;
  background-image: url("../img/line.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat-x;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
@media screen and (max-width: 540px) {
  .evt_info_wrap li {
    padding: 3% 0;
    line-height: 22px;
  }
}

.letter_wrap {
  position: relative;
}
.letter_wrap .acc {
  position: absolute;
}
.letter_wrap .acc-bag {
  top: 0;
  right: -15%;
}
.letter_wrap .acc-cookie03 {
  left: -15%;
  bottom: -15%;
}
.letter_wrap img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .letter_wrap .acc-bag {
    display: none;
  }
  .letter_wrap .acc-cookie03 {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .letter_wrap {
    width: 200%;
    -webkit-transform: rotate(-9deg) translate(-22%, -15%);
            transform: rotate(-9deg) translate(-22%, -15%);
  }
}

.evt_c_msg {
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .evt_c_msg {
    max-width: initial;
    width: 200%;
    -webkit-transform: rotate(-5deg) translate(-25%, -15%);
            transform: rotate(-5deg) translate(-25%, -15%);
  }
}

.evt_c_map {
  max-width: 100%;
}

.acc-cookie02 {
  z-index: 1;
  top: 2%;
  left: -25%;
}
@media screen and (max-width: 820px) {
  .acc-cookie02 {
    display: none;
  }
}

.acc-monster01 {
  left: -22%;
  bottom: -10%;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .acc-monster01 {
    display: none;
  }
}

.acc-monster02 {
  top: 0;
  right: -20%;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .acc-monster02 {
    display: none;
  }
}

.acc-monster03 {
  top: 0;
  right: -30%;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .acc-monster03 {
    display: none;
  }
}

.acc-monster04 {
  top: 10%;
  left: -25%;
  z-index: 2;
  width: 35%;
}
@media screen and (max-width: 820px) {
  .acc-monster04 {
    display: none;
  }
}

.acc-monster05 {
  top: 51%;
  right: -20%;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .acc-monster05 {
    display: none;
  }
}

.acc-monster06 {
  bottom: 0;
  left: -27%;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .acc-monster06 {
    display: none;
  }
}

.ingame_content {
  border-radius: 20px;
  margin: 8% 0;
  background-color: #fff;
  color: #3A306E;
  padding: 0 0 2% 0;
  position: relative;
}
.ingame_content::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #ebe0ff;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.ingame_content-head {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #7965b5;
  padding: 2% 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 680px) {
  .ingame_content-head {
    padding: 4% 0;
  }
}
.ingame_content .l-title {
  font-family: "Noto Sans TC", sans-serif;
}
@media screen and (max-width: 540px) {
  .ingame_content .l-title {
    font-size: 1.2rem;
  }
}
.ingame_content .ingame_info_wrap {
  width: 90%;
  margin: 0 auto;
}
.ingame_content .ingame_img {
  padding: 2% 0;
}
.ingame_content .ingame_img img {
  max-width: 100%;
  margin: 0 auto;
}
.ingame_content .ingame_img-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ingame_content .ingame_img-two img {
  width: calc(50% - 5px);
}
@media screen and (max-width: 540px) {
  .ingame_content .ingame_img-two {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ingame_content .ingame_img-two img {
    width: 100%;
  }
}
.ingame_content span {
  display: block;
  text-align: center;
  margin: 1% 0;
  line-height: 22px;
}
.ingame_content .tips {
  font-size: 0.9rem;
  line-height: 21px;
}
.ingame_content .demo_img {
  right: 4%;
  bottom: 2%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  animation: turn 2s infinite ease-in alternate-reverse;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .ingame_content .demo_img {
    right: -1%;
    bottom: -3%;
  }
}
.ingame_content-exchange .ingame_content-head {
  background-color: #434db1;
}
.ingame_content-exchange .ingame_list_wrap .in_title {
  width: 25%;
  background-color: #434db1;
}
.ingame_content-exchange .ingame_list_wrap .in_content {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ingame_content-exchange .ingame_list_wrap .in_need {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  padding: 2%;
  background-color: #ebedfb;
  margin: 0 0 0 1px;
}
@media screen and (max-width: 540px) {
  .ingame_content-exchange .ingame_list_wrap .ingame_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .ingame_content-exchange .ingame_list_wrap .ingame_list-demo img {
    max-width: 80%;
  }
  .ingame_content-exchange .ingame_list_wrap .exchange_title {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.ingame_content-exchange .exchange_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: row;
      flex-wrap: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ingame_content-exchange .exchange_title p {
  background-color: #434db1;
  text-align: center;
  padding: 2%;
  color: #fff;
}
.ingame_content-exchange .exchange_title p:nth-child(1) {
  width: 25%;
}
.ingame_content-exchange .exchange_title p:nth-child(2) {
  width: 55%;
  margin: 0 1px;
}
.ingame_content-exchange .exchange_title p:nth-child(3) {
  width: 20%;
}

.ingame_list_wrap {
  width: 100%;
  margin: 2% 0;
}
.ingame_list_wrap .in_title {
  padding: 2%;
  width: 20%;
  background-color: #7965b5;
  text-align: center;
  color: #fff;
}
.ingame_list_wrap .in_title-props {
  font-weight: bold;
  color: #3A306E;
}
.ingame_list_wrap .in_content {
  padding: 2%;
  text-align: left;
  width: 80%;
  background-color: #ebedfb;
}
.ingame_list_wrap .in_content p {
  line-height: 20px;
}
.ingame_list_wrap li {
  padding: 1% 0;
  color: #5e4eb2;
  font-size: 1rem;
}
@media screen and (max-width: 680px) {
  .ingame_list_wrap li {
    line-height: 22px;
  }
  .ingame_list_wrap .in_title {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .ingame_list_wrap .in_content {
    width: 100%;
    padding: 4%;
    line-height: 22px;
  }
  .ingame_list_wrap .in_title {
    text-align: left;
  }
}

.ingame_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ingame_list:nth-child(even) {
  margin: 1px 0;
}
.ingame_list-demo {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ingame_list-demo .in_title {
  text-align: center;
}
.ingame_list-demo img {
  margin: 1% auto 5%;
}
.ingame_list-demo span {
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .ingame_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ingame_list-demo .in_title {
    width: 100%;
    text-align: left;
  }
}

.ingame_condition .cd_title {
  background-color: #7965b5;
  text-align: center;
  padding: 2% 0;
  color: #fff;
}

.condition_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3% 0;
}
.condition_list.l-light {
  background-color: #f8f9ff;
}
.condition_list.l-deep {
  background-color: #ebedfb;
}
@media screen and (max-width: 480px) {
  .condition_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10% 0;
  }
  .condition_list .cd_img {
    width: 100%;
    padding: 0;
  }
  .condition_list .cd_info {
    width: 90%;
  }
}

.cd_img {
  padding: 0 5% 0 0;
  width: 30%;
}
.cd_img img {
  margin: 0 auto;
}
.cd_img p {
  margin: 5% 0;
  line-height: 20px;
  text-align: center;
}
.cd_img span {
  display: block;
}

.cd_info {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cd_info span {
  display: inline-block;
  color: #7173a9;
}
.cd_info p {
  color: #393b76;
}
.cd_info .cd_msg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1% 0 0 0;
  font-size: 0.9rem;
  background-color: #fff;
  border: 1px solid #7173a9;
  padding: 2%;
  border-radius: 5px;
  position: relative;
}
.cd_info .cd_msg.l-deepMsg {
  background-color: #7173a9;
  color: #fff;
}
.cd_info .cd_msg::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent #5e4eb2 transparent transparent;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 680px) {
  .cd_info .cd_msg {
    width: inherit;
    line-height: 22px;
  }
}
@media screen and (max-width: 480px) {
  .cd_info .cd_msg {
    width: 100%;
    margin: 2% 0;
  }
  .cd_info .cd_msg::after {
    left: 50%;
    top: -6px;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}

.user_title {
  font-weight: bold;
  color: #393b76;
  font-size: 1.1rem;
}

.ingame_info_wrap-use .exchange_title p:nth-child(1) {
  width: 100%;
}

.ingame_content .ingame_info_wrap-use .in_title {
  width: 50%;
  background-color: #ebedfb;
  color: #5e4eb2;
}
@media screen and (max-width: 540px) {
  .ingame_content .ingame_info_wrap-use .in_title {
    width: 100%;
  }
}
.ingame_content .ingame_info_wrap-use .in_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: left;
}
.ingame_content .ingame_info_wrap-use .in_content p {
  line-height: 22px;
  width: 100%;
}
.ingame_content .ingame_info_wrap-use .ingame_list_wrap-exchange .exchange_title p {
  width: 50%;
}
.ingame_content .ingame_info_wrap-use .ingame_list_wrap-exchange .in_title {
  width: 50%;
}
.ingame_content .ingame_info_wrap-use .ingame_list_wrap-exchange .in_need {
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 540px) {
  .ingame_content .ingame_info_wrap-use .ingame_list_wrap-exchange .in_need {
    text-align: center;
  }
}
.ingame_content .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ingame_content .search i {
  font-size: 15px;
}
.ingame_content .search .search_btn {
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0 0 0 2px;
}
.ingame_content .search .search_btn:hover {
  opacity: 0.5;
}

.acc-cake-02 {
  left: -45%;
  top: 70%;
}

.l-bgPoint {
  background-color: #f4777b !important;
}

.l-bgPointLight {
  background-color: #ffebec !important;
}

.award_show_wrap {
  overflow-y: scroll;
  height: 100%;
}
.award_show_wrap .award_img {
  margin: 0 auto;
  max-width: 100%;
}
.award_show_wrap .award_img img {
  max-width: 90%;
}
.award_show_wrap .award_title {
  color: #3a306e;
  margin: 2% 0;
  line-height: 22px;
}
.award_show_wrap .award_tips {
  color: #3a306e;
  margin: 2% 0 0;
  display: inline-block;
  padding: 1% 2%;
  background-color: #b7c3e4;
  border-radius: 50px;
}
.award_show_wrap::-webkit-scrollbar {
  width: 6px;
}
.award_show_wrap::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}
.award_show_wrap::-webkit-scrollbar-track-piece {
  background: transparent;
}
.award_show_wrap::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #b7c3e4;
}
.award_show_wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
}
@media screen and (max-width: 1024px) {
  .award_show_wrap {
    text-align: center;
  }
  .award_show_wrap .award_title {
    text-align: left;
    padding: 0 8%;
  }
  .award_show_wrap .award_img img {
    margin: 0 auto;
    max-width: 90%;
  }
}

@media screen and (max-width: 540px) {
  .popup_main {
    height: 55%;
  }
}

p.posi {
  color: #7173a9;
  font-size: 0.8rem;
  margin: -5% 0 2%;
}

.l-fontColorPur {
  color: #7173a9;
}