@font-face {
  font-family: "NotoSansTC";
  src: url("./fonts/NotoSansTC-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansTC";
  src: url("./fonts/NotoSansTC-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansTC";
  src: url("./fonts/NotoSansTC-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansTC";
  src: url("./fonts/NotoSansTC-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansTC";
  src: url("./fonts/NotoSansTC-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansTC";
  src: url("./fonts/NotoSansTC-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansSC";
  src: url("./fonts/NotoSansSC-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansSC";
  src: url("./fonts/NotoSansSC-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansSC";
  src: url("./fonts/NotoSansSC-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansSC";
  src: url("./fonts/NotoSansSC-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansSC";
  src: url("./fonts/NotoSansSC-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansSC";
  src: url("./fonts/NotoSansSC-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}
body > * {
  min-width: 400px;
}

h3 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 26px;
  }
}

* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.d-inline-block {
  display: inline-block;
}

.mobile-visible {
  display: block !important;
}

.desktop-visible {
  display: none !important;
}

.text-center {
  text-align: center;
}

.header {
  font-family: "NotoSansTC", Arial, Microsoft Jhenghei, sans-serif !important;
  margin: 0 auto;
  width: 100%;
  max-width: 1110px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

main {
  font-family: "NotoSansTC", Arial, Microsoft Jhenghei, sans-serif;
  position: relative;
  display: block;
  overflow: hidden;
}
main[lang=sc] {
  font-family: "NotoSansSC", Arial, Microsoft Jhenghei, sans-serif;
}
main .tc-font {
  font-family: "NotoSansTC", Arial, Microsoft Jhenghei, sans-serif;
}

a {
  text-decoration: none;
}

#main-content .top_banner {
  width: 100%;
  position: relative;
  padding: 0;
}
#main-content .top_banner .swiper-container {
  width: 100%;
  position: relative;
  height: auto;
}
#main-content .top_banner .swiper-slide {
  position: relative;
}
#main-content .top_banner .swiper-slide > a {
  text-align: center;
  margin: 0 auto;
}
#main-content .top_banner .swiper-slide > a img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
#main-content .top_banner .swiper-slide > img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
#main-content .top_banner .swiper-slide > img.banner-sectioning {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.944vw;
}
#main-content .top_banner .swiper-slide-active {
  opacity: 1 !important;
}
#main-content .top_banner .swiper-button-next {
  background-image: url("../images/next.png");
  width: 26px;
  height: 46px;
  margin-top: -100px;
  right: 50px;
}
#main-content .top_banner .swiper-button-prev {
  background-image: url("../images/prev.png");
  width: 26px;
  height: 46px;
  margin-top: -100px;
  left: 50px;
}
#main-content .top_banner .swiper-pagination {
  z-index: 9;
  padding: 0px 8px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
#main-content .top_banner .swiper-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #ebccc0;
  transition: width 0.2s, background 0.2s;
  opacity: 1;
}
#main-content .top_banner .swiper-pagination .swiper-pagination-switch:not(:last-child) {
  margin-right: 10px;
}
#main-content .top_banner .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
  background: linear-gradient(115deg, #dd1966, #b00931);
  width: 30px;
}

.MobileLoginMenu__subitem.MobileLoginMenu__show {
  display: block;
}

@media (min-width: 768px) {
  .mobile-visible {
    display: none !important;
  }
  .desktop-visible {
    display: block !important;
  }
}
sup {
  font-size: 60%;
}

ol,
ul {
  padding-left: 1.1em;
}

ul,
ol {
  margin: 0;
}

h2 {
  font-size: 48px;
  margin: 0;
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

.vwhidden {
  max-width: 100%;
  overflow: hidden;
}

.footer-reminder,
.desktopSitemap,
.mobileSitemap,
.footer__bottom {
  position: relative;
  z-index: 1;
}

.footer-reminder {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .footer-reminder {
    font-size: 16px;
  }
}
.footer-reminder .footer-reminder-bigger {
  font-size: 22px;
}

.Header__headerContainer,
.MobileHeader__headerContainer {
  position: relative;
  z-index: 100;
}

.html5-video-player:not(.ytp-transparent),
.html5-video-player.unstarted-mode,
.html5-video-player.ad-showing,
.html5-video-player.ended-mode {
  background-color: transparent !important;
}

.sm {
  font-size: 80%;
}

.flex-cut {
  --col: 2;
  --margin: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--margin) / 2 * -1);
  margin-left: calc(var(--margin) / 2 * -1);
  --colf: var(--col) !important;
  --marginf: var(--margin) !important;
}
@media screen and (max-width: 767px) {
  .flex-cut {
    --col: 1;
    --margin: 15px;
  }
}
.flex-cut > * {
  min-width: calc(100% / var(--colf) - var(--margin)) !important;
  width: calc(100% / var(--colf) - var(--margin)) !important;
  margin-right: calc(var(--marginf) / 2) !important;
  margin-left: calc(var(--marginf) / 2) !important;
}

.container {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
}

a {
  color: inherit;
}

section#intro {
  background-color: #fbfae0;
  padding-top: 40px;
}
section#intro .sticky-bar-ctn {
  position: relative; /* Provides a positioning context */
  width: 100%;
  min-height: 74px;
}
@media (max-width: 768px) {
  section#intro .sticky-bar-ctn {
    margin-inline: -20px;
    width: calc(100% + 40px);
  }
}
section#intro .sticky-bar-ctn .sticky-bar {
  display: flex;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  padding: 15px 0;
  box-shadow: 0px 0px 20px rgba(187, 160, 100, 0.3333333333);
}
section#intro .sticky-bar-ctn .sticky-bar.scrolled {
  width: 1100px;
  max-width: calc(100% - 40px);
  z-index: 9;
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  section#intro .sticky-bar-ctn .sticky-bar.scrolled {
    top: 0;
    max-width: 100%;
  }
}
section#intro .sticky-bar-ctn .sticky-bar .menu {
  display: none;
}
@media (max-width: 768px) {
  section#intro .sticky-bar-ctn .sticky-bar .menu {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0 20px;
  }
  section#intro .sticky-bar-ctn .sticky-bar .menu > * {
    padding: 20px 0;
    padding: 15px 0;
    border-bottom: 1px solid hsla(0, 0%, 59.2%, 0.15);
    cursor: pointer;
  }
}
section#intro .sticky-bar-ctn .sticky-bar a {
  text-decoration: none !important;
}
section#intro .sticky-bar-ctn .sticky-bar .item {
  --p-block: 10px;
  --p-inline: 20px;
  padding: var(--p-block) var(--p-inline);
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  section#intro .sticky-bar-ctn .sticky-bar .item {
    display: none;
  }
  section#intro .sticky-bar-ctn .sticky-bar .item::after {
    content: "";
    width: 0;
    height: 0;
    border-color: #bba064 transparent transparent;
    border-style: solid;
    border-width: 7px 6px 0;
    position: absolute;
    top: 1px;
    bottom: 0;
    margin: auto;
    right: 0px;
    border-radius: 7px;
  }
}
@media (max-width: 768px) {
  section#intro .sticky-bar-ctn .sticky-bar .item.topic {
    display: none;
  }
}
section#intro .sticky-bar-ctn .sticky-bar .item.topic::after {
  display: block;
  content: "";
  position: absolute;
  background-color: rgba(187, 160, 100, 0.4666666667);
  width: 2px;
  height: calc(100% - var(--p-block));
  right: 0;
  top: 5px;
}
section#intro .sticky-bar-ctn .sticky-bar[active="1"] .item:nth-child(1) {
  display: block;
}
@media (min-width: 769px) {
  section#intro .sticky-bar-ctn .sticky-bar[active="1"] .item:nth-child(1)::after {
    display: block;
    content: "";
    position: absolute;
    background-color: #bba064;
    width: calc(100% - var(--p-inline) - var(--p-inline));
    height: 3px;
    bottom: 0;
    left: 25px;
  }
}
@media (min-width: 769px) {
  section#intro .sticky-bar-ctn .sticky-bar:not([active="1"]) .item:nth-child(1):hover::after {
    display: block;
    content: "";
    position: absolute;
    background-color: rgba(187, 160, 100, 0.3333333333);
    width: calc(100% - var(--p-inline) - var(--p-inline));
    height: 3px;
    bottom: 0;
    left: 25px;
  }
}
section#intro .sticky-bar-ctn .sticky-bar[active="2"] .item:nth-child(2) {
  display: block;
}
@media (min-width: 769px) {
  section#intro .sticky-bar-ctn .sticky-bar[active="2"] .item:nth-child(2)::after {
    display: block;
    content: "";
    position: absolute;
    background-color: #bba064;
    width: calc(100% - var(--p-inline) - var(--p-inline));
    height: 3px;
    bottom: 0;
    left: 25px;
  }
}
@media (min-width: 769px) {
  section#intro .sticky-bar-ctn .sticky-bar:not([active="2"]) .item:nth-child(2):hover::after {
    display: block;
    content: "";
    position: absolute;
    background-color: rgba(187, 160, 100, 0.3333333333);
    width: calc(100% - var(--p-inline) - var(--p-inline));
    height: 3px;
    bottom: 0;
    left: 25px;
  }
}
section#intro .sticky-bar-ctn .sticky-bar[active="3"] .item:nth-child(3) {
  display: block;
}
@media (min-width: 769px) {
  section#intro .sticky-bar-ctn .sticky-bar[active="3"] .item:nth-child(3)::after {
    display: block;
    content: "";
    position: absolute;
    background-color: #bba064;
    width: calc(100% - var(--p-inline) - var(--p-inline));
    height: 3px;
    bottom: 0;
    left: 25px;
  }
}
@media (min-width: 769px) {
  section#intro .sticky-bar-ctn .sticky-bar:not([active="3"]) .item:nth-child(3):hover::after {
    display: block;
    content: "";
    position: absolute;
    background-color: rgba(187, 160, 100, 0.3333333333);
    width: calc(100% - var(--p-inline) - var(--p-inline));
    height: 3px;
    bottom: 0;
    left: 25px;
  }
}
section#intro .sticky-bar-ctn .btn {
  font-size: 16px;
  font-weight: bold;
  background-color: #b00029;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 140px;
  padding: 10px;
  margin-left: auto;
  margin-right: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  section#intro .sticky-bar-ctn .btn {
    padding: 6px;
  }
}
section#intro .sticky-bar-ctn .btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.15;
  left: -20%;
  right: 35px;
  transform: skewX(-16deg);
  background-image: linear-gradient(-69deg, #fff 37%, hsla(0, 0%, 100%, 0));
}
section#intro .sticky-bar-ctn .btn span {
  display: block;
}
section#intro .sticky-bar-ctn .btn span::before {
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  right: 120%;
  transform: skewX(-15deg);
  background-image: linear-gradient(-69deg, #fff 37%, hsla(0, 0%, 100%, 0));
}
@keyframes PageMenu_buttonEffect__3JEjc {
  0% {
    right: 120%;
  }
  10% {
    right: -200px;
  }
  10.1% {
    right: 120%;
  }
}
section#intro .sticky-bar-ctn .btn:hover span::before {
  animation: PageMenu_buttonEffect__3JEjc 15s infinite;
}

.intro-text {
  text-align: center;
  font-size: 24px;
  color: #333333;
  padding-bottom: 40px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .intro-text {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.intro-text strong {
  font-size: 30px;
}
@media (max-width: 768px) {
  .intro-text strong {
    font-size: 24px;
  }
}
.intro-text strong.green {
  color: #0a970d;
}
.intro-text strong.red {
  color: #b00029;
}

.icon-title {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  font-size: 40px;
}
@media (max-width: 768px) {
  .icon-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.icon-title img {
  margin-top: auto;
  width: 1.35em;
}
.icon-title .text {
  font-weight: bold;
  color: #0a970d;
  padding: 0 5px;
  line-height: 1.1;
  text-align: center;
  padding-bottom: 0.2em;
}
.icon-title .text span {
  color: #255d36;
}
.icon-title.main .text {
  font-size: 48px;
}
@media (max-width: 768px) {
  .icon-title.main .text {
    font-size: 30px;
  }
}
.icon-title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 2px;
  bottom: 0px;
  background-color: #2fb383;
  width: calc(100% - 1.05em);
}
.icon-title.icon-hide::after {
  width: 100%;
}

section#tab-funfact {
  padding: 56px 0;
}
section#tab-funfact .card {
  padding: 25px 30px;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
  box-shadow: 0 10px 40px rgba(187, 160, 100, 0.2);
}
@media (max-width: 768px) {
  section#tab-funfact .card {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
section#tab-funfact .card strong {
  font-size: 1.2em;
}
section#tab-funfact .card * {
  color: #fff;
}
section#tab-funfact .card .icon {
  margin-left: 10px;
}
@media (max-width: 768px) {
  section#tab-funfact .card .icon {
    width: 80px;
  }
}
section#tab-funfact .card.first {
  background-color: #ca6400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  section#tab-funfact .card.first {
    flex-direction: column;
  }
  section#tab-funfact .card.first .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
    align-items: center;
  }
  section#tab-funfact .card.first > * {
    width: 100%;
  }
}
section#tab-funfact .card.first .col:nth-child(2) {
  width: 50%;
}
@media (max-width: 768px) {
  section#tab-funfact .card.first .col:nth-child(2) {
    width: 100%;
  }
}
section#tab-funfact .flex-cut .card {
  padding: 25px 30px 35px;
}
@media (max-width: 768px) {
  section#tab-funfact .flex-cut .card {
    padding: 15px 20px 25px;
  }
}
section#tab-funfact .flex-cut .card .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}
section#tab-funfact .flex-cut .card .top img {
  height: 60px;
}
section#tab-funfact .flex-cut .card .content p:not(:last-child) {
  margin-bottom: 0.8em;
}
section#tab-funfact .flex-cut .card:nth-child(1) {
  background-color: #7bbd08;
}
section#tab-funfact .flex-cut .card:nth-child(2) {
  background-color: #01a89e;
}
section#tab-funfact .flex-cut .card:nth-child(3) {
  background-color: #3bb44a;
}
section#tab-funfact .flex-cut .card:nth-child(4) {
  background-color: #0f72a3;
}

section#tab-reward {
  padding: 56px 0;
  background-color: #f4ffdb;
}
section#tab-reward .tab-reward-img {
  margin: auto;
  display: block;
  max-width: 100%;
}
section#tab-reward .card {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(187, 160, 100, 0.2);
  margin-bottom: 30px;
}
section#tab-reward .card h5 {
  font-size: 24px;
  margin: 0;
  color: #255d36;
}
@media (max-width: 768px) {
  section#tab-reward .card h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
section#tab-reward .card ul {
  font-size: 18px;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 768px) {
  section#tab-reward .card ul {
    font-size: 16px;
  }
}
section#tab-reward .card ul li {
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 10px;
}
section#tab-reward .card ul li strong {
  color: #0a970d;
  font-size: 26px;
  line-height: 1;
}
@media (max-width: 768px) {
  section#tab-reward .card ul li strong {
    font-size: 24px;
  }
}
section#tab-reward .card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.3em;
  height: 1.3em;
  background: url("../images/layout/ico-leaf.png") no-repeat center center;
  background-size: contain;
}
section#tab-reward .card .btn {
  margin-left: 34px;
  font-size: 16px;
  padding: 6px 16px;
  background-color: #a69c4c;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
section#tab-reward .card .btn img {
  width: 9px;
  height: 11px;
}

section#tab-luckydraw {
  background-color: #fbfae0;
  padding: 56px 0;
}
section#tab-luckydraw .intro-text {
  font-weight: 400;
}
section#tab-luckydraw img {
  max-width: 100%;
}
section#tab-luckydraw .steps-ctn {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  section#tab-luckydraw .steps-ctn {
    flex-direction: column;
  }
}
section#tab-luckydraw .steps-ctn .arrow {
  width: 22px;
  margin: auto;
}
@media (max-width: 768px) {
  section#tab-luckydraw .steps-ctn .arrow {
    transform: rotate(90deg);
  }
}
section#tab-luckydraw .steps-ctn .item {
  width: calc(50% - 20px);
  border-radius: 20px;
  background-color: #f3ffde;
  font-size: 18px;
  padding: 20px;
  min-height: 100%;
  box-shadow: 0 10px 40px rgba(187, 160, 100, 0.2);
}
@media (max-width: 768px) {
  section#tab-luckydraw .steps-ctn .item {
    width: 100%;
  }
}
section#tab-luckydraw .steps-ctn .item .step {
  font-weight: bold;
  color: #0a970d;
  font-size: 22px;
}
section#tab-luckydraw .steps-ctn .item .topic {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 8px;
}
section#tab-luckydraw .steps-ctn .item:last-child {
  background-color: #e1f9ce;
}
section#tab-luckydraw .steps-ctn .item ul {
  font-size: 18px;
  list-style: none;
  padding-left: 0;
}
section#tab-luckydraw .steps-ctn .item ul li {
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 10px;
}
section#tab-luckydraw .steps-ctn .item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.3em;
  height: 1.3em;
  background: url("../images/layout/ico-no1.png") no-repeat center center;
  background-size: contain;
  border-radius: 100%;
}
section#tab-luckydraw .steps-ctn .item ul li:nth-child(2)::before {
  background: url("../images/layout/ico-no2.png") no-repeat center center;
}
section#tab-luckydraw .steps-ctn .item ul li:nth-child(3)::before {
  background: url("../images/layout/ico-no3.png") no-repeat center center;
}
section#tab-luckydraw .last {
  margin-top: 40px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#tab-luckydraw .last strong {
  color: #b00029;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
}
section#tab-luckydraw .last > * {
  margin-bottom: 22px;
  text-align: left;
}
@media (max-width: 768px) {
  section#tab-luckydraw .last {
    font-size: 16px;
  }
}
section#tab-luckydraw .how-to-reg {
  margin: 140px auto 110px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 3px 4px 5px #7c2421;
  width: 900px;
  max-width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  section#tab-luckydraw .how-to-reg {
    flex-direction: column-reverse;
    margin: 60px auto 40px;
  }
}
section#tab-luckydraw .how-to-reg .screen {
  margin-top: -100px;
  width: 257px;
  max-width: 30%;
  margin-bottom: -50px;
  margin-left: auto;
  margin-right: -10px;
}
@media (max-width: 768px) {
  section#tab-luckydraw .how-to-reg .screen {
    max-width: 50%;
    margin: unset;
    margin-top: 50px;
  }
}
section#tab-luckydraw .how-to-reg .btn {
  margin: auto;
  margin-top: 20px;
}
section#tab-luckydraw .how-to-reg .content {
  line-height: 1.9;
  font-size: 22px;
  padding: 50px 50px 20px;
  max-width: 70%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section#tab-luckydraw .how-to-reg .content .topic {
  position: absolute;
  top: 0;
  font-size: 26px;
  min-width: 200px;
  font-weight: bold;
  border-radius: 20px;
  background-color: #ffe1e1;
  padding: 10px 30px;
  transform: translate(0, -50%);
  box-shadow: 3px 4px 5px #7c2421;
}
@media (max-width: 768px) {
  section#tab-luckydraw .how-to-reg .content .topic {
    font-size: 20px;
    padding: 4px;
  }
}
section#tab-luckydraw .how-to-reg .content .step {
  font-size: 18px;
}
@media (max-width: 768px) {
  section#tab-luckydraw .how-to-reg .content .step {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  section#tab-luckydraw .how-to-reg .content {
    font-size: 18px;
    padding: 10px 10px 20px;
    max-width: 100%;
  }
}
section#tab-luckydraw .btn {
  font-size: 24px;
  padding: 10px 16px;
  background-color: #b00029;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  section#tab-luckydraw .btn {
    margin-inline: auto;
    font-size: 20px;
    padding: 10px 16px;
  }
}
section#tab-luckydraw .btn img {
  margin-top: -13px;
  width: 28px;
  height: 40px;
}
section#tab-luckydraw .tab-luckydraw-item {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  section#tab-luckydraw .tab-luckydraw-item {
    flex-direction: column;
  }
}
section#tab-luckydraw .tab-luckydraw-item > * {
  width: 50%;
}
@media (max-width: 768px) {
  section#tab-luckydraw .tab-luckydraw-item > * {
    width: 100%;
  }
}
section#tab-luckydraw .tab-luckydraw-item .content {
  padding-left: 30px;
  font-size: 18px;
}
@media (max-width: 768px) {
  section#tab-luckydraw .tab-luckydraw-item .content {
    padding-left: 0px;
  }
}
section#tab-luckydraw .tab-luckydraw-item .content strong.topic {
  font-size: 22px;
}
section#tab-luckydraw .tab-luckydraw-item .content .part {
  margin-bottom: 22px;
}
section#tab-luckydraw .tab-luckydraw-item .content .red {
  color: #b00029;
  font-weight: bold;
}
section#tab-luckydraw .tab-luckydraw-item .content .grand {
  color: #b00029;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
}
section#tab-luckydraw .tab-luckydraw-item .content ul {
  font-size: 18px;
  list-style: none;
  padding-left: 0;
}
section#tab-luckydraw .tab-luckydraw-item .content ul li {
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 10px;
}
section#tab-luckydraw .tab-luckydraw-item .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.3em;
  height: 1.3em;
  background: url("../images/layout/ico-check.png") no-repeat center center;
  background-size: contain;
}
section#tab-luckydraw .tab-luckydraw-item .content .price {
  padding: 12px 15px;
  background-color: #f7f5bd;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(187, 160, 100, 0.2);
}
section#tab-luckydraw .tab-luckydraw-item .content .btn {
  margin-top: 28px;
  font-size: 24px;
  padding: 6px 16px;
  background-color: #b00029;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  section#tab-luckydraw .tab-luckydraw-item .content .btn {
    margin-inline: auto;
  }
}
section#tab-luckydraw .tab-luckydraw-item .content .btn img {
  margin-top: -13px;
  width: 28px;
  height: 40px;
}

section#tab-luckydraw-details {
  background-color: #fdfcf1;
  padding: 56px 0;
}
section#tab-luckydraw-details .table-ctn {
  margin-bottom: 40px;
  --p1: #f6ffdc;
  --p2: #255d36;
  --p3: #cce386;
  --p4: #2ab17e;
  --p5: #0a975a;
  --p6: #154122;
}
section#tab-luckydraw-details .table-ctn h5 {
  font-size: 22px;
  margin: 0;
  color: var(--p2);
}
@media (max-width: 768px) {
  section#tab-luckydraw-details .table-ctn h5 {
    font-size: 18px;
  }
}
section#tab-luckydraw-details .table-ctn ul {
  font-size: 20px;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 768px) {
  section#tab-luckydraw-details .table-ctn ul {
    font-size: 16px;
  }
}
section#tab-luckydraw-details .table-ctn ul li {
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 0px;
}
section#tab-luckydraw-details .table-ctn ul li strong {
  color: #b00029;
}
section#tab-luckydraw-details .table-ctn ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.3em;
  height: 1.3em;
  background: url("../images/layout/ico-detail1.png") no-repeat center center;
  background-size: contain;
}
section#tab-luckydraw-details .table-ctn .topic {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 3px 10px;
  line-height: 1.2;
  color: #fff;
  border-radius: 20px 20px 0 0;
  font-size: 19px;
  margin-right: auto;
}
@media (max-width: 768px) {
  section#tab-luckydraw-details .table-ctn .topic {
    font-size: 16px;
  }
}
section#tab-luckydraw-details .table-ctn .item {
  background-color: var(--p1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 40px #e3e3e3;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  section#tab-luckydraw-details .table-ctn .item {
    margin-bottom: 16px;
  }
}
section#tab-luckydraw-details .table-ctn .item .col:first-child {
  padding-right: 10px;
}
section#tab-luckydraw-details .table-ctn .item .col:last-child {
  background-color: var(--p3);
  line-height: 1.2;
  padding-left: 10px;
  padding-right: 10px;
  color: var(--p6);
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  justify-content: flex-start;
}
section#tab-luckydraw-details .table-ctn .item .col:last-child .smaller {
  font-size: 16px;
}
@media (max-width: 768px) {
  section#tab-luckydraw-details .table-ctn .item .col:last-child {
    font-size: 22px;
  }
}
section#tab-luckydraw-details .table-ctn .item .col:last-child strong {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 768px) {
  section#tab-luckydraw-details .table-ctn .item .col:last-child strong {
    font-size: 24px;
  }
}
section#tab-luckydraw-details .table-ctn .item .remarks {
  padding-top: 8px;
}
section#tab-luckydraw-details .table-ctn .row {
  display: flex;
}
section#tab-luckydraw-details .table-ctn .row:not(.head):first-child .col {
  padding-top: 20px;
}
section#tab-luckydraw-details .table-ctn .row:not(:first-child) .col {
  padding: 5px;
  padding-bottom: 10px;
}
section#tab-luckydraw-details .table-ctn .row:not(:first-child):not(:last-child) .col:first-child {
  border-bottom: 2px solid var(--p3);
}
section#tab-luckydraw-details .table-ctn .row:not(:first-child):not(:last-child) .col:last-child {
  border-bottom: 2px solid var(--p1);
}
section#tab-luckydraw-details .table-ctn .row:last-child .col {
  padding-bottom: 20px;
}
section#tab-luckydraw-details .table-ctn .row.head {
  align-items: flex-end;
}
section#tab-luckydraw-details .table-ctn .row.head .col {
  padding-right: 20px;
  height: 100%;
}
section#tab-luckydraw-details .table-ctn .row.head .col .topic {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
section#tab-luckydraw-details .table-ctn .row .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section#tab-luckydraw-details .table-ctn .row .col:first-child {
  width: 100%;
  padding-left: 20px;
}
section#tab-luckydraw-details .table-ctn .row .col:first-child .topic:first-child {
  background-color: var(--p4);
}
section#tab-luckydraw-details .table-ctn .row .col:last-child {
  min-width: 140px;
  max-width: 140px;
}
@media (max-width: 768px) {
  section#tab-luckydraw-details .table-ctn .row .col:last-child {
    min-width: 115px;
    max-width: 115px;
  }
}
section#tab-luckydraw-details .table-ctn .row .col:last-child .topic:first-child {
  background-color: var(--p5);
}
section#tab-luckydraw-details .table-ctn .row .col:last-child .topic:first-child.smaller {
  font-size: 14px;
  padding: 3px 5px;
}
section#tab-luckydraw-details .table-ctn.light {
  --p1: #fdfcf1;
  --p2: #c54600;
  --p3: #ebdbb9;
  --p4: #d98c61;
  --p5: #c54600;
  --p6: #b00029;
}
section#tab-luckydraw-details .table-ctn.light ul li::before {
  background: url("../images/layout/ico-detail2.png") no-repeat center center;
}

section#offer {
  padding: 56px 0;
  background-color: #255d36;
  color: #fff;
}
section#offer .topic {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  section#offer .topic {
    font-size: 32px;
  }
}
section#offer .card {
  padding-top: 28%;
  display: block;
  position: relative;
  background-size: cover;
  border-radius: 5px;
}
@media (max-width: 768px) {
  section#offer .card {
    padding-top: 88%;
  }
}
section#offer .card:nth-child(2) {
  background-image: url(../images/layout/offer-1.png);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  section#offer .card:nth-child(2) {
    margin-bottom: 25px;
  }
}
section#offer .card:nth-child(3) {
  background-image: url(../images/layout/offer-3.jpg);
  color: #000;
}
section#offer .card .content {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
@media (max-width: 1140px) {
  section#offer .card .content {
    font-size: 1.1vw;
  }
}
@media (max-width: 1010px) {
  section#offer .card .content {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  section#offer .card .content {
    font-size: 16px;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
section#offer .card .content .subtitle {
  margin-bottom: 20px;
  font-size: 1em;
  letter-spacing: 1.5px;
}
section#offer .card .content .title {
  font-size: 1.375em;
  font-weight: 700;
  width: 40%;
}
@media (max-width: 768px) {
  section#offer .card .content .title {
    font-size: 1.125em;
    width: 55%;
  }
}
section#offer .card .content .btn {
  margin-top: auto;
  display: flex;
  font-size: 1em;
  align-items: center;
}

section#app {
  padding: 56px 0;
  text-align: center;
  font-size: 1px;
}
@media (max-width: 768px) {
  section#app {
    font-size: 0.15vw;
  }
}
section#app h3 {
  color: #b00931;
  margin-bottom: 33px;
}
section#app .item {
  display: flex;
  gap: 18em;
  justify-content: center;
  align-items: center;
}
section#app .item .logo {
  box-shadow: 3em 3em 20em #b3b3b3;
  border-radius: 25%;
  width: 100em;
}
section#app .item .content {
  display: flex;
  flex-direction: column;
}
section#app .item .content .search-bar {
  line-height: 40em;
  position: relative;
  border-radius: 20em;
  box-shadow: 0 0 10em #e3e3e3;
}
section#app .item .content .search-bar span {
  font-size: 18em;
}
section#app .item .content .search-bar img {
  position: absolute;
  left: 10em;
  top: 50%;
  transform: translate(0, -50%);
  width: 18em;
}
section#app .item .content .store-ctn {
  margin-top: 10.5em;
  display: flex;
  gap: 9em;
}
section#app .item .content .store-ctn img {
  height: 49em;
}

.remarks {
  font-size: 16px;
}
@media (max-width: 768px) {
  .remarks {
    font-size: 12px;
  }
}
.remarks p {
  margin-bottom: 0.7em;
}
.remarks a {
  text-decoration: underline;
}

ol.super {
  counter-reset: item;
  padding: 0;
  list-style: none;
  padding-bottom: 10px;
}
ol.super li {
  position: relative;
  display: block;
  padding: 0em 0em 0em 0.7em;
}
ol.super li:before {
  content: counter(item) "";
  counter-increment: item;
  position: absolute;
  vertical-align: super;
  font-size: 60%;
  left: 0em;
}
ol.super[start="1"] {
  counter-reset: item 0;
}
ol.super[start="2"] {
  counter-reset: item 1;
}
ol.super[start="3"] {
  counter-reset: item 2;
}
ol.super[start="4"] {
  counter-reset: item 3;
}
ol.super[start="5"] {
  counter-reset: item 4;
}
ol.super[start="6"] {
  counter-reset: item 5;
}
ol.super[start="7"] {
  counter-reset: item 6;
}
ol.super[start="8"] {
  counter-reset: item 7;
}
ol.super[start="9"] {
  counter-reset: item 8;
}
ol.super[start="10"] {
  counter-reset: item 9;
}
ol.super[start="11"] {
  counter-reset: item 10;
}
ol.super[start="12"] {
  counter-reset: item 11;
}
ol.super[start="13"] {
  counter-reset: item 12;
}
ol.super[start="14"] {
  counter-reset: item 13;
}
ol.super[start="15"] {
  counter-reset: item 14;
}
ol.super[start="16"] {
  counter-reset: item 15;
}
ol.super[start="17"] {
  counter-reset: item 16;
}
ol.super[start="18"] {
  counter-reset: item 17;
}
ol.super[start="19"] {
  counter-reset: item 18;
}
ol.super[start="20"] {
  counter-reset: item 19;
}/*# sourceMappingURL=style.css.map */