﻿* {
  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%;
  height: 100%;
  overflow: hidden;
  background: #000000;
}
#main {
	height: 100svh;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch; 
}
#bg{
  min-height: 100%;
  background: url(/img/20260210Event/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: 700px;
    padding-top: 70px;
    /*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 #db8a65;
    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: 1000px;
    padding-top: 0;
}
.main {
    margin: 5% 0 0 35%;
}
.logo {
    width: 50%;
    max-width: 260px;
    margin: 0 auto;
    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 {
    /* padding-top: 100px; */
}
.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 {
    min-height: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
	z-index: 1;
}
img.btn {
    background: #531919;
}
img.btn:hover {
    background: #651e1e;
}
.status {
    width: 480px;
    height: 50px;
    background: url(/img/20260210Event/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: -10px;
    top: 20px;
    position: absolute;
}
.item_right {
    right: 80px;
    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, .task_content h4, .task_content span, .task_count {
	font-family: "Noto Sans TC", Microsoft JhengHei, Impact;
}
.char {
    top: -220px;
    right: 0;
    position: absolute;
    z-index: 0;
}
.main_content {
	width: 100%;
    max-width: 1300px;
    padding: 60px 0 20px;
    background: rgba(73, 8, 8, .8);
    outline: 1px solid #bba388;
    outline-offset: -12px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.user_info {
    min-width: 610px;
    top: 20px;
    padding-top: 2px;
    left: 12px;
    padding-left: 20px;
    background: url(/img/20260210Event/event2/text_bg.png) no-repeat left top;
    height: 35px;
    display: flex;
    position: absolute;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.user_info p, .user_info span, #event2 button p {
	color: #FFF;
}
p.update {
    color: #fff1ce;
    top: 30px;
    right: 35px;
    position: absolute;
}
p.remarks {
    margin-top: 5px;
    color: #fff1ce;
}
.task_btn {
	margin-top: 15px;
}
.task_btn a {
	margin: 0 10px;
}
/*----任務列表----*/
.task_container {
    margin-top: 15px;
}
.task_daily {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.task_list {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.task_list.special {
    width: 340px;
}
.task_content {
    width: 280px;
    height: 180px;
    background: url(/img/20260210Event/event2/task_bg01.png) no-repeat center top;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
    margin: 0 5px 10px 5px;
    position: relative;  
}
.task_content.on {
	filter: brightness(1.2);
	animation: glow 2s ease-in-out infinite;
}

.item {
    width: 200px;
	max-height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position: relative;
}
.item_img {
    width: 90px;
    height: 90px;
    display: flex;
    background: url(/img/20260210Event/event2/icon_bg01.png) no-repeat center top;
    justify-content: center;
    align-items: center;
}
.special .item_img {
    background: url(/img/20260210Event/event2/icon_bg02.png) no-repeat center top;
}
.item p {
    font-size: 14px;
    text-align: center;
    margin-top: -10px;
}
.task_info {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.task_content h4 {
    color: #ffecce;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.task_content span {
    font-size: 80%;
    display: block;
    text-align: center;
    line-height: 10px;
    margin-bottom: 5px;
}
.task_content:first-child .task_info {
	margin-top: -5px;
}
/*.progress {
    width: 560px;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.progress_bg {
    width: 500px;
    height: 15px;
    color: #000 !important;
    background-color: #112339 !important;
    border-radius: 16px;
}
.progress_bar {
	height: 15px;
	color: #fff !important;
	background-color: #4497e5 !important;
	border-radius: 16px;
}*/
.task_count {
    font-size: 14px;
    margin-left: 10px;
    color: #FFF;
}
.task_status {
	display: none;
}
.task_status.got {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.task_status p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #FFF;
}
.special .task_content {
    width: 280px;
    height: 240px;
    background: url(/img/20260210Event/event2/task_bg02.png) no-repeat center top;
    margin-bottom: 30px;
}
.special .item {
    margin-bottom: 10px;
}
.special .item p, .special .task_count {
    color: #412412 !important;
    font-weight: 500;
}
.special h4 {
    color: #8c1b1a;
}
.special .progress_bg {
    color: #000 !important;
    background-color: #5c3c12 !important;
}
.special .progress_bar {
	color: #e6b350 !important;
	background-color: #e6b350 !important;
}
.task_btn {
    display: flex;
    margin-top: 15px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/*----event03----*/
#event3 p, #event3 h4, #event3 h3, #event3 span {
	font-family: Noto Sans TC,Microsoft JhengHei;
    text-align: center;
}
.event_container {
    width: 1380px;
    background: rgba(73, 8, 8, .8);
    outline: 1px solid #bba388;
    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: rgb(125 23 23 / 70%);
    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: #ffecd2;
    margin-bottom: 20px;
}
.boxUID a, .user_info a {
    filter: brightness(1.1);
}
.boxAmount {
    width: 340px;
    height: 550px;
    font-size: 20px;
    line-height: 30px;
    background: url(/img/20260210Event/event3/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/20260210Event/event3/text_bg.png) no-repeat center top;
}
.amount p {
    font-size: 30px;
    line-height: 65px;
    color: #ffecd2;
    font-weight: 700;
}
#event3 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(235 82 82 / 60%);
}
.table td {
	padding: 12px 5px;
}
.table tr:nth-child(odd) td {
    background: rgb(87 29 29 / 60%);
}
.table tr:nth-child(even) td {
    background: rgb(129 23 23 / 60%);
}
.item_name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.item_name p {
	width: 75%;
	line-height: 1.2;
	text-align: left;
}
.item_icon {
    padding: 6px;
    background: #432323;
    border: 1px solid #b58b61;
    margin: 0 5px;
}
.gift {
    margin: -20px 0 -40px 0;
}
p.remark {
    font-size: 18px;
    font-weight: 500;
    color: #ffecd2;
    margin: 20px;
}
/*----footer----*/
footer {
    position: relative;
    padding: 20px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: .2px;
    line-height: 18px;
    background: #4f0e0e;
}
.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/20260210Event/pop_frame.png) rgb(105 23 23 / 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;
}
/*-----------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);
    }
}
@keyframes glow {
    0% {
		box-shadow: 0px 0px 10px 5px rgba(255, 233, 179, 0.5);
    }
	50% {
        box-shadow: 0px 0px 10px 7px rgba(255, 233, 179, 0.9);
    }
    to {
        box-shadow: 0px 0px 10px 5px rgba(255, 233, 179, 0.5);
    }
}

/*-----scrollbar-----*/
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background: #ad3030;
}

::-webkit-scrollbar-track {
  background: #330909;
}