@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
* {
    font-family: "Pretendard Variable";
}
html, body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
    background-color: black;
}

img {
    vertical-align: bottom;
}

p {
    color: white;
}

.floating {
    position: fixed;
    bottom: 35px;
    right: 25px;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    z-index: 98;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
}
.floating.show {
    opacity: 1;
    visibility: visible;
}
.floating>a>.gotoTop {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    color: black;
    background: #3e3e43;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.floating>a>.gotoTop>img {
    width: 20px;
}



.navigation {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 99;
    transition: all 0.3s;
    backdrop-filter: blur(7px);
}
.navigation.sticky {
    background-color: rgb(41 41 41 / 74%);
    box-shadow: 5px 0 10px rgba(239, 239, 239, 0.38);
}
.navigation>.container {
    max-width: 1330px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
.navigation>.container>.iconLine {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 0.5rem;
}
.navigation>.container>.iconLine>img {
    width: 55px;
    border-radius: 100%;
}
.navigation>.container>.iconLine>p {
    font-size: 25px;
    font-weight: bold;
}
.navigation>.container>.socialList {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    cursor: pointer;
}

.navigation>.container>.socialList > img {
    width: 120px;
    cursor: pointer;
    transition: all 0.3s;
}
.navigation>.container>.socialList > img:hover {
    transform: scale(1.1);
}



section>.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

#section1 {
    
}
#section1>.container {
    padding: 50px 0;
    padding-top: 100px;
}
#section1>.container>.contentLine {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
#section1>.container>.contentLine>.textLine {
    position: absolute;
    top: 5%;
    z-index: 2;
}
#section1>.container>.contentLine>.textLine>p {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}
#section1>.container>.contentLine> .logoLine {
    width: 100%;
    position: relative;
}
#section1>.container>.contentLine> .logoLine > img {
    width: 100%;
    
}
#section1>.container>.contentLine> .logoLine > .gradientBox {
    width: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgb(0,0,0) 100%);
    bottom: 0;
    flex: none;
    height: 238px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
}
#section1>.container>.contentLine>.getCodeBtn {
    position: absolute;
    bottom: 15%;
}
#section1>.container>.contentLine>.getCodeBtn > button {
    width: auto;
    height: 60px;
    padding: 0 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: white;
    background-color: #c6315800;
    transition: all 0.3s;
}
#section1>.container>.contentLine>.getCodeBtn > button:hover {
    /* background-color: #ae1b42; */
    transform: scale(1.05);
}





#section2 {}
#section2>.container {}
#section2>.container>.contentLine {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section2>.container>.contentLine>.textLine>p {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}

#section2>.container>.contentLine>.logoLine {
    width: 100%;
    position: relative;
}
#section2>.container>.contentLine>.logoLine > img {
    width: 100%;
}

#section2>.container>.contentLine> .logoLine > .gradientBox {
    width: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgb(0,0,0) 100%);
    bottom: 0;
    flex: none;
    height: 238px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
}
#section2>.container>.contentLine> .logoLine > .gradientBox.top {
    top: 0;
    bottom: initial;
    background: linear-gradient(0deg,rgba(0,0,0,0) 0%,rgb(0,0,0) 100%);
}



#section3 {
    height: 100vh;
}
#section3>.container {
    width: 100%;
    height: 100%;
}
#section3>.container > .contentLine {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#section3>.container > .contentLine > .textLine {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
#section3>.container > .contentLine > .textLine > p {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}
#section3>.container > .contentLine > .textLine > p > span.para-word {

}
#section3>.container > .contentLine > .buttonLine {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
#section3>.container > .contentLine > .buttonLine > button {
    width: 250px;
    height: 60px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    color: white;
    background: #c63158;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    transition: all 0.3s;
}
#section3>.container > .contentLine > .buttonLine > button:hover {
    transform: scale(1.05);
}
#section3>.container > .contentLine > .buttonLine > button > img {
    width: 40px;
}
#section3>.container > .contentLine > .buttonLine > button > p {
    font-size: 20px;
    font-weight: 700;
    color: white;
}

#section3>.container > .contentLine > .tokkenBox {
    margin-top: 2rem;
}
#section3>.container > .contentLine > .tokkenBox > p {
    font-size: 20px;
    color: #f9b51b;
}
#section3>.container > .contentLine > .tokkenBox > p > span.mobileHide {
    display: inline-block;
}
#section3>.container > .contentLine > .tokkenBox > p > br.mobileShow {
    display: none;
}



#section4 {}
#section4>.container {
    padding: 100px 0;
}
#section4>.container>.contentLine {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#section4>.container>.contentLine>.imgBox {
    width: 100%;
}
#section4>.container>.contentLine>.imgBox>p {
    text-align: center;
    font-size: 24px;
    color: #666;
}



#section5 {}
#section5>.container {}
#section5>.container>.contentLine {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 10rem;
}

#section5>.container>.contentLine>.left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section5>.container>.contentLine>.left>.textLine {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section5>.container>.contentLine>.left>.textLine>.mainT {
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
    text-wrap-mode: nowrap;
}

#section5>.container>.contentLine>.left > .imgBox {
    width: 350px;
}
#section5>.container>.contentLine>.left > .imgBox > img {
    width: 100%;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s;
}
#section5>.container>.contentLine>.left > .imgBox > img:hover {
    transform: scale(1.05);
}
#section5>.container>.contentLine>.left > .imgBox > p {
    text-align: center;
    font-size: 24px;
    color: #666;
}

#section5>.container>.contentLine>.left > .buttonLine > button {
    width: auto;
    height: 60px;
    padding: 0 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: white;
    background-color: #c6315800;
    transition: all 0.3s;
}
#section5>.container>.contentLine>.left > .buttonLine > button:hover {
    transform: scale(1.05);
}

#section5>.container>.contentLine>.right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section5>.container>.contentLine>.right>.textLine {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section5>.container>.contentLine>.right>.textLine>.mainT {
    font-size: 40px;
    font-weight: 700;
    text-align: right;
    line-height: 1.5;
}


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


#section5>.container>.contentLine>.right > .tokkenLine {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#section5>.container>.contentLine>.right > .tokkenLine > .tokken {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 1rem;
}
#section5>.container>.contentLine>.right > .tokkenLine > .tokken > p {
    width: auto;
    padding: 10px 100px;
    display: flex;
    background-color: rgb(40, 40, 40);
    margin: 0;
    text-align: center;
    color: white;
    font-size: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    border: 3px solid #f9b51b;
    cursor: pointer;
    transition: all 0.5s;
    cursor: pointer;
    transition: all 0.3s;
}
#section5>.container>.contentLine>.right > .tokkenLine > .tokken > p:hover {
    transform: scale(1.03);
}
#section5>.container>.contentLine>.right > .tokkenLine > .tokken > p > span {
    font-weight: 700;
}
#section5>.container>.contentLine>.right > .tokkenLine > .tokken > p > br.mobileShow {
    display: none;
}
#section5>.container>.contentLine>.right > .tokkenLine > .tokken > p > span.mobileHide {
    display: inline-block;
}


#section6 {}
#section6>.container {
    padding: 50px 0;
}
#section6>.container>.contentLine {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#section6>.container>.contentLine>.textLine>p {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}
#section6>.container>.contentLine> .logoLine {
    width: 80%;
}


#section6>.container>.contentLine> .logoLine > .swiperLine {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#section6>.container>.contentLine> .logoLine > .swiperLine > .mySwiper {
    width: 60%;
}
#section6>.container>.contentLine> .logoLine > .swiperLine > .mySwiper > .swiper-wrapper {}
#section6>.container>.contentLine> .logoLine > .swiperLine > .mySwiper > .swiper-wrapper > .swiper-slide {}
#section6>.container>.contentLine> .logoLine > .swiperLine > .mySwiper > .swiper-wrapper > .swiper-slide > .imgBox {
    width: 100%;

}
#section6>.container>.contentLine> .logoLine > .swiperLine > .mySwiper > .swiper-wrapper > .swiper-slide > .imgBox > img {
    width: 100%;
    border-radius: 25px;
}
#section6>.container>.contentLine> .logoLine > .swiperLine > .mySwiper > .swiper-pagination {}
.swiper-pagination-bullet-active {
    color: black !important;
    background-color: black !important;
}



#section7 {
    background: linear-gradient(180deg, #000000 26.31791948198198%, rgb(67 67 67) 100%);
}

#section7 > .container {
    width: 100%;
    padding: 100px 0;
}

#section7 > .container > .contentLine {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

#section7 > .container > .contentLine > .left {
}

#section7 > .container > .contentLine > .left > .socialList {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

#section7 > .container > .contentLine > .left > .socialList > .social {
}

#section7 > .container > .contentLine > .left > .socialList > .social > img {
    cursor: pointer;
    transition: all 0.3s;
    width: 35px;
}

#section7 > .container > .contentLine > .left > .socialList > .social > img:hover {
    transform: scale(1.1);
}

#section7 > .container > .contentLine > .left > .socialList > .social > img.twitter {
    width: 30px;
}

#section7 > .container > .contentLine > .left > .socialList > .social > img.telegram {
    width: 35px;
}

#section7 > .container > .contentLine > .right {
}

#section7 > .container > .contentLine > .right > .partnerList {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

#section7 > .container > .contentLine > .right > .partnerList > .partnetBox {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: flex-end;
}

#section7 > .container > .contentLine > .right > .partnerList > .partnetBox > .partner {
    width: 150px;
    cursor: pointer;
    transition: all 0.3s;
}

#section7 > .container > .contentLine > .right > .partnerList > .partnetBox > .partner:hover {
    transform: scale(1.05);
}

#section7 > .container > .contentLine > .right > .partnerList > .partnetBox > .partner > img {
    width: 100%;
}




#section8 {}
#section8>.container {}






@media all and (max-width: 1600px) {
    #section5>.container>.contentLine {
        gap: 3rem;
    }
}

@media all and (max-width: 1366px) {
    #section1>.container>.contentLine>.textLine>p,
    #section2>.container>.contentLine>.textLine>p,
    #section6>.container>.contentLine>.textLine>p {
        font-size: 45px;
    }

    #section3>.container > .contentLine > .textLine > p {
        font-size: 35px;
    }
    #section3>.container > .contentLine > .buttonLine > button {
        width: 230px;
    }

    #section5>.container>.contentLine>.right>.textLine>.mainT,
    #section5>.container>.contentLine>.left>.textLine>.mainT {
        font-size: 35px;
    }
    #section5>.container>.contentLine>.right > .tokkenLine > .tokken > p > br.mobileShow {
        display: block;
    }
    #section5>.container>.contentLine>.right > .tokkenLine > .tokken > p > span.mobileHide {
        display: none;
    }
    #section5>.container>.contentLine {
        gap: 5rem;
    }
    .navigation>.container>.iconLine {
        margin-left: 2rem;
    }
    .navigation>.container>.socialList {
        margin-right: 2rem;
    }
}

@media all and (max-width: 884px) {
    #section1>.container>.contentLine>.textLine {
        top: 0;
    }
    #section1>.container>.contentLine>.textLine>p, #section2>.container>.contentLine>.textLine>p, #section6>.container>.contentLine>.textLine>p {
        font-size: 40px;
    }
    #section1>.container>.contentLine> .logoLine {
        padding-top: 50px;
    }
    #section3>.container > .contentLine > .textLine > p {
        font-size: 35px;
        padding: 0 50px;
    }
    #section5>.container>.contentLine {
        flex-direction: column;
        align-items: center;
    }
    #section6>.container>.contentLine> .logoLine > .swiperLine > .mySwiper {
        width: 100%;
    }
    #section7 > .container > .contentLine {
        align-items: center;
        flex-direction: column-reverse;
        gap: 5rem;
    }

    #section3>.container > .contentLine > .tokkenBox > p > span.mobileHide {
        display: none;
    }
    #section3>.container > .contentLine > .tokkenBox > p > br.mobileShow {
        display: block;
    }
    #section1>.container>.contentLine>.getCodeBtn > button {
        height: 50px;
        font-size: 18px;
    }
    #section3>.container > .contentLine > .buttonLine > button {
        height: 50px;
        font-size: 18px;
        width: 200px;
    }
    #section1>.container>.contentLine>.getCodeBtn {
        bottom: 5%;
    }
    #section3>.container > .contentLine > .tokkenBox > p {
        text-align: center;
    }
    #section7 > .container > .contentLine > .right > .partnerList {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    #section7 > .container > .contentLine > .right > .partnerList > .partnetBox {
        width: 90%;
    }
    #section7 > .container > .contentLine > .right > .partnerList > .partnetBox > .partner {
        width: 33.33%;
    }
}

@media all and (max-width: 600px) {
    #section1>.container>.contentLine>.textLine>p, #section2>.container>.contentLine>.textLine>p, #section6>.container>.contentLine>.textLine>p {
        font-size: 28px;
    }
    #section1>.container>.contentLine>.getCodeBtn > button {
        font-size: 16px;
    }
    #section1>.container>.contentLine>.getCodeBtn {
        bottom: 0;
    }

    #section2>.container>.contentLine> .logoLine > .gradientBox,
    #section1>.container>.contentLine> .logoLine > .gradientBox {
        height: 38px;
    }
    #section2>.container {
        padding-top: 100px;
    }
    #section3>.container > .contentLine > .textLine > p {
        font-size: 28px;
    }
    #section3>.container > .contentLine > .buttonLine > button {
        font-size: 16px;
        width: 180px;
    }
    #section3>.container > .contentLine > .tokkenBox > p {
        font-size: 17px;
        line-height: 1.5;
    }
    #section5>.container>.contentLine>.right>.textLine>.mainT, #section5>.container>.contentLine>.left>.textLine>.mainT {
        font-size: 30px;
    }

    #section7 > .container > .contentLine > .right > .partnerList > .partnetBox {
        display: flex;
        flex-direction: row;
        gap: 3rem;
        align-items: flex-end;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media all and (max-width: 478px) {
    .navigation>.container>.iconLine>p {
        font-size: 21px;
    }
    .navigation>.container>.iconLine>img {
        width: 40px;
    }
    .navigation>.container>.socialList > img {
        width: 110px;
    }

    .navigation>.container>.iconLine {
        margin-left: 1rem;
    }
    .navigation>.container>.socialList {
        margin-right: 1rem;
    }

    #section2>.container>.contentLine> .logoLine > .gradientBox, #section1>.container>.contentLine> .logoLine > .gradientBox {
        height: 15px;
    }
    #section1>.container>.contentLine>.getCodeBtn {
        bottom: -25%;
    }
    #section1>.container>.contentLine>.getCodeBtn > button {
        font-size: 19px;
    }
    #section3>.container > .contentLine > .textLine > p {
        font-size: 21px;
    }
    #section3>.container > .contentLine > .buttonLine > button > p {
        font-size: 16px;
    }
    #section3>.container > .contentLine > .tokkenBox > p {
        font-size: 14px;
    }

    #section5>.container>.contentLine>.right>.textLine>.mainT, #section5>.container>.contentLine>.left>.textLine>.mainT {
        font-size: 27px;
    }
    #section5>.container>.contentLine>.left > .imgBox {
        width: 320px;
    }
    #section5>.container>.contentLine>.right > .tokkenLine > .tokken > p {
        font-size: 16px;
        padding: 10px 50px;
    }
    #section5>.container>.contentLine {
        gap: 2rem;
    }

}
