@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cal+Sans&family=Jaro:opsz@6..72&family=Skranji:wght@400;700&family=Manrope:wght@200..800&family=Noto+Sans+TC:wght@100..900&display=swap');
/* 基本架構
*****************************************/
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Be Vietnam Pro", "Noto Sans TC", sans-serif;
  background: rgba(11, 30, 59, 1);
  overflow-x: hidden;
  color: #fff;
}
main {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 120px;
  margin-top: 100vh;
}
article {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 120px;
}
.content {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul {
  list-style-type: none;
}
a, a:hover, button {
  text-decoration: none;
  outline: none; /*消除點擊後邊框*/
  cursor: pointer;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none; /*消除輸入時有×*/
}
h2 {
  font-size: clamp(2.25rem, 1.286rem + 4.286vw, 4.5rem);
  line-height: clamp(2.813rem, 2.089rem + 3.214vw, 4.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
h2 span {
  font-size: clamp(3.75rem, 2.143rem + 7.143vw, 7.5rem);
  color: #fcd475;
  font-weight: 800;
  position: relative;
  top: 8px;
}
h3 {
  font-size: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
main {
  padding-top: 80px;
}	
  article {
    width: 86%;
  }
  h3 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 575px) {
  main {
    padding-top: 30px;
  }
  article {
    grid-gap: 80px;
  }
  h2 {
    margin-bottom: 30px;
  }
  h2 span {
    top: 4px;
  }
  h3 {
    font-size: 6.111vw; /*22*/
    line-height: 6.111vw;
  }
}
/* 背景動態
*****************************************/
.scene {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.scene-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .8;
  animation: blob-drift var(--dur, 18s) ease-in-out infinite alternate;
}
.scene-blob-1 {
  width: 41.667vw;
  height: 41.667vw;
  background: radial-gradient(circle, #00ffff, #005bac);
  top: -10.417vw;
  right: -7.813vw;
  --dur: 10s;
}
.scene-blob-2 {
  width: 20.833vw;
  height: 20.833vw;
  background: radial-gradient(circle, #963ce1, #ec4899);
  bottom: 0;
  left: 0;
  --dur: 6s;
  animation-delay: 0s;
}
.scene-blob-3 {
  width: 20.833vw;
  height: 20.833vw;
  background: radial-gradient(circle, #fcd475, #87713a);
  top: 20vw;
  left: 46vw;
  --dur: 8s;
  animation-delay: 0s;
}
@keyframes blob-drift {
  0% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(60px, -40px) scale(1.08);
  }
  66% {
    transform: translate(-40px, 60px) scale(0.94);
  }
  100% {
    transform: translate(30px, 30px) scale(1.04);
  }
}
@media (max-width:1199px) {
  .scene-blob {
    filter: blur(60px);
  }
  .scene-blob-1 {
    width: 50vw;
    height: 50vw;
    top: -10vw;
    right: -10vw;
  }
  .scene-blob-2 {
    width: 50vw;
    height: 50vw;
    bottom: -15vw;
    left: -15vw;
  }
  .scene-blob-3 {
    width: 40vw;
    height: 40vw;
    top: 60vw;
    left: 30vw;
  }
}
@media (max-width:575px) {
  .scene-blob {
    filter: blur(26px);
  }
}
img {
  width: 100%;
  max-width: 100%;
  border: 0;
  outline: none;
  display: block;
}
/* HEADER
*****************************************/
#header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  z-index: 99;
}
.wrapper {
  width: 100%;
  height: 5.208vw; /*100*/
  padding: 0 1.563vw; /*30*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.logo {
  width: 14.583vw; /*280*/
  height: auto;
}
.logo img {
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .wrapper {
    height: 100px;
    padding: 0 30px;
  }
  .logo {
    width: 280px;
  }
  /*--捲動變化--*/
  .fix .wrapper {
    background: linear-gradient(180deg, rgba(11, 30, 59, 1.00) 50%, rgba(11, 30, 59, 0.00) 100%);
  }
  .fix .logo {
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../images/logo.svg");
    background-size: contain;
  }
  .fix .logo img {
    opacity: 0;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper {
    height: 80px;
    padding: 0 20px;
  }
  .logo {
    width: 200px;
  }
}
/* 主視覺
*****************************************/
.key-v-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.key-v-box .title {
  width: 50vw;
  padding-left: 5.208vw;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  margin-top: 2.604vw; /*50*/
}
.key-v-box .title .main-t {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2.604vw; /*50*/
  margin-bottom: 2.604vw;
}
.key-v-box .title .main-t div {
  width: 100%;
}
.key-v-box .title .sun-t {
  width: 100%;
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  font-size: 2.5vw; /*48*/
  line-height: 3.75vw; /*72*/
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.key-v-box .title .sun-t span {
  font-size: 2.917vw; /*56*/
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  top: 0.156vw; /*3*/
}
.key-v-box .top-bg {
  width: 43vw;
  height: 100%;
  background: url("../images/top-bg.webp") no-repeat bottom left;
  background-size: contain;
  margin-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .key-v-box {
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  .key-v-box .title {
    width: 70%;
    height: 60%;
    padding-left: 0;
    justify-content: center;
    align-content: flex-end;
    margin-top: 0;
    padding-bottom: 5.859vw; /*60*/
  }
  .key-v-box .title .main-t {
    grid-gap: 2.93vw; /*30*/
    margin-bottom: 2.93vw;
  }
  .key-v-box .title .sun-t {
    font-size: 4.688vw; /*48*/
    line-height: 7.031vw; /*72*/
  }
  .key-v-box .title .sun-t span {
    font-size: 5.859vw; /*60*/
    top: 3px;
  }
  .key-v-box .top-bg {
    width: 64%;
    height: 40%;
    background: url("../images/top-bg.webp") no-repeat top center;
    background-size: cover;
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .key-v-box .title {
    width: 80%;
    padding-bottom: 10%;
  }
  .key-v-box .title .main-t {
    grid-gap: 15px;
    margin-bottom: 15px;
  }
  .key-v-box .title .sun-t {
    font-size: 6.111vw; /*22*/
    line-height: 10vw; /*36*/
  }
  .key-v-box .title .sun-t span {
    font-size: 6.667vw; /*24*/
    letter-spacing: 0;
    top: 1px;
  }
  .key-v-box .top-bg {
    width: 90%;
    height: 40%;
    background: url("../images/top-bg.webp") no-repeat bottom center;
    background-size: contain;
  }
}
/* 推薦人四大獎勵回饋
*****************************************/
.fourwin {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 60px;
  margin-bottom: 60px;
}
.fourwin .money {
  width: 100%;
  font-family: "Jaro", sans-serif;
  font-size: 4.5rem;
  line-height: 3rem;
  text-align: center;
  color: #fcd475;
  letter-spacing: 3px;
}
.fourwin .money span {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  position: relative;
  top: -2px;
}
.sp-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  grid-gap: 26px;
}
.sp-block .tag {
  padding: 8px 15px;
  background: #963ce1;
  border-radius: 3px;
}
.sp-block .p1 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.sp-block .p2 {
  font-family: "Jaro", sans-serif;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.unit-iconbox {
  width: 100%;
  padding: 0;
  float: left;
}
.unit-iconbox .block {
  padding-bottom: 100%;
  border-radius: 100%;
  position: relative;
  background: rgba(0, 91, 172, .6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.unit-iconbox .block .con {
  width: 86%;
  height: 86%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 7%;
  z-index: 1;
  border-radius: 100%;
  background: rgba(0, 91, 172, 1);
}
.waybox {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin-top: 60px;
}
.waybox .con {
  width: 100%;
  background: rgba(0, 91, 172, .3);
  padding: 30px;
}
@media only screen and (max-width: 1199px) {
  .fourwin {
    column-gap: 30px;
  }
  .fourwin .money {
    font-size: 4.25rem;
    letter-spacing: 0;
  }
  .fourwin .money span {
    font-size: 1.125rem;
    line-height: 1.125rem;
	top: -1px;  
  }
  .sp-block {
    grid-gap: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .fourwin {
    width: 80%;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
    column-gap: 60px;
  }
  .sp-block .p2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 575px) {
  .fourwin {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    column-gap: 20px;
    margin-bottom: 30px;
  }
  .fourwin .money {
    font-size: 12.778vw; /*46*/
    line-height: 10vw; /*36*/
  }
  .fourwin .money span {
    font-size: 3.889vw; /*14*/
    line-height: 3.889vw;
    top: -1px;
  }
  .sp-block {
    grid-gap: 12px;
  }
  .sp-block .tag {
    padding: 6px 10px;
  }
  .sp-block .p1 {
    font-size: 5vw; /*18*/
    line-height: 5vw;
  }
  .sp-block .p2 {
    font-size: 6.667vw; /*24*/
    line-height: 6.667vw;
  }
}
/* 被推薦人獲首投獎勵金
*****************************************/
.two-h {
  width: 600px;
  position: relative;
  margin-bottom: 50px;
}
.two-h .yuan {
  width: 83px;
  position: absolute;
  bottom: 0;
  right: -100px;
  z-index: 1;
}
.two-txt {
  width: 100%;
  padding: 45px 0;
  background: rgba(150, 60, 255, .3);
  font-size: clamp(1.5rem, 0.643rem + 3.81vw, 3.5rem);
  line-height: clamp(2.25rem, 1.071rem + 5.238vw, 5rem);
  text-align: center;
  color: #fcd475;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.two-txt p {
  width: 80%;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #999;
}
.two-txt p span {
  font-family: "Jaro", sans-serif;
  font-size: 40px;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 1199px) {
  .two-h {
    width: 60%;
    margin-bottom: 50px;
  }
  .two-h .yuan {
    width: 4.883vw; /*50*/
    right: -6.348vw;
  }
  .two-txt {
    padding: 30px 0;
  }
  .two-txt p {
    width: 86%;
    font-size: 2.344vw;
    line-height: 4.297vw;
    margin-top: 2.93vw;
    padding-top: 2.93vw;
  }
  .two-txt p span {
    font-size: 3.906vw;
  }
}
@media only screen and (max-width: 575px) {
  .two-h {
    width: 76%;
    margin-bottom: 30px;
  }
  .two-h .yuan {
    width: 7vw;
    right: -8.889vw;
  }
  .two-txt {
    padding: 15px;
  }
  .two-txt p {
    width: 90%;
    font-size: 4.444vw;
    line-height: 8.333vw;
    margin-top: 4.167vw;
    padding-top: 4.167vw;
  }
  .two-txt p span {
    font-size: 8.333vw;
  }
}
/* 三步驟推薦好友拿獎金
*****************************************/
.threestep {
  width: 965px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 100px;
}
.threestep .t-line {
  padding-bottom: 10px;
  border-bottom: 2px solid #fcd475;
}
.threestep .txt {
  width: 100%;
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
}
.threestep .txt span {
  color: #fcd475;
}
@media only screen and (max-width: 1199px) {
  .threestep {
    width: 100%;
    column-gap: 45px;
  }
  .threestep .txt {
    text-align: justify;
  }
}
@media only screen and (max-width: 575px) {
  .threestep {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    column-gap: 20px;
  }
  .threestep .txt {
    font-size: 4.444vw; /*16*/
    line-height: 6.667vw; /*24*/
  }
  .threestep div:nth-child(3) {
    position: relative;
    left: 52.6%;
  }
}
/* 活動說明
*****************************************/
.eventbox {
  width: 100%;
}
.eventbox .con {
	width: 100%;
	background: rgba(0, 91, 172, .3);
	padding: 60px 30px 0;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 20px;
	text-align: center;
	position: relative;
}
.eventbox .path {
	display: none;
}
.eventbox h3 {
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  color: #fcd475;
}
.eventbox h6 {
  width: 100%;
  font-size: 20px;
  line-height: 36px;
  color: #fcd475;
}
.eventbox h6 span {
  font-family: "Jaro", sans-serif;
  font-size: 26px;
  position: relative;
  top: 1px;
  padding: 0 3px;
}
.eventbox p {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
.event-table {
	width: 100%;
}
.event-table table {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  border-collapse: collapse;
}
.event-table tr {
  border-bottom: 1px solid #999;
}
.event-table tr:nth-child(1) {
  background-color: rgba(11, 30, 59, .6);
  border-bottom: none;
  color: #fcd475;
}
.event-table td {
  padding: 10px;
}
.event-table .tac {
  text-align: left;
  display: inline-block;
}
.event-table .btr {
  border-right: 1px solid #999;
}
.event-table .btl {
  border-left: 1px solid #999;
}
@media only screen and (max-width: 1199px) {
  .mob-tab {
    width: 720px !important;
  }
.eventbox .path {
	width: 100%;
	height: 14px;
	font-size: 14px;
	color: #fff;
	position: relative;
	top: 8px;
    display: flex;
	align-items: center;
	justify-content: flex-end;
	opacity: .6
}
.eventbox .path i {
	padding-left: 5px;
}	
}
@media only screen and (max-width: 575px) {
  .eventbox .con {
    background: rgba(0, 91, 172, 0);
    padding: 45px 0 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    grid-gap: 20px;
    text-align: justify;
  }
  .eventbox h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .eventbox h6 {
    font-size: 18px;
    line-height: 30px;
  }
  .eventbox h6 span {
    font-size: 24px;
  }
  .event-table table {
    font-size: 14px;
    line-height: 20px;
  }
  .event-table tr:nth-child(1) {
    background-color: rgba(0, 91, 172, .6);
  }
  .event-table td {
    padding: 10px;
  }
  .eventbox .notop {
    padding: 0 !important;
  }
}
/* 注意事項
*****************************************/
.notes ol {
  list-style-type: disc;
  padding-left: 30px;
}
.notes li {
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
  margin-bottom: 30px;
}
.winapp_qr {
  width: 200px;
  margin-top: 30px;
}
.winapp_qr button {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .winapp_qr {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .winapp_qr img {
    display: none;
  }
  .winapp_qr button {
    padding: 20px;
    border: none;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    background-color: rgba(0, 91, 172, 1);
    display: block;
    border-radius: 3px;
  }
}
@media only screen and (max-width: 575px) {
  .notes ol {
    padding-left: 15px;
  }
  .notes li {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .winapp_qr {
    margin-top: 0;
  }
  .winapp_qr button {
    padding: 16px;
    font-size: 20px;
    line-height: 20px;
  }
}
/* 單元主視覺動態文字
*****************************************/
.ig-marquee-wrap {
  font-family: 'Jaro', sans-serif;
  position: relative;
  bottom: -1.302vw;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 3;
  pointer-events: none;
  white-space: nowrap;
}
.ig-marquee-track {
  display: inline-flex;
  animation: marqScroll 60s linear infinite;
  will-change: transform;
}
.ig-marquee-track span {
  display: inline-block;
  font-size: 10vw;
  line-height: 1;
  user-select: none;
  color: rgba(255, 212, 117, .2);
}
@keyframes marqScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1199px) {
  .ig-marquee-wrap {
    bottom: -2.441vw;
  }
  .ig-marquee-track span {
    font-size: 17.578vw;
  }
}
@media only screen and (max-width: 575px) {
  .ig-marquee-wrap {
    bottom: -4.167vw;
  }
  .ig-marquee-track span {
    font-size: 25vw;
  }
}
/* footdr
*****************************************/
footer {
  width: 100%;
  padding: 1.563vw;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  position: relative;
  z-index: 99;
}
footer br {
  display: none;
}
@media only screen and (max-width: 1199px) {
  footer {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  footer {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 20px;
  }
  footer br {
    display: block;
  }
}