@charset "UTF-8";
html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Noto Sans TC Regular", "PingFangTC-Regular", Noto Sans, Arial, Helvetica, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  background: #e6e6e6;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
}

input, select, textarea, button {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

h1, h2, h3, h4, h5, h6, p, li {
  line-height: 1.5;
  font-family: "Noto Sans TC Regular", "PingFangTC-Regular", Noto Sans, Arial, Helvetica, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.375rem;
}

h3 {
  font-size: 1.3125rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1.0625rem;
}

.small {
  font-size: .9375rem;
}

.extrasmall {
  font-size: .8125rem;
}

a {
  color: #4c4c4c;
  text-decoration: none;
}
a:hover {
  color: #4c4c4c;
  text-decoration: none;
}

@media (max-width: 576px) {
  html, body {
    font-size: .75rem;
  }
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

label, .form-control, select, textarea, .btn {
  font-size: 1rem;
}

.form-control:focus, .btn:focus {
  box-shadow: none;
}

.btn-link {
  color: #4c4c4c;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus {
  color: #4c4c4c;
  text-decoration: none;
}

.container {
  padding: 0 1.875rem;
  max-width: 75rem;
  width: 100%;
}

@media (max-width: 1200px) {
  .container {
    padding: 0 2.5vw;
  }
}
@media (max-width: 800px) {
  .container {
    padding: 0 6.25vw;
  }
}
.w-header {
  background: #651a00;
  background: -webkit-linear-gradient(top, #651a00, #451f00);
  background: -moz-linear-gradient(bottom, #651a00, #451f00);
  background: -o-linear-gradient(bottom, #651a00, #451f00);
  background: linear-gradient(to bottom, #651a00, #451f00);
}
.w-header .navbar {
  flex-wrap: nowrap;
  padding: 0;
}
.w-header .navbar-brand {
  padding-top: .625rem;
  padding-bottom: .625rem;
}
.w-header .navbar-brand img {
  height: 3.5625rem;
}
.w-header .navbar-nav {
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
.w-header .nav-item + .nav-item {
  margin-left: .875rem;
}
.w-header .nav-info {
  color: #fff;
  font-size: .875rem;
  white-space: nowrap;
}
.w-header .nav-link {
  margin: 0;
  padding: .5rem 2.625rem;
  text-align: center;
  color: #fff;
  font-size: .875rem;
  line-height: 1;
  font-weight: bold;
  background: transparent;
  border: 1px solid #fff;
  border-radius: .25rem;
  transition: .3s ease;
  white-space: nowrap;
}
.w-header .nav-link:hover {
  background: rgba(255, 255, 255, 0.4);
}
.w-header .nav-icon {
  display: inline-block;
}
.w-header .nav-icon i {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  background: url(../../images/event/small_scratcher/summer2026/livechat.png) no-repeat center/contain;
}

.w-main {
  position: relative;
  padding-top: 30rem;
  background-color: #484467;
  background-image: url(../../images/event/small_scratcher/summer2026/bg-top.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 96rem auto;
}

.w-footer {
  padding: 1.75rem 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: .8125rem;
  line-height: 1.7;
  text-align: center;
  background: #3a3a3a;
  border-top: .125rem solid rgba(243, 216, 136, 0.35);
}
.w-footer p + p {
  margin-top: .5rem;
  color: rgba(255, 255, 255, 0.4);
  font-size: .75rem;
}

.webp .w-header .nav-icon i {
  background-image: url(../../images/event/small_scratcher/summer2026/livechat.webp);
}
.webp .w-main {
  background-image: url(../../images/event/small_scratcher/summer2026/bg-top.webp);
}

@media (max-width: 1200px) {
  .w-header .navbar-brand {
    padding-top: .83333vw;
    padding-bottom: .83333vw;
  }
  .w-header .navbar-brand img {
    height: 4.75vw;
  }
  .w-header .nav-link {
    padding: .66667vw 3.5vw;
    font-size: 1.16667vw;
  }
  .w-header .nav-icon i {
    width: 2.66667vw;
    height: 2.66667vw;
  }

  .w-main {
    padding-top: 40vw;
    background-size: 128vw auto;
  }

  .w-footer {
    padding: 2.33333vw 0;
    font-size: 1.08333vw;
  }
  .w-footer p + p {
    font-size: 1vw;
  }
}
@media (max-width: 800px) {
  .w-header .navbar-brand {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
  }
  .w-header .navbar-brand img {
    height: 7.125vw;
  }
  .w-header .nav-link {
    padding: 1vw 5.25vw;
    font-size: 3.5vw;
  }
  .w-header .nav-icon i {
    width: 5.75vw;
    height: 5.75vw;
  }

  .w-main {
    padding-top: 113.75vw;
    background-image: url(../../images/event/small_scratcher/summer2026/bg-top-min.jpg);
    background-size: 100% 147.625vw;
  }
  .w-footer {
    padding: 3vw 0;
    font-size: clamp(.8125rem, 2.5vw, 1rem);
  }
  .w-footer p + p {
    font-size: clamp(.75rem, 2.25vw, .875rem);
  }

  .webp .w-main {
    background-image: url(../../images/event/small_scratcher/summer2026/bg-top-min.webp);
  }
}
.scratch-main {
  margin-bottom: 4.375rem;
}
.scratch-main .scratch-block {
  position: relative;
  margin: 0 auto;
  width: 63.6rem;
  height: 24.05rem;
  background: url(../../images/event/small_scratcher/summer2026/scratch-bg.png) no-repeat center/contain;
}
.scratch-main .scratch-block.signup-now {
  background-image: url(../../images/event/small_scratcher/summer2026/scratch-signupnow.png);
}
.scratch-main .scratch-block.gobind {
  background-image: url(../../images/event/small_scratcher/summer2026/scratch-gobind.png);
}
.scratch-main button {
  width: 16.5rem;
  height: 4.35rem;
  color: #6b3a12;
  font-size: 1.32rem;
  font-weight: 700;
  letter-spacing: .0625rem;
  background: linear-gradient(to bottom, #fdf2c8 0%, #f3d888 45%, #e0af4e 100%);
  border: .125rem solid #fff6db;
  border-radius: 999px;
  outline: 0;
  box-shadow: 0 .25rem .625rem rgba(0, 0, 0, 0.35), inset 0 .0625rem 0 rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.scratch-main button:hover {
  filter: brightness(1.08);
  transform: translateY(-.0625rem);
  box-shadow: 0 .375rem .875rem rgba(0, 0, 0, 0.4), inset 0 .0625rem 0 rgba(255, 255, 255, 0.7);
}
.scratch-main button:active {
  transform: translateY(0);
  filter: brightness(0.96);
}
.scratch-main .scratch-container {
  position: absolute;
  left: 50%;
  top: calc(50% - .3rem);
  width: 33.75rem;
  height: 20.25rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.scratch-main .scratch-container .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
}
.scratch-main .scratch-container .scratch-finger {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../../images/event/small_scratcher/summer2026/scratch-finger.png) no-repeat center/15.75rem 6.95rem;
  cursor: pointer;
}
.scratch-main .scratch-container .rewards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 32%, #fff9ec 0%, #ffffff 68%);
  border: .1875rem solid #f3d888;
  border-radius: 1.25vw;
  visibility: hidden;
}
.scratch-main .scratch-container .rewards p {
  color: #8a2a1f;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1875rem;
  line-height: 1.1;
}
.scratch-main .scratch-container .rewards p:first-child {
  display: flex;
  align-items: center;
  gap: .8rem;
}
.scratch-main .scratch-container .rewards p:first-child::before,
.scratch-main .scratch-container .rewards p:first-child::after {
  content: "";
  width: 2rem;
  height: .125rem;
  background: linear-gradient(to right, transparent, #d4af6a);
}
.scratch-main .scratch-container .rewards p:first-child::after {
  background: linear-gradient(to left, transparent, #d4af6a);
}
.scratch-main .scratch-container .rewards p:last-child {
  padding: .35rem 1.6rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: .25rem;
  background: linear-gradient(180deg, #8a2a1f, #5c1414);
  border-radius: 999px;
  box-shadow: 0 .25rem .625rem rgba(0, 0, 0, 0.2);
}
.scratch-main .scratch-container .rewards .reward {
  display: flex;
  align-items: baseline;
  gap: .4rem;
  padding-left: 0;
  font-size: 5.6rem;
  font-weight: 800;
  color: #d21f1f;
  text-shadow: 0 .25rem 0 rgba(0, 0, 0, 0.12), 0 0 1.875rem rgba(210, 31, 31, 0.3);
  line-height: 1;
}
.scratch-main .scratch-container .rewards .reward span {
  font-size: 2.2rem;
  font-weight: 700;
  color: #b8860b;
}

.btn-block {
  text-align: center;
  margin-top: .625rem;
}

.details {
  padding-bottom: 8.125rem;
}
.details .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  margin: 0 auto 1.875rem;
  width: 100%;
  max-width: 48rem;
  height: auto;
}
.details .title-line {
  flex: 1 1 auto;
  max-width: 16rem;
  height: .125rem;
  background: linear-gradient(to right, transparent, #6fb8e0 45%, #2a5ea8 75%, transparent);
}
.details .title-line-left {
  background: linear-gradient(to left, transparent, #6fb8e0 45%, #2a5ea8 75%, transparent);
}
.details .title-slash {
  position: relative;
  flex: 0 0 auto;
  width: 1.375rem;
  height: 1.625rem;
}
.details .title-slash::before,
.details .title-slash::after {
  content: "";
  position: absolute;
  top: 0;
  width: .5rem;
  height: 100%;
  background: linear-gradient(160deg, #163a73, #4fa3e8);
  transform: skewX(-18deg);
}
.details .title-slash::after {
  left: .7rem;
}
.details .title-text {
  flex: 0 0 auto;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .125rem;
  white-space: nowrap;
}
.details .desc {
  padding: 0 10rem;
}
.details ul {
  font-size: .9375rem;
}
.details .decimal {
  counter-reset: item;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  line-height: 1.8;
  text-align: justify;
}
.details .decimal li {
  position: relative;
  padding-left: 1.75rem;
  color: rgba(255, 255, 255, 0.88);
}
.details .decimal li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #f3d888;
  font-weight: 700;
}

.gototop {
  position: absolute;
  left: 50%;
  bottom: 0;
  padding-bottom: 1.25rem;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.gototop a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .1875rem;
  width: 4.4375rem;
  height: 4.4375rem;
  background: #fff;
  border: .1875rem solid #4fb8d0;
  border-radius: 50%;
  color: #2f9cb3;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .0625rem;
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.25);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.gototop a .arrow {
  width: 0;
  height: 0;
  border-left: .375rem solid transparent;
  border-right: .375rem solid transparent;
  border-bottom: .5rem solid #2f9cb3;
}
.gototop a:hover {
  background: #eafbff;
  transform: translateY(-.1875rem);
  box-shadow: 0 .375rem 1rem rgba(0, 0, 0, 0.3);
}

#cover {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1.25vw;
  z-index: 10;
}

#card {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lboxed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  animation: show .3s forwards;
}
.lboxed.active {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 20;
}
.lboxed .lboxed-block {
  position: relative;
  width: 45.4375rem;
  height: 90%;
  max-height: 47.3125rem;
  background: url(../../images/event/small_scratcher/summer2026/lboxed.png) no-repeat center/contain;
}
.lboxed .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.0625rem;
  height: 4.0625rem;
  background: url(../../images/event/small_scratcher/summer2026/lboxed-close.png) no-repeat center/contain;
  opacity: .8;
  cursor: pointer;
}
.lboxed .close:hover {
  opacity: 1 !important;
}
.lboxed p {
  position: absolute;
  left: calc(50% + 1.25rem);
  bottom: 1.4375rem;
  color: #fdcf07;
  font-size: 13.25rem;
  font-weight: bold;
  text-shadow: -.5rem .4375rem 0 #c3491e;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.lboxed p span {
  font-size: 6rem;
  margin-left: .5rem;
}

.webp .scratch-main .scratch-block {
  background-image: url(../../images/event/small_scratcher/summer2026/scratch-bg.webp);
}
.webp .scratch-main .scratch-block.signup-now {
  background-image: url(../../images/event/small_scratcher/summer2026/scratch-signupnow.webp);
}
.webp .scratch-main .scratch-block.gobind {
  background-image: url(../../images/event/small_scratcher/summer2026/scratch-gobind.webp);
}
.webp .scratch-main .scratch-container .scratch-finger {
  background-image: url(../../images/event/small_scratcher/summer2026/scratch-finger.webp);
}
.webp .lboxed .lboxed-block {
  background-image: url(../../images/event/small_scratcher/summer2026/lboxed.webp);
}
.webp .lboxed .close {
  background-image: url(../../images/event/small_scratcher/summer2026/lboxed-close.webp);
}

@media (max-width: 1200px) {
  .scratch-main {
    margin-bottom: 5.83333vw;
  }
  .scratch-main .scratch-block {
    width: 80vw;
    height: 30.25157vw;
  }
  .scratch-main button {
    width: 22vw;
    height: 5.8vw;
    font-size: 1.61333vw;
  }
  .scratch-main .scratch-container {
    top: calc(50% - .4vw);
    width: 42.2vw;
    height: 25.4vw;
  }
  .scratch-main .scratch-container .scratch-finger {
    background-size: 21vw 9.26667vw;
  }
  .scratch-main .scratch-container .rewards p {
    font-size: 2.4vw;
  }
  .scratch-main .scratch-container .rewards p:first-child {
    gap: 1.06667vw;
  }
  .scratch-main .scratch-container .rewards p:first-child::before,
  .scratch-main .scratch-container .rewards p:first-child::after {
    width: 2.66667vw;
  }
  .scratch-main .scratch-container .rewards p:last-child {
    padding: .46667vw 2.13333vw;
    font-size: 1.73333vw;
  }
  .scratch-main .scratch-container .rewards .reward {
    font-size: 7.46667vw;
  }
  .scratch-main .scratch-container .rewards .reward span {
    font-size: 2.93333vw;
  }

  .btn-block {
    margin-top: .83333vw;
  }

  .details {
    padding-bottom: 10.83333vw;
  }
  .details .title {
    position: relative;
    margin: 0 auto 2.5vw;
    width: 50.66667vw;
    height: auto;
    gap: .58333vw;
    z-index: 2;
  }
  .details .title-line {
    max-width: 12.5vw;
  }
  .details .title-slash {
    width: 1.16667vw;
    height: 1.33333vw;
  }
  .details .title-slash::before,
  .details .title-slash::after {
    width: .41667vw;
  }
  .details .title-slash::after {
    left: .58333vw;
  }
  .details .title-text {
    font-size: 1.2vw;
  }
  .details .desc {
    padding: 0 13.33333vw;
  }
  .details ul {
    font-size: 1.25vw;
  }
  .details .decimal {
    gap: 1.16667vw;
  }
  .details .decimal li {
    padding-left: 2vw;
  }

  .gototop {
    padding-bottom: 1.66667vw;
  }
  .gototop a {
    width: 5.91667vw;
    height: 5.91667vw;
    font-size: 1.08333vw;
  }
  .gototop a .arrow {
    border-left-width: .5vw;
    border-right-width: .5vw;
    border-bottom-width: .66667vw;
  }

  .lboxed .lboxed-block {
    width: 60.58333vw;
    max-height: 63.08333vw;
  }
  .lboxed .close {
    width: 5.41667vw;
    height: 5.41667vw;
  }
  .lboxed p {
    left: calc(50% + 1.66667vw);
    bottom: 1.91667vw;
    font-size: 17.66667vw;
    text-shadow: -.66667vw .58333vw 0 #c3491e;
  }
  .lboxed p span {
    font-size: 8vw;
    margin-left: 0.66667vw;
  }
}
@media (max-width: 800px) {
  .scratch-main {
    margin-bottom: 17.5vw;
  }
  .scratch-main .scratch-block {
    margin-top: -3vw;
    margin-bottom: -3.5vw;
    width: 66.75vw;
    height: 135.25vw;
    background: url(../../images/event/small_scratcher/summer2026/scratch-bg-min.png) no-repeat center/contain;
  }
  .scratch-main .scratch-block.signup-now {
    background-image: url(../../images/event/small_scratcher/summer2026/scratch-signupnow-min.png);
  }
  .scratch-main .scratch-block.gobind {
    background-image: url(../../images/event/small_scratcher/summer2026/scratch-gobind-min.png);
  }
  .scratch-main button {
    position: relative;
    width: 48vw;
    height: 12.5vw;
    font-size: 3.5vw;
    z-index: 2;
  }
  .scratch-main .scratch-container {
    top: calc(50% + .75vw);
    width: 56.375vw;
    height: 95.125vw;
  }
  .scratch-main .scratch-container .scratch-finger {
    background-image: url(../../images/event/small_scratcher/summer2026/scratch-finger-min.png);
    background-size: 55.625vw 33.75vw;
  }
  .scratch-main .scratch-container .rewards {
    gap: 2.5vw;
  }
  .scratch-main .scratch-container .rewards p {
    font-size: 5.5vw;
  }
  .scratch-main .scratch-container .rewards p:first-child {
    gap: 2.5vw;
  }
  .scratch-main .scratch-container .rewards p:first-child::before,
  .scratch-main .scratch-container .rewards p:first-child::after {
    width: 6vw;
  }
  .scratch-main .scratch-container .rewards p:last-child {
    padding: 1.25vw 4vw;
    font-size: 4.25vw;
  }
  .scratch-main .scratch-container .rewards .reward {
    font-size: 13vw;
  }
  .scratch-main .scratch-container .rewards .reward span {
    font-size: 5vw;
  }

  .details {
    padding-bottom: 31.25vw;
  }
  .details .container {
    padding: 0;
  }
  .details .title {
    margin-bottom: 3.75vw;
    width: 96.25vw;
    height: auto;
    gap: 1.5vw;
  }
  .details .title-line {
    max-width: 20vw;
  }
  .details .title-slash {
    width: 3.5vw;
    height: 4.25vw;
  }
  .details .title-slash::before,
  .details .title-slash::after {
    width: 1.25vw;
  }
  .details .title-slash::after {
    left: 1.75vw;
  }
  .details .title-text {
    font-size: 4.25vw;
  }
  .details .desc {
    padding: 0 6.25vw;
  }
  .details ul {
    font-size: 3vw;
  }
  .details .decimal {
    gap: 2.75vw;
  }
  .details .decimal li {
    padding-left: 4.25vw;
  }

  .gototop {
    padding-bottom: 5vw;
  }
  .gototop a {
    width: clamp(3.5rem, 16vw, 4.75rem);
    height: clamp(3.5rem, 16vw, 4.75rem);
    font-size: clamp(.8125rem, 2.75vw, .9375rem);
    border-width: clamp(.15rem, .55vw, .1875rem);
  }
  .gototop a .arrow {
    border-left-width: clamp(.3125rem, 1.15vw, .375rem);
    border-right-width: clamp(.3125rem, 1.15vw, .375rem);
    border-bottom-width: clamp(.375rem, 1.5vw, .5rem);
  }

  .lboxed .lboxed-block {
    width: 90.875vw;
    max-height: 94.625vw;
  }
  .lboxed .close {
    width: 8.125vw;
    height: 8.125vw;
  }
  .lboxed p {
    left: calc(50% + 2.5vw);
    bottom: 2.875vw;
    font-size: 26.5vw;
    text-shadow: -1vw .875vw 0 #c3491e;
  }
  .lboxed p span {
    font-size: 12vw;
    margin-left: 1vw;
  }

  .webp .scratch-main .scratch-block {
    background-image: url(../../images/event/small_scratcher/summer2026/scratch-bg-min.webp);
  }
  .webp .scratch-main .scratch-block.signup-now {
    background-image: url(../../images/event/small_scratcher/summer2026/scratch-signupnow-min.webp);
  }
  .webp .scratch-main .scratch-block.gobind {
    background-image: url(../../images/event/small_scratcher/summer2026/scratch-gobind-min.webp);
  }
  .webp .scratch-main .scratch-container .scratch-finger {
    background-image: url(../../images/event/small_scratcher/summer2026/scratch-finger-min.webp);
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
