@charset "UTF-8";

@font-face {
	font-family: "ABCDiatype";
	font-weight: 500;
	src: url("../fonts/abcdiatype-bold.otf") format("opentype");
}

@font-face {
	font-family: "ABCDiatype";
	font-weight: 400;
	src: url("../fonts/abcdiatype-regular.otf") format("opentype");
}

@font-face {
	font-family: "ABCDiatype";
	font-weight: 300;
	src: url("../fonts/abcdiatype-light.otf") format("opentype");
}

@font-face {
	font-family: "ES Build TRIAL";
	font-weight: 500;
	src: url("../fonts/esbuildtrial-bold.otf") format("opentype");
}

@font-face {
	font-family: "ES Build TRIAL";
	font-weight: 400;
	src: url("../fonts/esbuildtrial-regular.otf") format("opentype");
}

@font-face {
	font-family: "ES Build TRIAL";
	font-weight: 300;
	src: url("../fonts/esbuildtrial-light.otf") format("opentype");
}

body {
	font-family: 'ABCDiatype', 'ES Build TRIAL', Helvetica, Microsoft YaHei, Simsun, SimHei, sans-serif !important;
}

.col-xs-12 {
	width: 100%;
}

* {
	outline: none;
}

a {
	transition: ease-in-out 0.5s;
}

a:hover {
	text-decoration: none;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
	font-family: "ES-Build", "Helvetica Neue", sans-serif;
	font-weight: 500;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.index-root {
	overflow: hidden;
	position: relative;
	z-index: 10;
	background-color: #fff;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1230px;
	}
}

header {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: 100;
	transition: ease-in-out 0.5s;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}

header .navbar {
	padding: 0px;
}

header .container {
	max-width: 76%;
	padding: 0px 6.5%;
}

header a.logo {
	display: block;
	width: 200px;
	height: 54px;
	background: url(../images/logo.svg) center center no-repeat;
	background-size: contain;
	transition: ease-in-out 0.5s;
}

header .menuNav {
	width: 100%;
	display: flex;
	position: relative;
}

@media only screen and (min-width: 1200px){
	header .menuNav {
		height: 82px;
		display: grid;
		-ms-flex-align: center;
		align-items: center;
		grid-template-columns: 1fr 2fr 1fr;
	}
	header .navbar-expand-lg .navbar-collapse {
		display: block !important;
		align-self: center;
	}
}

header ul {
	transition: ease-in-out 0.5s;
}

header ul li {
	padding: 0px 0.5rem;
	font-size: 1.0625rem;
}

header ul li a {
	color: #000;
	font-size: 20px;
	line-height: 1;
	height: 40px;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.7rem 1rem;
	border-radius: 100px;
	opacity: 0.5;
}

header ul li a:hover {
	color: #000;
	opacity: 1;
	background: #e9e9e9;
}

header ul li a.cur {
	color: #000;
	background: #e9e9e9;
	opacity: 1;
}

header a.linkbtn {
	height: 40px;
	width: 150px;
	outline-style: none;
	-moz-outline-style: none;
	border: none;
	border-radius: 60px;
	color: #fff;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: flex-end;
	outline: none;
	opacity: 1;
}

header a.linkbtn:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}


header .navbar-nav {
	margin-left: auto;
}

.head-container {
	width: 100%;
	margin: 0 6%;
	padding-top: 1.2%;
	transition: ease-in-out 0.5s;
}


header.bgfixed {
	position: fixed;
	z-index: 100;
}


header.bgfixed .head-container {
	padding-top: 0px;
}


/**/
.index-banner {
	width: 100%;
	height: calc(70vh);
	position: relative;
	background:#FAFAFA url(../images/coinlist.png) center 80% no-repeat;
	background-size: cover;
	z-index: 99;
}

.index-banner .container {
	height: 100%;
	max-width: 100%;
	padding: 0px 6.5%;
}

.index-banner .titleWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
}

.index-banner h1 {
	text-align: center;
	color: #000;
	font-size: 56px;
	width: 80%;
	margin: 0 auto;
	text-transform: capitalize;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 40px;
}


.index-banner h6 {
	color: rgba(0, 0, 0, .35);
	font-size: 24px;
	line-height: 1.3;
	font-weight: 400;
	font-family: "ABCDiatype", system-ui, sans-serif;
	text-align: center;
	margin-bottom: 40px;
}


.index-banner .link-btn {
	background: #000;
	color: #fff;
	padding: 16px 30px;
	border-radius: 60px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-banner .link-btn:hover {
	background: #757575;
}



.signpost {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 50px 0;
	min-height: clamp(512px, 36.1458333333vw, 971px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background: #041E31 url(../images/next-generationbg.jpg) center center no-repeat;
}

.signpost__holder {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.signpost__box {
	background-color: #fff;
	width: 100%;
	max-width: clamp(780px, 40.625vw, 1092px);
	padding: clamp(40px, 3.6458333333vw, 98px) clamp(30px, 3.6458333333vw, 98px);
}

.signpost__title {
    font-size: clamp(21px,3.125vw,42px);
    line-height: 1.25;
    font-weight: 400;
	text-transform: capitalize;
    color: #101010;
}

.signpost__subtitle {
	color: #222;
	margin-bottom: clamp(20px, 1.0416666667vw, 28px);
	font-size: clamp(14px, 0.7291666667vw, 19px);
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.5;
	color: #64696e;
}



/**/
.aboutus {
	padding: 4% 0px;
}

.aboutus .container {
	max-width: 76%;
	padding: 0px 6%;
}

.aboutus .conWrap {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.aboutus .conWrap h2 {
	text-align: left;
	color: #000;
	font-size: 56px;
	line-height: 1.2;
	font-weight: 400;
}

.aboutus .conWrap p {
	color: rgba(0, 0, 0, .6);
	font-size: 21px;
	line-height: 1.5;
	margin-top: 20px;
	font-weight: 400;
	font-family: "ABCDiatype", system-ui, sans-serif;
}

.aboutus .conWrap p b {
	color: rgba(0, 0, 0, .8);
}

.aboutus .imgWrap {
	display: flex;
	justify-content: center;
	align-items: center;
}



/**/
.quote__container {
	padding: clamp(20px, 2.0833333333vw, 56px) 0 clamp(20px, 2.0833333333vw, 56px) clamp(40px, 5.8333333333vw, 156px);
	border-left: 6px solid #7d4fef;
}

.quote--mask .quote__heading {
	padding: clamp(32px, 3.90625vw, 105px) clamp(40px, 4.1666666667vw, 112px);
	margin-bottom: clamp(30px, 2.0833333333vw, 56px);
	letter-spacing: .5px;
	font-size: clamp(21px, 1.875vw, 50px);
	line-height: 1.5;
	position: relative;
	color: #7d4fef;
	font-weight: 400;
}

.quote--mask .quote__heading::before,
.quote--mask .quote__heading::after {
	width: clamp(32px, 3.90625vw, 105px);
	height: clamp(32px, 3.90625vw, 105px);
}

.quote--mask .quote__heading::before,
.quote--mask .quote__heading::after {
	content: "";
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}

.quote--mask .quote__heading::before {
	left: 0;
	top: 0;
	background-image: url(../images/quote-left.svg);
}

.quote--mask .quote__heading::after {
	background-image: url(../images/quote-right.svg);
	right: 0;
	bottom: 0;
}



/*community*/
.community {
	background: url(../images/communitybg.jpg) center center no-repeat;
	background-size: cover;
	padding: 100px 0px 120px 0px;
}

.community .title h2 {
	font-size: 3rem;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
}

.community .title p {
	font-size: 18px;
	margin: 10px 0px;
	margin-bottom: .5rem;
	color: #fff;
	text-align: center;
}

.community .title p.txt {
	font-size: 28px;
	text-transform: capitalize;
}

.community .followus {
	margin: 0 auto;
	text-align: center;
	margin-top: 2rem;
}

.community .followus .snsbtn {
	width: 80px;
	height: 80px;
	display: inline-block;
	background: #fff;
	border-radius: 6px;
	margin: 0px 12px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 48px;
}

.community .followus .ico1 {
	background-image: url(../images/footer_ico1.png);
}

.community .followus .ico2 {
	background-image: url(../images/footer_ico2.png);
}

.community .followus .ico3 {
	background-image: url(../images/footer_ico3.png);
}

/*Footer*/
footer {
	font-size: 1rem;
	background: #000;
	padding: 5% 0px 8%;
	position: relative;
	overflow: hidden;
}

footer:before,
footer:after {
	position: absolute;
	bottom: 0;
	content: '';
	width: 300px;
}

footer:before {
	left: 40%;
	margin-left: -125px;
	height: 800px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 40%, rgba(255, 255, 255, 0.02) 100%);
	transform: rotate(-60deg);
	transform-origin: bottom right;
}

footer:after {
	right: 50%;
	margin-right: -125px;
	height: 3600px;
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 10%, rgba(255, 255, 255, 0.02) 100%);
	transform: rotate(60deg);
	transform-origin: bottom right;
}

footer .footer-link-wrap {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .footer-link-wrap>li {
	margin-bottom: .875rem;
}

footer .footer-link-wrap>li>a {
	color: #fff;
	font-size: 21px;
}

footer .flogo {
	text-align: right;
}


footer .flogo img {
	width: 280px;
}





@media only screen and (max-width: 2560px) {}


@media only screen and (max-width: 1920px) {
	.index-banner h1 {
	    font-size: 42px;
	}
	
	.index-banner h6 {
		font-size:18px;
	}
	
	.index-banner .link-btn {
	    padding: 12px 30px;
	    font-size: 18px;
	}
	
	.aboutus .container {
	    max-width: 78%;
	    padding: 0px 4%;
	}
	.aboutus .conWrap h2 {
	    font-size: 45px;
	}
	
	.signpost__title {
	    font-size: clamp(21px,3.125vw,36px);
	}
	
}

@media only screen and (max-width: 1480px) {
	header ul li a {
	    font-size: 16px;
	    padding: 0.7rem 0.8rem;
	}

	header .container {
	   max-width: 88%;
	   padding: 0px 4%;
	}

	.index-banner h1 {
		font-size: 36px;
	}
	
	.index-banner h6 {
		font-size:18px;
	}
	
	.index-banner .link-btn {
	    padding: 12px 30px;
	    font-size: 16px;
	}
	
	.aboutus .container {
	    max-width: 88%;
	    padding: 0px 4%;
	}
	.aboutus .conWrap h2 {
	    font-size: 42px;
	}
	.aboutus .conWrap p {
	    font-size: 18px;
	    line-height: 1.4;
	}
	
	.signpost__title {
	    font-size: clamp(21px,3.125vw,32px);
	}

}

@media only screen and (max-width:1360px) {

	header a.logo .svg {
		height: 50px;
	}

	header.bgfixed a.logo .svg {
		height: 50px;
	}

	header.bgfixed {
		height: 80px;
	}

	header ul li a {
		font-weight: 500;
	}



}

@media only screen and (max-width:1280px) {
	
}

@media only screen and (max-width: 1024px) {
	.pc-block {
		display: none;
	}

	.app-block {
		display: block;
	}

	header .container {
		max-width: 100%;
		padding: 0px 2.5%;
	}
	
	header .menuNav {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    padding: 0px 20px;
	}
	
	header a.linkbtn{
		display: none;
	}

	.navbar-dark .navbar-toggler {
		position: absolute;
		margin-left: auto;
		right: 20px;
		top: 20px;
	}


	footer a.social-link-item {
		width: 50px;
		height: 50px;
	}

	footer .footer-link-wrap>li>a {
		font-size: 15px;
	}



}

@media only screen and (max-width: 966px) {}

@media only screen and (max-width: 800px) {
	header a.logo {
		width: 150px;
		height: 80px;
		margin-left: 1rem;
		margin-right: 0px;
		display: inline-block;
	}

	header a.logo .svg {
		display: block;
		height: 60px;
	}
	
	header .menuNav{
		height:80px;
	}

	header .navbar-collapse {
		background: #fff;
		padding-bottom: 2.5rem;
		padding-top: 1rem;
		position: absolute;
		display: inline-block;
		width: 100%;
		top:80px;
	}

	header ul.navbar-nav a {
		color: #000;
	}
	
	header ul li{
		margin-bottom:12px;
	}

	header.bgfixed .navbar-collapse {
		height: auto;
	}

	.navbar-dark .navbar-toggler {
		position: absolute;
		margin-left: auto;
		right: 20px;
		top: 20px;
	}


	.index-banner {
	    height: calc(70vh);
	    position: relative;
	    background:#FAFAFA url(../images/coinlist.png) center bottom no-repeat;
	    background-size: contain;
	}
	.index-banner h1{
		width:90%;
		font-size:26px;
	}	
	
	.index-banner h6 {
	    font-size: 14px;
	}
	
	.index-banner h1 br,
	.index-banner h6 br {
	    display: none;
	}
	
	.index-banner .link-btn {
	    padding: 8px 24px;
	    font-size: 14px;
	}
	
	
	.aboutus .container {
	    max-width: 90%;
	    padding: 4% 6%;
	}
	.aboutus .conWrap h2 {
	    font-size: 36px;
	}
	.aboutus .conWrap p {
	    font-size: 16px;
	    line-height: 1.3;
	}
	
	.community .title p.txt {
	    line-height: 1.2;
	    font-size: 18px;
	}
	
	footer{
		padding:5% 5%;
		padding-bottom:8%;
	}
	

	footer .social-link>div {
		margin-bottom: 1rem;
	}
	
	footer .flogo{
		text-align: left;
		margin-top:30px;
	}
	
	footer .flogo img {
	    width: 150px;
	}
	
	
	.community .title h2 {
	    font-size: 2.5rem;
	}
	.community .followus .snsbtn {
		width: 56px;
		height: 56px;
		background-size: 36px;
	}

	.quote__container {
		padding: 20px 0 20px 18px;
		border-left: 2px solid #7d4fef;
	}

	.quote--mask .quote__heading {
		padding: 32px 30px;
		letter-spacing: .1px;
		margin-bottom: 20px;
	}

	.quote__heading .h4 {
		font-size: 20px;
	}


}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 576px) {
	header a.logo {
		width: 150px;
		height: 60px;
	}

	header ul li {
		padding: .5rem 1.5rem;
	}


	.navbar-dark .navbar-brand {
		height: 65px;
	}



}

@media only screen and (max-width: 480px) {
	

	footer {
		padding: 3rem 2rem;
	}

	footer .social-link {
		clear: both;
		display: block;
		margin-left: auto;
		margin-top: 2rem;
		padding: 0px;
	}

	footer .flogo {
		text-align: left;
		margin-top: 1rem;
	}
}