﻿* {
  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;
}
img {
	max-width: 100%;
	max-height: 100%;
}
body {
	color: #FFF;
}
a, button {
	cursor: pointer;
}
button {
    background: none;
    border: 0;
}
.logo {
    top: 0;
    left: 10px;
    z-index: 9;
    position: absolute;
    scale: .9;
}
.main_wrap {
	width: 100%;
	height: 100vh;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
	overflow: hidden;
}
.mainBg {
	width: 100%;
	height: 100vh;
	display: flex;
	position: fixed;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
	background: url(/img/event/20250930Info/bg.png) no-repeat center top;
	background-size: cover;
	opacity: 0;
	animation: zoomIn 2s forwards;
	z-index: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-slide-active {
	z-index: 9;
}
.swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	overflow: hidden;
}

.char {
    bottom: -5px;
    position: absolute;
    z-index: 1;
    opacity: 0;
}
.swiper-slide-active .char {
	animation: zoomIn 1.5s forwards;
}
.ring {
    width: 1200px;
    height: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 0;
    opacity: 0.6;
    mix-blend-mode: screen;
    
}
.swiper-slide-active .ring {
	animation: spin 15s linear infinite;
	opacity: 0.6;
}
.pop .ring {
	animation: spin 50s linear infinite;
	opacity: 0.6;
}
.ring img {
	opacity: 0;
}
.swiper-slide-active .ring img {
	animation: ring 1.5s linear forwards;
	animation-delay: 1s;
}
.slogan {
    width: 80%;
    max-width: 1460px;
    height: 740px;
    position: absolute;
}
.slogan > div {	
	scale: .9;
	opacity: 0;
	
}
.swiper-slide-active .slogan > div {
	animation: fadeIn 1.5s linear forwards;
	animation-delay: 1s;
}
.title01 {
	
}
.title02 {
    right: 0;
    bottom: 80px;
    position: absolute;
}
.title03 {
	
}
.star {
    left: -50px;
    top: 30px;
    mix-blend-mode: screen;
    position: absolute;
	display: none;
}
.links {
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    z-index: 2;
}
.links a {
	width: 60px;
	height: 60px;
	display: block;
	margin: 5px;
}
.icon_home {
	background: url(/img/event/20250930Info/icon_home.png) no-repeat;
}
.icon_dl {
	background: url(/img/event/20250930Info/icon_dl.png) no-repeat;
}
.icon_fb {
	background: url(/img/event/20250930Info/icon_fb.png) no-repeat;
}
.icon_home:hover {
	background: url(/img/event/20250930Info/icon_home_on.png) no-repeat;
}
.icon_dl:hover {
	background: url(/img/event/20250930Info/icon_dl_on.png) no-repeat;
}
.icon_fb:hover {
	background: url(/img/event/20250930Info/icon_fb_on.png) no-repeat;
}
/*----Nav----*/
.nav {
    width: 273px;
    left: 0 !important;
    top: auto !important;
    position: fixed;
    z-index: 3;
}
.swiper-pagination {
    right: 24px !important;
    left: auto !important;
}
.swiper-pagination-bullet {
	width: 100%;
	height: 54px;
	border: none;
	margin: 10px 0 !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	animation: fadeIn 1s linear forwards;
} 
.link_btn {
    width: 100%;
    height: 54px;
	display: block;
    border: none;
    margin: 10px 0 !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    animation: fadeIn 1s 
linear forwards;
} 
.swiper-pagination-bullet:hover, .swiper-pagination-bullet-active { 
    border-radius: 0;
}
.nav > div {
    height: 54px;
    display: block;
    margin: 5px 0;
    cursor: pointer;
}
.top {
    width: 59px;
    height: 59px;
	left: 20px;
    bottom: -70px;
    background: url(/img/event/20250930Info/top.png) no-repeat;
    position: absolute;    
}
.top:hover {
	background: url(/img/event/20250930Info/top_on.png) no-repeat;
}
.btn01 {
	background: url(/img/event/20250930Info/btn01.png) no-repeat;
}
.btn02 {
	background: url(/img/event/20250930Info/btn02.png) no-repeat;
}
.btn03 {
	background: url(/img/event/20250930Info/btn03.png) no-repeat;
}
.btn04 {
	background: url(/img/event/20250930Info/btn04.png) no-repeat;
}
.btn05 {
	background: url(/img/event/20250930Info/btn05.png) no-repeat;
}
.btn06 {
	background: url(/img/event/20250930Info/btn06.png) no-repeat;
}
.btn01:hover, .btn01.swiper-pagination-bullet-active {
	background: url(/img/event/20250930Info/btn01_on.png) no-repeat;
}
.btn02:hover, .btn02.swiper-pagination-bullet-active {
	background: url(/img/event/20250930Info/btn02_on.png) no-repeat;
}
.btn03:hover, .btn03.swiper-pagination-bullet-active {
	background: url(/img/event/20250930Info/btn03_on.png) no-repeat;
}
.btn04:hover, .btn04.swiper-pagination-bullet-active {
	background: url(/img/event/20250930Info/btn04_on.png) no-repeat;
}
.btn05:hover {
	background: url(/img/event/20250930Info/btn05_on.png) no-repeat;
}
.btn06:hover {
	background: url(/img/event/20250930Info/btn06_on.png) no-repeat;
}
/*----Content----*/
.swiper-slide > div {
    opacity: 0;
    scale: 1.5;
    transition: all .8s;
}
.swiper-slide-active > div {
    opacity: 1;
    scale: 1;
}
.content_container {
    width: 1203px;
    height: 671px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(/img/event/20250930Info/content/contentBg.png) no-repeat;
}
.systems {
    width: 1100px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
	text-align: center;
}
.systems > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
h2 {
    font-size: 40px;
    letter-spacing: 6px;
}
.content_container p {
    font-size: 20px;
    letter-spacing: 7px;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
	margin: 10px 0;
}
.text {
    margin: 5px 0 -5px 0;
}
.text p {
    height: 55px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}
.sbtn {
	font-family: "Noto Serif TC", serif;
    width: 130px;
    line-height: 36px;
	text-align: center;
    background: url(/img/event/20250930Info/content/btnBg.png) no-repeat;
    cursor: pointer;
    margin-top: 10px;
    color: #FFF;
}
.sbtn:hover {
	background: url(/img/event/20250930Info/content/btnBg_on.png) no-repeat;
}
.pet_btn {
    width: 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
/*----footer----*/
.footer.swiper-slide > div {
    opacity: 1;
    scale: 1;
}
.swiper-container .swiper-wrapper .header, .swiper-container .swiper-wrapper .footer {
    height: 120px;
}
.footer {
    position: relative;
    padding: 20px 0;
    color: #333;
    font-size: 12px;
    text-align: center;
    letter-spacing: .2px;
    line-height: 18px;
    background: #ffffff;
    z-index: 9;
}
.footer .wrap {
    width: 1320px;
    margin: 0 auto;
}
.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: #fd822b;
    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;
}
/*----跳窗----*/
.pop .swiper-slide > div {
    transition: all .8s;
}
.pop {
    width: 100%;
    height: 100%;
	background: rgb(0 0 0 / 60%);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 9;
}

.pop.is-open { 
	display: flex; 
}
.pop_container {
    width: 1152px;
    height: 620px;
    position: absolute;
	background: url(/img/event/20250930Info/popup/popBg.png) no-repeat;
	overflow: hidden;
}
.pop_content {
    width: 100%;
	max-height: 540px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}
.pop_text {
    left: 55%;
    height: 500px;
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.pop_text > * {
    margin-bottom: 20px;
}
.pop_text p {
	font-family: Noto Sans TC, Microsoft JhengHei;
    text-align: left;
    font-size: 17px;
    letter-spacing: 5px;
    line-height: 1.8;
    margin: 50px 0;
}
.pop_img03 {
    margin-left: 150px;
}
.btn_next {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
	cursor: pointer;
}
.close {
    right: 40px;
    top: 40px;
    position: absolute;
    z-index: 99;
}
/*-----------Animation----------------*/
@keyframes spin { 
	from { 
		transform: rotate(0deg); 
	} to { 
		transform: rotate(360deg); 
	}
}
@keyframes zoomIn { 
	from { 
		opacity: 0;
		transform: scale(1.5); 
	} to { 
		opacity: 1;
		transform: scale(1); 
	}
}
@keyframes fadeIn { 
	from { 
		opacity: 0;
	} to { 
		opacity: 1;
	}
}
@keyframes ring { 
	from { 
		opacity: 0;
	} to { 
		opacity: 1;
	}
}
@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: 2px;
}

::-webkit-scrollbar-thumb {
  background: #ff5151;
}

::-webkit-scrollbar-track {
  background: #000000;
}