@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 13px;
  font-family: "Microsoft Jhenghei", sans-serif;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

p,
li {
  margin-bottom: 5px;
  line-height: 1.5;
}

.wrapper {
  background: #ededed;
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-right {
  text-align: right;
}

.fw-bold {
  font-weight: bold;
}

.logo-bg-outer {
  background: #fff;
  text-align: left;
}

.logo-bg {
  width: 100%;
}

.logo-bg img {
  display: inline;
}

.logo1 {
  float: left;
}

.kv {
  position: relative;
  background: #0f0832 url("../images/kv-bg.png") no-repeat top/cover;
  z-index: 1;
  padding-bottom: 10%;
  overflow: hidden;
}

.kv-title {
  width: 60%;
  position: relative;
  margin-top: 5%;
  margin-left: 20%;
}

.kv-shine {
  width: 70%;
  position: absolute;
  left: 17%;
  top: 8%;
  mix-blend-mode: plus-lighter;
}

.kv-18 {
  width: 30%;
  position: absolute;
  left: 45%;
  top: 9%;
}

.kv-people {
  position: absolute;
  width: 70%;
  left: 15%;
  bottom: -15%;
}

:root {
  --animate-delay: 0.5s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 70%, 0);
    transform: translate3d(0, 70%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 70%, 0);
    transform: translate3d(0, 70%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.img-m {
  display: none;
}

.content {
  position: relative;
  padding: 5% 0 25%;
  margin-top: -1px;
  overflow: hidden;
  background: url("../images/prize-bg.png") no-repeat center 36%/contain, url("../images/bg-light.png") no-repeat top/cover, url("../images/bg-bottom.jpg") no-repeat bottom/contain, #0f0832;
  background-blend-mode: normal, color-dodge, normal;
}

.content .content-img {
  margin: auto;
  width: 90%;
  max-width: 1000px;
}

.sec {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 10%;
}

.sec .sec-title {
  width: 90%;
  max-width: 600px;
  margin-bottom: 5%;
}

.sec.sec2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 48%;
  left: -20%;
  width: 22%;
  padding-bottom: 12%;
  background: url("../images/sec2-deco-l.png") no-repeat center/contain;
}

.sec.sec2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 30%;
  right: -21%;
  width: 22%;
  padding-bottom: 12%;
  background: url("../images/sec2-deco-r.png") no-repeat center/contain;
}

.sec .sec2-img {
  position: relative;
  z-index: 1;
}

.cta img {
  width: 80%;
  max-width: 500px;
  padding: 10% 0 2%;
  -webkit-animation: click 1s infinite ease-out;
          animation: click 1s infinite ease-out;
}

.cta-note {
  color: #fff;
  font-size: 20px;
}

.info-section {
  padding: 0 5%;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
}

.info-list {
  list-style: none;
}

.info-item {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info-item::before {
  content: "";
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  margin-top: 16px;
  background: url("../images/list.png") no-repeat center/contain;
}
.info-item img{
	vertical-align: middle;
	height:1em;
	width: auto;
	display: inline-block;
}
.highlight {
  color: #93da49;
  font-weight: bold;
  font-size: 32px;
  margin: 0 2px;
}

.link-card-group {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.link-card {
  position: relative;
  width: 100%;
  background: rgba(15, 5, 45, 0.85);
  border: 2px solid #bd7dff;
  -webkit-box-shadow: 0 0 20px rgba(139, 49, 255, 0.5), inset 0 0 15px rgba(139, 49, 255, 0.3);
          box-shadow: 0 0 20px rgba(139, 49, 255, 0.5), inset 0 0 15px rgba(139, 49, 255, 0.3);
  border-radius: 24px;
  padding: 24px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.link-card:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0 0 35px rgba(139, 49, 255, 0.7);
          box-shadow: 0 0 35px rgba(139, 49, 255, 0.7);
  border-color: #d8b4fe;
}

.link-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 24px;
}

.link-icon {
  width: 100px;
  height: 100px;
}

.text-area {
  color: #fff;
  text-align: left;
}

.link-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.link-desc {
  font-size: 20px;
  margin-top: 4px;
  line-height: 1.5;
}

.link-note {
  text-align: right;
  font-size: 16px;
  margin-top: 4px;
  margin-right: 50px;
  font-weight: 500;
}

.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gold-btn {
  background: linear-gradient(135deg, #8e5d14 0%, #d4a243 25%, #fff1a3 50%, #d4a243 75%, #8e5d14 100%);
  color: #2d1300;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 6px;
  width: 100%;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.6);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  font-size: 24px;
  cursor: pointer;
  border: 1px solid #7a4b00;
  text-shadow: 0 0.5px 0 rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.gold-btn:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 20px rgba(212, 162, 67, 0.4);
          box-shadow: 0 6px 20px rgba(212, 162, 67, 0.4);
}

/* 集點活動範例 */
.divider-gold-btn {
  width: 100%;
  padding: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#8e5d14), color-stop(20%, #d4a243), color-stop(50%, #fff1a3), color-stop(80%, #d4a243), to(#8e5d14));
  background: linear-gradient(90deg, #8e5d14 0%, #d4a243 20%, #fff1a3 50%, #d4a243 80%, #8e5d14 100%);
  border: none;
  color: var(--text-navy);
  font-weight: bold;
  font-size: 28px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.divider-gold-btn span {
  margin-left: 4px;
}

.divider-gold-btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.divider-gold-btn .arrow {
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.divider-gold-btn.active .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 收合內容容器 */
.collapsible-container {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  opacity: 0;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  font-size: 16px;
  color: #333;
  text-align: left;
}

.collapsible-container.active {
  max-height: 2500px;
  opacity: 1;
  padding: 30px;
}

.example-intro {
  line-height: 1.7;
  margin-bottom: 8px;
}

@-webkit-keyframes click {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes click {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.c-primary {
  color: #7B34C6;
}

.notebg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.note-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #7B34C6;
  margin-top: 20px;
}

.btn-collapse {
  display: block;
  padding: 20px 25px;
  background: -webkit-gradient(linear, left top, right top, from(#9b9b9b), color-stop(50%, #e8e8e8), to(#9b9b9b));
  background: linear-gradient(90deg, #9b9b9b 0%, #e8e8e8 50%, #9b9b9b 100%);
  color: #fff;
  font-size: 28px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.btn-collapse > span:nth-child(1) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-collapse .icon {
  font-size: 30px;
  margin-left: 4px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 30px;
  text-align: center;
}

.btn-collapse .minus {
  display: none;
}

.btn-collapse.open .plus {
  display: none;
}

.btn-collapse.open .minus {
  display: inline-block;
}

.collapse {
  display: none;
  width: 100%;
  text-align: left;
  color: #333;
  padding: 10px 30px 30px;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: 500ms all;
  transition: 500ms all;
  background: #fff;
}

.collapse.in {
  display: block;
  opacity: 1;
}

.collapse a {
  color: #7B34C6;
  text-decoration: underline;
  word-break: break-all;
}

.collapse li {
  line-height: 1.8;
}

.collapse p {
  line-height: 2;
}

.collapse h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
  color: #7B34C6;
}

.collapse-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 2% 5%;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.btn-border {
  color: #0F0832;
  background-color: transparent;
  border-radius: 100px;
}

.note_DotList {
  list-style: disc;
  padding: 0 0 0 2em;
  margin: 0;
}

.note_NumList {
  list-style: decimal;
  padding: 0 0 0 2em;
  margin: 0;
}

.note_NumList2 {
  counter-reset: list;
  list-style: none;
}

.note_NumList2 > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.note_NumList2 > li::before {
  content: "(" counter(list) ") ";
  counter-increment: list;
}

@media screen and (max-width: 768px) {
  .kv {
    background: #0f0832 url("../images/kv-bg-m.png") no-repeat top/100%;
    padding-bottom: 15%;
  }
  .kv-title {
    width: 80%;
    margin-top: 8%;
    margin-left: 10%;
  }
  .content {
    background: url("../images/prize-bg.png") no-repeat center 30%/contain, url("../images/bg-light.png") no-repeat top/cover, url("../images/bg-bottom.jpg") no-repeat bottom/contain, #0f0832;
  }
  .sec {
    margin: 0 auto 15%;
  }
  .sec.sec2::before {
    width: 32%;
    padding-bottom: 16%;
    top: 17%;
    left: -2%;
  }
  .sec.sec2::after {
    width: 32%;
    padding-bottom: 16%;
    top: 29%;
    right: -5%;
  }
  .img-d {
    display: none;
  }
  .img-m {
    display: block;
  }
  .cta img {
    width: 80%;
    max-width: 280px;
  }
  .cta-note {
    font-size: 14px;
  }
  .info-section {
    padding: 0;
  }
  .info-item {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .info-item::before {
    margin-top: 2px;
  }
  .highlight {
    font-size: 24px;
  }
  .link-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .link-info {
    gap: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .link-icon {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .link-title {
    font-size: 18px;
  }
  .link-desc {
    font-size: 15px;
  }
  .link-note {
    font-size: 14px;
    margin-top: 2px;
    margin-right: 30px;
  }
  .gold-btn {
    font-size: 18px;
  }
  .example-table {
    overflow-x: scroll;
  }
  .example-table img {
    max-width: 700px;
  }
}

@media screen and (max-width: 600px) {
  .logo-bg img {
    height: 35px;
  }
  .divider-gold-btn,
  .btn-collapse,
  .btn-collapse .icon {
    font-size: 20px;
  }
  .collapse {
    padding: 10px 10px 30px;
  }
  .collapse-inner {
    border-radius: 20px;
  }
  .btn-collapse {
    padding: 20px 25px;
  }
  .note-title {
    font-size: 20px;
  }
}
