
*{
    font-family: 'Futura PT', sans-serif;
    word-break: keep-all;
  }
a{color: #000000;}
.pc{display: block;}
.mo{display: none;}
.xe_content{
    background-color: #030043;
}

.sec{
    width: 92%;
    max-width: 1400px;
    margin: var(--s100) auto;
    color: #fff;
}
.bd{
    width: 92%;
    max-width: 1400px;
    margin: var(--s150) auto;
    color: #444;
}
.color{
    color: var(--NeonGreen);
}
.title_wrap .cate{
    display: inline-block;
    border: 1px solid var(--NeonGreen);
    padding: 4px 40px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
}
.title_wrap .title{
    margin-top: var(--s20);
}
.title_wrap .title p:nth-child(1){
    font-size: var(--s60);
    font-weight: 700;
}
.title_wrap .title p:nth-child(2){
    margin-top: var(--s20);
    font-size: var(--s20);
    font-weight: 300;
}
.cont_wrap{
    margin-top: var(--s100);
}
.cont_wrap .cont{
    margin-top: var(--s50);
}
.cont_wrap .title{
    font-size: var(--s60);
    font-weight: 600;
}
.cont_wrap .sub_title{
    width: 80%;
    margin: var(--s20) auto 0;
    text-align: center;
    font-size: var(--s30);
    font-weight: 300;
}


.btn_wrap{
    margin-top: var(--s50);
    text-align: center;
}


.linkbtn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    height: 45px;
    border: 2px solid var(--NeonGreen);
    border-radius: 9999px;
    color: var(--NeonGreen);
    transition: .3s;
    font-weight: 700;
    font-size: 20px;
}
.linkbtn:hover{
    background-color: var(--NeonGreen);
    color: #030043;
}

/*sub_01*/

/***************************************how it works***************************************/

.hiw .cont_wrap:not(.cont_wrap_01) .title {
    text-align: center;
}
.hiw .cont_wrap_01{
    display: flex;
    justify-content: space-between;
}
.hiw .cont_wrap_01 p:nth-child(1){
    width: 30%;
}
.hiw .cont_wrap_01 p:nth-child(2){
    width: 60%;
    padding-left: var(--s30);
    font-size: var(--s30);
    position: relative;
}
.hiw .cont_wrap_01 p:nth-child(2)::before{
    width: 3px;
    height: 100%;
    display: block;
    content: "";
    clear: both;
    background-color: var(--NeonGreen);
    position: absolute;
    left: 0;
}


.hiw .cont_wrap_02 .cont{
    display: flex;
    justify-content: space-between;
    gap: var(--s40);
}
.hiw .cont_wrap_02 .cont > div{
    width: 48%;
    padding: var(--s50);
    border: 3px solid #666666;
    border-radius: 20px;
    background-color: #0d164e;
}
.hiw .cont_wrap_02 .cont > div > div:nth-child(1){
    display: flex;
    justify-content: space-between;
    align-items: end;
    font-weight: 300;
}
.hiw .cont_wrap_02 .cont > div > div:nth-child(1) p{
    font-size: var(--s40);
    font-weight: 600;
}
.hiw .cont_wrap_02 .cont > div > div:nth-child(2){
    margin-top: var(--s50);
    font-size: var(--s30);
    font-weight: 300;
}

.hiw .cont_wrap_02 .cont{
    display: flex;
    justify-content: space-between;
    gap: var(--s40);
}
.hiw .cont_wrap_02 .cont > div{
    width: 48%;
    padding: var(--s50);
    border: 3px solid #666666;
    border-radius: 20px;
    background-color: #0d164e;
}
.hiw .cont_wrap_02 .cont > div > div:nth-child(1){
    display: flex;
    justify-content: space-between;
    align-items: end;
    font-weight: 300;
}
.hiw .cont_wrap_02 .cont > div > div:nth-child(1) p{
    font-size: var(--s40);
    font-weight: 600;
}
.hiw .cont_wrap_02 .cont > div > div:nth-child(2){
    margin-top: var(--s50);
    font-size: var(--s30);
    font-weight: 300;
}

.hiw .cont_wrap_03 .cont{
    display: flex;
    justify-content: space-between;
    gap: var(--s20);
}
.hiw .cont_wrap_03 .cont > div{
    width: 33%;
    padding: var(--s30);
    border: 3px solid #666666;
    border-radius: 20px;
    background-color: #0d164e;
}
.hiw .cont_wrap_03 .cont > div p:nth-child(1){
    font-size: var(--s40);
    font-weight: 600;
}
.hiw .cont_wrap_03 .cont > div p:nth-child(2){
    margin-top: var(--s20);
    font-size: var(--s30);
    font-weight: 300;
}


.hiw .cont_wrap_04 .cont{
    display: flex;
    flex-direction: column;
    gap: var(--s30);
}
.hiw .cont_wrap_04 .cont > div{
    display: flex;
    align-items: center;
    gap: var(--s20);
    padding: var(--s20) var(--s30);
    border: 3px solid #666666;
    border-radius: 20px;
    background-color: #0d164e;
}
.hiw .cont_wrap_04 .cont > div p{
    font-size: var(--s20);
    font-weight: 600;
}
.hiw .cont_wrap_04 .cont > div p:nth-child(1){
    font-size: var(--s20);
}
.hiw .cont_wrap_04 .cont > div p:nth-child(1) span{
    font-size: var(--s30);
}
.hiw .cont_wrap_04 .cont > div p:nth-child(2){
    width: 25%;
    font-size: var(--s25);
}
.hiw .cont_wrap_04 .cont > div p:last-child{
    width: 60%;
    font-weight: 300;
}


.hiw .cont_wrap_05 .cont{
    display: flex;
    justify-content: space-between;
    gap: var(--s40);
}
.hiw .cont_wrap_05 .cont > div{
    width: 48%;
    padding: var(--s50);
    border: 3px solid #666666;
    border-radius: 20px;
    background-color: #0d164e;
}
.hiw .cont_wrap_05 .cont > div > div:nth-child(1){
    display: flex;
    justify-content: space-between;
    align-items: end;
    font-weight: 300;
}
.hiw .cont_wrap_05 .cont > div > div:nth-child(1) p{
    font-size: var(--s40);
    font-weight: 600;
}
.hiw .cont_wrap_05 .cont > div > div:nth-child(2){
    margin-top: var(--s50);
    font-size: var(--s30);
    font-weight: 300;
}


.hiw .cont_wrap_06 .cont{
    display: flex;
    justify-content: center;
    gap: var(--s80);
}
.hiw .cont_wrap_06 .cont > div > div{
    display: flex;
    justify-content: center;
}
.hiw .cont_wrap_06 .cont > div > div img{
    border: 2px solid var(--NeonGreen);
    border-radius: 100%;
    padding: 20px;
}
.hiw .cont_wrap_06 .cont span{
    display: block;
    margin-top: var(--s20);
    font-size: var(--s20);
    font-weight: 600;
    text-align: center;
}
.hiw .cont_wrap_06 .cont p{
    font-size: var(--s20);
    text-align: center;
}



/*******************************************affiliate***************************************/

.affiliate .cont_wrap_01 .cont{
    display: flex;
    flex-direction: column;
    gap: var(--s30);
}
.affiliate .cont_wrap_01 .cont > div{
    display: flex;
    align-items: center;
    gap: var(--s20);
    padding: var(--s20) var(--s30);
    border: 3px solid #666666;
    border-radius: 20px;
    background-color: #0d164e;
}
.affiliate .cont_wrap_01 .cont > div p{
    font-size: var(--s20);
    font-weight: 600;
}
.affiliate .cont_wrap_01 .cont > div p:nth-child(1){
    font-size: var(--s20);
}
.affiliate .cont_wrap_01 .cont > div p:nth-child(1) span{
    font-size: var(--s30);
}
.affiliate .cont_wrap_01 .cont > div p:nth-child(2){
    width: 20%;
    font-size: var(--s25);
}
.affiliate .cont_wrap_01 .cont > div p:nth-child(2) span{
    display: block;
    font-size: var(--s16);
}
.affiliate .cont_wrap_01 .cont > div p:last-child{
    width: 60%;
    font-weight: 300;
}


.affiliate .cont_wrap_02 p:nth-child(2){
    width: 50%;
    margin-top: var(--s20);
    font-size: var(--s20);
    font-weight: 300;
}








/***************************************GOKEN x trading view***************************************/

.tv .title_wrap{
    display: flex;
    justify-content: space-between;
}
.tv .title_wrap img{
    width: 50%;
    object-fit: contain;
}

.tv #ly_btn{
    margin-top: var(--s50);
}

.tv .cont_wrap:not(.cont_wrap_04) .title{
    text-align: center;
}

.tv .cont_wrap_01 .cont{
    display: flex;
    justify-content: space-between;
    gap: var(--s20);
}

.tv .cont_wrap_01 img{
    width: 30px;
    height: 30px;
}
.tv .cont_wrap_01 .cont > div{
    width: 33%;
    display: flex;
    flex-direction: column;
    gap: var(--s40);
    padding: var(--s30);
    border: 3px solid #666666;
    border-radius: 20px;
    background-color: #0d164e;
}
.tv .cont_wrap_01 .cont > div p{
    font-size: var(--s40);
    font-weight: 600;
}
.tv .cont_wrap_01 .cont > div li{
    display: flex;
    align-items: center;
}
.tv .cont_wrap_01 .cont > div li:not(:first-child){
    margin-top: var(--s20);
}

.tv .cont_wrap_01 .cont > div li p{
    margin-left: var(--s12);
    font-size: var(--s30);
    font-weight: 300;
}
.tv .cont_wrap_01 .cont > div > div{
    margin-top: auto;
}
.tv .cont_wrap_01 .cont > div > div p{
    margin-top: var(--s20);
    font-size: var(--s20);
    font-weight: 300;
}

.tv .cont_wrap_01 .cont > div > div div{
    display: flex;
    align-items: center;
}
.tv .cont_wrap_01 .cont > div > div div p{
    margin:0 0 0 var(--s12);
    font-size: var(--s30);
}

.tv .cont_wrap_02 .sub_title.color{
    margin:var(--s30) auto;
    font-weight: 600;
}

.tv .cont_wrap_02 .cont{
    display: flex;
    justify-content: space-between;
    gap: var(--s20);
}
.tv .cont_wrap_02 .cont > div{
    width: 33%;
    position: relative;
    overflow: hidden;
    border: 3px solid #666666;
    border-radius: 20px;
    background-color: #0d164e;
}
.tv .cont_wrap_02 .cont > div img{
    width: 100%;
}

.tv .cont_wrap_02 .cont > div .info{
    width: 80%;
    padding: var(--s20);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: var(--s30);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.5);
}
.tv .cont_wrap_02 .cont > div .info div{
    display: flex;
    flex-direction: column;
}
.tv .cont_wrap_02 .cont > div .info p{
    font-size: var(--s25);
    font-weight: 600;
}
.tv .cont_wrap_02 .cont > div .info div p:nth-child(2){
    font-weight: 400;
}
.tv .cont_wrap_02 .cont > div .info > p{
    font-size: var(--s30);
}

.tv .cont_wrap_03 .cont{
    display: flex;
    justify-content: space-between;
    gap: var(--s20);
}
.tv .cont_wrap_03 .cont > div{
    width: 33%;
    padding: var(--s30);
    border: 3px solid #666666;
    border-radius: 20px;
    background-color: #0d164e;
}
.tv .cont_wrap_03 .cont > div p:nth-child(1){
    font-size: var(--s40);
    font-weight: 600;
}
.tv .cont_wrap_03 .cont > div p:nth-child(2){
    margin-top: var(--s20);
    font-size: var(--s30);
    font-weight: 300;
}

.tv .cont_wrap_04 p:nth-child(2){
    width: 50%;
    margin-top: var(--s20);
    font-size: var(--s20);
    font-weight: 300;
}


/***************************************FAQ***************************************/

.faq .cont_wrap_01{
    display: flex;
    justify-content: space-between;
}
.faq .cont_wrap_01 .cate_wrap li{
    border-radius: 5px;
    cursor: pointer;
}
.faq .cont_wrap_01 .cate_wrap li:hover{
    color: #030043;
    background-color: var(--NeonGreen);
    transition: 0.3s;
}
.faq .cont_wrap_01 .cate_wrap li:not(:first-child){
    margin-top: 10px;
}
.faq .cont_wrap_01 .cate_wrap li.on{
    color: #030043;
    background-color: var(--NeonGreen);
}

.faq .cont_wrap_01 .cate_wrap p{
    padding: 5px 10px;
    font-size: var(--s20);
    font-weight: 500;
}

.faq .text_area_wrap{
    width: 70%;
}
.faq .text_area_wrap .text_area{
    display: none;
    min-height: 500px;
}
.faq .text_area_wrap .text_area.on{
    display: block;
}

.faq .text_area_wrap .title{
    font-size: var(--s40);
}
.faq .text_area_wrap .line{
    width: 200px;
    height: 3px;
    margin: var(--s30) 0;
    background-color: var(--NeonGreen);
}
.faq .text_area_wrap .txt{
    font-size: var(--s20);
    line-height: 1.5;
}
.faq .text_area_wrap iframe{
    width: 100%;
    height: 650px;
    margin-top: var(--s50);
}


/***************************************contact us***************************************/



@media screen and (max-width: 1024px){

    :root{
        --s12: 8px;
        --s16: 12px;
        --s18: 14px;
        --s20: 16px;
        --s25: 18px;
        --s30: 20px;
        --s35: 25px;
        --s40: 30px;
        --s50: 40px;
        --s60: 45px;
        --s80: 60px;
        --s100: 50px;
        --s150: 100px;
    
        --NeonGreen: #24e89c;
    }
    .cont_wrap .sub_title{
        width: 90%;
    }


    /***************************************how it works 1024px***************************************/
    .hiw .cont_wrap_01{
        flex-direction: column;
        gap: var(--s30);
    }
    .hiw .cont_wrap_01 p:nth-child(1),
    .hiw .cont_wrap_01 p:nth-child(2){
        width: calc(100% - var(--s30));
    }

    .hiw .cont_wrap_02 .cont > div{
        padding: var(--s30);
    }
    .hiw .cont_wrap_05 .cont > div{
        padding: var(--s30);
    }






    /*******************************************affiliate 1024px***************************************/



    /*******************************************goken x trading view 1024px***************************************/




}







@media screen and (max-width: 767px){
    .pc{display: none;}
    .mo{display: block;}
    .cont_wrap .sub_title{
        width: 100%;
    }



/***************************************how it works 767px***************************************/
    .hiw .cont_wrap_02 .cont{
        flex-direction: column;
    }
    .hiw .cont_wrap_02 .cont > div{
        width: calc(100% - var(--s50));
    }

    .hiw .cont_wrap_03 .cont{
        flex-direction: column;
    }
    .hiw .cont_wrap_03 .cont > div{
        width: calc(100% - var(--s50));
    }


    .hiw .cont_wrap_04 .cont > div{
        gap: var(--s12);
        flex-direction: column;
        align-items: flex-start;
    }
    .hiw .cont_wrap_04 .cont > div p:nth-child(2),
    .hiw .cont_wrap_04 .cont > div p:nth-child(3){
        width: 100%;
    }

    .hiw .cont_wrap_05 .cont{
        flex-direction: column;
    }
    .hiw .cont_wrap_05 .cont > div{
        width: calc(100% - var(--s50));
    }

    .hiw .cont_wrap_06 .cont{
        gap: var(--s60);
    }



    /*******************************************affiliate 767px***************************************/
    .affiliate .cont_wrap_01 .cont > div{
        gap: var(--s12);
        flex-direction: column;
        align-items: flex-start;
    }
    .affiliate .cont_wrap_01 .cont > div p:nth-child(2),
    .affiliate .cont_wrap_01 .cont > div p:nth-child(3){
        width: 100%;
    }
    .affiliate .cont_wrap_02 p:nth-child(2){
        width: 100%;
    }


    /*******************************************goken x trading view 767px***************************************/

    .tv .title_wrap{
        flex-direction: column;
    }
    .tv .title_wrap img{
        width: 100%;
    }
    .tv .cont_wrap_01 .cont{
        flex-direction: column;
    }
    .tv .cont_wrap_01 .cont > div{
        width: calc(100% - var(--s30)*2);
    }

    .tv .cont_wrap_02 .cont{
        flex-direction: column;
    }
    .tv .cont_wrap_02 .cont > div{
        width: 100%;
    }

    .tv .cont_wrap_03 .cont{
        flex-direction: column;
    }
    .tv .cont_wrap_03 .cont > div{
        width: calc(100% - var(--s30)*2);
    }

    .tv .cont_wrap_04 p:nth-child(2){
        width: 100%;
    }


/***************************************FAQ***************************************/

    .faq .cont_wrap_01{
        flex-direction: column;
        gap: var(--s50);
    }
    .faq .text_area_wrap{
        width: 100%;
    }
}
