@charset "UTF-8";
body {
  background: #a7adb9;
  min-height: 100vw;
}

main {
  color: black;
}

#header, #footer {
  background: black;
}

.bg-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 16em);
  width: 32em;
  margin: 0 auto;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -5;
}
.bg-area .repeat-bg {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat-y;
  margin-top: 10em;
}

img {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

#article {
  margin-top: 2em;
  max-width: 1000px;
  left: 50%;
  transform: translate(-50%);
  position: relative;
}

.container {
  position: relative;
  z-index: -1;
}

@media (max-width: 1200px) {
  #socials {
    left: 0;
  }
}
@media (max-width: 810px) {
  #socials {
    position: relative;
    top: -0.5em;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  }
}
/*浮動*/
.side-container {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  top: 2.25em;
  z-index: 5;
  pointer-events: none;
  width: 100%;
  max-width: 26em;
  opacity: 1;
}
.side-container .side-btn {
  pointer-events: all;
  display: block;
  margin-left: auto;
  margin-right: 0.25em;
  width: 3.15em;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (max-width: 900px) {
  .side-container .side-btn {
    opacity: 0;
    pointer-events: none;
  }
}

/*tool*/
.mb-01 {
  margin-bottom: 0.1em !important;
}

.mb-05 {
  margin-bottom: 0.5em !important;
}

.mb-07 {
  margin-bottom: 0.7em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-1-5 {
  margin-bottom: 1.5em !important;
}

.mb-2-5 {
  margin-bottom: 2.5em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mt-01 {
  margin-top: 0.1em !important;
}

.mt-05 {
  margin-top: 0.5em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-1-5 {
  margin-top: 1.5em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.ptb-05 {
  padding: 0.5em 0 !important;
}

.pt-1 {
  padding-top: 1em !important;
}

.display-none {
  display: none !important;
}

.flex {
  display: flex !important;
}

.wrap {
  flex-wrap: wrap !important;
}

.clo {
  flex-direction: column !important;
}

.txt-center {
  text-align: center !important;
}

.z1 {
  z-index: 1 !important;
}

.z2 {
  z-index: 2 !important;
}

.z3 {
  z-index: 3 !important;
}

.no-poly {
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.gray {
  color: #505050 !important;
}

.w84 {
  width: 84% !important;
}

.w65 {
  width: 65% !important;
}

/*雙層字*/
/*banner*/
#main-banner .txt-date {
  color: white;
  font-size: 0.55em;
  font-weight: 700;
  width: 50%;
}
#main-banner .icon {
  margin-right: -1.2em;
  width: 30%;
}
#main-banner .slogan {
  width: 84%;
}

/*page content*/
.text-outline {
  text-shadow: 0 2px black, 0 -2px black, 2px 0 black, -2px 0 black, 1.4px 1.4px black, -1.4px 1.4px black, 1.4px -1.4px black, -1.4px -1.4px black;
  filter: drop-shadow(0.03em 0em 0.01em black) drop-shadow(0em -0.06em 0.01em black) drop-shadow(-0.03em 0em 0.01em black) drop-shadow(0em 0.06em 0.01em black) drop-shadow(0.03em 0em 0.01em black);
}

.btn-play, .btn-play2 {
  position: relative;
  z-index: 1;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  width: 8em;
  height: 1.8em;
  margin: 0.2em auto;
  background: url(../../../img/Event/20240701-Easycard/btn-play.png) top/100% auto no-repeat;
  -webkit-animation: btnPlay 2s infinite step-end;
          animation: btnPlay 2s infinite step-end;
  transition: transition 1s, opacity 1s, filter 0.1s;
}
.btn-play:hover, .btn-play:active, .btn-play2:hover, .btn-play2:active {
  -webkit-animation: none;
          animation: none;
  background-position: bottom;
  filter: brightness(1.1) drop-shadow(2px 2px 2px rgba(51, 51, 51, 0.555));
}

.btn-play::after {
  content: "";
  position: absolute;
  width: 13em;
  height: 42px;
  background: url(../../../img/Event/20240701-Easycard/triangle.png) top/100% auto no-repeat;
  right: -2.5em;
  margin-top: 0.5em;
}

.btn-play2 {
  background: url(../../../img/Event/20240701-Easycard/btn-play2.png) top/100% auto no-repeat;
  width: 11em;
  height: 2.15em;
  margin: 0.7em auto;
}

/*main*/
#section-feedback, #section-point {
  position: relative;
  background: url(../../../img/Event/20240701-Easycard/border-center%EF%B9%96v=4.png) top/100% auto repeat;
  margin: 1.3em 0.7em 1em;
  z-index: -2;
}
#section-feedback::after, #section-point::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: url(../../../img/Event/20240701-Easycard/border-bottom%EF%B9%96v=4.png) top/100% auto no-repeat;
  z-index: -1;
  margin-top: -0.8em;
}
#section-feedback::before, #section-point::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  margin-top: -0.8em;
  background: url(../../../img/Event/20240701-Easycard/border-top%EF%B9%96v=4.png) top/100% auto no-repeat;
  z-index: -1;
}
#section-feedback h3, #section-point h3 {
  font-size: 0.5em;
  font-weight: 900;
  margin: 0.5em 0;
}
#section-feedback p, #section-point p {
  font-size: 0.45em;
  font-weight: 900;
  position: relative;
  left: 0.5em;
  top: 1em;
}
#section-feedback .function, #section-point .function {
  margin: 0;
}
#section-feedback .function .feedback-txt1, #section-feedback .function .feedback-txt2, #section-point .function .feedback-txt1, #section-point .function .feedback-txt2 {
  position: absolute;
  z-index: -1;
  width: 97%;
  margin: 0.2em -0.5em;
}
#section-feedback .function .txt-one, #section-point .function .txt-one {
  left: 1.5em;
}
#section-feedback .feedback-txt, #section-point .feedback-txt {
  border: 3px solid black;
}
#section-feedback .box, #section-point .box {
  background: #eeeeee;
  width: 90%;
  margin: 0 auto;
  border: transparent;
  border-radius: 20px;
  padding: 0.5em;
}
#section-feedback .title-point, #section-point .title-point {
  padding-top: 0.3em;
}

#section-notice img {
  width: 6em;
}
#section-notice ol {
  padding: 0.5em 0;
  width: 80%;
  left: 2.6em;
}
#section-notice li {
  font-size: 0.4em;
  font-weight: 700;
}

/*==============*/
/* MODAL STYLES */
.modal {
  font: 400 60px/1.5 Arial, Helvetica, sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal.active {
  display: flex;
}
.modal .mask {
  z-index: -3;
  position: fixed;
  top: -50vh;
  left: -50vw;
  bottom: -50vh;
  right: -50vw;
  background: rgba(0, 0, 0, 0.75);
  -webkit-animation: fade 0.4s ease-out;
          animation: fade 0.4s ease-out;
}
@supports ((-webkit-backdrop-filter: blur(0.1em)) or (backdrop-filter: blur(0.1em))) {
  .modal .mask {
    -webkit-backdrop-filter: blur(0.1em);
            backdrop-filter: blur(0.1em);
    background: rgba(8, 8, 8, 0.8);
    transition: -webkit-backdrop-filter 0.5s ease-out;
    transition: backdrop-filter 0.5s ease-out;
    transition: backdrop-filter 0.5s ease-out, -webkit-backdrop-filter 0.5s ease-out;
  }
}
.modal .btn-close {
  font: inherit;
  font-size: 0.8em;
  font-weight: 700;
  display: block;
  position: relative;
  z-index: 2;
  left: 8.5em;
  top: 0.5em;
  width: 2em;
  height: 2em;
  border: none;
  margin: 0 auto;
  border-radius: 100%;
  color: transparent;
  background: #949494;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: filter 0.2s;
}
@media (max-width: 991px) {
  .modal .btn-close {
    left: 7em;
  }
}
@media (max-width: 767px) {
  .modal .btn-close {
    font-size: 0.7em;
    left: 5.5em;
  }
}
@media (max-width: 576px) {
  .modal .btn-close {
    font-size: 0.6em;
    left: 4.5em;
  }
}
@media (max-width: 395px) {
  .modal .btn-close {
    font-size: 0.4em;
    left: 36%;
  }
}
.modal .btn-close::before, .modal .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10%;
  height: 70%;
  transform: translate(-50%, -50%) rotate(-43deg);
  background: #fff;
  border-radius: 0.05em;
}
.modal .btn-close::after {
  transform: translate(-50%, -50%) rotate(43deg);
}
.modal .btn-close:hover, .modal .btn-close:focus, .modal .btn-close:active {
  filter: brightness(1.1) drop-shadow(0 0.1em 0.05em rgba(24, 8, 24, 0.5));
}

.modal-overflow {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-height: 100vh;
  scrollbar-width: none;
}
.modal-overflow::-webkit-scrollbar {
  width: 0px;
}

.modal-window {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 10em;
  max-width: 20em;
  margin: 0 auto;
}

.modal-content {
  padding: 0.5em 0 1em;
  position: relative;
  background: url(../../../img/Event/20240701-Easycard/border-center%EF%B9%96v=4.png) top/100% auto repeat;
  width: 15em;
  margin: 0 auto;
  z-index: 0;
}
@media (max-width: 991px) {
  .modal-content {
    width: 12em;
  }
}
@media (max-width: 767px) {
  .modal-content {
    width: 9em;
  }
}
@media (max-width: 576px) {
  .modal-content {
    width: 6em;
  }
}
@media (max-width: 395px) {
  .modal-content {
    width: 80%;
  }
}
.modal-content h3 {
  font-size: 1em;
  padding-top: 0.5em;
}
@media (max-width: 576px) {
  .modal-content h3 {
    font-size: 0.8em;
  }
}
@media (max-width: 395px) {
  .modal-content h3 {
    font-size: 0.5em;
  }
}
.modal-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: url(../../../img/Event/20240701-Easycard/border-top%EF%B9%96v=4.png) top/100% auto no-repeat;
  left: 0;
  top: -0.5em;
  z-index: -1;
}
@media (max-width: 395px) {
  .modal-content::before {
    top: -0.2em;
  }
}
.modal-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: url(../../../img/Event/20240701-Easycard/border-bottom%EF%B9%96v=4.png) top/100% auto no-repeat;
  left: 0;
  z-index: -1;
  top: 3em;
}
@media (max-width: 395px) {
  .modal-content::after {
    top: 2.4em;
  }
}

/*animation*/
@-webkit-keyframes btnPlay {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}
@keyframes btnPlay {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}/*# sourceMappingURL=main.css.map */