.ftrWrapColor{
    background-color: #051d39;
}

/* SECTION1  --------------------------------------------------*/

.section1{
    background-image: url(../images/header_bg4.jpg?v=4);
    background-size: cover;
    padding-top: 240px;
    padding-bottom: 435px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    color: #fff;
}
.section1 .scroll{
    position: absolute;
    bottom: 33px;
    left: 0;
    right: 0;
    animation-duration: 1.5s; 
    animation-name: animation01; 
    animation-iteration-count: infinite;
}
@keyframes animation01 {
	0% {opacity:1}
	10% {opacity:0.8}
	20% {opacity:0.6}
	30% {opacity:0.5}
	40% {opacity:0.4}
	60% {opacity:0.4;}
	70% {opacity:0.5;}
	80% {opacity:0.6;}
	90% {opacity:0.8;}
	100% {opacity:1;}
}
.section1 .side_gra_text{
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 5px;
}
.section1 .side_gra_text p{
    font-size: 72px;
    font-style: italic;
    font-weight: bold;
    margin: 0 24px;
	text-shadow: #0FF 2px 2px 5px;
}
.section1 .gra_white{
    width: 144px;
    height: 4px;
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.section1 .gra_white:first-child{
    transform: rotate(180deg);
}
.section1 span{
    font-size: 30px;
    font-style: var(--lang-font-style);
	text-shadow: #0FF 1px 1px 2px;
}
.section1 .game_start_btn{
    margin-top: 40px;
    position: relative;
    z-index: 2;
}
.section1 .game_start_text{
    color: #0f0;
    font-size: 24px;
    position: absolute;
    top: 35px;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 366px;
	text-shadow: #00f 2px 2px 5px;
}
.section1 .sec1_img{
    position: absolute;
    left: 0;
    bottom: -5px;
}
.section1 .sec1_img2{
    position: absolute;
    right: 50px;
    bottom: -5px;
}
.section1 .notice{
    position: absolute;
    left: 20px;
    top: 130px;
    background-color: rgba(0, 40, 60, 0.3);
    border-radius: 5px;
    padding: 5px 10px 5px;
    display: flex;
    align-items: center;
    border: solid 1px rgba(255, 255, 255, 0.3);
    width: 450px;
	text-align: left;
}
.section1 .notice .notice_head {
    font-weight: bold;
    font-size: 16px;
    margin-right: 6px;
	min-width:36px;
}
.section1 .notice .notice_title {
	font-style: normal;
    font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
}
.section1 .notice .notice_title .link {
    font-size: 13px;
	text-decoration: underline;
}
@media(max-width:1400px){
    .section1 .sec1_img2{
        display: none;;
    }
}
@media(max-width:992px){
    .section1{
        height: calc(100vh - 55px);
        padding: 0;
    }
    .section1 .wrap{
        position: absolute;
        top: 25%;
        left: 0;
    }
    .section1 .side_gra_text {
        width: calc(100% - 30px);
    }
    .section1 .side_gra_text p{
        font-size: 46px;
    }
    .section1 span{
        font-size: 24px;
    }
    .section1 .game_start_btn{
        margin-top: 40px;
        width: calc(100% - 30px);
    }
    .section1 .sec1_img{
        left: -80px;
    }
    .section1 .notice{
        right: 15px;
        top: 15px;
	    width: 400px;
    }
    .section1 .scroll{
        bottom: 15px;
    }
	@media(max-height:738px){
		.section1 .sec1_img{
			display: none;
		}
	}
	@media(max-height:588px){
		.section1 .scroll{
			display: none;
		}
	}
}
@media(max-width:768px){
    .section1 .side_gra_text p{
        font-size: 36px;
        width: 60%;
    }
    .section1 .gra_white{
        width: 20%;
    }
    .section1 .sec1_img{
        left: -160px;
    }
}
@media(max-width:500px){
    .section1 .notice{
        width: 80%;
    }
}
@media(max-width:360px){
    .section1 .game_start_text{
        top: 30px;
        font-size: 20px;
    }
}

/* SECTION2  --------------------------------------------------*/
.back1 {
    background-image: url(../images/back_introduction.jpg);
    background-size: cover;
    padding: 0 15px;
}
.back2 {
    background-image: url(../images/back_synopsis.jpg);
    background-size: cover;
    padding: 0 15px;
    background-attachment: fixed;
}
.back3 {
    background-image: url(../images/back_assets.jpg);
    background-size: cover;
    padding: 0 15px;
}
.back4 {
    background-image: url(../images/back_economy.jpg);
    background-size: cover;
    padding: 0 15px;
    background-attachment: fixed;
}
.back5 {
    background-image: url(../images/back_slide.jpg);
    background-size: cover;
    padding: 0 15px;
}
.back6{
    background-image: url(../images/main_back6.jpg);
    background-size: cover;
    padding-top: 112px;
    padding-bottom: 118px;
    padding-left: 15px;
    padding-right: 15px;
}
.section2{
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding-top: 102px;
    padding-bottom: 227px;
}
.section2 article{
    display: flex;
    align-items: center;
}
.section2 article .img_wrap{
    width: 30%;
}
.section2 article .content_wrap{
    width: 70%;
}
.section2 article .content_wrap p:first-child{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    font-style: var(--lang-font-style);
    margin-bottom: 30px;
    color: #fff;
}
.section2 article .content_wrap p:last-child{
    font-size: 18px;
    font-style: var(--lang-font-style);
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
}
@media(max-width:992px){
    .section2{
        padding-top: 70px;
        padding-bottom: 100px;
    }
    .section2 article{
        display: block;
        margin-bottom: 30px;
    }
    .section2 article .img_wrap{
        width: 100%;
        text-align: center;
    }
    .section2 article .content_wrap{
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }
    .section2 article .content_wrap p:first-child{
        margin-bottom: 20px;
    }
}
@media(max-width:500px){
    .section2 article .content_wrap{
        width: 100%;
        text-align: left;
    }
}

/* GAME INTRODUCTION  --------------------------------------------------*/

.section3{
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
}
.section3 .ttl{
    padding-left: 93px;
    margin-top: 32px;
}
.section3 .img_wrap{
    width: 40%;
}
.section3 .img_wrap img{
    margin-left: -50px;
}
.section3 .content_wrap{
    width: 60%;
}
.section3 .text_p{
    padding: 45px 93px 0 93px;
}
.section3 .text_wrap p{
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-style: var(--lang-font-style);
}
.section3 .img_over_text{
    position: relative;
    margin-top: 55px;
}
.section3 .img_over_text .overtext{
    position: absolute;
    left: 87px;
    top: 68px;
    display: flex;
	white-space: nowrap; 
}
.section3 .img_over_text .overtext ul li{
    color: #fff;
    font-style: var(--lang-font-style);
    font-size: 16px;
    margin-bottom: 8px;
}
.section3 .img_over_text .overtext .left{
    font-weight: bold;
    margin-right: 100px;
}
@media(max-width:1300px){
	.section3 .img_over_text .overtext{
		left: 67px;
		top: 58px;
	}
	.section3 .img_over_text .overtext ul li{
		margin-bottom: 5px;
	}
	.section3 .img_over_text .overtext .left{
		margin-right: 80px;
	}
}
@media(max-width:1200px){
	.section3 .img_over_text .overtext{
		left: 57px;
		top: 48px;
	}
	.section3 .img_over_text .overtext ul li{
		margin-bottom: 5px;
	}
	.section3 .img_over_text .overtext .left{
		margin-right: 50px;
	}
}
@media(max-width:1100px){
	.section3 .img_over_text .overtext{
		left: 47px;
		top: 38px;
	}
	.section3 .img_over_text .overtext ul li{
		font-size: 14px;
		margin-bottom: 3px;
	}
	.section3 .img_over_text .overtext .left{
		margin-right: 20px;
	}
}
@media(max-width:992px){
    .section3{
        display: block;
    }
    .section3 .img_wrap{
        text-align: center;
    }
    .section3 .img_wrap img{
        margin-left: 0;
    }
    .section3 .img_wrap,.section3 .content_wrap{
        width: 100%;
    }
    .section3 .text_p{
        padding: 40px 0 0 0;
    }
    .img_over_text img{
        width: 100%;
    }
    .section3 .img_over_text .overtext{
        top: 50%;
        transform: translateY(-50%);
        justify-content: center;
        left: 0;
        right: 0;
    }
	.section3 .img_over_text .overtext ul li{
		font-size: 16px;
		margin-bottom: 8px;
	}
	.section3 .img_over_text .overtext .left{
		margin-right: 150px;
	}
}
@media(max-width:700px){
    .section3 .img_over_text .overtext .left{
        margin-right: 50px;
    }
    .section3 .img_over_text .overtext ul li{
        font-size: 14px;
        margin-bottom: 5px;
    }
}
@media(max-width:500px){
    .section3 .ttl{
		padding-left: 43px;
        margin-left: 0;
    }
    .section3 .text_wrap p{
        font-size: 14px;
    }
    .section3 .img_over_text .overtext .left{
        margin-right: 10px;
    }
    .section3 .img_over_text .overtext ul li{
        font-size: 12px;
        margin-bottom: 3px;
    }
}


/* CRYPTO CONQUER  --------------------------------------------------*/

.section4{
    display: flex;
    max-width: 1613px;
    padding-bottom: 100px;
}
.section4 .sec4_img{
    width: 45%;
}
.section4 .sec4_cont{
    padding-top: 144px;
    width: 55%;
}
.section4 .ttl_wrap .ttl{
    padding-left: 30px;
}
.section4 .ttl_wrap img{
    transform: rotateY(180deg);
}
.section4 .cont_p{
    padding: 88px 70px 0 30px;
}
.section4 .circle_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section4 .circle{
    position: relative;
}
.section4 .c_text{
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    text-align: center;
}
.section4 .c3{
    text-align: center;
}
.section4 .c3 div{
    margin-top: 8px;
}
.section4 .conquer_text{
    font-size: 18px;
    font-style: var(--lang-font-style);
    line-height: 1.67;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 73px;
}
.section4 .conquer_text span{
    font-weight: bold;
}
@media(max-width:992px){
    .section4 .cont_p{
        padding: 40px 0 0 0;
    }
    .section4 .sec4_img{
        display: none;
    }
    .section4 .sec4_cont{
        padding-top: 100px;
        width: 100%;
    }
}
@media(max-width:768px){
    .section4 .conquer_text{
        margin-top: 40px;
    }
}
@media(max-width:500px){
    .section4 .ttl_wrap .ttl{
        padding-left: 0;
    }
    .section4 .c_text{
        top: 25%;
        padding: 20px;
    }
    .section4 .conquer_text{
        font-size: 14px;
    }
}


/* CRYPTO CONQUER SYNOPSIS  --------------------------------------------------*/

.section5{
    padding-top: 132px;
    padding-bottom: 132px;
}
.section5 .synopsis{
    position: relative;
    max-width: 1288px;
    width: 100%;
    margin: 0 auto;
}
.section5 .synopsis .ttl_img{
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
}
.section5 .synopsis .text_wrap{
    position: absolute;
    top: 126px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 64%;
}
.section5 .synopsis .text_wrap .ttl_text{
    font-size: 48px;
    font-style: var(--lang-font-style);
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 35px;
    text-align: center;
}
.section5 .synopsis .text_wrap .ttl_text span{
    font-weight: bold;
}
.section5 .synopsis .text_wrap .cont_text{
    font-size: 18px;
    line-height: 1.67;
    color: rgba(255, 255, 255, 0.8);
}
@media(max-width:1240px){
    .section5 .synopsis .text_wrap{
		top: 105px;
        width: 90%;
    }
    .section5 .synopsis .text_wrap .ttl_text{
        margin-bottom: 15px;
    }
    .section5 .synopsis .text_wrap .cont_text{
        font-size: 16px;
    }
}
@media(max-width:992px){
    .section5{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .section5 .synopsis .text_wrap{
        top: 80px;
        width: 90%;
    }
    .section5 .synopsis .text_wrap .ttl_text{
        font-size: 36px;
    }
    .section5 .synopsis .text_wrap .cont_text{
        font-size: 15px;
    }
    .section5 .synopsis .ttl_img{
        top: 25px;
    }
}
@media(max-width:870px){
    .section5 .synopsis .text_wrap .ttl_text {
        font-size: 28px;
    }
    .section5 .synopsis .text_wrap{
        top: 65px;
    }
    .section5 .synopsis .ttl_img {
        top: 19px;
    }
    .section5 .synopsis .text_wrap .cont_text {
        font-size: 14px;
        line-height: 1.4;
    }
}
@media(max-width:768px){
    .section5 .synopsis .text_wrap .ttl_text{
        margin-bottom: 10px;
        font-size: 24px;
    }
    .section5 .synopsis .ttl_img{
        top: 15px;
    }
    .section5 .synopsis .text_wrap .cont_text{
        line-height: 1.2;
    }
}
@media(max-width:700px){
    .section5 img{
        display: none;
    }
    .section5 .synopsis .text_wrap .ttl_text{
        font-size: 34px;
        text-align: left;
    }
    .section5 .synopsis .text_wrap{
        position: unset;
        width: 100%;
    }
    .section5 .synopsis .text_wrap .cont_text{
        font-size: 14px;
        line-height: 1.4;
    }
}
@media(max-width:500px){
    .section5{
        padding-bottom: 50px;
    }
}


/* IN GAMES - ASSETS  --------------------------------------------------*/

.section6{
    max-width: 1256px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 232px;
}
.section6 .ttl_wrap{
    margin-bottom: 45px;
}
.section6 .ttl{
    padding-left: 93px;
}
.section6 p{
    padding-left: 93px;
	font-size: 18px;
    font-style: var(--lang-font-style);
    line-height: 1.67;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 59px;
}
.section6 .assets{
    display: flex;
    justify-content: space-between;
}
.section6 .assets article{
    position: relative;
    width: 25%;
}
.section6 .assets article:last-child{
    margin-right: 0;
}
.section6 .assets article .img{
    height: 150px;
    margin-bottom: 20px;
}
.section6 .assets .cont_wrap{
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 45px 50px;
}
.section6 .assets .cont_wrap .text{
    font-size: 16px;
    font-style: var(--lang-font-style);
    color: rgba(255, 255, 255, 0.8);
}
@media(max-width:1240px){
    .section6 .assets .cont_wrap{
        padding: 30px 36px;
        line-height: 1.4;
    }
    .section6 .assets article .img {
        width: 60%;
        height: 110px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
}
@media(max-width:1100px){
    .section6 .assets article .img{
        height: 90px;
    }
    .section6 .assets .cont_wrap .text{
        font-size: 14px;
    }
}
@media(max-width:992px){
    .ttl{
        font-size: 36px;
    }
    .section6{
        padding-bottom: 100px;
    }
    .section6 p{
        padding-left: 0;
    }
    .section6 .assets{
        flex-wrap: wrap;
    }
}
@media(max-width:960px){
    .section6 .assets article .img{
        height: 80px;
    }
    .section6 .assets .cont_wrap .text{
        line-height: 1.2;
    }
}
@media(max-width:900px){
    .section6 .assets article{
        width: 50%;
    }
    .section6 .assets .art_back img{
        width: 100%;
    }
    .section6 .assets article .img {
        width: auto;
        height: 150px;
    }
    .section6 .assets .cont_wrap{
        padding: 80px 80px;
    }
    .section6 .assets .cont_wrap .text {
        font-size: 18px;
        line-height: 1.6;
    }
}
@media(max-width:768px){
    .section6 p{
        margin-bottom: 20px;
    }
    .section6 .assets .cont_wrap {
        padding: 70px 60px;
    }
    .section6 .assets .cont_wrap .text{
        font-size: 14px;
    }
    
}
@media(max-width:650px){
    .section6 .assets .cont_wrap {
        padding: 35px 50px;
    }
    .section6 .assets article .img {
        width: 55%;
        height: 100px;
    }
    .section6 .assets .cont_wrap .text{
        line-height: 1.2;
    }
}
@media(max-width:520px){
    .section6{
        padding-top: 50px;
    }
    .section6 .ttl{
        padding-left: 0;
    }
    .section6 p{
        font-size: 14px;
    }
    .section6 .assets .cont_wrap{
        padding: 25px;
    }
    .section6 .assets .cont_wrap .text{
        font-size: 12px;
    }
    .section6 .ttl_wrap{
        margin-bottom: 20px;
    }
    .section6 .assets article .img {
        width: 60%;
        height: 90px;
    }
}
@media(max-width:435px){
    .section6 .assets article .img{
        height: 68px;
    }
}
@media(max-width:403px){
    .section6 .assets article .img {
        width: 55%;
        height: 55px;
    }
    .section6 .ttl_img img {
        height: 22px;
    }
    .section6 .assets .cont_wrap {
        padding: 20px;
    }
}
@media(max-width:375px){
    .section6 .assets article{
        width: 100%;
    }
    .section6 .assets article .img {
        width: auto;
        height: auto;
    }
    .section6 .ttl_img img {
        height: auto;
    }
    .section6 .assets .cont_wrap .text {
        font-size: 14px;
        line-height: 1.6;
    }
    .section6 .assets article .img{
        padding-bottom: 0;
    }
    .section6 .assets .cont_wrap{
        padding: 40px;
    }
}

/* 20 HEROS COMING IN TO 100 TYPES OF NFTS  -----------------------------------------*/

.section7{
    max-width: 1305px;
    margin: 0 auto;
    padding-bottom: 323px;
}
.section7 .ttl_img,.section7 .ttl_wrap{
    text-align: center;
}
.section7 .ttl_wrap{
    position: relative;
    margin-bottom: 166px;
}
.section7 .ttl_wrap .left{
    position: absolute;
    left: 0;
    top: -17px;
}
.section7 .ttl_wrap .right{
    position: absolute;
    right: 0;
    top: -17px;
}
.section7 .cont_wrap{
    position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap : wrap;
	justify-content: space-between;
}
.section7 article{
    display: flex;
    justify-content: flex-end;
}
.section7 .box_wrap{
    flex: 0.45;
}
.section7 .box{
    margin-bottom: 30px;
    position: relative;
    max-width: fit-content;
}
.section7 .box_text{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-style: var(--lang-font-style);
    font-size: 18px;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
}
.section7 .character{
	flex: 0.55;
	margin-right: -200px;
}
@media(max-width:1300px){
	.section7 .ttl_wrap{
		position: relative;
		margin-bottom: 100px;
	}
	.section7 .character{
		flex: 0.55;
		margin-right: 0;
	}
}

@media(max-width:1050px){
	.section7 article{
		justify-content: center;
	}
	.section7 .cont_wrap{
		display: unset;
	}
    .section7{
        padding-bottom: 0;
    }
    .section7 .ttl_wrap{
        margin-bottom: 30px;
    }
    .section7 .ttl_wrap .right,
    .section7 .ttl_wrap .left{
        top: -25px;
    }
    .section7 .box_wrap{
        position: unset;
        margin-top: 30px;
    }
	.section7 .box{
		max-width: 65%;
		width: 65%;
	}
	.section7 .box img{
		width: 100%;
	}
    .section7 .character{
        text-align: center;
    }
}
@media(max-width:900px){
	.section7 .box{
		max-width: 80%;
		width: 80%;
	}
}
@media(max-width:780px){
    .section7 .ttl_wrap .right, .section7 .ttl_wrap .left{
        display: none;
    }
	.section7 .box{
		max-width: 90%;
		width: 90%;
	}
}
@media(max-width:560px){
	.section7 .box{
		max-width: 100%;
		width: 100%;
	}
    .section7 .box_text{
        font-size: 14px;
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 60px;
    }
}
@media(max-width:420px){
    .section7 .box_text{
		font-size: 12px;
        padding-left: 15px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}


/* TOKEN ECONOMY  -----------------------------------------*/
.section8{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
}
.section8 .back{
	border-image: url(../images/sec8_back.png?v=1) stretch;
	border-image-slice: 20 20 fill;
	border-image-width: 20px;
    padding: 123px 116px 125px;
}
.section8 .ttl_wrap{
    margin-bottom: 15px;
}
.section8 .ttl{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section8 .ttl_wrap img{
    margin-right: 8px;
    height: 52px;
}
.section8 .ttl_wrap span{
    line-height: 52px;
}
.section8 .economy{
    padding-bottom: 180px;
}
.section8 .economy .ttl_bar{
    margin-bottom: 54px;
}
.section8 .economy .coin_img{
    margin-bottom: 37px;
}
.section8 .economy .ul_wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
.section8 .economy .ul_wrap ul{
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 48px;
}
.section8 .economy .ul_wrap ul:last-child{
    border-right: none;
    padding-right: 0;
}
.section8 .economy .ul_wrap li:first-child{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}
.section8 .economy .ul_wrap li:last-child{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.section8 .economy .bd_box{
    border-radius: 10px;
    border: solid 1px rgba(0, 251, 255, 0.6);
    background-color: rgba(198, 255, 255, 0.08);
    padding: 15px 30px 15px 55px;
    color: #fff;
}
.section8 .economy .bd_box p{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
    text-align: center;
}
.section8 .economy .bd_box ul li{
    list-style: disc;
    font-size: 16px;
    line-height: 1.88;
}
@media(max-width:1280px){
    .section8 .economy{
        padding-bottom: 100px;
    }
    .section8 .economy .ul_wrap{
        flex-wrap: wrap;
        justify-content: normal;
    }
    .section8 .economy .ul_wrap ul{
        width: 33.3%;
        border-right: none;
        padding-right: 0;
        margin-bottom: 15px;
    }
}
@media(max-width:700px){
	.section8 .back{
		border-image-slice: 20 20 fill;
		border-image-width: 10px;
		padding: 80px 20px !important;
	}
}
@media(max-width:500px){
    .section8 .back{
		border-image: none;
        padding: 0 !important;
    }
    .section8 .economy .ul_wrap li:last-child{
        font-size: 14px;
        padding-right: 15px;
    }
    .section8 .flex-4{
        width: 100%;
        margin-right: 0;
    }
}
@media(max-width:375px){
    .section8 .economy .ul_wrap ul{
        width: 50%;
    }
}
/* ECOSYSTEM  -----------------------------------------*/
.section8 .ecosystem .ttl_bar{
    margin-bottom: 83px;
}
.section8 .bd_effect{
    border-radius: 10px;
    border: solid 1px rgba(0, 251, 255, 0.6);
    padding: 25px 17px 25px 34px;
}
.section8 .ecosystem p{
    margin-right: 23px;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #00fbff;
}
.section8 .ecosystem ul li{
    list-style: disc;
    font-size: 16px;
    font-style: var(--lang-font-style);
    color: #fff;
}
.section8 .ecosystem .group_img{
    padding-top: 105px;
    padding-bottom: 180px;
}
@media(max-width:992px){
    .section8 .ecosystem .ttl_bar{
        margin-bottom: 40px;
    }
    .section8 .ecosystem .group_img{
        padding-bottom: 100px;
    }
    .section8 .ecosystem p{
        margin-right: 0;
    }
}
/* distribution  -----------------------------------------*/
.section8 .distribution{
    display: flex;
    align-items: center;
    padding-bottom: 160px;
}
.section8 .distribution .left,
.section8 .distribution .right{
    width: 50%;
}
.section8 .distribution .ttl_wrap{
    padding-left: 56px;
    margin-bottom: 10px;
}
.section8 .distribution .ttl,
.section8 .distribution .ttl img{
    display: block;
    text-align: left;
}
.section8 .distribution .color_text_wrap{
    padding: 53px 56px 0;
}
.section8 .distribution .color_text_wrap .row{
    display: flex;
    font-style: var(--lang-font-style);
    margin-bottom: 25px;
}
.section8 .distribution .color_text_wrap .row_group{
    display: flex;
}
.section8 .distribution .color_text_wrap .row_group .row{
    width: 50%;
}
.section8 .distribution .color_text_wrap .row .color{
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.section8 .distribution .color_text_wrap .row .c1{
    background-color: rgba(0, 255, 255, 0.5);
}
.section8 .distribution .color_text_wrap .row .c2{
    background-color: rgba(0, 255, 56, 0.2);
}
.section8 .distribution .color_text_wrap .row .c3{
    background-color: rgba(255, 122, 0, 0.2);
}
.section8 .distribution .color_text_wrap .row .c4{
    background-color: rgba(250, 0, 255, 0.2);
}
.section8 .distribution .color_text_wrap .row .c5{
    background-color: rgba(0, 0, 0, 0.34);
}
.section8 .distribution .color_text_wrap .row .c6{
    background-color: rgba(219, 255, 0, 0.2);
}
.section8 .distribution .color_text_wrap .row .text1{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 3px;
}
.section8 .distribution .color_text_wrap .row .text2{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}
@media(max-width:992px){
    .section8 .distribution{
        display: block;
        padding-bottom: 100px;
    }
    .section8 .distribution .left, .section8 .distribution .right{
        width: 100%;
    }
    .section8 .distribution .right{
        text-align: center;
    }
}
@media(max-width:500px){
    .section8 .distribution .ttl_wrap{
        padding-left: 0;
    }
    .section8 .distribution .color_text_wrap{
        padding: 40px 0 0 0;
    }
}
/* sale  -----------------------------------------*/
.section8 .sale{
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.section8 .sale .ttl_bar{
    margin-top: 20px;
    margin-bottom: 31px;
    max-width: 670px;
}
.section8 .sale .ttl,
.section8 .sale .ttl img{
    display: block;
}
.section8 .sale .ttl .ccq_img{
    display: flex;
    justify-content: end;
}
.section8 .sale .text1{
    font-size: 24px;
    font-style: var(--lang-font-style);
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px;
}
.section8 .sale .text1 span{
    color: #00fbff;
}
.section8 .sale .text2{
    font-size: 18px;
    font-style: var(--lang-font-style);
    color: #fff;
    margin-bottom: 32px;
}
.section8 .sale .box_wrap{
    float: right;
}
.section8 .sale .box{
    width: 454px;
    display: flex;
    border: 1px solid rgba(0,251,255,0.6);
}
.section8 .sale .box:first-child{
    border-bottom: none;
}
.section8 .sale .box .text_wrap:first-child{
    border-right: 1px solid rgba(0,251,255,0.6);
}
.section8 .sale .box .text_wrap{
    width: 50%;
    padding: 22px;
}
.section8 .sale .box .t1{
    font-size: 16px;
    font-style: var(--lang-font-style);
    color: #00fbff;
}
.section8 .sale .box .t2{
    font-size: 24px;
    font-style: var(--lang-font-style);
    color: #fff;
}
@media(max-width:992px){
    .section8 .back{
        background-position: center;
        padding: 80px;
    }
}
@media(max-width:768px){
    .section8 .sale .box{
        width: 100%;
    }
    .section8 .sale .box .text_wrap{
        width: 121px;
        padding: 15px;
    }
    .section8 .sale .box .t2{
        font-size: 16px;
    }
}
@media(max-width:500px){
    .section8 .sale .text1{
        font-size: 18px;
    }
    .section8 .sale .text2{
        font-size: 14px;
    }
    .section8 .sale .box .t2{
        font-size: 16px;
    }
}
@media(max-width:360px){
    .section8 .sale .box .t1{
        font-size: 14px;
    }
    .section8 .sale .box .t2{
        font-size: 14px;
    }
    .section8 .sale .box .text_wrap {
        width: 106px;
        padding: 10px;
    }
}

.slide_wrap{
    animation: 10s linear infinite scroll-left;
    padding-top: 117px;
    padding-bottom: 360px;
}
@keyframes scroll-left{
	0%{margin-left: 100%;}
	100%{margin-left: -100%;}
}
.slide_text{
    object-fit: contain; 
    -webkit-text-stroke: 1px #fff; 
    color: transparent; 
    white-space: nowrap; 
    font-size: 170px;
    font-weight: bold;
    font-style: italic;
    overflow: hidden;
	text-shadow: none;
}
@media(max-width:992px){
    .slide_wrap{
        animation: 7s linear infinite scroll-left;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .slide_text{
        font-size: 70px;
    }
}


/* ROADMAP --------------------------------------------------*/


.back6 .roadmap{
    max-width: 1305px;
    padding: 0 15px;
    margin: 0 auto;
    padding-bottom: 200px;
}
.back6 .title{
    font-size: 48px;
    font-weight: bold;
    font-style: var(--lang-font-style);
    color: #fff;
    margin-bottom: 62px;
}
.back6 .roadmap .title{
    text-align: center;
    padding-left: 50px;
}
@media(max-width:992px){
    .back6{
        padding-top: 60px;
    }
    .back6 .roadmap{
        padding-bottom: 100px;
    }
}


/* GALLERY --------------------------------------------------*/

.back6 .gallery{
	max-width: 1305px;
	width: 100%;
	margin: 0 auto;
    padding-bottom: 200px;
}
.back6 .gallery .title{
    margin-bottom: 0;
    padding-left: 50px;
}
.back6 .gallery .ttl_bar{
	margin-bottom: 40px;
}
.back6 .gallery article{
    margin-right: 30px;
    position: relative;
}
.back6 .gallery article .img_cont{
    position: absolute;
    top: 50%;
    left: 50%;
	width: 100%;
}
.back6 .gallery article .img_cont img{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -54%);
	width: 70%;
}
@media(max-width:1305px){
    .back6 .gallery{
        padding-bottom: 100px;
    }
    .back6 .gallery .ttl_bar{
        margin-bottom: 40px;
    }
}


/* PARTNER --------------------------------------------------*/

.back6 .partner{
    max-width: 1305px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 200px;
}
.back6 .partner .title{
    padding-left: 50px;
}
.back6 .partner .ttl_bar{
    margin-top: 18px;
    margin-bottom: 65px;
}
.back6 .partner .flex-5{
    width: calc(100% / 5 - 70px);
    margin-right: 30px;
    margin-bottom: 35px;
    border-radius: 10px;
    border: solid 1px #00fbff;
    background-color: rgba(198, 255, 255, 0.1);
    padding: 21px;
    text-align: center;
}
.back6 .partner .flex-5:nth-of-type(5),
.back6 .partner .flex-5:nth-of-type(10),
.back6 .partner .flex-5:last-child{
    margin-right: 0;
}
@media(max-width:992px){
    .back6 .partner{
        padding-bottom: 100px;
    }
    .back6 .partner .ttl_bar{
        margin-bottom: 40px;
    }
    .back6 .partner .flex-5{
        width: calc(100% / 3 - 60px);
        margin-right: 15px !important;
        margin-bottom: 15px;
    }
    .back6 .partner .flex-5:nth-of-type(3),
    .back6 .partner .flex-5:nth-of-type(6),
    .back6 .partner .flex-5:nth-of-type(9),
    .back6 .partner .flex-5:nth-of-type(12),
    .back6 .partner .flex-5:last-child{
        margin-right: 0 !important;
    }
}


/* JOIN US --------------------------------------------------*/

.back6 .join_us{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.back6 .join_us .title{
    text-align: center;
}
.back6 .join_us .ttl_bar{
    margin-top: 45px;
    margin-bottom: 86px;
}
.back6 .join_us .join_box{
    position: relative;
}
.back6 .join_us .join_content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    padding-left: 50px;
    padding-right: 40px;
}
.back6 .join_us .join_content .logo{
    margin-bottom: 25px;
    opacity: 0.7;
}
.back6 .join_us .join_box:hover .logo{
    opacity: 1;
}
.back6 .join_us .join_content .text{
    font-size: 18px;
    color: #fff;
    opacity: 0.8;
}
@media(max-width:1280px){
    .back6 .join_us .join_content{
        width: 60%;
    }
    .back6 .join_us .join_box {		
		margin-right: 30px;
		margin-bottom: 80px;
    }
    .back6 .join_us .join_box img{
        width: 80%;
    }
}
@media(max-width:992px){
    .back6 .title{
        margin-bottom: 20px;
    }
    .back6 .join_us .join_box {		
		margin-right: 30px;
		margin-bottom: 50px;
    }
    .back6 .join_us .join_box img{
        width: 100%;
    }
	.back6 .join_us .ttl_bar{
        margin-top: 0;
        margin-bottom: 50px;
    }
}
@media(max-width:740px){
    .back6 .join_us .join_box {
		flex-grow: 0.4;
		margin-right: 0px;
		margin-bottom: 0px;
    }
}
@media(max-width:560px){
    .back6 .join_us .join_content{
        padding-left: 40px;
    }
    .back6 .join_us .join_content .logo{
        margin-bottom: 10px;
    }
    .back6 .join_us .join_content .text{
        font-size: 14px;
    }
}
@media(max-width:450px){
    .back6 .join_us .join_box {
		margin: auto;
		width: 90%;
    }
}


