@charset "UTF-8";
body {
  background-color: #6c0019;
}

/***common***/
@-webkit-keyframes movingY {
  from {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  to {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@keyframes movingY {
  from {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  to {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
*:focus-visible {
  outline: auto;
  outline-offset: 0.1em;
}

[data-device=mobile] .only-pc,
[data-device=pc] .only-mobile {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

[data-device=mobile] .only-mobile,
[data-device=pc] .only-pc {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html,
body {
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  overflow: visible !important;
}

.color-green {
  color: #6c0019 !important;
}

.color-gray {
  color: #6c6c6c !important;
}

.color-orange {
  color: #ff5a00 !important;
}
.color-orange:is(a, .link):hover {
  color: rgb(229.5, 81, 0) !important;
}

.color-blue {
  color: #0096ff !important;
}

.text-center {
  text-align: center;
}

/***common***/
/***content***/
#header {
  background-color: #6c0019;
}

#main {
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  padding-bottom: clamp(90px, 10vh, 120px);
  z-index: 1;
}
#main::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/img/Event/202510-Deawar/bg_side.jpg") center/contain repeat-y;
  pointer-events: none;
  position: absolute;
  top: 2.15em;
  left: 0;
  z-index: 1;
  mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(10%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(10%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 100%);
}
@media (max-width: 1200px) {
  #main #socials {
    padding: 0.75em 0.25em;
    position: static;
  }
  #main #socials .side-nav {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    left: auto;
  }
}

#bannerBox {
  margin-top: 0;
  position: relative;
  z-index: 5;
}
#bannerBox #banner {
  width: 32em;
  height: 10.8334em;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0.15em;
}

.side-container {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 2.25em;
  z-index: 5;
  pointer-events: none;
  width: 100%;
  max-width: 24em;
  opacity: 1;
}
.side-container > * {
  pointer-events: all;
}

.side-btn {
  display: block;
  margin-left: auto;
  margin-right: 0.25em;
  width: 3.15em;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (max-width: 1280px) {
  .side-btn {
    opacity: 0;
    pointer-events: none;
  }
}

#article {
  width: calc(100% - 40px);
  max-width: 860px !important;
  margin: -1em auto 0;
  position: relative;
  z-index: 5;
}
#article .top-title {
  margin-top: 0;
  top: -0.2em;
  position: relative;
}

@-webkit-keyframes btnPointer {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-filter: drop-shadow(0.1em 0.2em 0.05em rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0.1em 0.2em 0.05em rgba(0, 0, 0, 0.25));
  }
  50% {
    -webkit-transform: rotate(10deg) scale(1.1) translate(0.25em, 0.1em);
            transform: rotate(10deg) scale(1.1) translate(0.25em, 0.1em);
    -webkit-filter: drop-shadow(0.1em 0.3em 0.1em rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0.1em 0.3em 0.1em rgba(0, 0, 0, 0.25));
  }
}

@keyframes btnPointer {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-filter: drop-shadow(0.1em 0.2em 0.05em rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0.1em 0.2em 0.05em rgba(0, 0, 0, 0.25));
  }
  50% {
    -webkit-transform: rotate(10deg) scale(1.1) translate(0.25em, 0.1em);
            transform: rotate(10deg) scale(1.1) translate(0.25em, 0.1em);
    -webkit-filter: drop-shadow(0.1em 0.3em 0.1em rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0.1em 0.3em 0.1em rgba(0, 0, 0, 0.25));
  }
}
section {
  margin-top: 0.4em;
  position: relative;
  color: white;
}
section.sectionBlock {
  margin-bottom: 1.5em;
}
section .imgBox {
  position: relative;
}
section .imgBox .mail {
  position: absolute;
  right: 3em;
  width: 21%;
  top: 0.1em;
  -webkit-animation: movingY 1s ease-in-out infinite alternate;
          animation: movingY 1s ease-in-out infinite alternate;
}
section .only-pc {
  position: relative;
}
section #EventQR {
  position: absolute;
  padding: 0.18em;
  width: 22%;
  right: 2em;
  top: 0.75em;
  background: white;
}
section .btn-pointer::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: calc(90% - 1.5em);
  top: 70%;
  width: 1.75em;
  height: 1.75em;
  background: url("/img/Event/202510-Deawar/pointer.png") center/contain no-repeat;
  -webkit-filter: drop-shadow(0.1em 0.2em 0.05em rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0.1em 0.2em 0.05em rgba(0, 0, 0, 0.25));
  -webkit-animation: btnPointer 1.2s infinite ease-in-out;
          animation: btnPointer 1.2s infinite ease-in-out;
  pointer-events: none;
}
section#sectionRules .border {
  padding-bottom: 0.3em;
}
section#sectionRules ul,
section#sectionRules ol {
  max-width: 100%;
  counter-reset: rules-counter;
  font-size: 0.5em;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  margin: 0 auto;
  padding-top: 0.5em;
  padding-left: 1.725em;
  text-align: left;
}
section .border {
  border-radius: 0.5em;
  -o-border-image: url("/img/Event/202510-Deawar/border.png?v=2") 180 fill/3em/0.75em;
     border-image: url("/img/Event/202510-Deawar/border.png?v=2") 180 fill/3em/0.75em;
}
section .border.short {
  -o-border-image: url("/img/Event/202510-Deawar/border2.png") 180 fill/3em/0.75em;
     border-image: url("/img/Event/202510-Deawar/border2.png") 180 fill/3em/0.75em;
}
@media (max-width: 768px) {
  section .border {
    border-width: 3px;
  }
}
section .section-title {
  width: 100%;
}
section .section-title img {
  width: 8.9334em;
}
section .box .box-title {
  width: 14.267em;
  height: 1.4em;
  color: #fff;
  font-size: 0.75em;
  font-weight: 400;
  margin: auto;
  text-shadow: 0 3px 8px #000;
  position: relative;
}
section .box .border {
  background: url("/img/Event/202510-Deawar/box_bg.png") top center/cover no-repeat;
  border: 4px solid #00c573;
  border-radius: 0.725em;
  position: relative;
  padding-bottom: 0.4em;
  margin: 0 auto;
}
section .box .border img {
  margin: 0 auto;
}
section .text {
  font-size: 0.5em;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0.4em;
  margin-bottom: 0.45em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
section .text .small {
  font-size: 0.8em;
  position: relative;
  top: -0.45em;
}
section .link {
  color: #0083ff;
  text-decoration: underline;
}
section .link:hover {
  color: #ff5a00;
}

#footer {
  background-color: transparent;
  z-index: 3;
}

.btn-play, .btn-login {
  font: inherit;
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  cursor: pointer;
  width: 15em;
  height: 2em;
  display: inline-block;
  background: url("/img/Event/202510-Deawar/btn_donwload.png") top/100% auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 74%;
  background-repeat: no-repeat;
  top: 14%;
}
.btn-play:hover, .btn-login:hover {
  background-image: url("/img/Event/202510-Deawar/btn_donwload_hover.png");
  background-repeat: no-repeat;
}
.btn-play:active, .btn-login:active {
  background-position: bottom;
}

.loadingAnimation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  position: absolute;
  inset: 0;
}
.loadingAnimation .bouncingDots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.35em;
}
.loadingAnimation .bouncingDots .dot {
  width: 0.45em;
  height: 0.45em;
  background-color: #ff5a00;
  border-radius: 50%;
  -webkit-animation: bounce 1.25s infinite ease-in-out;
          animation: bounce 1.25s infinite ease-in-out;
}
.loadingAnimation .bouncingDots .dot:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.loadingAnimation .bouncingDots .dot:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.dui {
  width: 100%;
  height: clamp(90px, 10vh, 120px);
  background-color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 1200px) {
  .dui img {
    width: 100%;
    height: 95%;
    margin: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
}/*# sourceMappingURL=main.css.map */