@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: #bfe7f3;
	transition: 0.3s ease;
}
.darkblue{
	background-color: #213142;
}
*{
	box-sizing: border-box;
}

.app{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
}
.s11-flat{
	position: fixed;
	display: block;
	width: 20vw;
	opacity: 0;
	visibility: hidden;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	transform-origin: center;
	z-index: 5;
	transition: 0.3s ease;
}
.s11-flat-lightblue{
	filter: invert(100%) sepia(34%) saturate(4037%) hue-rotate(169deg) brightness(99%) contrast(83%);
}
.s11-flat-darkblue{
	filter: invert(23%) sepia(7%) saturate(3329%) hue-rotate(170deg) brightness(90%) contrast(91%);
}
.s11-flat-active{
	opacity: 1;
	visibility: visible;
	width: 20vw;
	transform: translate(-50%,-50%);
}

/*-------------------------------nav-----------------------------------*/

#app-nav-btn{
	display: none;
	position: fixed;
	width: 50px;
	height: 50px;
	padding: 0px;
	right: 2%;
	top: 2%;
	z-index: 1000;
	cursor: pointer;
	background-color: transparent;
	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: #c9effa;
	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: #c9effa;
	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: #c9effa;
	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: #214c6a;
}
#app-nav-btn.active div span:nth-child(2){
	display: none;
	background-color: #214c6a;
}
#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: #214c6a;
}
nav{
	position: fixed;
	width: 1440px;
	height: 50px;
	border-radius: 3px;
	background-color: rgba(201, 239, 250, 0.95);
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	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: 5px;
}
.nav-active{
	top: 0;
}
.nav-left{
	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: flex-start;
  align-items: center;
}
.nav-left > img{
	position: relative;
	display: block;
	width: 160px;
	margin-left: 5px;
	filter: invert(14%) sepia(7%) saturate(405%) hue-rotate(267deg) brightness(93%) contrast(88%);
}
ul.nav-menu{
	list-style: none;
	position: relative;
	width: max-content;
	height: 100%;
	padding: 0;
	margin: 0 0 0 10px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
ul.nav-menu li{
	position: relative;
	margin: 0;
	width: max-content;
	height: 100%;
}
ul.nav-menu li:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 80%;
	background-color: #a0c9d5;
	display: block;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
ul.nav-menu li:nth-last-child(1):before{
	display: none;
}
ul.nav-menu li a{
	position: relative;
	padding: 0 15px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
	color: #2e2b2d;
	transition: 0.3s ease;
}
ul.nav-menu li a:hover{
	color: #0b6fb5;
}
/*ul.nav-menu li.active a{
	color: #0b6fb5;
}*/
a.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: #ffe38d;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	transition: 0.3s ease;
}
a.nav-play-btn{
	background: url('../img/nav-play-btn.png') no-repeat center;
}
a.nav-play-btn:hover{
	filter: brightness(1.2);
	-webkit-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
}
a.nav-play-btn i{
	font-size: 30px;
	margin-right: 10px;
	color: #ffe38d;
}
a.nav-play-btn p{
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #ffe38d;
}

/*-------------------------------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: center;
  z-index: 10;
}
section#p0{
	background: url('../img/p0bg.png') no-repeat center;
}
.p0-container{
	position: relative;
	width: 1440px;
	height: auto;
	margin: 180px auto 0;
	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;
}
.p0-content{
	position: relative;
	width: max-content;
	height: auto;
}
.p0-content h1{
	position: relative;
	font-size: 70px;
	font-weight: 700;
	text-align: left;
	color: #fff;
	line-height: 70px;
	margin: 0 0 50px 0;
}
.p0-content p{
	position: relative;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	color: #fff;
	margin: 0 0 15px 0;
}
a.p0-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: 320px;
	height: auto;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	background-image:linear-gradient(#f2efc4,#baa96e);
	border-radius: 3px;
	transition: 0.3s ease;
	overflow: hidden;
}
a.p0-play-btn:hover{
	filter: brightness(1.2);
	-webkit-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
}
a.p0-play-btn i{
	font-size: 50px;
	margin-right: 10px;
	color: #38204e;
}
a.p0-play-btn p{
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	color: #38204e;
}
#p0v{
	position: absolute;
	min-width: 100%;
 	min-height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

/*-------------------------------p1-----------------------------------*/

section#p1{
	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: center;
  z-index: 10;
}
.p1-container{
	position: relative;
	width: 600px;
	height: auto;
	left: 300px;
	top: 100px;
}
.p1-container-active{
	top: 0;
}
.p1-content{
	position: relative;
	width: 600px;
	height: auto;
	padding: 40px 30px;
	background-color: #e2f8ff;
	border-radius: 3px;
	box-shadow: 0 5px 10px rgba(73, 101, 109, 0.65);
	z-index: 10;
}
.p1-content h3{
	position: relative;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #0b6fb5;
	margin: 0 0 10px 0;
	line-height: 24px;
}
.p1-content h1{
	position: relative;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	color: #214c6a;
	margin: 0;
	line-height: 40px;
}
a.p1-yt{
	position: relative;
	width: 100%;
	height: 300px;
	background-color: #131313;
	text-decoration: none;
	display: block;
	margin: 30px auto;
}
.yt-cover{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(0, 0, 0, 0.2);
}
.v-play-btn{
	position: absolute;
	display: block;
	width: 50px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	filter: invert(76%) sepia(79%) saturate(380%) hue-rotate(146deg) brightness(98%) contrast(95%);
}
a.p1-yt iframe{
	position: relative;
	z-index: 0;
}
.p1-content p{
	position: relative;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #214c6a;
	margin: 0;
	line-height: 30px;
}
.axe-1{
	position: absolute;
	display: block;
	top: -75px;
	right: -135px;
	transform: rotateZ(-10deg);
}
.axe-1-active{
	transform: rotateZ(0deg);
}
.axe-2{
	position: absolute;
	display: block;
	top: -75px;
	left: -135px;
	transform: rotateZ(10deg);
}
.axe-2-active{
	transform: rotateZ(0deg);
}
.p1-bg{
	position: absolute;
	width: 100%;
	height: 780px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	overflow: hidden;
	clip-path: url("#p1-bg-clippath");
	-webkit-clip-path: url("#p1-bg-clippath");
}
.p1-bg-container{
	position: relative;
	width: 100%;
	height: 200%;
	top: -100%;
}
.p1-bg-container{
	background: url('../img/p1bg.png') no-repeat top;
}
.p1-chara-continer{
	position: absolute;
	width: 100%;
	height: 780px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 4;
	overflow: hidden;
	clip-path: url("#p1-chara-clippath");
	-webkit-clip-path: url("#p1-chara-clippath");
}
.p1-chara{
	position: absolute;
	display: block;
	left: 10%;
	top: 50%;
}
.p1chara-active{
	top: 0%;
	left: -10%;
}

/*-------------------------------p2-----------------------------------*/

section#p2{
	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;
  z-index: 10;
}
.p2-container{
	position: relative;
	width: 1440px;
	height: auto;
	margin: 0 auto;
	z-index: 5;
}
.p2-title{
	position: relative;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 180px auto;
	filter: blur(15px);
	-webkit-filter: blur(15px);
	-ms-filter: blur(15px);
	opacity: 0;
}
.p2-title-active{
	margin: 100px auto;
	filter: blur(0);
	-webkit-filter: blur(0);
	-ms-filter: blur(0);
	opacity: 1;
}
.p2-title span{
	color: #b0dce8;
}
.s11-chara{
	position: relative;
	width: 100%;
	height: auto;
}
ul.s11-c-tab{
	position: relative;
	list-style: none;
	width: max-content;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
ul.s11-c-tab li{
	position: relative;
	width: max-content;
	height: auto;
	margin: 0 25px;
}
ul.s11-c-tab li a{
	position: relative;
	display: block;
	width: max-content;
	height: auto;
	transition: 0.3s ease;
	filter: brightness(0.5);
	-webkit-filter: brightness(0.5);
	-ms-filter: brightness(0.5);
}
ul.s11-c-tab li a:hover{
	filter: brightness(1.0);
	-webkit-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
}
ul.s11-c-tab li.active a{
	filter: brightness(1.0);
	-webkit-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
}
.c-tab-simg{
	position: relative;
	width: 80px;
	height: 80px;
}
.t4-simg{
	background: url('../img/c-tab-t4.png') no-repeat center;
}
.t5-simg{
	background: url('../img/c-tab-t5.png') no-repeat center;
}
.c-tab-simg > img{
	position: absolute;
	width: 55%;
	bottom: -5%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	z-index: 5;
	filter: invert(98%) sepia(6%) saturate(2790%) hue-rotate(344deg) brightness(100%) contrast(81%);
}
.c-tab-simg:after{
	content: '';
	position: absolute;
	width: 105px;
	height: 105px;
	display: block;
	background: url('../img/runes-circle.svg') no-repeat center;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotateZ(0deg);
	animation: ctabcircle 10s linear infinite;
	filter: invert(85%) sepia(19%) saturate(375%) hue-rotate(19deg) brightness(84%) contrast(92%);
}
@keyframes ctabcircle{
	0%{transform: translate(-50%,-50%) rotateZ(0deg);}
	100%{transform: translate(-50%,-50%) rotateZ(320deg);}
}
.c-tab-container{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.c-tab-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;
}
.c-bimg{
	position: relative;
	width: 50%;
	padding-right: 20px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.c-bimg-sub{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	z-index: 10;
}
.sub-left{
	position: relative;
	width: max-content;
	font-size: 60px;
	font-weight: 700;
	text-align: left;
	color: #fff;
	margin: 0;
	line-height: 60px;
	left: 0;
}
.sub-left-move{
	left: 10%;
}
.sub-right{
	position: relative;
	width: max-content;
	font-size: 60px;
	font-weight: 700;
	text-align: left;
	color: #fff;
	margin: 0;
	line-height: 60px;
	left: 10%;
}
.sub-right-move{
	left: 0%;
}
.c-bimg-pic{
	position: relative;
	display: block;
	right: 0;
	z-index: 0;
}
.c-bimg-move{
	right: 5%;
}
.c-info{
	position: relative;
	width: 50%;
	height: auto;
	padding-left: 20px;
}
.c-stars{
	position: relative;
	width: max-content;
	height: auto;
	margin-bottom: 15px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.c-info h1{
	position: relative;
	font-size: 40px;
	font-weight: 700;
	text-align: left;
	color: #e6d992;
	line-height: 40px;
	margin: 0 0 5px 0;
}
.c-info h2{
	position: relative;
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	color: #a68e5b;
	line-height: 26px;
	margin: 0 0 40px 0;
}
.c-info p{
	position: relative;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	color: #fff;
	line-height: 30px;
	margin: 0 0 30px 0;
}
a.c-yt{
	position: relative;
	display: block;
	width: 400px;
	height: 225px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #131313;
}
.p2-bg{
	position: absolute;
	width: 100%;
	height: 780px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	overflow: hidden;
	clip-path: url("#p2-bg-clippath");
	-webkit-clip-path: url("#p2-bg-clippath");
}
.p2-bg-container{
	position: relative;
	width: 100%;
	height: 200%;
	top: -100%;
}
.p2-bg-container{
	background: url('../img/p2bg.png') no-repeat top;
}

/*-------------------------------p3-----------------------------------*/

section#p3{
	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: center;
  z-index: 10;
  overflow: hidden;
}
section#p3{
	background: url('../img/p3bg.png') no-repeat center;
}
.p3{
	opacity: 0;
}
.p3-fade{
	opacity: 1;
}
.p3-container{
	position: relative;
	width: 1440px;
	height: auto;
	margin: 0 auto;
	z-index: 10;
}
.p3-title{
	position: relative;
	width: max-content;
	height: auto;
	margin: 0 auto 40px;
}
.p3-title h1{
	position: relative;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	text-align: left;
	color: #fff;
	margin: 0;
	width: max-content;
}
.p3-t-1{
	left: -20%;
}
.p3-t-1-move{
	left: 10%;
}
.p3-t-2{
	left: 20%;
}
.p3-t-2-move{
	left: 10%;
}
.p3-t-3{
	left: 40%;
}
.p3-t-3-move{
	left: 20%;
}
.p3-container > h3{
	position: relative;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-align: left;
	color: #e6d992;
	margin: 0 auto 50px;
	width: max-content;
}
.p3-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: space-between;
  align-items: flex-start;
}
.p3-box{
	position: relative;
	width: 345px;
	height: auto;
}
.p3-box:nth-child(1){
	margin-top: 0;
}
.p3-box:nth-child(2){
	margin-top: 35px;
}
.p3-box:nth-child(3){
	margin-top: 70px;
}
.p3-box:nth-child(4){
	margin-top: 105px;
}
.p3-box img{
	position: relative;
	display: block;
	width: 100%;
	height: 180px;
	background-color: #000;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.p3-box h4{
	position: relative;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-align: left;
	color: #fff;
	margin: 5px auto;
}
.p3-box p{
	position: relative;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	text-align: left;
	color: #cdc596;
	margin: 0px auto;
}
.p3-c-l1{
	position: absolute;
	display: block;
	left: -25%;
	bottom: -50%;
	z-index: 5;
}
.p3-c-l1-move{
	left: -15%;
	bottom: -40%;
}
.p3-c-l2{
	position: absolute;
	display: block;
	left: -7%;
	bottom: 8%;
	z-index: 2;
}
.p3-c-l2-move{
	left: 0%;
	bottom: 10%;
}
.p3-c-r1{
	position: absolute;
	display: block;
	right: -20%;
	bottom: -35%;
	z-index: 5;
}
.p3-c-r1-move{
	right: -10%;
	bottom: -25%;
}
.p3-c-r2{
	position: absolute;
	display: block;
	right: 0%;
	bottom: -10%;
	z-index: 2;
}
.p3-c-r2-move{
	right: 5%;
	bottom: -5%;
}

/*-------------------------------p4-----------------------------------*/

section#p4{
	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: center;
  z-index: 10;
  overflow: hidden;
}
.p4-container{
	position: relative;
	width: 1440px;
	height: auto;
	margin: 0 auto;
	z-index: 10;
}
.p4-container h1{
	position: relative;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 0px auto 30px;
}
.p4-container h3{
	position: relative;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	color: #b0dce8;
	margin: 0px auto 45px;
}
.p4-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;
}
.p4-box{
	position: relative;
	width: 345px;
	height: auto;
	margin: 0 17px;
}
.p4-box img{
	position: relative;
	display: block;
	width: 100%;
	height: 180px;
	background-color: #000;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.p4-box h4{
	position: relative;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	text-align: left;
	color: #fff;
	margin: 10px auto;
}
.p4-box p{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	text-align: left;
	color: #fff;
	margin: 10px auto;
}
.act-btn{
	position: relative;
	display: block;
	width: 320px;
	height: auto;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	font-weight: 700;
	color: #38204e;
	background-image:linear-gradient(#f2efc4,#baa96e);
	border-radius: 3px;
	transition: 0.3s ease;
	margin: 30px auto;
}
.act-btn:hover{
	filter: brightness(1.2);
	-webkit-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
}
.p4-rune-circle{
	position: absolute;
	width: 60%;
	display: block;
	left: 50%;
	top: 50%;
	z-index: 5;
	transform: translate(-50%,-50%) rotateZ(0deg);
	opacity: 0.5;
	filter: invert(45%) sepia(24%) saturate(735%) hue-rotate(168deg) brightness(89%) contrast(84%);
}
.p4-rune-circle-move{
	transform: translate(-50%,-50%) rotateZ(320deg);
}
.p4-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
	left: 0;
	top: 0;
	overflow: hidden;
}
.p4-bg-container{
	position: relative;
	width: 100%;
	height: 120%;
	top: -60%;
}
.p4-bg-container{
	background: url('../img/p4bg.png') no-repeat center;
	background-size:cover ;
}

/*-------------------------------p5-----------------------------------*/

section#p5{
	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: #1c2937;
}
.p5-fast-container{
	position: relative;
	width: 1200px;
	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;
}
.p5-fast-container a{
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #1c2937;
	border-radius: 50%;
	border: 1px solid #e6d992;
	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;
}
.p5-fast-container a:hover{
	background-color: #e6d992;
}
.p5-fast-container a i{
	position: relative;
	font-size: 1.25rem;
	text-align: center;
	color: #fff;
	transition: 0.4s ease-in-out;
}
.p5-fast-container a:hover i{
	color: #1c2937;
}



/*-------------------------------footer-----------------------------------*/

footer{
	position: relative;
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-color: #060606;
	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: 0.75rem;
	font-weight: 400;
	text-align: center;
	color: #d8d8d8;
	margin: 25px 0 25px;
}
.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: center;
    align-items: center;
    flex-direction: column;
}
.term p{
	position: relative;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.1rem;
	text-align: center;
	color: #d8d8d8;
	margin: 0 0 25px 0;
}
img#eva15{
	position: relative;
	height: 80px;
	height: 80px;
	margin: 0 auto;
}