﻿* {
  font-family: "Noto Serif TC", serif;
  text-decoration: none;
  list-style: none;
  outline: none;
  padding: 0;
  margin: 0;
}
html,body {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
  /*min-width: 1300px;*/
  background: #000000;
}
body {
	background: url(/img/20250930Event/main_bg.jpg) no-repeat center top;
	color: #FFF;
}
nav {
    position: fixed;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
	display: none;
}
a, button {
	cursor: pointer;
}
.section a {
	transition: 0.5s all;
}
a:hover {
	filter: brightness(1.2);
}
button {
	background: none;
    border: 0;
}
.section {
    width: 100%;
    min-height: 800px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
	position: relative;
}
.download_pc, .download_mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 5px 10px;
}
.download_box {
    top: -270px;
    right: 20px;
    border-radius: 5px;
    background: rgba(0,0,0,0.7);
    border: 1px solid rgb(170 151 187 / 50%);
    display: flex;
    position: fixed;
    align-items: center;
    flex-direction: column;
    text-align: center;
	transition: .5s all;
	z-index: 9;	
}
.download_box.open {
	top: 70px;
}
.download_box h3 {
    width: 50%;
    line-height: 1.5;
    font-weight: 600;
    border-bottom: 1px solid #FFF;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.download_pc img {
    width: 190px;
}
table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  overflow: hidden;
}
.wrap {
	width: 100%;
	max-width: 1600px;
    display: flex;
    position: relative;  
    flex-direction: column;
    align-items: center;
	margin: 0 auto;
}
/*----game_link----*/
.game_link {
    position: fixed;
    right: 30px;
    top: 10px;
    display: flex;
    z-index: 9;
    flex-direction: row;
}
/*----HOME----*/
#home {
    height: 1100px;
}
.main {
    margin: 10% 0 0 35%;
}
.logo {
    width: 50%;
    max-width: 260px;
    margin: 0 auto -40px;
    position: relative;
}
.logo img {
    z-index: 1;
    position: relative;
}
.slogan, .scrolldown {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px auto;
    position: relative;
}
.scrolldown {
	animation: float 3s ease-in-out infinite;
}
.slogan {
	width: 60%;
	animation: fadeIn 2s ease-in-out forwards;
}
.btn a {
	margin: 10px;
}


a.more {
    font-family: Microsoft JhengHei;
    font-size: 18px;
    color: #FFF;
    background: rgb(0 0 0 / 30%);
    border: 1px solid #FFF;
    padding: 8px 40px;
    display: block;
    bottom: 50px;
    position: absolute;
}
a.more:hover {
	background: rgb(0 0 0 / 50%);
}
.scrolldown {
    margin-top: 10px;
    cursor: pointer;
}
.btn_event img {
	margin-right: 2px;
}
/*----event01----*/
#event1 {
    margin-top: 0;
}
.page_title p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-top: -30px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
	z-index: 2;
}
img.btn {
    background: #531919;
}
img.btn:hover {
    background: #651e1e;
}
.status {
    width: 480px;
    height: 50px;
    background: url(/img/20250930Event/event1/dark_bg.png) no-repeat center top;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    font-weight: 500;
    margin: 30px 0;
}
.steps p {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 2px;
}

.enterUID {
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	margin: 30px 0;
}
input#uid {
    width: 360px;
    height: 32px;
    padding-left: 10px;
    margin-right: 5px;
}
.yellow {
	color: #fff2b8;
}
.logo_btn {
    margin: -20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.item_left {
    left: 30px;
    top: 20px;
    position: absolute;
}
.item_right {
    right: 10px;
    top: 20px;
    position: absolute;
}
.pop_btn.btn_event {
    margin: 20px;
	font-size: 16px;
	z-index: 1;
}
.btn_event a {
	font-family: Microsoft JhengHei;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #FFF;
    line-height: 25px;
    border-bottom: 1px solid #FFF;
}
.btn_event img {
    margin-right: 2px;
}
.btn_event a:hover {
    text-shadow: #8c24ff 0px 1px 8px;
}
/*----event02----*/
#event2 p, #event2 h4, #event2 h3, #event2 span {
	font-family: Noto Sans TC,Microsoft JhengHei;
    text-align: center;
}
.event_container {
    width: 1380px;
    background: linear-gradient(0deg, rgba(38, 35, 58, 0.6) 22%, rgba(0, 0, 0, 0.6) 100%);
    outline: 1px solid #464371;
    outline-offset: -0.8em;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 30px;
    padding: 30px;
}
.left_container {
    width: 340px;
}
.right_container {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.boxUID, .boxLevel {
    background: rgba(37, 34, 72, .7);
    padding: 10px 20px;
}
.boxUID {
    height: 110px;
    padding: 20px 0;
    font-size: 15px;
    letter-spacing: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.boxUID h4 {
    font-size: 24px;
    font-weight: 600;
    color: #cecfff;
    margin-bottom: 20px;
}
.boxAmount {
    width: 340px;
    height: 550px;
    font-size: 20px;
    line-height: 30px;
    background: url(/img/20250930Event/event2/amountBg.png) no-repeat center top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.boxAmount span {
    display: block;
}
.boxAmount > div {
    margin: 35px 0;
}
.amount {
	width: 380px;
	height: 70px;
	background: url(/img/20250930Event/event2/text_bg.png) no-repeat center top;
}
.amount p {
    font-size: 30px;
    line-height: 65px;
    color: #d5d1ff;
    font-weight: 700;
}
#event2 a.more {
    position: static;
}
.top {
    height: 64px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
p.level {
	color: #ffecd2;
    font-size: 22px;
    font-weight: 600;
    text-align: left !important;
}
.info {
    width: 100%;
    padding-right: 20px;
}
.percent span {
	color: #ffecd2;
	margin-left: 5px;
}
.info > div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
/*---進度條---*/
.progress {
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.progress_bg {
    width: 100%;
    height: 15px;
    background-color: #5c3c12;
    border-radius: 16px;
}
.progress_bar {
	height: 15px;
	background-color: #e6b350;
	border-radius: 16px;
}


.table {
    width: 100%;
	margin-bottom: -2px;
}
.table p, .table td, .table th {
    font-family: Microsoft JhengHei;
    font-weight: normal;
}
.table table {
    font-size: 14px;
    text-align: center;
	letter-spacing: 1px;
	border-spacing: 3px;
    border-collapse: separate;
}
.table th {
    height: 40px;
    font-size: 16px;
    text-align: center;
    background: rgb(122 102 217 / 60%);
}
.table td {
	padding: 12px 5px;
}
.table tr:nth-child(odd) td {
    background: rgb(64 60 111 / 60%);
}
.table tr:nth-child(even) td {
    background: rgb(99 94 151 / 60%);
}
.item_name {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.item_name p {
	width: 100%;
    line-height: 1.2;
    text-align: left;
}
.item_icon {
    padding: 6px;
    background: #252343;
    border: 1px solid #534f7d;
    margin: 0 10px;
}
.gift {
    margin: -20px 0 -40px 0;
}

p.remark {
    font-size: 18px;
    font-weight: 500;
    color: #d7bdff;
    margin: 20px;
}
/*----footer----*/
footer {
    position: relative;
    padding: 20px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: .2px;
    line-height: 18px;
    background: #35284b;
}
.footerbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.footer_logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.footer_logo img {
    max-width: 200px;
    margin: 0 10px;
}
.copyright {
    max-width: 460px;
    width: 100%;
    text-align: left;
}
.copyright a, .copyright p, .grade li {
	font-family: Microsoft JhengHei;
}
.copyright a {
    color: #ffd89b;
    margin-right: 10px;
    text-decoration: underline;
}
.copyright p {
    margin: 0;
}
.grade {
    max-width: 440px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.grade ul {
    text-align: left;
    margin-left: 10px;
}
/*----跳窗----*/
.mask {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 60%);
	backdrop-filter: blur(3px);
	z-index: 999;
	position: fixed;
	display: none;
}
.pop {
    width: 990px;
    height: 650px;
    background: url(/img/20250930Event/pop_frame.png) rgb(21 33 69 / 70%);
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
}
.popContent {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.popContent h2 {
    width: 80%;
    border-bottom: 1px solid #ffe5c8;
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    font-weight: 700;
    color: #f7de9a;
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 41%, rgba(255, 222, 184, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
    line-height: 2;
}
.close {
    top: 30px;
    right: 30px;
    position: absolute;
    cursor: pointer;
}
.content_wrap {
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 10px;
    width: 88%;
    height: 500px;
    overflow: auto;
    font-size: 1.2em;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content_wrap p {
	text-align: center;
}
.wing_img {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 10px;
}
.wing_img > div {
		margin: 10px;
	}
.content_wrap ul {
    padding-left: 40px;
}
.content_wrap li {
    list-style: decimal;
    list-style-type: decimal;
    color: #FFF;
    margin: 15px auto;
	font-weight: 500;
}
.disableScroll {
	overflow: hidden;
}
#enterUID .content_wrap {
    height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
#enterUID input[type="text"] {
    border: 1px solid #d29b67;
    width: 500px;
    line-height: 40px;
    color: #333;
    padding: 0 5px;
}
.agree {
    height: 70px;
    display: flex;
    flex-direction: row;
    margin: 15px;
}
.btn_agree {
    margin-right: 5px;
}
.btn_agree input {
	width: 20px;
	height: 20px;
}
.agree label, .agree span {
    font-size: 16px;
    font-family: 微軟正黑體;
    letter-spacing: 1px;
}
.agree span {
    font-size: 15px;
    display: block;
    color: #f7de9a;
}
#showcase01 .content_wrap, #showcase02 .content_wrap {
    height: 610px;
}
#showcase01 h2, #showcase02 h2 {
	margin-bottom: 15px;
}
#pop_need_login .content_wrap,
#popError .content_wrap,
#popSuccess .content_wrap,
#popLogin .content_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;  
    padding-top: 0; 
    position: relative;
}
.popBtns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    gap: 30px;
}
.popBtns button {
    font-size: 18px;
    color: #FFF;
    padding: 15px 20px;
    border: 1px solid #FFF;
    border-radius: 10px;
    font-weight: bold;
    background: none;
    cursor: pointer;
    transition: 0.3s all;
}
.popBtns button:hover {
    background-color: #FFF;
    color: #212121;
}
.popMsgTitle {
    width: 80%;
    line-height: 1.5;
    font-size: 26px;
    margin-bottom: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.btn_get_login.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
.btn_get_login.disabled img.btn:hover {
    filter: none;
    background: none;
}
/*-----------Animation----------------*/
@keyframes shine {
 0% {
 opacity: 0;
}
100% {
	opacity: 1;
}
}
@keyframes bling {
    0% {
        left: -100%
    }

    100% {
        left: 100%
    }
}
@keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
	50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/*-----scrollbar-----*/
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background: #676f9d;
}

::-webkit-scrollbar-track {
  background: #000000;
}