@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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&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 Sans TC', sans-serif;
	position: relative;
	padding: 0 0 130px 0;
	margin: 0;	
	background-color: #000;
	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%);
}
.mainvideo{
	position: fixed;
	min-width: 100%; 
	min-height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.mainvideo:before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0,0.4);
	z-index: 5;
}
video#mainvideo{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	z-index: 0;
}


/*-------------------------------nav-----------------------------------*/
#app-nav-btn{
	display: none;
	position: fixed;
    width: 50px;
    height: 50px;
    padding: 0px;
    right: 0;
    top: 0;
    z-index: 1111;
    cursor: pointer;
    background-color: rgb(21 78 156);
    outline: none;
    border: 0;
}
#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: #fff;
	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: #fff;
	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: #fff;
	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: #fff;
}
#app-nav-btn.active div span:nth-child(2){
	display: none;
	background-color: #fff;
}
#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: #fff;
}
nav{
	position: fixed;
	width: 100%;
	height: auto;
	top: 40px;
	left: 0;
	z-index: 1050;
	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-container{
	position: relative;
	width: 1440px;
	height: 100%;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	padding: 0;
}
.nav-brand{
	position: fixed;
	width: 120px;
	height: 86px;
	background: url('../img/cht-logo-w.png') no-repeat center;
	background-size: contain;
	display: block;
	mix-blend-mode: difference;
	z-index: 1060;
	left: 15em;
	top: 1.875em;
}
.nav-brand img{
	position: relative;
	display: block;
	mix-blend-mode: difference;
}
.nav-center{
	position: relative;
	width: max-content;
	height: 60px;
}
.nav-center:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #0e69d9;
	top: 0;
	left: 0;
	transform: skewX(-10deg);
	z-index: 0;
}
ul.nav-menu{
	list-style: none;
	position: relative;
	width: max-content;
	height: 100%;
	padding: 0 0.5em;
	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;
    gap: 15px;
    z-index: 10;
}
ul.nav-menu li{
	position: relative;
	margin: 0;
	width: auto;
	height: 100%;
	padding: 0;
}
ul.nav-menu li a{
	position: relative;
	padding: 0px 1.8em;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 60px;
	text-decoration: none;
	transition: 0.3s ease;
	height: 100%;
	color: #fff;
	display: block;
	font-style: italic;
	border-bottom: 2px solid transparent;
}
ul.nav-menu li a:hover{
	color: #ffbf42;
	border-bottom: 2px solid #ffbf42;
}
ul.nav-menu li a:hover:before{

}
ul.nav-menu li.active a{
	color: #ffbf42;
	border-bottom: 2px solid #ffbf42;
}
ul.nav-menu li.active a:before{

}

/*-------------------------------m-nav-----------------------------------*/

/*-------------------------------bottom-nav-----------------------------------*/

.bottom-nav{
	position: fixed;
	width: 100%;
	height: 130px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	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;
	background: url('../img/nav-bg.png') no-repeat center;
}
.bottom-nav-container{
	position: relative;
	width: 1440px;
	height: 90px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}
img#nav-left-fire{
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	z-index: 5;
	animation: navfire 6.2s ease-in-out 0.4s infinite;
}
img#nav-right-fire{
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	z-index: 5;
	animation: navfire 6.2s ease-in-out 0.4s infinite;
}
@keyframes navfire{
	0%{filter: contrast(100%) brightness(100%);}
	25%{filter: contrast(120%) brightness(150%) drop-shadow(0px 0px 10px #f17725);}
	50%{filter: contrast(100%) brightness(100%);}
	65%{filter: contrast(175%) brightness(120%) drop-shadow(0px 0px 10px #f17725);}
	100%{filter: contrast(100%) brightness(100%);}
}
.btmn-left{
	position: relative;
	width: auto;
	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;
	gap: 15px;
}
.btmn-left img{
	position: relative;
	display: block;
}
.btmn-title{
	position: relative;
	width: auto;
	height: 100%;
	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;
	flex-direction: column;
}
.btmn-title h3{
	position: relative;
	font-size: 36px;
	font-weight: 500;
	text-align: left;
	font-style: italic;
	line-height: 36px;
	color: #fff;
	margin: 0;
	padding: 0;
}
.btmn-title h1{
	position: relative;
	font-size: 50px;
	font-weight: 900;
	text-align: left;
	font-style: italic;
	line-height: 50px;
	color: #ffbf42;
	margin: 0;
	padding: 0;
}
.btmn-right{
	position: relative;
	width: auto;
	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;
}
.btmn-right ul{
	list-style: none;
	position: relative;
	width: auto;
	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;
	gap: 12px;
	margin: 0;
	padding: 0;
}
.btmn-right ul li{
	position: relative;
	width: auto;
	height: 100%;
}
.steam-btn{
	position: relative;
	width: 236px;
	height: 90px;
	text-align: center;
	font-family: "Anton", sans-serif;
	font-size: 46px;
	font-weight: normal;
	font-style: italic;
	color: #0a4c9e;
	line-height: normal;
	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: 60px;
	margin-right: 5px;
	z-index: 0;
	color: #0e69d9;
	transition: 0.3s linear;
}
.steam-btn:hover{
	background: url('../img/pc-btn.png') no-repeat center;
}
.pc-btn{
	position: relative;
	width: 236px;
	height: 90px;
	text-align: center;
	font-family: "Anton", sans-serif;
	font-size: 46px;
	font-weight: normal;
	font-style: italic;
	color: #0a4c9e;
	line-height: normal;
	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: 60px;
	margin-right: 5px;
	z-index: 0;
	color: #0e69d9;
	transition: 0.3s linear;
}
.pc-btn:hover{
	background: url('../img/steam-btn.png') no-repeat center;
}

/*-------------------------------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: flex-end;
	z-index: 10;
	/*background: url('../img/p1bg.png') no-repeat center;*/
}
img.p1-bg-m{
	position: relative;
	display: none;
	width: 100%;
}
section#p1 .section-deco{
	position: absolute;
	bottom: -37px;
	left: 0;
	right: 0;
	display: block;
	z-index: 10;
}



/*-------------------------------p2-----------------------------------*/
section#p2{
	position: relative;
	width: 100%;
	height: 950px;
	z-index: 9;
	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/p2-bg.png') no-repeat center top;
}
section#p2 .section-deco{
	position: absolute;
	bottom: -37px;
	left: 0;
	right: 0;
	display: block;
	z-index: 10;
}
.p2-container{
	position: relative;
	width: 1440px;
	height: auto;
	margin: 0px auto 0;
	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: flex-start;
}
.p2-left,.p2-right{
	position: relative;
	width: 50%;
	height: auto;
}
.p2-left h1{
	position: relative;
	font-size: 6.25em;
	font-weight: 900;
	text-align: left;
	font-style: italic;
	line-height: normal;
	color: #0a4c9e;
	margin: 0 0 40px 0;
	padding: 0;
}
.p2-left p{
	position: relative;
	font-size: 1.875em;
	font-weight: 700;
	text-align: left;
	font-style: italic;
	line-height: normal;
	color: #0a4c9e;
	margin: 0;
	padding: 0;
}
.p2-video{
	position: relative;
	width: 100%;
	height: 0;
    padding-bottom: 56.25%;
	mask-image: url('../img/p2-video-deco.png');
	mask-repeat: no-repeat;    
	mask-size: contain;
	z-index: 10;
}
.p2-right:after{
	content: '';
	position: absolute;
	display: block;
	width: 720px;
	height: 405px;
	bottom: -25px;
	left: -25px;
	z-index: 0;
	background: url('../img/p2-video-deco.png') no-repeat center;
}
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(0, 0, 0, 0.4);
	transition: 0.3s linear;
}
a.yt-cover:hover{
	background-color: rgba(0, 0, 0, 0.1);
}
.v-play{
	position: relative;
	width: 80px;
	height: 80px;
	transition: 0.3s linear;
}
img.playbtn{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}
img.playbtn-circle{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotateZ(0deg);
	z-index: 5;
	animation: playcircle 3s linear infinite;
}
@keyframes playcircle{
	0%{transform: translate(-50%,-50%) rotateZ(0deg);}
	50%{transform: translate(-50%,-50%) rotateZ(180deg);}
	100%{transform: translate(-50%,-50%) rotateZ(360deg);}
}
a.yt-cover:hover .v-play{
	
}
.p2-video iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}


/*-------------------------------p3-----------------------------------*/
section#p3{
	position: relative;
	width: 100%;
	height: 950px;
	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;
	background: url('../img/p3-bg.png') no-repeat center top;
}
section#p3 .section-deco{
	position: absolute;
	bottom: -37px;
	left: 0;
	right: 0;
	display: block;
	z-index: 100;
}
.p3-container{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px auto 0;
	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;
	overflow: hidden;
}
.chara-tab{
	position: absolute;
	width: auto;
	height: auto;
	z-index: 10;
	left: 240px;
	top: 225px;
}
.chara-tab ul{
	position: relative;
	width: auto;
	height: auto;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 0px;
}
.chara-tab ul li{
	position: relative;
	width: auto;
	height: auto;
	transition: 0.3s linear;
	z-index: 10;
}
.chara-tab ul li a{
	position: relative;
	width: auto;
	height: auto;
	display: block;
	padding: 0;
	text-decoration: none;
	transition: 0.3s linear;
	background: url('../img/chara-thumb-bg.png') no-repeat center;
}
.chara-tab ul li:hover{
	
}
.chara-tab ul li:hover a{
	background: url('../img/chara-thumb-bg-on.png') no-repeat center;
}
.chara-tab ul li.active{
}
.chara-tab ul li.active a{
	background: url('../img/chara-thumb-bg-on.png') no-repeat center;
}
.chara-tab ul li a img{
	position: relative;
	display: block;
}
.chara-container{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 5;
	overflow: hidden;
}
.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-info{
	position: relative;
	width: 1440px;
	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;
	z-index: 10;
	overflow: hidden;
}
.chara-info-container{
	position: relative;
	margin-top: 100px;
	z-index: 10;
}
.chara-info-container h2{
	position: relative;
	font-size: 3.125em;
	font-weight: 700;
	text-align: left;
	font-style: italic;
	line-height: 50px;
	color: #fff;
	margin: 0 0 0 15px;
	padding: 0;
}
.chara-info-container h1{
	position: relative;
	font-size: 6.25em;
	font-weight: 900;
	text-align: left;
	font-style: italic;
	line-height: 100px;
	color: #febf43;
	margin: 0 0 50px 0;
	padding: 0;
}
.chara-info-container p{
	position: relative;
	font-size: 1.875em;
	font-weight: 700;
	text-align: left;
	font-style: italic;
	line-height: normal;
	color: #fff;
	margin: 0;
	padding: 0;
}
.chara-info .chara-v-a{
	position: absolute;
	left: 70%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}
.chara-info > img{
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.chara-vbg{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1250px;
	height: 500px;
	clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
	background-color: #000;
	z-index: 0;
}
.chara-vbg video{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width: 100%;
}

/*-------------------------------p4-----------------------------------*/
section#p4{
	position: relative;
	width: 100%;
	height: 950px;
	z-index: 7;
	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/p4-bg.png') no-repeat center bottom;
}
.p4-container{
	position: relative;
	width: 1440px;
	height: auto;
}
.p4-container h1{
	position: relative;
	font-size: 6.25em;
	font-weight: 900;
	text-align: left;
	font-style: italic;
	line-height: 100px;
	color: #febf43;
	margin: 0 0 50px 0;
	padding: 0;
	mix-blend-mode: difference;
}
.p4-container p{
	position: relative;
	font-size: 1.875em;
	font-weight: 700;
	text-align: left;
	font-style: italic;
	line-height: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	mix-blend-mode: difference;
}

/*-------------------------------p5-----------------------------------*/
section#p5{
	position: relative;
	width: 100%;
	height: 450px;
	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/p5-bg.png') no-repeat center;
}
.p5-container{
	position: relative;
	width: 1440px;
	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: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.p5-container h1{
	position: relative;
	font-size: 6.25em;
	line-height: inherit;
    font-weight: 700;
    color: #0e69d9;
    text-align: left;
    margin: 0 0 25px 0;
    font-style: italic;
}
.p5-container h2{
	position: relative;
	font-size: 1.875em;
	line-height: inherit;
    font-weight: normal;
    color: #0a4c9e;
    text-align: left;
    margin: 0;
    font-style: italic;
}
.p5-container h2 span{
	font-family: "Anton", sans-serif;
}
#p5-chara{
	position: absolute;
	display: block;
	right: 160px;
	bottom: -100px;
}

/*-------------------------------p6-----------------------------------*/

section#p6{
	position: relative;
	width: 100%;
	height: 200px;
	z-index: 7;
	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;
	background-color: #0a4c9e;
}
section#p6 h1{
	position: relative;
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
	margin: 0 0 30px 0;
	text-align: center;
	font-style: italic;
}
.p6-fast-container{
	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;
	gap: 20px;
}
.p6-fast-container a{
	position: relative;
	min-width: 40px;
	height: 40px;
	background-color: #ffbf42;
	border-radius: 20px 20px;
	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 linear;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.p6-fast-container a i{
	position: relative;
	font-size: 1.5rem;
	text-align: center;
	color: #0a4c9e;
	transition: 0.4s linear;
}
.p6-fast-container a span{
	width: 0;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	color: #0a4c9e;
	margin: 0;
	text-align: left;
	transition: 0.3s linear;
	opacity: 0;
	visibility: hidden;
	padding: 0;
}
.p6-fast-container a:hover{
	background-color: #ffbf42;
	padding: 0 20px;
}
.p6-fast-container a:hover i{
	color: #0a4c9e;
}
.p6-fast-container a:hover span{
	width: auto;
	opacity: 1;
	visibility: visible;
	margin: 0 0 0 15px;
	color: #0a4c9e;
}


/*-------------------------------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;
}