﻿* {
  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/20260506Event/main_bg.jpg) no-repeat center top;
  background-size: 100%;
  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: 50px;
    /*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 #db6576;
    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;
}
.loading {
    color: #fff;
    position: absolute;
    top: 50%;
}
.logout {
    height: 37px;
}
/*----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;
}

.logo {
    width: 50%;
    max-width: 260px;
    margin: 20px auto 0;
    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: 100%;
}
.slogan_img {
  position: relative;
  width: 90%;
  max-width: 810px;
}
.slogan_img img {
  display: block;
  width: 100%;
  height: auto;
  animation: sloganFadeUp 1s ease-out forwards;
}
.slogan_img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("/img/20260506Event/slogan_light.png") center top;
  background-size: contain;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: sloganGlowUp 1.2s ease-out forwards;
  z-index: 1;
}
.btn a {
	margin: 10px;
}
.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
/*---- update slider ----*/
.updates {
	width: 860px;
	margin-top: -50px;
}
.update-swiper {
	width: 860px;
	height: 520px;
	padding-top: 65px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.swiper-slide {
	width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
	position: relative;
}

.next-btn {
    width: 60px;
    left: 92%;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.prev-btn {
    width: 60px;
    right: 92%;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

a.more {
    font-family: Microsoft JhengHei;
    font-size: 15px;
    color: #FFF;
    background: rgb(0 0 0 / 30%);
    border: 1px solid #FFF;
    padding: 8px 30px;
    display: block;
    bottom: 75px;
    position: absolute;
}
a.more:hover {
	background: rgb(255 255 255 / 50%);
}
#event3 a.more:hover {
	background: rgb(167 35 35 / 50%);
}
.btn01 {
	width: 280px;
	height: 70px;
	background: url(/img/20260506Event/btn01.png) ;
	display: inline-block;
}
.btn02 {
	width: 280px;
	height: 70px;
	background: url(/img/20260506Event/btn02.png) ;
	display: inline-block;
}
.btn03 {
	width: 280px;
	height: 70px;
	background: url(/img/20260506Event/btn03.png) ;
	display: inline-block;
}
.btn01:hover {
	background: url(/img/20260506Event/btn01_on.png) ;
}
.btn02:hover {
	background: url(/img/20260506Event/btn02_on.png) ;
}
.btn03:hover {
	background: url(/img/20260506Event/btn03_on.png) ;
}

.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;
	margin-top: 20px;
    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/20260506Event/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;
}
.main_info {
    display: flex;
    align-items: center;
}

.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: -260px;
    top: 100px;
    position: absolute;
}
.item_right {
    right: 20px;
    top: 90px;
    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, .user_info span, .task_content h4, .task_content span, .task_count {
	font-family: "Noto Sans TC", Microsoft JhengHei, Impact;
}
.char {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
.main_content {
    width: 100%;
    max-width: 1300px;
    padding: 10px 0 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.user_info {
    min-width: 390px;
    /* padding-top: 2px; */
    background: linear-gradient(90deg, rgba(89, 103, 132, 0) 10%, rgba(89, 103, 132, 1) 60%);
    height: 37px;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.user_info p, .user_info span {
	color: #cee7ff;
}
.user_info span {
	background: #596784;
	line-height: 35px;
	padding: 0 8px;
	display: inline-block;
}
 #event2 button p {
	color: #FFF;
}
p.update {
    color: #fff1ce;
    top: 20px;
    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 {
    margin-left: 140px;
    position: relative;
}
.task_list {
	display: grid;
    grid-template-columns: repeat(8, var(--track));
	grid-auto-rows: var(--track);
	justify-content: center;
	gap: 10px;
}
.task_list.special {
    top: 114px;
    left: 742px;
    position: absolute;
}
.task_content {
	width: 294px;
    height: 212px;
	background: url(/img/20260506Event/event2/task_bg01.png) no-repeat;
	clip-path: polygon(0 50%, 50% 100%, 100% 50%, 50% 0);
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: default;
}

.task_content.on {
    animation: glow 1.5s ease-in-out infinite;
    cursor: pointer;
}
.task_content.special.on {
	animation: glow_s 1.5s ease-in-out infinite;
    cursor: pointer;
}
.item {
    width: 100%;
    height: 110px;
	margin-top: -30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.item_img {
    width: 90px;
    height: 90px;
    display: flex;
    background: url(/img/20260506Event/event2/icon_bg01.png) no-repeat center top;
    justify-content: center;
    align-items: center;
}
.special .item_img {
    background: url(/img/20260506Event/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: 16px;
    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;
}
.task_content:nth-child(1) { grid-column: 3 / span 2; grid-row: 1 / span 2; }

.task_content:nth-child(2) { grid-column: 2 / span 2; grid-row: 2 / span 2; }
.task_content:nth-child(3) { grid-column: 4 / span 2; grid-row: 2 / span 2; }

.task_content:nth-child(4) { grid-column: 1 / span 2; grid-row: 3 / span 2; }
.task_content:nth-child(5) { grid-column: 3 / span 2; grid-row: 3 / span 2; }
.task_content:nth-child(6) { grid-column: 5 / span 2; grid-row: 3 / span 2; }

.task_content:nth-child(7) { grid-column: 2 / span 2; grid-row: 4 / span 2; }
.task_content:nth-child(8) { grid-column: 4 / span 2; grid-row: 4 / span 2; }

.task_content:nth-child(9) { grid-column: 3 / span 2; grid-row: 5 / span 2; }
/*.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);
	top: 0;
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	clip-path: polygon(0 50%, 50% 100%, 100% 50%, 50% 0);
}
.task_status p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #FFF;
}
.task_content.special {
    background: url(/img/20260506Event/event2/task_bg02.png) no-repeat center top;
}

.task_content:nth-child(10) {
  grid-column: 6 / span 2;
  grid-row: 2 / span 2;
}

.task_content:nth-child(11) {
  grid-column: 6 / span 2;
  grid-row: 4 / span 2;
}

.special h4 {
    color: #e5d8b7;
}
.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: 90%;
    max-width: 1380px;
    background: rgba(0, 0, 0, .7);
    outline: 1px solid #bba388;
    outline-offset: -0.8em;
    box-shadow: 0px 0px 30px 5px rgb(183 43 43);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
    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);
}
.user_info a {
    height: 37px;
}
.boxAmount {
    width: 340px;
    height: 550px;
    font-size: 20px;
    line-height: 30px;
    background: url(/img/20260506Event/event3/amountBg.png) no-repeat center top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.boxAmount span {
    display: block;
}
.boxAmount .total_value {
    display: inline-block;
}
.amount {
	width: 380px;
	height: 70px;
	background: url(/img/20260506Event/event3/text_bg.png) no-repeat center top;
	margin-top: 10px;
}
.amount p {
    font-size: 30px;
    line-height: 65px;
    color: #ffecd2;
    font-weight: 700;
}
.stage {
    width: 250px;
    height: 250px;
	cursor: pointer;
	transition: filter 0.3s ease;
}
.stage:hover {
	filter: brightness(1.2);
}
.stage.stage0 {
    background: url(/img/20260506Event/event3/stage00.png) no-repeat center;
}
.stage.stage1 {
    background: url(/img/20260506Event/event3/stage01.png) no-repeat center;
}
.stage.stage2 {
    background: url(/img/20260506Event/event3/stage02.png) no-repeat center;
}
.stage.stage3 {
    background: url(/img/20260506Event/event3/stage03.png) no-repeat center;
}
.stage.stage4 {
    background: url(/img/20260506Event/event3/stage04.png) no-repeat center;
}
.stage.stage5 {
    background: url(/img/20260506Event/event3/stage05.png) no-repeat center;
}
.stage.stage6 {
    background: url(/img/20260506Event/event3/stage06.png) no-repeat center;
}
.stage.stage7 {
    background: url(/img/20260506Event/event3/stage07.png) no-repeat center;
}

#event3 a.more {
	padding: 10px 25px;
    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: 85%;
    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: linear-gradient(90deg, rgba(246, 205, 106, 1) 30%, rgba(255, 255, 255, 1) 100%);
    border-radius: 16px;
    box-shadow: 0px 0px 6px 3px rgb(187 139 24);
    width: 0%;
}


.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: #632323;
    border: 1px solid #983433;
    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: #000;
}
.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,
.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/20260506Event/pop_frame.png) rgb(49 62 85 / 75%);
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
}
#pop_event03 {
	background: url(/img/20260506Event/pop_frame.png) rgb(99 34 34 / 75%);
}
#showcase02 {
	background-color: rgb(99 34 34 / 75%);
}
.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;
}
#pop a {
    color: #ffef9b;
}
.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;
    color: #FFF;
}
.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;
}
.uid {
	margin: 20px auto;
}
.claim_btn {
    background: url("/img/20260506Event/event1/btn_get.png") no-repeat center;
    width: 200px;
    height: 50px;
    cursor: pointer;
    pointer-events: auto;
}
.claim_btn:hover {
    filter: brightness(1.1);
}
.claim_btn.got {
    background: url("/img/20260506Event/event1/btn_got.png") no-repeat center;
    cursor: default;
    pointer-events: none;
}
.claim_btn.disabled {
    filter: grayscale(100%);
    cursor: default;
    pointer-events: none;
}
.agree {
    height: 50px;
    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 .table table {
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    border-spacing: 3px;
    border-collapse: separate;
    color: #FFF;
}
.pop .table th {
    height: 40px;
    font-size: 16px;
    text-align: center;
    background: rgb(89 113 169 / 60%);
}
.pop .table td {
	padding: 12px 5px;
}
.pop .table tr:nth-child(odd) td {
    background: rgb(42 45 69 / 60%);
}
.pop .table tr:nth-child(even) td {
    background: rgb(46 74 111 / 60%);
}

/*-----------Animation----------------*/
@keyframes fadeIn {
 0% {
	filter: brightness(0) blur(16px);
}
100% {
	filter: brightness(1) blur(0);
}
}
@keyframes bling {
    0% {
        left: -100%
    }

    100% {
        left: 100%
    }
}
@keyframes sloganFadeUp {
  0% {
    opacity: 0;
    margin-top: -40px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes sloganGlowUp {
  0% {
    filter: brightness(0) blur(16px);
    margin-top: -40px;
  }
  100% {
    filter: brightness(1) blur(0);
    margin-top: 0;
  }
}
@keyframes glow {
    0% {
		filter: brightness(1);
    }
	50% {
        filter: brightness(1.4);
    }
    to {
        filter: brightness(1);
    }
}
@keyframes glow_s {
    0% {
		filter: brightness(1);
    }
	50% {
        filter: brightness(1.2);
    }
    to {
        filter: brightness(1);
    }
}

/*-----scrollbar-----*/
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background: #728ec5;
}

::-webkit-scrollbar-track {
  background: #2e3145;
}