/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[v-cloak] {
  display: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
}

input {
  border-radius: 0;
}
input:focus-visible {
  outline: 0;
}

button {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
button[disabled] {
  cursor: no-drop;
}

.slick-next:before,
.slick-prev:before {
  display: none;
}

@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes wavewave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-15px);
  }
}
@keyframes fadeDots {
  0%, 90% {
    visibility: hidden;
  }
  95% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes fadeDots {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes changeImg {
  0% {
    z-index: -1;
  }
  100% {
    z-index: 0;
  }
}
@keyframes changeImg01 {
  0% {
    z-index: 0;
  }
  100% {
    z-index: -1;
  }
}
@keyframes changeLock {
  0%, 50% {
    background-image: url(../images/lock01.png);
  }
  51%, 100% {
    background-image: url(../images/lock02.png);
  }
}
@keyframes buttonGif {
  0%, 50% {
    color: #127f58;
    background: #f4e1c3;
  }
  51%, 100% {
    color: #f4e1c3;
    background: #3285f1;
  }
}
@keyframes snow {
  0% {
    opacity: 1;
    top: -2vw;
    /* transform: translate3d(0, 0, 0); */
    transform: translateX(55%);
  }
  25% {
    opacity: 1;
    /* transform: translate3d(0, 0, 0); */
    transform: translateX(5%);
  }
  50% {
    opacity: 1;
    /* transform: translate3d(0, 0, 0); */
    transform: translateX(55%);
  }
  100% {
    /* transform: translate3d(15%, 300%, 0); */
    opacity: 0;
    top: 100%;
    transform: translateX(35%);
  }
}
.navbar_mob .mask {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.navbar_mob .logo {
  position: absolute;
  width: 115px;
  top: 50px;
  left: 34px;
  pointer-events: all;
}

.navbar_mob_menu {
  display: none;
  max-width: 64px;
  position: sticky;
  top: 18px;
  left: 90%;
  margin-top: 18px;
  z-index: 7;
  cursor: pointer;
}

.navbar_mob_wrap {
  max-width: 414px;
  width: 100%;
  height: 100dvh;
  background: #ea8b4b;
  position: fixed;
  top: 0;
  z-index: 99;
}
.navbar_mob_wrap .menu_list {
  position: absolute;
  top: 65px;
  left: 34px;
  width: 75vw;
  max-width: 314px;
}
.navbar_mob_wrap ul {
  margin-top: 50px;
}
.navbar_mob_wrap ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.navbar_mob_wrap ul li::before {
  content: "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ";
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 0;
  font-size: 8px;
  height: 10px;
  letter-spacing: 2px;
  display: block;
  overflow: hidden;
}
.navbar_mob_wrap ul li:last-child::before {
  content: "";
}
.navbar_mob_wrap ul a {
  font-family: PingFang TC, -apple-system, "Noto Sans TC", BlinkMacSystemFont, SFProDisplay-Regular;
  width: 100%;
  height: 100%;
  font-size: clamp(22px, 1.3vw, 28px);
  color: #fff;
  padding: 30px 0px 30px 0px;
}
.navbar_mob_wrap .m_logo {
  position: absolute;
  bottom: 0;
  max-width: 340px;
  width: 50vw;
  right: 0px;
  pointer-events: none;
}
.navbar_mob_wrap .m_logo img {
  width: 100%;
}
.navbar_mob_wrap .navbar_mob_close {
  max-width: 64px;
  position: absolute;
  right: 26px;
  top: 30px;
  padding: 0;
  cursor: pointer;
}
.navbar_mob_wrap .navbar_mob_close img {
  width: 100%;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "jf-jinxuanlatte", PingFang TC, -apple-system, "Noto Sans TC", BlinkMacSystemFont, SFProDisplay-Regular;
  scroll-behavior: smooth;
  touch-action: manipulation;
  background-color: #f4e1c3;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0px;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.wave-top {
  position: absolute;
  top: -1.8vw;
}

.wave-bottom {
  position: absolute;
  bottom: -1.8vw;
}

.container {
  max-width: 1200px;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 90px;
  height: 5vw;
  background: #000000;
  z-index: 9;
}
header ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}
header li {
  font-family: PingFang TC, -apple-system, "Noto Sans TC", BlinkMacSystemFont, SFProDisplay-Regular;
  max-width: 384px;
  width: 20vw;
  cursor: pointer;
}
header a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.3vw, 24px);
  letter-spacing: 1.5px;
  color: #ea8b4b;
  border-bottom: 7px solid #000;
}
header a:hover {
  color: #ea8b4b;
}
header a.active {
  border-bottom: 7px solid #ea8b4b;
}

#Main {
  position: relative;
  max-width: 100%;
}
#Main video {
  width: 100%;
}
#Main a {
  max-width: 350px;
  max-height: 350px;
  width: 18vw;
  height: 18vw;
  top: 4vw;
  position: absolute;
  right: 24.5vw;
  opacity: 0;
  animation: zoomIn 1s 5s forwards;
}
#Main .marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  max-width: 100%;
  max-height: 65px;
  min-height: 35px;
  height: 3vw;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -2px;
  background-color: #ea8b4b;
}
#Main .marquee img {
  max-width: 1044px;
  max-height: 44px;
  width: 40vw;
  margin-right: 10px;
  animation: marquee 10s infinite linear;
}

#Calendar {
  position: relative;
  background: url("/christmas2024/images/calendar_bg.png"), #f4e1c3;
  background-size: 120% 92%;
  padding: 84px 0 100px;
  background-repeat: no-repeat;
  background-position: bottom;
}

#Quiz {
  position: relative;
  background: #ea8b4b;
  padding-bottom: 2vw;
}
#Quiz .btn-start {
  display: inline-block;
  width: 165px;
  height: 45px;
  color: #127f58;
  background: #f4e1c3;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  animation: buttonGif 1s steps(2, end) infinite;
}
#Quiz .test-wrap ul {
  max-width: 376px;
  margin: auto;
  margin-top: 25px;
}
#Quiz .test-wrap li {
  display: inline-block;
  width: 190px;
  height: 45px;
  color: #000;
  background: #f4e1c3;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  width: 100%;
  height: 50px;
  margin-top: 25px;
  border-radius: 50px;
  justify-content: start;
  padding-left: 20px;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 700;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
#Quiz .test-wrap li:hover {
  color: #fff;
  background: #127f58;
}
#Quiz .snow-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
#Quiz .snow {
  position: absolute;
  max-width: 42px;
  max-height: 42px;
  width: 3.5vw;
  height: 3.5vw;
  transform: translate3d(0, 0, 0);
  top: -2vw;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  animation: snow linear infinite;
  animation-duration: 10s;
  transform: translateX(0%);
}
#Quiz .snow-s {
  max-width: 28px;
  max-height: 28px;
  width: 2vw;
  height: 2vw;
}
#Quiz .snow.snow1 {
  left: 38vw;
  animation-delay: -2s;
}
#Quiz .snow.snow2 {
  left: 4vw;
  animation-delay: -3.5s;
}
#Quiz .snow.snow3 {
  left: 22vw;
  animation-delay: 2.5s;
}
#Quiz .snow.snow4 {
  left: 16vw;
  animation-delay: -1.2s;
}
#Quiz .snow.snow5 {
  left: 14vw;
  animation-delay: 4.5s;
}
#Quiz .snow.snow6 {
  left: 35vw;
  animation-delay: -1.5s;
}
#Quiz .snow.snow7 {
  left: 34vw;
  animation-delay: 2.8s;
}
#Quiz .snow.snow8 {
  left: 10vw;
  animation-delay: 1s;
}
#Quiz .snow.snow9 {
  left: 22vw;
  animation-delay: 0.5s;
}
#Quiz .snow.snow11 {
  left: 32vw;
  animation-delay: 2s;
}
#Quiz .snow.snow12 {
  left: 4vw;
  animation-delay: 4s;
}

#Reels {
  background: #127f58;
  padding: 105px 0 75px;
}
#Reels .title {
  max-width: 343px;
  width: 70vw;
  margin: auto;
}
#Reels .item-wrap {
  max-width: 895px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 55px auto 40px;
}
#Reels .reels {
  width: 281px;
}
#Reels .reels .reels-wrap {
  height: 500px;
  overflow: hidden;
}
#Reels .reels iframe {
  width: 143%;
  height: 800px;
  margin-top: -54px;
  margin-left: -60px;
}
#Reels .reels a {
  color: #fff;
  line-height: 1.5;
}
#Reels .reels h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}
#Reels .reels p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
}
#Reels .more {
  display: inline-block;
  width: 165px;
  height: 45px;
  color: #fff;
  background: #ea8b4b;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  margin: auto;
}

#Article {
  position: relative;
  background: #f4e1c3;
  padding: 100px 0 70px;
}
#Article .title {
  max-width: 384px;
  width: 75vw;
  margin: auto;
  margin-bottom: 20px;
}
#Article .article_group {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#Article .article_info {
  display: block;
  max-width: 384px;
  width: 32vw;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
#Article .article_info .article_img {
  aspect-ratio: 384/240;
  overflow: hidden;
}
#Article .article_info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Article h3 {
  margin: 10px 0;
}
#Article h3,
#Article p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}
#Article .more {
  display: inline-block;
  width: 165px;
  height: 45px;
  color: #fff;
  background: #ed4395;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 35px auto 0;
}

#Sponsors {
  background: #127f58;
  padding: 95px 0 65px;
}
#Sponsors .title {
  max-width: 267px;
  margin: auto;
}
#Sponsors .list {
  padding: 0 50px;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}

footer {
  background: #ea8b4b;
  padding: 50px 0;
}
footer .logo {
  max-width: 185px;
}
footer .social-groups {
  display: flex;
  align-items: center;
  justify-content: end;
}
footer .social-groups a {
  width: 40px;
  height: 40px;
  margin-left: 15px;
}
footer p {
  font-size: 16px;
  color: #f4e1c3;
  margin-top: 8px;
}

.month {
  position: absolute;
  max-width: 427px;
  width: 35.5vw;
  top: 39%;
  top: clamp(36%, 16vw, 39%);
  left: 12.5%;
}
.month .days {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 32px 3px;
  padding-bottom: 20px;
}
.month .before {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: inline-flex;
  width: 14.2857142857%;
  max-height: 54px;
  height: 5vw;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.5);
  overflow: visible;
  z-index: 1;
  justify-content: center;
  align-items: end;
}
.month .icon {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 40px;
  background-image: url("/christmas2024/images/lock01.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  animation: changeLock 1s infinite linear;
}
.month i {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 40px;
  font-size: clamp(16px, 2vw, 20px);
  color: #adadad;
  font-weight: 500;
}
.month i.today {
  color: #fff;
}
.month i.past {
  color: #ed4395;
}

#Modal .modal-dialog,
#ResultModal .modal-dialog {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Modal .modal-header,
#ResultModal .modal-header {
  max-height: 71px;
  height: 6.5vw;
  padding: 0 25px;
}
#Modal .modal-content,
#ResultModal .modal-content {
  position: relative;
  max-width: 1103px;
  max-height: 489px;
  width: 97vw;
  height: 47vw;
  background: url("/christmas2024/images/box01.png");
  background-size: contain;
  border: 0;
  background-repeat: no-repeat;
}
#Modal .modal-body,
#ResultModal .modal-body {
  padding: 8.3% 4% 4%;
}
#Modal h4,
#ResultModal h4 {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  font-size: clamp(19px, 3vw, 32px);
  color: #fff;
  font-weight: 300;
  letter-spacing: 1.2px;
  top: 2%;
  left: 21%;
}
#Modal h5,
#ResultModal h5 {
  position: absolute;
  max-width: 228px;
  max-height: 107px;
  width: 21vw;
  top: -1.3%;
  left: -1.3%;
  z-index: 2;
}
#Modal .btn-close,
#ResultModal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 95px;
  max-height: 40px;
  width: 8vw;
  height: 4vw;
  background: none;
  z-index: 2;
}
#Modal .pic-viewer,
#ResultModal .pic-viewer {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: flex-start;
}
#Modal .pics,
#ResultModal .pics {
  width: auto;
  max-height: 310px;
  height: 30vw;
  margin-top: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-left: 15px;
}
#Modal .pics label,
#ResultModal .pics label {
  position: relative;
  max-width: 73.5px;
  max-height: 73.5px;
  width: 7vw;
  height: 7vw;
  border-radius: 10px;
  background-size: cover;
  border: 1px solid #000;
  cursor: pointer;
}
#Modal .pics label::after,
#ResultModal .pics label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
#Modal .pics label.active::after,
#ResultModal .pics label.active::after {
  display: none;
}
#Modal .products,
#ResultModal .products {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1018px;
  width: 90vw;
  display: flex;
  align-items: center;
  margin-top: clamp(18px, 3vw, 45px);
  overflow-y: scroll;
}
#Modal .products::-webkit-scrollbar,
#ResultModal .products::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0px;
}
#Modal .products::-webkit-scrollbar-thumb,
#ResultModal .products::-webkit-scrollbar-thumb {
  background-color: transparent;
}
#Modal .pic,
#ResultModal .pic {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  background-color: #fff;
  max-width: 310px;
  max-height: 310px;
  border-radius: 25px;
  width: 30vw;
  height: 30vw;
  background-size: cover;
  border: 1px solid #000;
}
#Modal .info,
#ResultModal .info {
  width: 65%;
  flex-grow: 1;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-left: 44px;
}
#Modal .blocks,
#ResultModal .blocks {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  flex-grow: 1;
}
#Modal .block,
#ResultModal .block {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 50%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 20px;
  max-height: 238px;
  height: 50vw;
}
#Modal .block + .block,
#ResultModal .block + .block {
  padding-left: 20px;
  padding-right: 0;
  border-left: 1px solid #006441;
}
#Modal .block b,
#ResultModal .block b {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: #006441;
  font-weight: 900;
  margin-bottom: 20px;
}
#Modal .block .surprise_url,
#ResultModal .block .surprise_url {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#Modal .block .discont,
#ResultModal .block .discont {
  cursor: pointer;
  display: inline-block;
  width: 165px;
  height: 45px;
  color: #fff;
  background: #127f58;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 2vw, 20px);
  width: clamp(140px, 18vw, 165px);
}
#Modal .block .share,
#ResultModal .block .share {
  display: inline-block;
  width: 190px;
  height: 45px;
  color: #fff;
  background: #127f58;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 2vw, 20px);
  width: clamp(160px, 18vw, 190px);
}
#Modal .block .rule,
#ResultModal .block .rule {
  font-family: PingFang TC, -apple-system, "Noto Sans TC", BlinkMacSystemFont, SFProDisplay-Regular;
  color: #ea8b4b;
  font-size: 14px;
  border-bottom: 1px solid #ea8b4b;
  margin-bottom: 10px;
  display: block;
}
#Modal .block p,
#ResultModal .block p {
  font-family: PingFang TC, -apple-system, "Noto Sans TC", BlinkMacSystemFont, SFProDisplay-Regular;
  font-size: 14px;
  line-height: 1.5;
}
#Modal .form-wrap,
#ResultModal .form-wrap {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
}
#Modal .form-wrap .deco01,
#Modal .form-wrap .deco02,
#ResultModal .form-wrap .deco01,
#ResultModal .form-wrap .deco02 {
  position: absolute;
}
#Modal .form-wrap .deco01,
#ResultModal .form-wrap .deco01 {
  max-width: 198px;
  width: 17.5vw;
  top: -14px;
  left: 2.5%;
}
#Modal .form-wrap .deco02,
#ResultModal .form-wrap .deco02 {
  max-width: 176px;
  width: 16vw;
  top: -11%;
  right: 1vw;
}
#Modal .form-wrap .deco03,
#ResultModal .form-wrap .deco03 {
  display: none;
}
#Modal .form-wrap h2,
#ResultModal .form-wrap h2 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.2px;
  color: #505050;
  margin: 0 auto;
}
#Modal .form-wrap form,
#ResultModal .form-wrap form {
  max-height: 350px;
  height: 30vw;
  max-width: 640px;
  width: 57vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 30vw;
}
#Modal .form-wrap .row,
#ResultModal .form-wrap .row {
  margin-top: 5%;
  gap: 20px 0;
}
#Modal .form-wrap input,
#ResultModal .form-wrap input {
  width: 100%;
  padding: 17px;
  border: 0;
  border-radius: 20px;
}
#Modal .form-wrap input.error,
#ResultModal .form-wrap input.error {
  border: 1.5px solid red;
}
#Modal .form-wrap .btn-groups,
#ResultModal .form-wrap .btn-groups {
  display: flex;
  justify-content: center;
  gap: 12px;
}
#Modal .form-wrap button,
#ResultModal .form-wrap button {
  display: inline-block;
  width: 165px;
  height: 45px;
  color: #fff;
  background: #127f58;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#Modal .form-wrap .btn-back,
#ResultModal .form-wrap .btn-back {
  color: #127f58;
  background: #ffffff;
  border: 1px solid #127f58;
}
#Modal .rule-wrap,
#ResultModal .rule-wrap {
  overflow-y: scroll;
}
#Modal .rule-wrap::-webkit-scrollbar,
#ResultModal .rule-wrap::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0px;
}
#Modal .rule-wrap::-webkit-scrollbar-thumb,
#ResultModal .rule-wrap::-webkit-scrollbar-thumb {
  background-color: transparent;
}
#Modal .rule-wrap button,
#ResultModal .rule-wrap button {
  font-size: 16px;
  color: #127f58;
}
#Modal .rule-wrap button img,
#ResultModal .rule-wrap button img {
  width: 8px;
}
#Modal .rule-wrap ul,
#Modal .rule-wrap .btn-goback,
#ResultModal .rule-wrap ul,
#ResultModal .rule-wrap .btn-goback {
  max-width: 773px;
  width: 70vw;
  margin: auto;
}
#Modal .rules,
#ResultModal .rules {
  max-height: 309px;
  height: 26vw;
  overflow: scroll;
  margin: 20px 0;
}
#Modal .rules::-webkit-scrollbar,
#ResultModal .rules::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0px;
}
#Modal .rules::-webkit-scrollbar-thumb,
#ResultModal .rules::-webkit-scrollbar-thumb {
  background-color: transparent;
}
#Modal ul li,
#ResultModal ul li {
  margin-bottom: 50px;
  letter-spacing: 1.2px;
  line-height: 1.5;
}
#Modal ul li:last-child,
#ResultModal ul li:last-child {
  margin-bottom: 0;
}
#Modal .inner li,
#ResultModal .inner li {
  margin-top: 10px;
  margin-bottom: 0;
}
#Modal .result-wrap,
#ResultModal .result-wrap {
  max-width: 340px;
  width: 59vw;
  margin: auto;
}
#Modal .result-wrap .deco03,
#ResultModal .result-wrap .deco03 {
  margin: 0 auto 25px !important;
}
#Modal .result,
#ResultModal .result {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#Modal .result h2,
#ResultModal .result h2 {
  font-size: 24px;
}
#Modal .result p,
#ResultModal .result p {
  font-family: PingFang TC, -apple-system, "Noto Sans TC", BlinkMacSystemFont, SFProDisplay-Regular;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  margin: 30px 0;
  color: #505050;
}

#ResultModal .modal-content {
  position: relative;
  max-width: 1135px;
  max-height: 533px;
  width: 100vw;
  height: 47vw;
  background: url("/christmas2024/images/result-box.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#ResultModal .btn-close {
  top: 1.5%;
  right: 0.3%;
}
#ResultModal .qa-result {
  max-width: 730px;
  margin: auto;
}
#ResultModal .qa-info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#ResultModal .qa-info-wrap p {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1.2px;
  text-align: justify;
}
#ResultModal .title {
  display: flex;
}
#ResultModal h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
  white-space: nowrap;
}
#ResultModal .btn-groups button {
  display: inline-block;
  width: 190px;
  height: 45px;
  color: #fff;
  background: #127f58;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  height: 32px;
}
#ResultModal .btn-groups button.reset-btn {
  background: #fff;
  color: #127f58;
  border: 1px solid #127f58;
  margin-left: 15px;
}
#ResultModal .title {
  display: flex;
  align-items: end;
  transform: translateY(-13px);
}
#ResultModal .title img {
  max-width: 220px;
  margin-left: 10px;
  width: 60vw;
}
#ResultModal .qa-result-img {
  max-width: 310px;
  width: 32vw;
  margin: auto;
}
#ResultModal .qa-info {
  line-height: 1.5;
}

.loading-group {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.loading-group img {
  max-width: 50px;
  margin: 0 10px;
  animation: wavewave 1.3s linear infinite;
}
.loading-group img:nth-child(2) {
  animation-delay: -1.1s;
}
.loading-group img:nth-child(3) {
  animation-delay: -0.9s;
}

@media (max-width: 990px) {
  header {
    display: none;
  }
  .navbar_mob_menu {
    display: block;
  }
  .container {
    padding: 0 30px;
  }
  #Reels .item-wrap {
    max-width: 100%;
    padding-left: 30px;
    overflow-x: scroll;
  }
  #Reels .reels {
    min-width: 281px;
    margin-right: 20px;
  }
  #Article .container {
    padding: 0;
  }
  #Article .article_group {
    overflow-x: scroll;
    padding-left: 30px;
  }
  #Article .article_group::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
  }
  #Article .article_group::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  #Article .article_info {
    width: 320px;
    margin-right: 20px;
    cursor: pointer;
  }
  #Article .article_info .article_img {
    width: 320px;
    height: 210px;
  }
}
#Calendar .container {
  padding: 0 12px;
}
#Calendar .col-md-5 {
  padding: 0 30px;
}

@media (max-width: 767px) {
  #Calendar {
    padding-top: 20px;
  }
  #Main a {
    width: 46vw;
    height: 46vw;
    top: 118vw;
    right: 5vw;
    animation: zoomIn 1s 6s forwards;
  }
  #Main .marquee img {
    width: 70vw;
  }
  .month {
    max-width: 457px;
    width: 59.5vw;
    top: 39%;
  }
  .month .before {
    height: 7vw;
  }
  #Quiz .snow.snow1 {
    left: 70vw;
  }
  #Quiz .snow.snow2 {
    left: 44vw;
  }
  #Quiz .snow.snow3 {
    left: 22vw;
    animation-delay: -1.3s;
  }
  #Quiz .snow.snow4 {
    left: 56vw;
  }
  #Quiz .snow.snow5 {
    left: 14vw;
  }
  #Quiz .snow.snow6 {
    left: 75vw;
  }
  #Quiz .snow.snow7 {
    left: 34vw;
    animation-delay: -1s;
  }
  #Quiz .snow.snow8 {
    left: 10vw;
  }
  #Quiz .snow.snow9 {
    left: 62vw;
  }
  #Quiz .snow.snow11 {
    left: 32vw;
  }
  #Quiz .snow.snow12 {
    left: 84vw;
  }
  #Sponsors .container {
    padding: 0;
  }
  #Sponsors .list {
    padding: 0;
    padding-left: 30px;
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-auto-flow: column;
    grid-auto-columns: minmax(180px, 1fr);
    overflow-x: auto;
    padding-bottom: 20px;
  }
  footer .social-groups {
    justify-content: center;
    margin: 20px 0;
  }
  footer p {
    text-align: center;
  }
  #Modal h4,
  #ResultModal h4 {
    top: 1.5%;
    left: 49%;
  }
  #Modal h5,
  #ResultModal h5 {
    min-width: 166px;
    max-height: 30px;
    width: 24vw;
    top: -0.5%;
    left: -2.5%;
    z-index: 1;
  }
  #Modal .btn-close,
  #ResultModal .btn-close {
    top: 1%;
    right: 1%;
    max-width: 52px;
    max-height: 25px;
    width: 12vw;
    height: 6vw;
  }
  #Modal .modal-dialog,
  #ResultModal .modal-dialog {
    margin: 0;
  }
  #Modal .modal-content,
  #ResultModal .modal-content {
    max-width: 364px;
    width: 88vw;
    height: 170vw;
    max-height: 705px;
    background: url("/christmas2024/images/box_m01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #Modal .modal-body,
  #ResultModal .modal-body {
    overflow-y: scroll;
    margin-top: 90px;
    margin-bottom: 25px;
    padding: 0;
  }
  #Modal .modal-body::-webkit-scrollbar,
  #ResultModal .modal-body::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
  }
  #Modal .modal-body::-webkit-scrollbar-thumb,
  #ResultModal .modal-body::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  #Modal .modal-body.form-body,
  #ResultModal .modal-body.form-body {
    margin-top: 50px;
  }
  #Modal .products,
  #ResultModal .products {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
    transform: translateX(-50%);
    margin: 0;
    overflow: hidden;
  }
  #Modal .blocks,
  #ResultModal .blocks {
    flex-direction: column;
    align-items: center;
  }
  #Modal .block,
  #ResultModal .block {
    width: 80%;
    max-height: 100%;
    height: 100%;
    padding: 0;
    margin-top: 30px;
  }
  #Modal .block + .block,
  #ResultModal .block + .block {
    padding-top: 20px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #006441;
  }
  #Modal .block p,
  #ResultModal .block p {
    margin-bottom: 20px;
  }
  #Modal .info,
  #ResultModal .info {
    width: 43%;
    margin-left: 0;
    min-width: 280px;
    margin-left: 0;
  }
  #Modal .pic-viewer,
  #ResultModal .pic-viewer {
    flex-direction: column;
  }
  #Modal .pics,
  #ResultModal .pics {
    width: 100%;
    flex-direction: row;
    margin: 10px 0 0;
    height: auto;
  }
  #Modal .pics label,
  #ResultModal .pics label {
    width: 17.5vw;
    height: 17.5vw;
  }
  #Modal .pic,
  #ResultModal .pic {
    width: 76vw;
    height: 76vw;
  }
  #Modal .form-wrap,
  #ResultModal .form-wrap {
    height: 100%;
    padding-top: 0;
  }
  #Modal .form-wrap h2,
  #ResultModal .form-wrap h2 {
    margin-bottom: 10px;
  }
  #Modal .form-wrap .deco03,
  #ResultModal .form-wrap .deco03 {
    display: block;
    width: 103px;
    margin-bottom: 10px;
  }
  #Modal .form-wrap form,
  #ResultModal .form-wrap form {
    max-width: 320px;
    width: 75vw;
    height: 55vw;
  }
  #Modal .form-wrap .deco01,
  #Modal .form-wrap .deco02,
  #ResultModal .form-wrap .deco01,
  #ResultModal .form-wrap .deco02 {
    display: none;
  }
  #Modal .form-wrap .btn-groups,
  #ResultModal .form-wrap .btn-groups {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }
  #Modal .rule-wrap,
  #ResultModal .rule-wrap {
    max-width: 100%;
    width: 100%;
  }
  #Modal .rule-wrap ul,
  #Modal .rule-wrap .btn-goback,
  #ResultModal .rule-wrap ul,
  #ResultModal .rule-wrap .btn-goback {
    max-width: 310px;
    width: 75vw;
  }
  #Modal .rules,
  #ResultModal .rules {
    max-height: 546px;
    height: 130vw;
  }
  #Modal li,
  #ResultModal li {
    margin-bottom: 40px;
  }
  .wave-bottom {
    bottom: -5.8vw;
  }
  .wave-top {
    top: -5.8vw;
  }
  #ResultModal .modal-content {
    background: url("/christmas2024/images/result-box_m.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #ResultModal .qa-result {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    margin-top: 90px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 25px;
  }
  #ResultModal .qa-result::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
  }
  #ResultModal .qa-result::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  #ResultModal .row {
    max-width: 263px;
    margin: auto;
  }
  #ResultModal .qa-result-img {
    width: 100%;
    height: 100%;
  }
  #ResultModal .qa-info {
    margin: 30px 0;
  }
  #ResultModal .title {
    flex-direction: column;
    align-items: start;
    transform: none;
  }
  #ResultModal .title img {
    margin-left: 0;
    margin-top: 20px;
  }
  #ResultModal .btn-groups {
    align-items: center;
  }
  #ResultModal .btn-groups button.reset-btn {
    margin: 20px 0;
  }
}
@media (max-width: 576px) {
  #Article {
    padding: 40px 0 40px;
  }
  .navbar_mob_menu {
    left: 80%;
  }
  #Main .marquee img {
    width: 110vw;
  }
  .month .icon,
  .month i {
    width: 23px;
    height: 28px;
  }
  .month i {
    font-size: 14px;
    transform: translate(-50%, -75%);
  }
  #Modal .form-wrap form {
    max-width: 320px;
    width: 75vw;
    height: 105vw;
  }
  #Modal .form-wrap .row {
    gap: 10px 0;
  }
}/*# sourceMappingURL=style.css.map */