.role {
  -webkit-animation: movingUp 1.5s ease-out both infinite alternate;
          animation: movingUp 1.5s ease-out both infinite alternate;
}

@-webkit-keyframes movingUp {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0em, 0.2em);
            transform: translate(0em, 0.2em);
  }
}

@keyframes movingUp {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0em, 0.2em);
            transform: translate(0em, 0.2em);
  }
}
@-webkit-keyframes hand {
  from {
    -webkit-transform: translate(0, 0) scale(0.95);
            transform: translate(0, 0) scale(0.95);
  }
  to {
    -webkit-transform: translate(0em, -0.2em) scale(1);
            transform: translate(0em, -0.2em) scale(1);
  }
}
@keyframes hand {
  from {
    -webkit-transform: translate(0, 0) scale(0.95);
            transform: translate(0, 0) scale(0.95);
  }
  to {
    -webkit-transform: translate(0em, -0.2em) scale(1);
            transform: translate(0em, -0.2em) scale(1);
  }
}
@-webkit-keyframes slideInFromTopLeft {
  from {
    -webkit-transform: translate(2em, -2em);
            transform: translate(2em, -2em);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slideInFromTopLeft {
  from {
    -webkit-transform: translate(2em, -2em);
            transform: translate(2em, -2em);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInFromTopRight {
  from {
    -webkit-transform: translate(-2em, -2em);
            transform: translate(-2em, -2em);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slideInFromTopRight {
  from {
    -webkit-transform: translate(-2em, -2em);
            transform: translate(-2em, -2em);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes incomingDrop {
  0% {
    -webkit-transform: translate(0, -4em) scale(0.3);
            transform: translate(0, -4em) scale(0.3);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0, -2.5em) scale(1.25);
            transform: translate(0, -2.5em) scale(1.25);
    opacity: 0.8;
  }
  65% {
    -webkit-transform: translate(0, 0.4em) scaleX(0.8) scaleY(1.2);
            transform: translate(0, 0.4em) scaleX(0.8) scaleY(1.2);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(0, -0.12em) scaleX(1.2) scaleY(0.8) skewX(-2deg);
            transform: translate(0, -0.12em) scaleX(1.2) scaleY(0.8) skewX(-2deg);
  }
  85% {
    -webkit-transform: translate(0, 0.05em) scaleX(0.9) scaleY(1.1) skewX(1deg);
            transform: translate(0, 0.05em) scaleX(0.9) scaleY(1.1) skewX(1deg);
  }
  95% {
    -webkit-transform: translate(0, 0) scaleX(1.05) scaleY(0.95);
            transform: translate(0, 0) scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes incomingDrop {
  0% {
    -webkit-transform: translate(0, -4em) scale(0.3);
            transform: translate(0, -4em) scale(0.3);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0, -2.5em) scale(1.25);
            transform: translate(0, -2.5em) scale(1.25);
    opacity: 0.8;
  }
  65% {
    -webkit-transform: translate(0, 0.4em) scaleX(0.8) scaleY(1.2);
            transform: translate(0, 0.4em) scaleX(0.8) scaleY(1.2);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(0, -0.12em) scaleX(1.2) scaleY(0.8) skewX(-2deg);
            transform: translate(0, -0.12em) scaleX(1.2) scaleY(0.8) skewX(-2deg);
  }
  85% {
    -webkit-transform: translate(0, 0.05em) scaleX(0.9) scaleY(1.1) skewX(1deg);
            transform: translate(0, 0.05em) scaleX(0.9) scaleY(1.1) skewX(1deg);
  }
  95% {
    -webkit-transform: translate(0, 0) scaleX(1.05) scaleY(0.95);
            transform: translate(0, 0) scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes blinkFade {
  0%, 100% {
    opacity: 1;
  }
  10%, 30%, 50% {
    opacity: 0.3;
  }
  20%, 40% {
    opacity: 1;
  }
}
@keyframes blinkFade {
  0%, 100% {
    opacity: 1;
  }
  10%, 30%, 50% {
    opacity: 0.3;
  }
  20%, 40% {
    opacity: 1;
  }
}
.stroke-white {
  text-shadow: -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff;
}
@media (max-width: 991px) {
  .stroke-white {
    text-shadow: -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff;
  }
}

.stroke-red {
  text-shadow: -4px -4px 0 #ff4800, -4px -3px 0 #ff4800, -4px -2px 0 #ff4800, -4px -1px 0 #ff4800, -4px 0px 0 #ff4800, -4px 1px 0 #ff4800, -4px 2px 0 #ff4800, -4px 3px 0 #ff4800, -4px 4px 0 #ff4800, -3px -4px 0 #ff4800, -3px -3px 0 #ff4800, -3px -2px 0 #ff4800, -3px -1px 0 #ff4800, -3px 0px 0 #ff4800, -3px 1px 0 #ff4800, -3px 2px 0 #ff4800, -3px 3px 0 #ff4800, -3px 4px 0 #ff4800, -2px -4px 0 #ff4800, -2px -3px 0 #ff4800, -2px -2px 0 #ff4800, -2px -1px 0 #ff4800, -2px 0px 0 #ff4800, -2px 1px 0 #ff4800, -2px 2px 0 #ff4800, -2px 3px 0 #ff4800, -2px 4px 0 #ff4800, -1px -4px 0 #ff4800, -1px -3px 0 #ff4800, -1px -2px 0 #ff4800, -1px -1px 0 #ff4800, -1px 0px 0 #ff4800, -1px 1px 0 #ff4800, -1px 2px 0 #ff4800, -1px 3px 0 #ff4800, -1px 4px 0 #ff4800, 0px -4px 0 #ff4800, 0px -3px 0 #ff4800, 0px -2px 0 #ff4800, 0px -1px 0 #ff4800, 0px 0px 0 #ff4800, 0px 1px 0 #ff4800, 0px 2px 0 #ff4800, 0px 3px 0 #ff4800, 0px 4px 0 #ff4800, 1px -4px 0 #ff4800, 1px -3px 0 #ff4800, 1px -2px 0 #ff4800, 1px -1px 0 #ff4800, 1px 0px 0 #ff4800, 1px 1px 0 #ff4800, 1px 2px 0 #ff4800, 1px 3px 0 #ff4800, 1px 4px 0 #ff4800, 2px -4px 0 #ff4800, 2px -3px 0 #ff4800, 2px -2px 0 #ff4800, 2px -1px 0 #ff4800, 2px 0px 0 #ff4800, 2px 1px 0 #ff4800, 2px 2px 0 #ff4800, 2px 3px 0 #ff4800, 2px 4px 0 #ff4800, 3px -4px 0 #ff4800, 3px -3px 0 #ff4800, 3px -2px 0 #ff4800, 3px -1px 0 #ff4800, 3px 0px 0 #ff4800, 3px 1px 0 #ff4800, 3px 2px 0 #ff4800, 3px 3px 0 #ff4800, 3px 4px 0 #ff4800, 4px -4px 0 #ff4800, 4px -3px 0 #ff4800, 4px -2px 0 #ff4800, 4px -1px 0 #ff4800, 4px 0px 0 #ff4800, 4px 1px 0 #ff4800, 4px 2px 0 #ff4800, 4px 3px 0 #ff4800, 4px 4px 0 #ff4800;
}
@media (max-width: 991px) {
  .stroke-red {
    text-shadow: -1px -1px 0 #ff4800, -1px 0px 0 #ff4800, -1px 1px 0 #ff4800, 0px -1px 0 #ff4800, 0px 0px 0 #ff4800, 0px 1px 0 #ff4800, 1px -1px 0 #ff4800, 1px 0px 0 #ff4800, 1px 1px 0 #ff4800;
  }
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-yellow {
  color: #fff246;
}

.color-green {
  color: #22600c;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-regular {
  font-weight: 400;
}

.font-noto {
  font-family: "Noto Sans Tc", sans-serif;
}

*:focus-visible {
  outline: auto;
  outline-offset: 0.1em;
}

[data-device=mobile] .only-pc,
[data-device=pc] .only-mobile {
  display: none !important;
}

.link {
  color: #fff246;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-underline-offset: 0.2em;
}
.link:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .link::before {
    height: 1px;
  }
}

html,
body {
  color: #fff;
  background: #fdb306;
}

#main {
  overflow: hidden;
  background: url("/img/Event/TheGuoPot202601/bg2.jpg") top center/auto 100% repeat-y;
}

#header {
  background: transparent;
}

#footer {
  background-color: #fff;
  padding-bottom: 0.2em;
}
#footer .foot > * {
  margin: 0 1em;
}
@media (max-width: 1200px) {
  #footer .foot > * {
    margin: 0 0.25em;
  }
}

/*==============*/
/* PAGE CONTENT */
.bg-area {
  width: 32em;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 16em);
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  z-index: -5;
}
.bg-area img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

#article {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#article .border {
  background-color: rgba(255, 248, 199, 0.631372549);
  border: 1em solid white;
  border: 0.1em solid white;
  border-radius: 1em;
  padding-top: 1.2em;
  padding-bottom: 0.5em;
  margin-bottom: 1.3em;
}
#article .sectionTitle {
  width: auto;
  position: absolute;
  top: -1em;
  left: 50%;
  z-index: 5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#article .intro-txt {
  color: #000;
  font-size: 0.6em;
  line-height: 1.4em;
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: bold;
}
#article .redTip {
  color: #ff4800;
  font-size: 0.5em;
  font-weight: bold;
  display: block;
}
#article .text-border {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 0.5em;
}

.dl-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  bottom: 0;
  z-index: 3;
}
.dl-btn-container .btn {
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  -webkit-transition: -webkit-filter 0.2s ease-out, -webkit-box-shadow 0.2s;
  transition: -webkit-filter 0.2s ease-out, -webkit-box-shadow 0.2s;
  transition: filter 0.2s ease-out, box-shadow 0.2s;
  transition: filter 0.2s ease-out, box-shadow 0.2s, -webkit-filter 0.2s ease-out, -webkit-box-shadow 0.2s;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
}
.dl-btn-container .btn.store {
  width: 11.4667em;
  height: 3.1667em;
  position: relative;
  background: none;
}
.dl-btn-container .btn.store::before {
  background-image: url("/img/Event/TheGuoPot202601/btn_shop.png");
  opacity: 1;
}
.dl-btn-container .btn.store::after {
  background-image: url("/img/Event/TheGuoPot202601/btn_shop_hover.png");
  opacity: 0;
}
.dl-btn-container .btn-download {
  width: 11.4667em;
  height: 3.1667em;
  position: relative;
  background: none;
}
.dl-btn-container .btn-download::before, .dl-btn-container .btn-download::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  pointer-events: none;
}
.dl-btn-container .btn-download::before {
  background-image: url("/img/Event/TheGuoPot202601/btn_download.png");
  opacity: 1;
}
.dl-btn-container .btn-download::after {
  background-image: url("/img/Event/TheGuoPot202601/btn_download_hover.png");
  opacity: 0;
}
.dl-btn-container .btn-download:hover::before {
  opacity: 0;
}
.dl-btn-container .btn-download:hover::after {
  opacity: 1;
}
.dl-btn-container .btn-link {
  width: 14.75em;
  height: 3.05em;
  position: relative;
  background: none;
}
.dl-btn-container .btn-link.game::before, .dl-btn-container .btn-link.game::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  pointer-events: none;
}
.dl-btn-container .btn-link.game::before {
  background-image: url("/img/Event/TheGuoPot202601/btn_game_link.png");
  opacity: 1;
}
.dl-btn-container .btn-link.game::after {
  background-image: url("/img/Event/TheGuoPot202601/btn_game_link_hover.png");
  opacity: 0;
}
.dl-btn-container .btn-link.game:hover::before {
  opacity: 0;
}
.dl-btn-container .btn-link.game:hover::after {
  opacity: 1;
}
.dl-btn-container .btn-link.yoe::before, .dl-btn-container .btn-link.yoe::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  pointer-events: none;
}
.dl-btn-container .btn-link.yoe::before {
  background-image: url("/img/Event/TheGuoPot202601/btn_yoe_link.png");
  opacity: 1;
}
.dl-btn-container .btn-link.yoe::after {
  background-image: url("/img/Event/TheGuoPot202601/btn_yoe_link_hover.png");
  opacity: 0;
}
.dl-btn-container .btn-link.yoe:hover::before {
  opacity: 0;
}
.dl-btn-container .btn-link.yoe:hover::after {
  opacity: 1;
}
.dl-btn-container .btn-value {
  width: 7.15em;
  height: 2.41667em;
  position: relative;
  background: none;
}
.dl-btn-container .btn-value.game::before, .dl-btn-container .btn-value.game::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  pointer-events: none;
}
.dl-btn-container .btn-value.game::before {
  background-image: url("/img/Event/TheGuoPot202601/btn_game_value.png");
  opacity: 1;
}
.dl-btn-container .btn-value.game::after {
  background-image: url("/img/Event/TheGuoPot202601/btn_game_value_hover.png");
  opacity: 0;
}
.dl-btn-container .btn-value.game:hover::before {
  opacity: 0;
}
.dl-btn-container .btn-value.game:hover::after {
  opacity: 1;
}
.dl-btn-container .btn-value.yoe::before, .dl-btn-container .btn-value.yoe::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
}
.dl-btn-container .btn-value.yoe::before {
  width: 100%;
  height: 100%;
  background-image: url("/img/Event/TheGuoPot202601/btn_yoe_value.png");
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
.dl-btn-container .btn-value.yoe::after {
  width: 7.033em;
  height: 2.26667em;
  background-image: url("/img/Event/TheGuoPot202601/btn_yoe_value_hover.png");
  opacity: 0;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.08));
}
.dl-btn-container .btn-value.yoe:hover::before {
  opacity: 0;
}
.dl-btn-container .btn-value.yoe:hover::after {
  opacity: 1;
}
.dl-btn-container .btn.disabled {
  pointer-events: none;
  -webkit-filter: grayscale(1) contrast(0.75);
          filter: grayscale(1) contrast(0.75);
}

#main-banner {
  width: 32em;
  aspect-ratio: 1920/1340;
  display: block;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  position: relative;
  z-index: 1;
  top: 0em;
  max-width: 1001px !important;
  margin: 0 auto;
}
#main-banner .banner-img {
  width: 100%;
  margin: auto;
  position: absolute;
  inset: 0;
  pointer-events: none;
  will-change: transform, opacity, filter;
}
#main-banner .banner-img.left {
  margin: 0;
  width: 69%;
  top: 14%;
  left: -3%;
  -webkit-animation: movingUp 1s ease-out both infinite alternate;
          animation: movingUp 1s ease-out both infinite alternate;
}
#main-banner .banner-img.right {
  margin: 0;
  left: 52%;
  width: 68%;
  bottom: 5%;
  top: auto;
  -webkit-animation: movingUp 1s ease-out both infinite alternate 0.5s;
          animation: movingUp 1s ease-out both infinite alternate 0.5s;
}

section {
  margin: 0 auto;
  position: relative;
}
section .separate {
  width: 32em;
  height: 1.3667em;
  position: absolute;
}
section .content {
  width: calc(100% - 0.5em) !important;
  max-width: 1001px !important;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
section .content img {
  display: block;
  margin: 0 auto;
}
section .content iframe {
  display: block;
  margin: 0 auto;
  aspect-ratio: 970/546;
  border-radius: 0.45em;
  overflow: hidden;
}
section .imgContent {
  pointer-events: none;
}
section p.large {
  font-size: 0.667em;
}
@media (max-width: 1200px) {
  section p.large {
    font-size: 0.525em;
  }
}
section p.medium {
  font-size: 0.5em;
}
section p.small {
  font-size: 0.433em;
}

#content-area {
  max-width: 1001px !important;
  margin: 0 auto;
}

#section-red {
  position: relative;
}
#section-red .hot {
  position: relative;
  margin-top: -0.8em;
  z-index: 7;
}
#section-red .envelope {
  position: absolute;
  top: -12%;
  z-index: 2;
  left: 78%;
  -webkit-animation: hand 0.8s ease-in-out alternate infinite;
          animation: hand 0.8s ease-in-out alternate infinite;
}

#section-change {
  z-index: 7;
  margin-bottom: 2.4em;
}
#section-change .role {
  position: absolute;
  top: -94%;
  right: 83%;
  width: 30%;
}
#section-change .text-border {
  position: absolute;
  bottom: -22%;
  z-index: 6;
  width: 100%;
  font-size: 0.45em;
}

#section-recommand {
  z-index: 8;
  position: relative;
}
#section-recommand .role {
  position: absolute;
  top: -11%;
  right: 84%;
  width: 29%;
}
#section-recommand .gameContent {
  width: 90%;
  display: block;
  margin: 0 auto 0.5em;
  border: 0.1em solid white;
  border-radius: 0.5em;
  position: relative;
}
#section-recommand .imgLink {
  position: relative;
}
#section-recommand .imgLink:hover img {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
#section-recommand .imgLink:hover::before {
  background-image: url("/img/Event/TheGuoPot202601/activity_hand_hover.png");
}
#section-recommand .imgLink img {
  border-radius: 0.45em;
  display: block;
  overflow: hidden;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#section-recommand .imgLink::before {
  content: "";
  content: "";
  width: 2.6em;
  height: 2.6em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  background-image: url("/img/Event/TheGuoPot202601/activity_hand.png");
  position: absolute;
  bottom: 3.35em;
  right: -9%;
  z-index: 1;
  -webkit-transform: translate(-15%, 35%);
          transform: translate(-15%, 35%);
}

#section-save {
  z-index: 6;
}
#section-save .role {
  position: absolute;
  top: -17%;
  right: -4%;
  width: 23%;
}
#section-save .dessert {
  position: relative;
  max-width: 873px;
  margin: 0 auto;
}
#section-save .done {
  width: 18%;
  position: absolute;
  top: 42%;
  left: 15%;
  z-index: 9;
}
#section-save .done:last-child {
  right: 15%;
  left: auto;
}
#section-save .done img {
  width: 3.2833em;
  margin: 0;
  -webkit-filter: drop-shadow(0px 0px 55px black);
          filter: drop-shadow(0px 0px 55px black);
}

#section-event {
  position: relative;
  z-index: 2;
}
#section-event .role {
  position: absolute;
  bottom: 39%;
  right: 82%;
  width: 26%;
}
#section-event .content .separate {
  top: -1.15em;
}
#section-event .content .intro {
  position: relative;
  z-index: 2;
}
#section-event .content .dessert {
  position: relative;
}
#section-event .content .dl-btn-container {
  position: relative;
  bottom: auto;
  left: 0;
  display: block;
  text-align: center;
}
#section-event .content .notice {
  width: 5.933em;
  cursor: pointer;
  position: absolute;
  top: 27em;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#section-event .content .done {
  width: 18%;
  position: absolute;
  top: 42%;
  left: 18%;
  z-index: 9;
}
#section-event .content .done:last-child {
  right: 19%;
  left: auto;
}
#section-event .content .done img {
  width: 3.2833em;
  margin: 0;
  -webkit-filter: drop-shadow(0px 0px 55px black);
          filter: drop-shadow(0px 0px 55px black);
}

#section-game {
  padding-top: 1.75em;
  padding-bottom: 2.75em;
  position: relative;
  z-index: 3;
}
#section-game .sectionTitle {
  width: 17.833em;
  display: block;
  -webkit-filter: drop-shadow(0 0.067em 0.475em #2f0606);
          filter: drop-shadow(0 0.067em 0.475em #2f0606);
  margin: 0 auto 0.25em;
}
#section-game .separate.top {
  top: 0;
}
#section-game .separate.bottom {
  bottom: 0;
}
#section-game .content img,
#section-game .content iframe {
  width: 16.16em;
}
#section-game .content img ~ img, #section-game .content img ~ iframe, #section-game .content img ~ a,
#section-game .content iframe ~ img,
#section-game .content iframe ~ iframe,
#section-game .content iframe ~ a {
  margin-top: 0.5em;
}
#section-game .content a {
  display: block;
}

#footer .foot .foot-wanin {
  -webkit-filter: grayscale(1) brightness(0.5);
          filter: grayscale(1) brightness(0.5);
}
#footer .foot .foot-guopot {
  width: 5.2em;
}

#section-rules {
  position: relative;
  z-index: 9;
}
#section-rules .role {
  position: absolute;
  right: -8%;
  top: -35%;
  width: 29%;
}
#section-rules ul,
#section-rules ol {
  width: 100%;
  font: 400 0.45em "Noto Sans TC", serif;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3em;
  padding-right: 1.25em;
  text-align: left;
  list-style: decimal;
}
#section-rules ul li,
#section-rules ol li {
  color: #000000;
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
}

.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;
  }
}

#window-ios .btn-close {
  font-size: 0.8em;
}
#window-ios .modal-body {
  width: 100%;
  background: #2a0810 !important;
}
#window-ios .modal-nav {
  width: 100%;
  margin: 0 auto;
}
#window-ios .modal-nav .nav-logoLink {
  width: 80%;
  margin-left: 10%;
}
#window-ios .modal-nav svg,
#window-ios .modal-nav .nav-icon::before,
#window-ios .modal-nav .nav-icon::after {
  color: #fff;
}
#window-ios .modal-head {
  width: 100%;
  border-bottom: 1px solid #c59d54;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4a0106), to(#2c0002));
  background: linear-gradient(to bottom, #4a0106, #2c0002);
}
#window-ios .modal-head .nav-download {
  right: 5%;
  position: relative;
  width: 84px;
}
@media (max-width: 600px) {
  #window-ios .modal-head .nav-download {
    font-size: 9vw;
    right: 10%;
  }
}
@media (max-width: 450px) {
  #window-ios .modal-head .nav-download {
    font-size: 8.7vw;
  }
}
#window-ios .side-nav .nav-link {
  font-size: 30px;
}
#window-ios p {
  width: 90%;
  text-align: center;
  font-size: 0.48em;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 0.1em;
  margin-left: auto;
  margin-right: auto;
}
#window-ios p .small {
  font-size: 0.7em;
}

@media (max-width: 767px) {
  #Modal-Notice {
    font-size: 8vw !important;
  }
}
#Modal-Notice .modal-window {
  max-width: 15.8834em;
  margin-top: 2em;
}
#Modal-Notice .btn-close {
  width: 2.5185em;
  height: 2.6296em;
  top: -1.9em;
}
#Modal-Notice .btn-close::before, #Modal-Notice .btn-close::after {
  width: 100%;
  height: 100%;
  margin: auto;
  pointer-events: none;
  position: absolute;
  inset: 0;
  -webkit-transform: none;
          transform: none;
}
#Modal-Notice .btn-close::before {
  background: url("/img/Event/TheGuoPot202601/modal_close.png") center/100% no-repeat;
}
#Modal-Notice .btn-close::after {
  background: url("/img/Event/TheGuoPot202601/modal_close_hover.png") center/100% no-repeat;
  opacity: 0;
  z-index: 2;
}
#Modal-Notice .btn-close:hover::after {
  opacity: 1;
}
@media (max-width: 1100px) {
  #Modal-Notice .btn-close {
    width: 2em;
    height: 2.1em;
    top: -1.2em;
  }
}
@media (max-width: 767px) {
  #Modal-Notice .btn-close {
    font-size: 0.85em;
    max-width: initial;
    max-height: initial;
  }
}
#Modal-Notice .modal-content {
  background: none !important;
  -o-border-image: url("/img/Event/TheGuoPot202601//modal_bg.png") 80 fill/1.25em/0.2em;
     border-image: url("/img/Event/TheGuoPot202601//modal_bg.png") 80 fill/1.25em/0.2em;
  padding-left: 1.25em;
  padding-right: 0.5em;
}
@media (max-width: 767px) {
  #Modal-Notice .modal-content {
    padding-top: 1em;
  }
}
#Modal-Notice .modal-content .sectionTitle {
  width: 16.35em;
  max-width: initial;
  position: absolute;
  top: -9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1100px) {
  #Modal-Notice .modal-content .sectionTitle {
    max-width: 100%;
    top: -5%;
  }
}
#Modal-Notice .modal-content p,
#Modal-Notice .modal-content ul,
#Modal-Notice .modal-content ol {
  color: #e5e1be;
  font-size: 0.61667em;
  font-weight: 400;
  line-height: 1.4;
  text-shadow: 0 0.125em 0.05em #2f0606;
  text-align: left;
}
#Modal-Notice .modal-content p .link,
#Modal-Notice .modal-content ul .link,
#Modal-Notice .modal-content ol .link {
  color: #e5e1be;
  text-decoration: underline;
}
#Modal-Notice .modal-content p .link:hover,
#Modal-Notice .modal-content ul .link:hover,
#Modal-Notice .modal-content ol .link:hover {
  color: rgb(202.7714285714, 194.7362637363, 124.4285714286);
}
@media (max-width: 767px) {
  #Modal-Notice .modal-content p,
  #Modal-Notice .modal-content ul,
  #Modal-Notice .modal-content ol {
    font-size: 0.575em;
  }
}

#event-side {
  top: 50% !important;
}

@media (max-width: 1200px) {
  #section-red .envelope {
    width: 4.2em;
    left: 78%;
    top: -2%;
  }
  #main #socials {
    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;
  }
  #main-banner {
    aspect-ratio: 1;
    height: 12em;
  }
  #main-banner .banner-img.left {
    width: 12.5em;
    left: -1.2em;
  }
  #main-banner .banner-img.right {
    width: 11.5em;
    left: 9.4em;
    bottom: 5%;
  }
  #article .sectionTitle {
    height: 2em;
  }
}/*# sourceMappingURL=main.css.map */