@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: #fff;
	line-height: 65px;
	background: url('../img/steam-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: #fff;
	line-height: 65px;
	background: url('../img/pc-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);
}

.sec-title{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 50px 0;
}
.sec-title h1{
	position: relative;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 6px;
	z-index: 5;
	margin: 0;
	line-height: 30px;
}
.sec-title h2{
	font-family: 'Noto Sans TC', sans-serif;
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: -5px;
	z-index: 2;
	margin: 0;
	line-height: 100px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-style: italic;
}
.p1-2-title h1{
	color: #000;
}
.p1-2-title h2{
	color: #bdb7ac;
}
.p2-title{
	position: absolute;
	top: 75px;
	left: 0;
	padding: 20px 0;
}
.p2-title h1{
	color: #fd3b3b;
}
.p2-title h2{
	color: #1f1f1f;
}
.p3-title h1{
	color: #fff;
}
.p3-title h2{
	color: #b4302f;
}
.p4-title h1{
	color: #fd3b3b;
}
.p4-title h2{
	color: #1f1f1f;
}

.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.8);
	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: #fd3b3b;
	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: #fd3b3b;
	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: #fd3b3b;
	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: #fd3b3b;
}
#app-nav-btn.active div span:nth-child(2){
	display: none;
	background-color: #fd3b3b;
}
#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: #fd3b3b;
}
nav{
	position: fixed;
	width: 100%;
	height: 70px;
	top: 0px;
	background-color: rgba(34, 34, 34, 0.9);
	left: 0;
	z-index: 1000;
	transition: 0.3s linear;
	border-bottom: 1px solid #fd3b3b;
}
.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: 100%;
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fd3b3b;
	opacity: 0;
}
ul.nav-menu li a{
	position: relative;
	padding: 0px;
	text-align: center;
	font-size: 18px;
	line-height: 70px;
	text-decoration: none;
	color: #fff;
	transition: 0.3s ease;
	width: 100%;
	letter-spacing: 5px;
}
ul.nav-menu li a:hover{
	color: #fd3b3b;
}
ul.nav-menu li.active a{
	color: #fd3b3b;
}
ul.nav-menu li.active:before{
	opacity: 1;
}
.nav-play{
	position: relative;
	width: 150px;
	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: 150px;
	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/playfree.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: #051918;
	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-----------------------------------*/

.p1-bg{
	position: relative;
	width: 100%;
	height: 1900px;
	background: url('../img/p01bg.jpg') no-repeat center;
}

/*-------------------------------p0-----------------------------------*/

section#p1-1{
	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;
}
.p1-1-container{
	position: relative;
	width: 1366px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 30px;
	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;
}
.p1-1-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: 20px;
}
img#p1-cb-logo{
	position: relative;
	display: block;
}
img#p1-title-1{
	position: relative;
	display: block;
}
.p1-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;
}
.p1-btns a{
	margin-right: 15px;
}
.p1-1-container > p{
	position: relative;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 15px 0;
	/*text-shadow: 0 0px 5px rgba(0, 0, 0,1);*/
}
.p1-part-deco{
	position: absolute;
	width: 290px;
	height: 189px;
	background: url('../img/part-deco.svg') no-repeat center;
	transform: translateX(-300px) translateY(150px);
}


/*-------------------------------p1-----------------------------------*/
section#p1-2{
	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;
	padding-bottom: 75px;
}
.p1-2-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-content{
	position: relative;
	width: 100%;
	height: auto;
}
.p1-yt{
	position: relative;
	display: block;
	width: 960px;
	height: 540px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	margin: 50px auto 0;
}
.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;
}


/*-------------------------------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: space-between;
	align-items: center;
	flex-direction: column;
}
section#p2{
	background: url('../img/p2bg.jpg') no-repeat center;
}
.p2-container{
	position: relative;
	width: 1366px;
	height: 950px;
	margin: 0px auto 0;
	z-index: 10;
}
.chara-tab{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	pointer-events: none;
}
#c-tag-left{
	position: absolute;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #fd3b3b;
	width: 24px;
	height: auto;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	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;
	line-height: 28px;
}
#c-tag-right{
	position: absolute;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #fd3b3b;
	width: 24px;
	height: auto;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	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;
	line-height: 28px;
}
#c-tag-left i,#c-tag-right i{
	position: relative;
	display: block;
	width: 11px;
	height: 11px;
	background: url('../img/coin-r.png') no-repeat center;
	margin: 5px 0;
}
.chara-tab ul{
	position: relative;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.chara-tab ul:before{
	content: '';
	position: absolute;
	display: block;
	width: 150px;
	height: 710px;
	background: url('../img/c-tab-line.png') no-repeat center;
	left: 130px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}
.chara-tab ul:after{
	content: '';
	position: absolute;
	display: block;
	width: 150px;
	height: 710px;
	background: url('../img/c-tab-line.png') no-repeat center;
	right: 130px;
	top: 50%;
	transform: translateY(-50%)rotateY(180deg);
	z-index: 5;
}
.chara-tab ul li{
	position: absolute;
	width: 150px;
	height: 150px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	background-color: #252525;
	border-radius: 50% 50%;
	transition: 0.3s linear;
	z-index: 10;
	pointer-events: auto;
}
#sc-tab-1{left: 95px;top: 20%;}
#sc-tab-2{left: 60px;top: 50%;transform: translateY(-50%);}
#sc-tab-3{left: 95px;bottom: 20%;}
#c-tab-1{right: 95px;top: 20%;}
#c-tab-2{right: 60px;top: 50%;transform: translateY(-50%);}
#c-tab-3{right: 95px;bottom: 20%;}
.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:hover{
	background-color: #fd3b3b;
}
.chara-tab ul li.active{
	background-color: #fd3b3b;
}
.chara-simg{
	position: relative;
	width: 100%;
	height: auto;
	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-simg 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 > img{
	position: relative;
	display: block;
	pointer-events: none;
}
.chara-info{
	position: absolute;
	width: 60%;
	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;
	z-index: 10;
	bottom: 10%;
}
.chara-info h1{
	font-family: 'Noto Sans TC', sans-serif;
	position: relative;
	font-size: 80px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	font-style: italic;
	text-shadow: 0 3px 4px rgba(0, 0, 0, 0.7);
	padding: 0;
	margin: 0 0 20px 0;
	line-height: 80px;
}
.chara-info h1{
	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;
}
.chara-info h1 a{
	position: relative;
	display: block;
	width: 100px;
}
.chara-info h1 a img{
	position: relative;
	width: 100%;
	display: block;
}
.chara-info p{
	font-family: 'Noto Sans TC', sans-serif;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	font-style: italic;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 1);
	padding: 0;
	margin: 0;
	line-height: 26px;
}


/*-------------------------------p3-----------------------------------*/
section#p3{
	position: relative;
	width: 100%;
	height: 1600px;
	padding-top: 0px;
	z-index: 10;
	overflow: hidden;
	padding-top: 75px;
}
section#p3{
	background: url('../img/p3bg.jpg') no-repeat center;
}
.p3-container{
	position: relative;
	width: 1366px;
	height: auto;
	margin: 0 auto;
	z-index: 10;
}
.p3-s-container{
	position: relative;
	width: 100%;
	height: 500px;
	margin: 30px auto;
}
.p3-s-container img{
	position: absolute;
	display: block;
	z-index: 2;
}
.p3-top{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.p3-btm{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.p3-top img{
	left: 0;
}
.p3-btm img{
	right: 0;
}
.p3-s-box{
	position: relative;
	width: 600px;
	height: auto;
	z-index: 5;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.p3-s-box h1{
	position: relative;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	line-height: 40px;
	text-align: left;
	margin: 0;
}
span.hr-1{
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fd3b3b;
	margin: 40px auto 25px;
}
.p3-s-box p{
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 26px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 60px;
}
span.hr-2{
	position: relative;
	display: block;
	width: 18%;
	height: 5px;
	background-color: #fd3b3b;
	margin: 25px 0 0px;
}
span.hr-3{
	position: relative;
	display: block;
	width: 80%;
	height: 5px;
	background-color: #fd3b3b;
	margin: 25px auto;
}
section#p3 > h3{
	position: relative;
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	color: #fd3b3b;
	margin: 40px auto;
}


/*-------------------------------p4-----------------------------------*/
section#p4{
	position: relative;
	width: 100%;
	height: 550px;
	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;
}
section#p4{
	background: url('../img/p4bg.jpg') no-repeat center;
}
.p4-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;
	align-items: center;
	flex-direction: column;
}
.p4-container h4{
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	font-style: italic;
	text-align: center;
	padding: 0;
	margin: 40px 0;
	line-height: 26px;
}
.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;
}
.p4-btns a{
	margin-right: 15px;
}
.p4-container > p{
	position: relative;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 10px 0;
	line-height: 20px;
}

/*-------------------------------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: url('../img/fastlinkbg.jpg') no-repeat center;
}
.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 #fa3a3a;
	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: #fa3a3a;
	transition: 0.4s ease-in-out;
}
.p6-fast-container a:hover{
	
	background-color: #fa3a3a;
}
.p6-fast-container a:hover i{
	color: #fff;
}

/*-------------------------------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;
}