@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap&subset=chinese-traditional');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');


html,body{
	position: relative;
	width: 100%;
	height: auto;
}
html{
	scroll-behavior: smooth; 
	padding: 0;
	margin: 0;
	/*min-width: 1300px;*/
}
body{
	font-family: 'Noto Serif TC', sans-serif;
	position: relative;
	padding: 0;
	margin: 0;	
	background-color: #ffffff;
	transition: 0.3s ease;
}
*{
	box-sizing: border-box;
}
canvas{
	display: block;
}

.app{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
}

[data-aos="fade-ani"] {
	opacity: 0;
	transform: translateY(15%);
	transition-property: transform, opacity;
}
[data-aos="fade-ani"].aos-animate{
	opacity: 1;
	transform: translateY(0%);
}

.steam-btn{
	position: relative;
	width: 326px;
	height: 65px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #262c38;
	line-height: 65px;
	background: url('../img/p-btn.png') no-repeat center;
	z-index: 10;
	text-decoration: none;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: 0.3s linear;
}
.steam-btn i{
	position: relative;
	font-size: 50px;
	margin-right: 20px;
	z-index: 0;
}
.steam-btn:hover{
	filter: brightness(1.3);
	-webkit-filter: brightness(1.3);
	-ms-filter: brightness(1.3);
	-o-filter: brightness(1.3);
}

.pc-btn{
	position: relative;
	width: 326px;
	height: 65px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #262c38;
	line-height: 65px;
	background: url('../img/p-btn.png') no-repeat center;
	z-index: 10;
	text-decoration: none;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: 0.3s linear;
}
.pc-btn i{
	position: relative;
	font-size: 50px;
	margin-right: 20px;
	z-index: 0;
}
.pc-btn:hover{
	filter: brightness(1.3);
	-webkit-filter: brightness(1.3);
	-ms-filter: brightness(1.3);
	-o-filter: brightness(1.3);
}

.global-text-1{
	font-family: 'Noto Sans TC', sans-serif;
	position: absolute;
	top: 20%;
	right: 0%;
	font-size: 280px;
	font-weight: 700;
	line-height: 280px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-shadow: -1px 0 #fd3b3b, 0 1px #fd3b3b, 1px 0 #fd3b3b, 0 -1px #fd3b3b;
	z-index: 500;
	mix-blend-mode: difference;
}
.global-text-2{
	font-family: 'Noto Sans TC', sans-serif;
	position: absolute;
	top: 40%;
	left: 0%;
	font-size: 140px;
	font-weight: 500;
	line-height: 140px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-shadow: -1px 0 #fd3b3b, 0 1px #fd3b3b, 1px 0 #fd3b3b, 0 -1px #fd3b3b;
	z-index: 500;
	mix-blend-mode: difference;
}

/*-------------------------------nav-----------------------------------*/

#app-nav-btn{
	display: none;
	position: fixed;
	width: 50px;
	height: 50px;
	padding: 0px;
	right: 2%;
	top: 2%;
	z-index: 1111;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.9);
	outline: none;
	border: none;
}
#app-nav-btn div{
	position: absolute;
	width: 24px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#app-nav-btn div span{
	transition: 0.3s linear;
}
#app-nav-btn div span:nth-child(1){
	position: absolute;
	display: block;
	width: 24px;
	height: 2px;
	background-color: #ffe3a9;
	margin: 0 0 5px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#app-nav-btn div span:nth-child(2){
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #ffe3a9;
	margin: 0 0 5px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#app-nav-btn div span:nth-child(3){
	position: absolute;
	display: block;
	width: 14px;
	height: 2px;
	background-color: #ffe3a9;
	margin: 0 0 0px;
	bottom: 0;
	left: 0;
}
#app-nav-btn.active div span:nth-child(1){
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotateZ(45deg);
	background-color: #ffe3a9;
}
#app-nav-btn.active div span:nth-child(2){
	display: none;
	background-color: #ffe3a9;
}
#app-nav-btn.active div span:nth-child(3){
	position: absolute;
	width: 24px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotateZ(-45deg);
	background-color: #ffe3a9;
}
nav{
	position: fixed;
	width: 100%;
	height: 70px;
	top: 0px;
	background-color: rgba(10, 11, 15, 0.9);
	left: 0;
	z-index: 1000;
	transition: 0.3s linear;
}
.nav-container{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.nav-brand{
	position: absolute;
	transition: 0.3s linear;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
  	justify-content: center;
  	align-items: center;
  	height: 100%;
  	left: 10px;
}
.nav-brand img{
	position: relative;
	display: block;
	margin: 0 auto;
	max-height: 80%;
}
.nav-center{
	position: relative;
	width: max-content;
	height: 100%;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
ul.nav-menu{
	list-style: none;
	position: relative;
	width: max-content;
	height: 100%;
	padding: 0;
	margin: 0 0 0 0px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
ul.nav-menu li{
	position: relative;
	margin: 0 15px;
	width: max-content;
	height: 100%;
	padding: 0 10px;
}
ul.nav-menu li:before{
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 16px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url('../img/nav-active.png') no-repeat center;
	opacity: 0;
}
ul.nav-menu li a{
	position: relative;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 70px;
	text-decoration: none;
	color: #fff;
	transition: 0.3s ease;
	width: 100%;
}
ul.nav-menu li a:hover{
	color: #ffdd99;
}
ul.nav-menu li.active a{
	color: #ffdd99;
}
ul.nav-menu li.active:before{
	opacity: 1;
}
.nav-play{
	position: relative;
	width: 180px;
	height: 100%;
	cursor: pointer;
	transition: 0.3s linear;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
  	justify-content: center;
  	align-items: center;
  	margin-left: 10px;
}
.nav-play-btn{
	position: relative;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
  	justify-content: center;
  	align-items: center;
	width: 180px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	transition: 0.3s ease;
	background: url('../img/nav-playbtn.png') no-repeat center;
}
.nav-play-btn:hover{
	filter: brightness(1.3);
	-webkit-filter: brightness(1.3);
	-ms-filter: brightness(1.3);
	-o-filter: brightness(1.3);
}
.nav-play ul{
	position: absolute;
	width: max-content;
	height: auto;
	list-style: none;
	padding: 8px 4px;
	margin: 0;
	top: 70px;
	right: 0;
	background-color: #1a1e2a;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s linear;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
  	justify-content: center;
  	align-items: center;
}
.nav-play ul li{
	position: relative;
	width: 150px;
	height: 40px;
	margin: 0 4px;
}
.nav-play ul li a{
	width: 100%;
	height: 100%;
	font-size: 18px;
	background-size: cover;
	line-height: 40px;
}
.nav-play ul li a i{
	font-size: 30px;
}
.nav-play:hover ul{
	opacity: 1;
	visibility: visible;
}


/*-------------------------------m-nav-----------------------------------*/


/*-------------------------------p0-----------------------------------*/

section#p0{
	position: relative;
	width: 100%;
	height: 950px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	z-index: 10;
	background: url('../img/p0bg.jpg') no-repeat center;
	overflow: hidden;
}
section#p0:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #aeb7c6;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.p0-container{
	position: relative;
	width: 1366px;
	height: auto;
	margin: 0 auto;
	padding-bottom:40px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.p0-content{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.p0-slogan{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
}
img#p0-slogan-1{
	position: relative;
	display: block;
}
.p0slogan-1-active{
	transform: translateX(-200px);
/*	filter: blur(30px);*/
	opacity: 0;
}
img#p0-slogan-2{
	position: relative;
	display: block;
}
.p0slogan-2-active{
	transform: translateX(200px);
/*	filter: blur(30px);*/
	opacity: 0;
}
.p0-s16-logo{
	position: relative;
	width: max-content;
	height: auto;
	left: 17px;
}
.p0-s16-logo-active{
	transform: scale(1.5);
	opacity: 0;
}
.p0-s16-logo p{
	position: absolute;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	left: 50%;
	top: 70px;
	transform: translateX(-50%);
	z-index: 5;
}
.p0-content > h2{
	position: relative;
	font-size: 46px;
	font-weight: 700;
	line-height: 46px;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 5px 0 20px 0;
	text-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
}
.p0-btns{
	position: relative;
	width: max-content;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.p0-btns a{
	margin: 0 7.5px;
}
#p0-line{
	position: absolute;
	width: 1px;
	height:100px;
	background-color: rgba(255, 255, 255, 0.5);
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 0;
}
#p0-line:before{
	content:'';
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	background-color: rgba(255, 255, 255, 1);
	left: 50%;
	top: -7px;
	transform: translateX(-50%) rotateZ(45deg);
}
#p0-slogan-m{
	display: none;
}

/*-------------------------------p1-----------------------------------*/
section#p1{
	position: relative;
	width: 100%;
	height: 950px;
	z-index: 10;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: url('../img/p1bg.jpg') no-repeat center;
	overflow: hidden;
}
section#p1:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #aeb7c6;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.p1-container{
	position: relative;
	width: 1366px;
	height: auto;
	margin: 0 auto;
	z-index: 10;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
}
.p1-container p{
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	color: #08080a;
	text-align: center;
	padding: 0;
	margin: 0px 0 65px 0;
	z-index: 5;
}
.p1-container p:after{
	content: '';
	position: absolute;
	display: block;
	width: 182px;
	height: 356px;
	background: url('../img/p1-symbel.png') no-repeat center;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-30%);
	z-index: -1;
}
.p1-yt{
	position: relative;
	display: block;
	width: 960px;
	height: 540px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	margin: 0px auto 0;
	z-index: 5;
}
.p1-yt:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: url('../img/v-border.png') no-repeat center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 20;
	pointer-events: none;
}
a.yt-cover{
	position: absolute;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(20, 20, 20, 0.6);
	transition: 0.3s linear;
}
a.yt-cover:hover{
	background-color: rgba(20, 20, 20, 0.2);
}
a.yt-cover:hover .v-play{
	transform: scale(1.2,1.2);
}
.v-play{
	position: relative;
	display: block;
	transition: 0.3s linear;
}
.p1-yt iframe{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#p1-line{
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 1;
}
.p1-line-1{
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	transform: translateY(-300px) translateX(-50%);
}
.p1-line-1-active{
	transform: translateY(0px) translateX(-50%);
}
.p1-line-2{
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	transform: translateY(-250px) translateX(-50%);
}
.p1-line-2-active{
	transform: translateY(0px) translateX(-50%);
}
.p1-line-3{
	position: absolute;
	display: block;
	top: 80px;
	left: 50%;
	transform: translateY(-200px) translateX(-50%);
}
.p1-line-3-active{
	transform: translateY(0px) translateX(-50%);
}

/*-------------------------------p2-----------------------------------*/
section#p2{
	position: relative;
	width: 100%;
	height: 950px;
	z-index: 10;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url('../img/p2bg.jpg') no-repeat center;
}
.p2-container{
	position: relative;
	width: 100%;
	height: 950px;
	margin: 0px auto 0;
	z-index: 10;
}
.chara-tab{
	position: absolute;
	width: 100%;
	height: auto;
	margin: 0 auto;
	left: 50%;
	top: 40px;
	transform: translateX(-50%);
	z-index: 10;
}
.chara-tab ul{
	position: relative;
	width: max-content;
	height: auto;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.chara-tab ul li{
	position: relative;
	width: 115px;
	height: 115px;
	transition: 0.3s linear;
	z-index: 10;
	margin: 0 7.5px;
	filter: grayscale(100%) brightness(0.5);
}
.chara-tab ul li a{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: 3s linear;
}
.chara-tab ul li a:after{
	content: '';
	position: absolute;
	display: block;
	width: 80px;
	height: 80px;
	border: 1px solid #ffdd99;
	opacity: 0.3;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.chara-tab ul li:hover{
	filter: grayscale(0%) brightness(1.0);
}
.chara-tab ul li.active{
	filter: grayscale(0%) brightness(1.0);
}
.chara-tab ul li a img{
	position: relative;
	display: block;
}
.chara-container{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 5;
}
.chara-content{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.chara-content:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
}
.chara-info{
	position: relative;
	width: 1366px;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 10;
	padding-top: 150px;
}
#c-t5 .chara-info{
	padding-top: 175px;
}
.c-title{
	position: relative;
	width: max-content;
	height: auto;
}
.c-title h1{
	position: relative;
	font-size: 70px;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
	margin: 0 0 5px 0;
	text-align: left;
	text-shadow: 0 3px 4px rgba(0, 0, 0, 0.7);
}
.c-title h1 img{
	margin-right: 5px;
}
.c-title h1 span{
	font-size: 50px;
	margin-left: 97px;
}
.c-yt{
	position: relative;
	margin-top: 10px;
	margin-left: 97px;
	width: 360px;
	height: 203px;
}
.c-yt iframe {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.c-intro{
	position: relative;
	width: max-content;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	flex-direction: column;
}
.c-intro h2{
	position: relative;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	color: #ffdd99;
	margin: 60px 0 20px 0;
	text-align: left;
}
.c-intro p{
	position: relative;
	width: 400px;
	height: auto;
	font-size: 16px;
	font-weight: 300;
	line-height: 36px;
	color: #fff;
	margin: 0;
	text-align: left;
}
.c-img{
	position: absolute;
	display: block;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 5;
	pointer-events: none;
}
.c-img-active{
	left: 55%;
}
.c-bg{
	position: absolute;
	width: 1366px;
	height: auto;
	top: 180px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	pointer-events: none;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.c-bg-active{
	left: 45%;
}
.c-bg h2{
	font-family: 'Noto Sans TC';
	position: relative;
	font-size: 135px;
	line-height: 135px;
	font-weight: 900;
	color: #000;
	opacity: 0.4;
	margin: 0 -20px 0 0;
	text-align: left;
	font-style: italic;
	letter-spacing: -5px;
}
.c-bg h1{
    font-family: 'Noto Sans TC';
    position: relative;
    font-size: 500px;
    font-weight: 900;
    color: #000;
    opacity: 0.4;
    margin: 0;
    text-align: left;
    font-style: italic;
    letter-spacing: -10px;
    line-height: 350px;
}
#p2-line{
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 1;
}

/*-------------------------------p3-----------------------------------*/
section#p3{
	position: relative;
	width: 100%;
	height: 600px;
	z-index: 10;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url('../img/p3bg.jpg') no-repeat center;
}
section#p3:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #262c38;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	opacity: 0.4;
}
.p3-container{
	position: relative;
	width: 1366px;
	height: auto;
	margin: 0 auto;
	z-index: 10;
}
.p3-container h1{
	position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #262c38;
    margin: 0 0 65px 0;
    text-align: center;
}
.p3-row{
	position: relative;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.p3-box{
	position: relative;
	width: 400px;
	height: auto;
	transition: 0.3s linear;
}
.spec-title{
	position: relative;
	width: 100%;
	height: auto;
}
.spec-title h2{
	position: absolute;
	font-size: 30px;
	line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-align: center;
    bottom: 25px;
    width: 100%;
}
.p3-box p{
	position: relative;
	font-size: 16px;
	line-height: 26px;
    font-weight: 300;
    color: #000;
    margin: 5px 0 0 0;
    text-align: left;
}
.p3-1-active,
.p3-2-active,
.p3-3-active{
	filter: blur(25px);
	opacity: 0;
}

/*-------------------------------p4-----------------------------------*/
section#p4{
	position: relative;
	width: 100%;
	height: 350px;
	z-index: 10;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
}
section#p4{
	background: url('../img/p4bg.jpg') no-repeat center;
}
.p4-container{
	position: relative;
	width: 1366px;
	height: auto;
	margin: 0 auto;
	z-index: 10;
}
.p4-container:after{
	content: '';
	position: absolute;
	display: block;
	width: 245px;
	height: 477px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-30%);
	background: url('../img/p4-symbel.png') no-repeat center;
	z-index: -1;
}
.p4-container h1{
	position: relative;
	font-size: 46px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0 0 25px 0;
	line-height: 46px;
}
.p4-btns{
	position: relative;
	width: max-content;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.p4-btns a{
	margin: 0 7.5px;
}
.p4-container > p{
	position: absolute;
	font-size: 20px;
	font-weight: 700;
	color: #ffda8b;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 20px;
	width: 100%;
	bottom: -70px;
}
.p4-line-1{
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	transform: translateY(200px) translateX(-50%);
	z-index: 0;
}
.p4-line-1-active{
	transform: translateY(0px) translateX(-50%);
}
.p4-line-2{
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	transform: translateY(200px) translateX(-50%);
	z-index: 0;
}
.p4-line-2-active{
	transform: translateY(0px) translateX(-50%);
}

/*-------------------------------p6-----------------------------------*/

section#p6{
	position: relative;
	width: 100%;
	height: 70px;
	z-index: 8;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/*overflow: hidden;*/
	transition: 0.4s ease-in-out;
	background-color: #060608;
}
.p6-fast-container{
	position: relative;
	width: 100%;
	height: 70px;
	margin: 0 auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.p6-fast-container a{
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ffdd99;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: 0.4s ease-in-out;
	margin: 0 16px;
}
.p6-fast-container a i{
	position: relative;
	font-size: 1.25rem;
	text-align: center;
	color: #ffdd99;
	transition: 0.4s ease-in-out;
}
.p6-fast-container a:hover{
	background-color: #ffdd99;
}
.p6-fast-container a:hover i{
	color: #060608;
}

/*-------------------------------footer-----------------------------------*/

footer{
	position: relative;
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-color: #111111;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10;
}
.footer-container{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 15px;
}
.footer-logo{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.footer-logo img{
	position: relative;
	display: block;
	max-width: 100%;
	margin: 0 15px;
}
p.copyright{
	position: relative;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #787878;
	margin: 25px 0 25px;
	font-family: 'Noto Sans TC', sans-serif;
}
.term{
	position: relative;
	width: max-content;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Noto Sans TC', sans-serif;
}
.term p{
	position: relative;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #787878;
	margin: 0 0 0px 20px;
}
img#eva15{
	position: relative;
	margin: 0 auto;
}