@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap&subset=chinese-traditional');

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';
	position: relative;
	padding: 0;
	margin: 0;	
}
canvas{
	display: block;
	vertical-align: bottom;
}
*{
	box-sizing: border-box;
}
.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%);
}
.player-btn{
	position: relative;
	width: 80px;
	height: 80px;
	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;
}
.player-btn:hover{
	filter: brightness(120%);
	-webkit-filter: brightness(120%);
	-ms-filter: brightness(120%);
	-o-filter: brightness(120%);
}
.player-btn:before{
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	border:1px solid rgba(209,189,132,1);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transform-origin:0 0;
	animation: playerbtn 5s linear infinite;
}
.player-btn:after{
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	border:1px solid rgba(209,189,132,0.4);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transform-origin:0 0;
	animation: playerbtn 4.5s reverse linear infinite;
}
@keyframes playerbtn{
	0%{transform: rotateZ(0deg)translate(-50%,-50%);}
	100%{transform: rotateZ(360deg)translate(-50%,-50%);}
}
.player-btn span{
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 21.7px;
	border-color: transparent transparent transparent #d1bc84;
}

/*-------------------------------header-----------------------------------*/

header{
	position: fixed;
	width: 100%;
	height: 70px;
	background-color: rgba(0,0,0,0);
	top: 30px;
	left: 0;
	right: 0;
	z-index: 1000;
	transition: 0.3s linear;
	border-bottom: 1px solid rgba(255,255,255,0);
}
header.active{
	top: 0;
	background-color: rgba(0,0,0,0.9);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header-container{
	position: relative;
	width: 100%;
	height: 70px;
	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 100px;
}
.header-brand{
	position: relative;
	width: 100%;
	height: 70px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
header.active .header-brand{
	width: max-content;
	justify-content: flex-start;
}
a#brand-logo{
	position: relative;
	width: max-content;
	height: 70px;
	display: block;
}
.brand-logo-container{
	position: relative;
	width: max-content;
	height: 70px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
header.active #cb-s7-logo{
	width: 100px;
	height: 37px;
	transition: 0.3s linear;
}
#cb-s7-logo{
	position: relative;
	display: block;
	width: 150px;
	height: 56px;
	margin-right: 25px;
}
.webp #cb-s7-logo{
	background: url('../imgp/cb-logo-s7.webp') no-repeat center;
	background-size: cover;
}
.no-webp #cb-s7-logo{
	background: url('../img/cb-logo-s7.png') no-repeat center;
	background-size: cover;
}
.webp header.active #cb-s7-logo{
	background: url('../imgp/cb-logo.webp') no-repeat center;
	background-size: cover;
}
.no-webp header.active #cb-s7-logo{
	background: url('../img/cb-logo.png') no-repeat center;
	background-size: cover;
}
#cb-s7-logo-zh:after{
	content: '';
	position: absolute;
	display: block;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 50px;
	background-color: rgba(255,255,255,0.7);
}
header.active #cb-s7-logo-zh:after{
	height: 25px;
}
header.active #cb-s7-logo-zh{
	width: 64px;
	height: 40px;
}
#cb-s7-logo-zh{
	position: relative;
	display: block;
	width: 112px;
	height: 70px;
	margin-left: 15px;
}
.webp #cb-s7-logo-zh{
	background: url('../imgp/cb-logo-cht.webp') no-repeat center;
	background-size: cover;
}
.no-webp #cb-s7-logo-zh{
	background: url('../img/cb-logo-cht.png') no-repeat center;
	background-size: cover;
}
ul#nav{
	position: relative;
	width: max-content;
	height: 70px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#nav li{
	position: relative;
	width: max-content;
	height: 70px;
	margin: 0 10px;
}
ul#nav li a{
	position: relative;
	width: max-content;
	display: block;
	height: 70px;
	color: rgba(223,223,223,0.5);
	text-align: center;
	line-height: 70px;
	font-size: 1rem;
	font-weight: 300;
	text-decoration: none;
	transition: 0.4s ease-in-out;
	border-bottom: 1px solid rgba(245,226,172,0);
	padding: 0 20px;
}
ul#nav li.active a{
	color: rgba(245,226,172,1);
	font-weight: 500;
	border-bottom: 1px solid rgba(245,226,172,1);
}
ul#nav li a:hover{
	color: rgba(245,226,172,1);
	font-weight: 500;
	border-bottom: 1px solid rgba(245,226,172,1);
	transition: 0.4s ease-in-out;
}
.header-fast{
	position: relative;
	width: auto;
	height: 70px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.header-fast a{
	position: relative;
	display: block;
	width: max-content;
	height: auto;
	line-height: auto;
	font-size: 1rem;
	font-weight: 400;
	margin-left: 20px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s linear;
	padding: 5px 1.25rem;
	color: #fff;
}
a#header-play{
	width: 150px;
	border-right: 1px solid transparent;
	background-image: linear-gradient(#d1bd84,#736848);
}
a#header-play span{
	position: relative;
	color: #000;
	z-index: 10;
}
a#header-play:hover{
	border-right: 1px solid #dec98e;
	background-image: linear-gradient(#d1bd84,#736848);
}
a#header-join:hover,
a#header-signup:hover{
	color: #d1bd84;
}
.dd{
	display: none;
	position: relative;
	width: 100%;
	height: 70px;
	background-color: rgba(17,17,17,0.9);
	border-bottom: 1px solid rgba(232,227,214,0.5);
}
.dd-menu{
	position: relative;
	width: 100%;
	height: 70px;
}
.dd-menu ul{
	position: relative;
	width: 100%;
	height: 70px;
	padding: 0 20px;
	margin: 0;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}
.dd-menu ul li{
	position: relative;
	margin-left: 25px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}
.dd-menu ul li:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: rgba(232,227,214,0.5);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.dd-menu ul li a{
	position: relative;
	font-size: 1rem;
	line-height: 1rem;
	text-align: center;
	color: #e8e3d6;
	text-decoration: none;
	transition: 0.4s ease-in-out;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.dd-menu ul li a i{
	position: relative;
	margin-right: 10px;
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}
.dd-menu ul li a:hover{
	color: #fff;
}
i.fa-baha{
	position: relative;
	width: 19px;
	height: 19px;
	background-color: #e8e3d6;
	border-radius: 2px;
	display: block;
	overflow: hidden;
}
i.fa-baha span{
	position: relative;
	width: 22px;
	height: 22px;
	display: block;
}
.webp i.fa-baha span{
	background: url('../imgp/baha-icn.webp') no-repeat;
	background-size: contain;
	background-position-x: -5px;
}
.no-webp i.fa-baha span{
	background: url('../img/baha-icn.png') no-repeat;
	background-size: contain;
	background-position-x: -5px;
}

/*-------------------------------m-nav-----------------------------------*/

.m-nav{
	display: none;
}
button.toggle-burger{
	position: fixed;
	width: 40px;
	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;
    background-color: rgba(0,0,0,0.4);
    right: 2%;
    top: 2%;
    border: 0;
    outline: none;
    padding: 3px 7px;
    z-index: 999;
    border-radius: 2px;
}
button.toggle-burger span{
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 4px 0;
}
.m-nav-container{
	position: fixed;
	width: 85%;
	height: 100vh;
	z-index: 1000;
	background-color: rgba(30,32,33,1);
	right: -85%;
	top: 0;
    transition: 0.6s ease-in-out;.
    box-shadow: 0 -5px 3px rgba(0,0,0,0.45);
}
.m-nav-container.active{
	right: 0%;
}
button.close-nav{
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: 0;
	outline: none;
	right: 2%;
    top: 2%;
    z-index: 10;
}
button.close-nav:before{
	content: '';
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotateZ(45deg);
}
button.close-nav:after{
	content: '';
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotateZ(-45deg);
}
.m-nav-logo{
	position: relative;
	width: 100%;
	height: 70px;
	background-color: rgba(0,0,0,0.4);
	padding: 2%;
}
.m-nav-logo a{
	position: relative;
	width: 149px;
	height: 55px;
	display: block;
}
.webp .m-nav-logo a{
	background: url('../imgp/cb-logo.webp') no-repeat center;
}
.no-webp .m-nav-logo a{
	background: url('../img/cb-logo.png') no-repeat center;
}
.m-nav-content{
	position: relative;
	width: 100%;
	height: calc(100% - 70px);
	min-height: calc(100% - 70px);
	overflow-y: auto;
}
ul.m-nav-list{
	position: relative;
	width: 100%;
	height: auto;
	padding: 2%;
	margin: 0;
	list-style: none;
}
ul.m-nav-list li{
	position: relative;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid rgba(0,0,0,0.8);
	padding: 0 2%;
}
ul.m-nav-list li a{
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 59px;
	text-align: left;
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
}
ul.m-nav-fast{
	position: relative;
	width: 100%;
	height: auto;
	padding: 2%;
	margin: 0;
	list-style: none;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0,0,0,0.7);
}
ul.m-nav-fast li{
	position: relative;
	width: 100%;
	height: 50px;
	padding: 0 2%;
	border-bottom: 1px solid rgba(0,0,0,1);
}
ul.m-nav-fast li a{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 49px;
	text-align: left;
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	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.m-nav-fast li a i{
	margin-right: 5px;
}
ul.m-nav-fast li a i.fa-baha{
	position: relative;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 2px;
	display: block;
	overflow: hidden;
}
ul.m-nav-fast li a i.fa-baha span{
	position: relative;
	width: 19px;
	height: 19px;
	display: block;
}
a.m-signup-btn{
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
	background-color: #861f1f;
	color: #fff;
	line-height: 70px;
	font-size: 1.678rem;
	text-align: center;
	font-weight: 500;
	text-decoration: none;
}

/*-------------------------------p0-----------------------------------*/

section#p0{
	position: relative;
	width: 100%;
	height: 950px;
	z-index: 20;
    padding: 0 100px;
    overflow: hidden;
}
.webp section#p0{
	background: url('../imgp/p0bg.webp') no-repeat center;
}
.no-webp section#p0{
	background: url('../img/p0bg.jpg') no-repeat center;
}
section#p0:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: rgba(209,189,132,0.2);
	bottom: 7%;
	left: 50%;
	transform: translate(-50%);
	z-index: 2;
}
.p0-container{
	position: relative;
	width: max-content;
	height: auto;
    z-index: 10;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}
.p0-logo{
	position: relative;
	width: 324px;
	height: 162px;
	margin: 0 0 0 -20px;
}
.webp .p0-logo{
	background: url('../imgp/S7-logo.webp') no-repeat center;
}
.no-webp .p0-logo{
	background: url('../img/S7-logo.png') no-repeat center;
}
.p0-title{
	position: relative;
	width: max-content;
	height: auto;
	margin: 20px auto 35px;
}
.p0-title h3{
	position: relative;
	font-size: 5rem;
	font-weight: 700;
	line-height: 5rem;
	text-align: left;
	color: #fff;
	margin: 0 0 20px 0;
}
.p0-title h1{
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625rem;
	text-align: left;
	color: #d1bd84;
}
a#p0-playbtn{
	position: relative;
	display: block;
	width: 260px;
	height: 65px;
	border:1px solid rgba(209,189,132,0.5);
	text-align: center;
	line-height: 63px;
	color: #d1bd84;
	font-size: 1.5rem;
	font-weight: 600;
	transition: 0.3s linear;
	text-decoration: none;
}
.p0-right{
	position: absolute;
	width: 360px;
	height: auto;
	right: 100px;
	bottom: 45px;
	z-index: 10;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: flex-end;
}
.p0-right > img{
	position: relative;
	display: block;
}
#p0-yt{
	position: relative;
	width: 360px;
	height: 202.5px;
	background-color: rgba(0,0,0,0.8);
	border:1px solid #d1bd84;
	margin-top: 10px;
	overflow: hidden;
}
#p0-yt a{
	position: absolute;
	width: 100%;
	height: 135px;
	background-color: rgba(0,0,0,0.1);
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	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;
}
.p0-share{
	position: absolute;
	width: max-content;
	height: auto;
	left: 100px;
	bottom: 45px;
	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: center;
}
.p0-share a{
	position: relative;
	display: block;
	text-decoration: none;
	color: #d1bd84;
	margin-right: 10px;
	font-size: 2.5rem;
	transition: 0.3s linear;
	opacity: 0.7;
}
.p0-share a:hover{
	color: #d1bd84;
	opacity: 1;
}
.p0-bg{
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
}
.p0-bg video{
	position: absolute;
	min-width: 100%; 
	min-height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.pop-layer{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background-color: rgba(0,0,0,0.9);
}
.pop-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;
}
.pop{
	position: relative;
	width: 700px;
	height: 260px;
	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: #141212;
    z-index: 10;
    box-shadow: 0 3px 10px #000;
}
button.pop-close{
	position: absolute;
	width: 45px;
	height: 45px;
	background: transparent;
	border: 0;
	outline: none;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
button.pop-close:before{
	content: '';
	position: absolute;
	width: 45px;
	height: 1px;
	background-color: rgba(209,189,132,0.5);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotateZ(-45deg);
}
button.pop-close:after{
	content: '';
	position: absolute;
	width: 45px;
	height: 1px;
	background-color: rgba(209,189,132,0.5);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotateZ(45deg);
}
.pop-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;
}
.pop-content p{
	position: relative;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin: 0;
}
.pop-close-back{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

/*-------------------------------p1-----------------------------------*/

.secA{
	position: relative;
	width: 100%;
	height: auto;
}
.webp .secA{
	background: url('../imgp/allbg-1.webp') no-repeat center;
}
.no-webp .secA{
	background: url('../img/allbg-1.jpg') no-repeat center;
}
section#p1{
	position: relative;
	width: 100%;
	height: 950px;
	z-index: 12;
	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.4s ease-in-out;
}
section#p1:before{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 600px;
	background-color: rgba(209,189,132,0.3);
	left: 260px;
	bottom: -300px;
	z-index: 100;
}
ul.p1-tab{
	position: absolute;
	width: 935px;
	height: auto;
	right: 0;
	top: 225px;
	list-style: none;
	padding: 0 0 0 100px;
	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;
    border-top: 1px solid rgba(209,189,132,0.4);
    z-index: 10;
}
ul.p1-tab:before{
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #d1bd84;
	left: 0;
	top: -2.5px;
	transform: rotateZ(45deg);
}
ul.p1-tab li{
	position: relative;
	width: max-content;
	margin: 0 15px;
	padding-top: 15px;
}
ul.p1-tab li:before{
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #d1bd84;
	left: 50%;
	top: -2.5px;
	transform: translateX(-50%) rotateZ(45deg);
}
ul.p1-tab li a{
	position: relative;
	display: block;
	font-size: 1.125rem;
	color: #5c574a;
	text-align: center;
	font-weight: 400;
	padding: 0 10px; 
	text-decoration: none;
	transition: 0.3s linear;
}
ul.p1-tab li.active a{
	color: #d1bd84;
}
ul.p1-tab li a:hover{
	color: #d1bd84;
}
.p1-tab-container{
	position: relative;
	width: 100%;
	height: 950px;
}
.p1-tab-content{
	width: 100vw;
	height: 950px;
	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;
}
.p1-tab-slogan{
	position: absolute;
	width: max-content;
	height: auto;
	top: 390px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	/*mix-blend-mode: exclusion;*/
}
.p1-tab-slogan h1{
	position: relative;
	font-size: 1.625rem;
	font-weight: 500;
	color: #f6e3ac;
	opacity: 0.7;
	margin: 0 -60px 0 0;
	letter-spacing: 60px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-rendering: optimizeLegibility;
    text-shadow: 0 0px 5px rgba(0,0,0,0.9);
}
.p1-tab-slogan h1 .player-btn{
	margin: 0 60px 0 0px;
}
.p1-tab-img{
	position: relative;
	width: 50%;
	height: 950px;
}
.webp #world{
	background: url('../imgp/p1img-1.webp') no-repeat center;
}
.no-webp #world{
	background: url('../img/p1img-1.jpg') no-repeat center;
}
.webp #city{
	background: url('../imgp/p1img-2.webp') no-repeat center;
}
.no-webp #city{
	background: url('../img/p1img-2.jpg') no-repeat center;
}
.webp #wall{
	background: url('../imgp/p1img-3.webp') no-repeat center;
}
.no-webp #wall{
	background: url('../img/p1img-3.jpg') no-repeat center;
}
.webp #place{
	background: url('../imgp/p1img-4.webp') no-repeat center;
}
.no-webp #place{
	background: url('../img/p1img-4.jpg') no-repeat center;
}
.p1-tab-info{
	position: relative;
	width: max-content;
	height: auto;
	margin: 535px 0 0 25px;
}
.p1-tab-info h1{
	position: relative;
	font-size: 3.125rem;
	font-weight: 700;
	color: #f6e3ac;
	margin: 0;
	padding-bottom: 20px;
}
.p1-tab-info h1:after{
	content: '';
	position: absolute;
	display: block;
	width: 400px;
	height: 1px;
	background-color: rgba(209,189,132,0.7);
	left: -220px;
	bottom: 0;
}
.p1-tab-info p{
	position: relative;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.875rem;
	color: #a6a6a6;
	margin: 20px 0 0 0;
}

/*-------------------------------p2-----------------------------------*/

section#p2{
	position: relative;
	width: 100%;
	height: 950px;
	z-index: 13;
    transition: 0.4s ease-in-out;
}
section#p2:before{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 320px;
	background-color: rgba(209,189,132,0.3);
	right: 150px;
	bottom: -100px;
	z-index: 100;
}
.p2-container{
	position: relative;
	width: 100%;
	height: 950px;
	padding: 0 260px;
	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;
}
.p2-content{
	position: relative;
	width: calc(100% - 760px);
	height: auto;
	padding-top: 340px;
	z-index: 10;
}
.p2-content h2{
	position: relative;
	font-size: 1.875rem;
	font-weight: 700;
	color: #fff9e8;
	margin: 0 0 5px 0;
	text-align: left;
	line-height: 1.875rem;
}
.p2-content h1{
	position: relative;
	width: 500px;
	font-size: 3.125rem;
	font-weight: 700;
	color: #d1bd84;
	margin: 0 0 15px 0;
	text-align: left;
	line-height: 3.125rem;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(209,189,132,0.3);
}
.p2-content p{
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	color: #848073;
	margin: 0 0 0px 0;
	padding-left: 60px;
	text-align: left;
	line-height: 1.875rem;
}
a#morecharabtn{
	position: relative;
	display: block;
	width: 240px;
	height: 50px;
	line-height: 50px;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	color: #fff9e8;
	margin: 90px 0 0 60px;
	transition: 0.3s linear;
}
.webp a#morecharabtn{
	background: url('../imgp/allbtn.webp') no-repeat center;
}
.no-webp a#morecharabtn{
	background: url('../img/allbtn.png') no-repeat center;
}
a#morecharabtn:hover{
	filter: brightness(120%);
	-webkit-filter: brightness(120%);
	-ms-filter: brightness(120%);
	-o-filter: brightness(120%);
}
.p2-img-info{
	position: relative;
	width: 760px;
	height: 950px;
	z-index: 6;
}
.webp .p2-img-info{
	background: url('../imgp/p2bg.webp') no-repeat center;
}
.no-webp .p2-img-info{
	background: url('../img/p2bg.jpg') no-repeat center;
}
.p2-yt{
	position: absolute;
	width: 240px;
	height: 135px;
	background-color: rgba(0,0,0,0.8);
	border:1px solid #d1bd84;
	right: 0;
	top: 65%;
	transform: translateY(-50%);
	display: block;
    z-index: 10;
    overflow: hidden;
}
.p2-yt a{
	position: absolute;
	width: 100%;
	height: 135px;
	background-color: rgba(0,0,0,0.1);
	display: block;
	top: 0;
	left: 0;
	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-chara-m{
	position: absolute;
	width: 1920px;
	height: 950px;
	z-index: 8;
	top: 0;
	left: 50%;
	transform: translateX(-67%);
}
.webp #p2-chara-m{
	background: url('../imgp/p2chara-m.webp') no-repeat center;
}
.no-webp #p2-chara-m{
	background: url('../img/p2chara-m.png') no-repeat center;
}
#p2-chara-f{
	position: absolute;
	width: 1920px;
	height: 950px;
	z-index: 5;
	top: 0;
	left: 50%;
	transform: translateX(-65%);
}
.webp #p2-chara-f{
	background: url('../imgp/p2chara-f.webp') no-repeat center;
}
.no-webp #p2-chara-f{
	background: url('../img/p2chara-f.png') no-repeat center;
}

/*-------------------------------p3-----------------------------------*/

section#p3{
	position: relative;
	width: 100%;
	height: 950px;
	z-index: 10;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}
.webp #p3{
	background: url('../imgp/p3bg.webp') no-repeat center;
}
.no-webp #p3{
	background: url('../img/p3bg.jpg') no-repeat center;
}
.p3-container{
	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: flex-start;
    align-items: center;
}
ul.p3-tab{
	position: absolute;
	width: 100px;
	height: 370px;
	right: 100px;
	top: 225px;
	z-index: 10;
	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: space-between;
    align-items: center;
    flex-direction: column;
}
ul.p3-tab:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 370px;
	background-color: rgba(209,189,132,0.3);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
ul.p3-tab li{
	position: relative;
	width: 100px;
	height: 100px;
}
ul.p3-tab li a{
	position: relative;
	width: 100px;
	height: 100px;
	display: block;
	text-decoration: none;
	transition: 0.3s linear;
	filter: brightness(40%);
	-webkit-filter: brightness(40%);
	-ms-filter: brightness(40%);
	-o-filter: brightness(40%);
}
ul.p3-tab li a:hover{
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-ms-filter: brightness(100%);
	-o-filter: brightness(100%);
}
ul.p3-tab li.active a{
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-ms-filter: brightness(100%);
	-o-filter: brightness(100%);
}
.webp li#tab-t3 a{
	background: url('../imgp/t3tab.webp') no-repeat center;
}
.no-webp li#tab-t3 a{
	background: url('../img/t3tab.png') no-repeat center;
}
.webp li#tab-t4 a{
	background: url('../imgp/t4tab.webp') no-repeat center;
}
.no-webp li#tab-t4 a{
	background: url('../img/t4tab.png') no-repeat center;
}
.webp li#tab-t5 a{
	background: url('../imgp/t5tab.webp') no-repeat center;
}
.no-webp li#tab-t5 a{
	background: url('../img/t5tab.png') no-repeat center;
}
.chara-container{
	position: relative;
	width: 1660px;
	height: 800px;
}
.chara-content{
	position: relative;
	width: 100%;
	height: 800px;
	padding-left: 190px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.webp #t3{
	background: url('../imgp/t3bg.webp') no-repeat center;
}
.no-webp #t3{
	background: url('../img/t3bg.jpg') no-repeat center;
}
.webp #t4{
	background: url('../imgp/t4bg.webp') no-repeat center;
}
.no-webp #t4{
	background: url('../img/t4bg.jpg') no-repeat center;
}
.webp #t5{
	background: url('../imgp/t5bg.webp') no-repeat center;
}
.no-webp #t5{
	background: url('../img/t5bg.jpg') no-repeat center;
}
.chara-info-content{
	position: relative;
	width: max-content;
	height: auto;
	z-index: 10;
}
.chara-info-part01{
	position: relative;
	width: max-content;
	height: auto;
	padding: 0 35px 10px 0;
	border-bottom: 1px solid rgba(209,189,132,0.3);
	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;
}
.chara-icon{
	position: relative;
	width: 50px;
	height: 50px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(-45deg,#645c4d,#291d06);
    margin-right: 20px;
}
.chara-icon span{
	position: relative;
	width: 43px;
	height: 43px;
	border: 1px solid #ccb881;
	display: block;
}
.webp #t3-icn span{
	background: url('../imgp/t3-icn.webp') no-repeat center;
}
.no-webp #t3-icn span{
	background: url('../img/t3-icn.png') no-repeat center;
}
.webp #t4-icn span{
	background: url('../imgp/t4-icn.webp') no-repeat center;
}
.no-webp #t4-icn span{
	background: url('../img/t4-icn.png') no-repeat center;
}
.webp #t5-icn span{
	background: url('../imgp/t5-icn.webp') no-repeat center;
}
.no-webp #t5-icn span{
	background: url('../img/t5-icn.png') no-repeat center;
}
.chara-title{
	position: relative;
	width: max-content;
	height: auto;
}
.chara-title h2{
	position: relative;
	font-size: 1.25rem;
	line-height: 1.25rem;
	text-align: left;
	font-weight: 700;
	color: #ccb881;
	margin: 0;
}
.chara-title h1{
	position: relative;
	font-size: 3.125rem;
	line-height: 3.125rem;
	text-align: left;
	font-weight: 700;
	color: #fff;
	margin: 0;
}
.chara-info-part02{
	position: relative;
	width: max-content;
	height: auto;
	padding: 25px 0 0 70px;
}
.chara-info-part02 p{
	position: relative;
	font-size: 1rem;
	line-height: 1.875rem;
	text-align: left;
	font-weight: 300;
	color: #848073;
	margin: 0;
}
.chara-skill{
	position: relative;
	width: max-content;
	height: auto;
	margin-top: 50px;
}
.chara-skill ul{
	position: relative;
	width: max-content;
	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: space-between;
    align-items: flex-start;
}
.chara-skill ul:before{
	content: '';
	position: absolute;
	width: 95%;
	height: 1px;
	background-color: rgba(209,189,132,0.3);
	top: 36px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
	display: block;
}
.chara-skill ul li{
	position: relative;
	width: 70px;
	height: auto;
	margin-right: 75px;
	vertical-align: top;
	z-index: 5;
}
.chara-skill ul li:last-child{
	margin: 0;
}
.chara-skill ul li p{
	position: relative;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	color: #ccb881;
	margin: 0;
	line-height: 1.25rem;
}
.chara-skill-icn{
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #251e0a;
	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: 30px;
}
.chara-skill-icn:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: #ccb881;
	left: 50%;
	bottom: -20px;
	display: block;
}
.chara-skill-icn span{
	position: relative;
	display: block;
	width: 65px;
	height: 65px;
	border:1px solid #ccb881;
	border-radius: 50%;
}
.webp span#t3-skill-1{
	background: url('../imgp/T3-1.webp') no-repeat center;
	background-size: 80%;
}
.no-webp span#t3-skill-1{
	background: url('../img/T3-1.png') no-repeat center;
	background-size: 80%;
}
.webp span#t3-skill-2{
	background: url('../imgp/T3-2.webp') no-repeat center;
	background-size: 80%;
}
.no-webp span#t3-skill-2{
	background: url('../img/T3-2.png') no-repeat center;
	background-size: 80%;
}
.webp span#t3-skill-3{
	background: url('../imgp/T3-3.webp') no-repeat center;
	background-size: 80%;
}
.no-webp span#t3-skill-3{
	background: url('../img/T3-3.png') no-repeat center;
	background-size: 80%;
}
.webp span#t3-skill-4{
	background: url('../imgp/T3-4.webp') no-repeat center;
	background-size: 80%;
}
.no-webp span#t3-skill-4{
	background: url('../img/T3-4.png') no-repeat center;
	background-size: 80%;
}
.webp span#t3-skill-5{
	background: url('../imgp/T3-5.webp') no-repeat center;
	background-size: 80%;
}
.no-webp span#t3-skill-5{
	background: url('../img/T3-5.png') no-repeat center;
	background-size: 80%;
}
.webp span#t4-skill-1{
	background: url('../imgp/T4_1-1.webp') no-repeat center;
	background-size: 80%;
}
.no-webp span#t4-skill-1{
	background: url('../img/T4_1-1.png') no-repeat center;
	background-size: 80%;
}
.webp span#t4-skill-2{
	background: url('../imgp/T4_1-2.webp') no-repeat center;
	background-size: 80%;
}
.no-webp span#t4-skill-2{
	background: url('../img/T4_1-2.png') no-repeat center;
	background-size: 80%;
}
.webp span#t4-skill-3{
	background: url('../imgp/T4_1-3.webp') no-repeat center;
	background-size: 80%;
}
.no-webp span#t4-skill-3{
	background: url('../img/T4_1-3.png') no-repeat center;
	background-size: 80%;
}
.webp span#t4-skill-4{
	background: url('../imgp/T4_1-4.webp') no-repeat center;
	background-size: 80%;
}
.no-webp span#t4-skill-4{
	background: url('../img/T4_1-4.png') no-repeat center;
	background-size: 80%;
}
.webp span#t5-skill-1{
	background: url('../imgp/T4_2-1.webp') no-repeat center;
	background-size: 80%;
}
.no-webp span#t5-skill-1{
	background: url('../img/T4_2-1.png') no-repeat center;
	background-size: 80%;
}
.webp span#t5-skill-2{
	background: url('../imgp/T4_2-2.webp') no-repeat center;
	background-size: 80%;
}
.no-webp span#t5-skill-2{
	background: url('../img/T4_2-2.png') no-repeat center;
	background-size: 80%;
}
.webp span#t5-skill-3{
	background: url('../imgp/T4_2-3.webp') no-repeat center;
	background-size: 80%;
}
.no-webp span#t5-skill-3{
	background: url('../img/T4_2-3.png') no-repeat center;
	background-size: 80%;
}
.chara-yt{
	position: relative;
	width: 240px;
	height: 135px;
	background-color: rgba(0,0,0,0.8);
	border:1px solid #d1bd84;
	margin-top: 20px;
    z-index: 10;
    overflow: hidden;
}
.chara-yt a{
	position: absolute;
	width: 100%;
	height: 135px;
	background-color: rgba(0,0,0,0.1);
	display: block;
	top: 0;
	left: 0;
	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;
}
.chara-img{
	position: absolute;
	width: 100%;
	height: 800px;
	right: 0;
	top: 0;
}
#chara-t3{

}
.webp #chara-t3{
	background: url('../imgp/t3chara.webp') no-repeat center;
}
.no-webp #chara-t3{
	background: url('../img/t3chara.png') no-repeat center;
}
.webp #chara-t4{
	background: url('../imgp/t4chara.webp') no-repeat center;
}
.no-webp #chara-t4{
	background: url('../img/t4chara.png') no-repeat center;
}
.webp #chara-t5{
	background: url('../imgp/t5chara.webp') no-repeat center;
}
.no-webp #chara-t5{
	background: url('../img/t5chara.png') no-repeat center;
}


/*-------------------------------p4-----------------------------------*/

.secB{
	position: relative;
	width: 100%;
	height: auto;
}
.webp .secB{
	background: url('../imgp/allbg-2.webp') no-repeat top;
}
.no-webp .secB{
	background: url('../img/allbg-2.jpg') no-repeat top;
}
section#p4{
	position: relative;
	width: 100%;
	height: 650px;
	z-index: 10;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
section#p4:before{
	content: '';
	position: absolute;
	width: 400px;
	height: 400px;
	border: 1px solid rgba(209,189,132,0.4);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotateZ(45deg);
	z-index: 0;
}
.p4-container{
	position: relative;
	width: 100vw;
	height: 350px;
	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;
}
.p4-content{
	position: relative;
	width: 50%;
	height: 350px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.webp #a-1{
	background: url('../imgp/actbg-1.webp') no-repeat center;
}
.no-webp #a-1{
	background: url('../img/actbg-1.jpg') no-repeat center;
}
.webp #a-2{
	background: url('../imgp/actbg-2.webp') no-repeat center;
}
.no-webp #a-2{
	background: url('../img/actbg-2.jpg') no-repeat center;
}
.act-container{
	position: relative;
	width: 500px;
	height: auto;
}
.act-container h1{
	position: relative;
	font-size: 3.125rem;
	font-weight: 700;
	text-align: left;
	color: #d1bd84;
	margin: 0;
}
.act-container p{
	position: relative;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.875rem;
	text-align: left;
	color: #fff9e8;
	margin: 30px 0 0px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(209,189,132,0.3);
}
.act-container h2{
	position: relative;
	font-size: 1.875rem;
	font-weight: 700;
	text-align: left;
	color: #fff9e8;
	margin: 0;
}
a.act-btn{
	position: relative;
	display: block;
	width: 200px;
	height: 45px;
	border:1px solid rgba(255,255,255,0.6);
	line-height: 43px;
	text-align: center;
	text-decoration: none;
	font-size: 1.25rem;
	font-weight: 400;
	color: #fff9e8;
	transition: 0.3s linear;
	margin-top: 35px;
}
a.act-btn:hover{
	background-color: rgba(255,255,255,0.6);
	color: #000;
}


/*-------------------------------p5-----------------------------------*/

section#p5{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 10;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}
.p5-container-1{
	position: relative;
	width: 100%;
	height: 500px;
	padding: 0 260px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
	justify-content: center;
    flex-direction: column;
}
.webp .p5-container-1{
	background: url('../imgp/joinbg.webp') no-repeat center;
}
.no-webp .p5-container-1{
	background: url('../img/joinbg.jpg') no-repeat center;
}
.p5-content-1{
	position: relative;
	width: max-content;
	height: auto;
}
.p5-container-1 h1{
	position: relative;
	font-size: 3.125rem;
	font-weight: 700;
	text-align: left;
	color: #d1bd84;
	margin: 0;
}
.p5-container-1 h2{
	position: relative;
	font-size: 1.25rem;
	font-weight: 400;
	text-align: left;
	color: #fff;
	margin: 45px 0 0 0;
}
.p5-container-2{
	position: relative;
	width: 100%;
	height: 550px;
	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;
}
.webp .p5-container-2{
	background: url('../imgp/steambg.webp') no-repeat center;
}
.no-webp .p5-container-2{
	background: url('../img/steambg.jpg') no-repeat center;
}
.p5-container-2:before{
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 100px;
	background-color: rgba(209,189,132,0.3);
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.p5-steammedal{
	position: relative;
	width: 367px;
	height: 299px;
}
.webp .p5-steammedal{
	background: url('../imgp/steammedal.webp') no-repeat center;
}
.no-webp .p5-steammedal{
	background: url('../img/steammedal.png') no-repeat center;
}
.down-container{
	position: relative;
	width: 100%;
	height: 200px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.webp .down-container{
	background: url('../imgp/downbg.webp') no-repeat center;
}
.no-webp .down-container{
	background: url('../img/downbg.jpg') no-repeat center;
}
.down-content{
	position: relative;
	width: max-content;
	height: auto;
}
.down-content p{
	position: relative;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin: 0;
}
.down-btns{
	position: relative;
	width: max-content;
	height: 65px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.down-btns a{
	position: relative;
	width: 260px;
	height: 65px;
	text-decoration: none;
	border:1px solid rgba(209,189,132,0.5);
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #d1bd84;
    margin: 0 20px;
    transition: 0.3s linear;
}
.down-btns a:hover{
	color: #000;
	background-color: rgba(209,189,132,0.7);
}
.down-btns a i{
	position: relative;
	font-size: 3.125rem;
}
.down-btns a p{
	position: relative;
	font-size: 1.75rem;
	font-weight: 700;
	text-align: center;
	width: 175px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #d1bd84;
	margin: 0;
	color: #d1bd84;
}
.down-btns a:hover p{
	color: #000;
	border-left: 1px solid #000;
}

/*-------------------------------footer-----------------------------------*/

footer{
	position: relative;
	width: 100%;
	height: auto;
	padding: 35px 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;
}
.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;
}
#booming-logo{
	position: relative;
	width: 137px;
	height: 94px;
	pointer-events: none;
	margin: 0 auto;
}
.webp #booming-logo{
	background: url('../imgp/booming-logo.webp') no-repeat center;
}
.no-webp #booming-logo{
	background: url('../img/booming-logo.png') no-repeat center;
}
p.copyright{
	position: relative;
	font-size: 0.75rem;
	font-weight: 400;
	text-align: center;
	color: #d8d8d8;
	margin: 15px 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;
}