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

.fontExplan {
  color: #2d71c5; }

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

.vi_container {
  height: 45vw; }
  @media screen and (max-width: 540px) {
    .vi_container {
      height: auto;
      padding: 0 0 85% 0; } }

.slogan_wrap {
  top: 17vw;
  left: 26%; }
  .slogan_wrap .rtc_logo {
    width: 7vw; }
  .slogan_wrap .slogan_body {
    width: 25vw; }
  @media screen and (max-width: 1280px) {
    .slogan_wrap .slogan_body {
      width: 26vw; } }
  @media screen and (max-width: 1024px) {
    .slogan_wrap .rtc_logo {
      width: 8vw; }
    .slogan_wrap .slogan_body {
      width: 32vw; } }
  @media screen and (max-width: 540px) {
    .slogan_wrap {
      top: 39vw;
      left: 33vw; }
      .slogan_wrap .rtc_logo {
        width: 15vw; }
      .slogan_wrap .slogan_body {
        width: 58vw; } }

.vi_wrap .vi_peo--frontRight {
  width: 45vw;
  right: 16vw;
  bottom: 2vw; }

.vi_wrap .vi_peo--behindRight {
  width: 32vw;
  right: 13vw;
  top: initial;
  bottom: 2vw; }

@media screen and (max-width: 540px) {
  .vi_wrap .vi_peo--frontRight {
    width: 75vw;
    right: -15vw; }
  .vi_wrap .vi_peo--behindRight {
    display: none; } }

.paper_body {
  background-image: url("../img/bg_org_body.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat-y; }

.team_wrap {
  margin: 2% 0; }
  @media screen and (max-width: 960px) {
    .team_wrap {
      margin: 2% 0; } }
  .team_wrap .team_body_head {
    color: #cb2e2e;
    font-size: 15px; }
  .team_wrap .team_body {
    background-color: #fff;
    padding: 0% 2% 2%;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: -4px 4px 0px rgba(162, 93, 35, 0.1);
    box-shadow: -4px 4px 0px rgba(162, 93, 35, 0.1); }
  .team_wrap .teamDate {
    font-size: 25px; }
  .team_wrap .table_wrap {
    width: 100%;
    text-align: center; }
    .team_wrap .table_wrap th, .team_wrap .table_wrap td {
      padding: 0.7%;
      background-color: #fad887;
      border: 1px solid #c37743;
      vertical-align: middle;
      font-size: 15px;
      color: #613b21; }
    .team_wrap .table_wrap th {
      font-weight: 700;
      line-height: 1.3; }
      .team_wrap .table_wrap th:nth-child(1) {
        width: 10%; }
        @media screen and (max-width: 540px) {
          .team_wrap .table_wrap th:nth-child(1) {
            word-break: keep-all; } }
      .team_wrap .table_wrap th:nth-child(2) {
        width: 5%; }
      .team_wrap .table_wrap th:nth-child(3) {
        width: 30%; }
      .team_wrap .table_wrap th:nth-child(4) {
        width: 30%; }
      .team_wrap .table_wrap th:nth-child(5) {
        width: 15%; }
      .team_wrap .table_wrap th span {
        display: block; }
    .team_wrap .table_wrap td {
      background-color: rgba(255, 243, 204, 0.3);
      line-height: 1.4;
      word-wrap: break-word; }
    .team_wrap .table_wrap--finalgame {
      margin: 0 auto; }
      .team_wrap .table_wrap--finalgame td {
        border-right-width: 1px; }
        .team_wrap .table_wrap--finalgame td:nth-child(6) {
          border-right-width: 1px;
          border-color: #e25534;
          border-bottom-width: 0px; }
      .team_wrap .table_wrap--finalgame th:nth-child(1) {
        width: 20%; }
      .team_wrap .table_wrap--finalgame th:nth-child(2) {
        width: 40%; }
      .team_wrap .table_wrap--finalgame .date {
        font-size: 25px;
        font-weight: 700; }
        .team_wrap .table_wrap--finalgame .date span {
          display: block;
          font-size: 20px; }
    @media screen and (max-width: 960px) {
      .team_wrap .table_wrap td span {
        display: block;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); } }
    @media screen and (max-width: 480px) {
      .team_wrap .table_wrap td {
        word-break: break-all; } }
  .team_wrap--notice {
    text-align: center; }
  @media screen and (max-width: 1024px) {
    .team_wrap .team_body {
      padding: 5% 2%; } }
  @media screen and (max-width: 540px) {
    .team_wrap .team_body_head p {
      text-align: center; } }

.schedule_btn_wrap {
  background-color: #c37743;
  text-align: center; }

.schedule_area {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }

.scheduleBtn {
  width: calc(70% / 5 - 10px);
  margin: 0 -2px;
  padding: 1.5% 2%;
  color: #fff;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  position: relative; }
  .scheduleBtn.disable {
    opacity: 0.7; }
  .scheduleBtn.active {
    background-color: #613b21;
    color: #fff; }
  .scheduleBtn:hover {
    background-color: #613b21;
    color: #fff; }
  @media screen and (max-width: 1024px) {
    .scheduleBtn {
      width: calc(100% / 5 - 10px);
      padding: 2%; } }
  @media screen and (max-width: 480px) {
    .scheduleBtn {
      width: calc(100% / 2 - 10px);
      padding: 4%; } }

.schedule_team_wrap {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .schedule_team_wrap {
      margin: 5% auto; } }

.schedule_team_head {
  max-width: 900px;
  width: 60%;
  margin: 0 auto;
  position: relative; }
  .schedule_team_head .icon_search {
    position: absolute;
    right: 2vw;
    top: 39%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media screen and (max-width: 1024px) {
    .schedule_team_head {
      width: 90%; } }
  @media screen and (max-width: 540px) {
    .schedule_team_head {
      width: 100%; }
      .schedule_team_head .icon_search {
        right: 4vw; } }

.input_area {
  border-bottom: 0; }
  @media screen and (max-width: 540px) {
    .input_area input {
      padding: 4%; } }

.team_acc_paper {
  max-width: 1280px;
  width: 100%;
  height: 50px;
  background-image: url("../img/bg_while_head.png");
  background-size: 100%;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(-4px 4px 0px rgba(162, 93, 35, 0.1));
  filter: drop-shadow(-4px 4px 0px rgba(162, 93, 35, 0.1)); }

.card_head {
  text-align: center; }
  .card_head h6 {
    font-size: 30px;
    font-weight: 600;
    color: #613b21; }

.team_notice {
  display: inline-block;
  padding: 1% 5%;
  margin: 1% 0;
  background-color: #fff;
  border-radius: 50px;
  letter-spacing: 1px;
  font-weight: 600; }
  @media screen and (max-width: 480px) {
    .team_notice {
      margin: 4% 0 0; } }

.team_verify {
  padding: 1%;
  margin: 1% 0;
  background-color: #cc5536;
  border-radius: 50px;
  display: inline-block;
  color: #fff; }
  @media screen and (max-width: 540px) {
    .team_verify {
      margin: 2% 0;
      padding: 2%;
      display: block;
      text-align: center; }
      .team_verify span {
        display: block;
        margin: 1.5% 0 0; } }

.icon_date {
  display: inline-block;
  font-size: 20px;
  padding: 0 5px 0 1%; }

.pointRed {
  background-color: #ffc2a6 !important;
  border: 1px solid #cb2e2e !important; }

.borderBottom {
  border-bottom: 1px dashed #f7ca95; }
