@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url('font/Noto_Sans_KR/NotoSansKR-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Morena';
    src: url('font/Morena/Morena.otf');
}

@font-face {
    font-family: 'Outfit';
    src: url('font/Outfit/Outfit-VariableFont_wght.ttf');
}

.justify-content-between {
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

.col-main {
    width: 65%;
}

.flex-1 {
    flex-grow: 1;
}

.flex-2 {
    flex-grow: 2;
}

.f-row {
    flex-direction: row !important;
}

.f-column {
    flex-direction: column !important;
}

.f-br {
    flex-basis: 100%;
    height: 0;
    padding: 0;
    margin: 0;
}

.w-full {
    width: 100%;
}

.pre {
    overflow: hidden;
    white-space: break-spaces;
}

.animate__animated.animate__delay-0_5s {
    animation-delay: 0.5s;
}

.animate__animated.animate__delay-1_5s {
    animation-delay: 1.5s;
}

.animate__animated.animate__delay-2_5s {
    animation-delay: 2.5s;
}

.animate__animated.animate__delay-3_5s {
    animation-delay: 3.5s;
}

.animate__animated.animate__delay-4_5s {
    animation-delay: 4.5s;
}

html {
    max-width: 1920px;
    height: auto;
    margin: auto;
    background-color: #fff;
}

body {
    background-color: #F8F3EC;
    font-family: Outfit;
}

header {
    display: flex;
    height: 80px;
    max-width: 1920px;
    margin: auto;
    background-color: #FDAF11;

}

header .col-main {
    margin: auto 16%;
}

.container {
    background-color: #000;
    padding: 0;
    max-width: 1920px;
}

/* headLine start */
.container .headLine {
    height: 812px;
    width: 100%;
}


.container .headLine .block {
    height: 100%;
    width: 100%;
    background-image: url(../img/bg_headLine_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.container .headLine .block .contents {
    margin: auto 22.5%;
    color: white;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.container .headLine .block .contents .title {}

.container .headLine .block .contents .subTitle {
    margin-top: 26.87px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    font-size: clamp(20px, 1.56vw, 30px);
    line-height: clamp(24px, 1.67vw, 32px);
    font-style: normal;
    font-weight: 500;
    max-width: 470px;
}

.container .headLine .block .contents .explanation {
    margin-top: 32px;
    max-width: 634px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
    font-size: clamp(14px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.container .headLine .block .contents .btn_area {
    margin-top: 21px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.container .headLine .block .contents .btn_area .community {
    width: 118px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 21px;
    border: 1px solid #FFF;
    color: white;
    background: rgba(255, 255, 255, 0.20);
}

.container .headLine .block .contents .btn_area .whitePaper {
    width: 202px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 21px;
    color: white;
    background: #F7941E;
}

/* headLine end */

/* section_01 start */
.container .section_01 {
    background: #F8F3EC;
    padding-bottom: 166px;
}

.container .section_01 .contents {
    color: #4B5666;
}

.container .section_01 .contents .title {
    font-size: clamp(20px, 1.88vw, 36px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.container .section_01 .contents .description {
    margin-top: 75px;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 1280px;
}

.container .section_01 .contents .key_Features {
    padding-top: 184px;
}

.container .section_01 .contents .key_Features .imgBox {
    margin-top: 113px;
    display: flex;
    flex-direction: row;
    /* gap: 27px; */
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.container .section_01 .contents .key_Features .imgBox img {
    width: 100%;
    max-width: 300px;
    padding: 13px;
}

.container .section_01 .contents .ecosystem {
    padding-top: 184.5px;
}

.container .section_01 .contents .ecosystem .card {
    background-color: transparent;
    margin-top: 114px;
    border: none;
}

.container .section_01 .contents .ecosystem .card:first-child {
    margin-top: 126px;
}

.container .section_01 .contents .ecosystem .card .explanation {
    margin-bottom: 20px;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: clamp(26px, 1.56vw, 30px);
    font-style: normal;
    font-weight: 400;
}

.container .section_01 .contents .ecosystem .card img {
    width: 100%;
    max-width: fit-content;
}

.container .section_01 .contents .gameItem {
    margin-top: 199px;
}

.container .section_01 .contents .gameItem .imgBox {
    margin-top: 154px;
    display: flex;
    flex-direction: row;
    /* gap: 63px; */
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.container .section_01 .contents .gameItem .imgBox img {
    padding: 0 15px;
    width: 100%;
    max-width: 200px;
}

/* section_01 end */

/* section_02 start */
.container .section_02 {
    background-image: url(../img/bg_section_02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F8F3EC;
    padding-bottom: 80px;
}

.container .section_02 .contents {
    color: #4B5666;
}

.container .section_02 .contents .title {
    font-size: clamp(20px, 1.88vw, 36px);
    line-height: clamp(24px, 1.56vw, 30px);
    font-style: normal;
    font-weight: 600;
}

.container .section_02 .contents .description {
    margin-top: 80px;
    font-size: clamp(18px, 1.04vw, 20px);
    line-height: clamp(26px, 1.56vw, 30px);
    font-style: normal;
    font-weight: 400;
    max-width: 1280px;
}

.container .section_02 .contents .token {
    padding-top: 244px;
}


.container .section_02 .contents .token .box {
    margin-top: 134px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 90%;
}

.container .section_02 .contents .token .box.mobile-div {
    display: none !important;
}

.container .section_02 .contents .token .box .info_area {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.container .section_02 .contents .token .box .info_area img {
    max-width: fit-content;
    width: 100%;
    max-height: 99.5px;
}

.container .section_02 .contents .token .box .tokenImg {
    margin-top: 28px;
}

.container .section_02 .contents .token .box .tokenImg img {
    height: 40%;
    max-height: 242.47px;
}

/* section_02 end */

/* section_03 start */
.container .section_03 {
    background-color: #F8F3EC;
    padding-bottom: 172px;
}

.container .section_03 .contents {
    color: #4B5666;
}

.container .section_03 .contents .title {
    font-size: clamp(20px, 1.88vw, 36px);
    line-height: clamp(26px, 1.56vw, 30px);
    font-style: normal;
    font-weight: 600;
}

.container .section_03 .contents .description {
    margin-top: 80px;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: clamp(26px, 1.56vw, 30px);
    font-style: normal;
    font-weight: 400;
    max-width: 1280px;
}

.container .section_03 .contents .description li {
    margin-top: 2rem;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: clamp(26px, 1.56vw, 30px);
    font-style: normal;
    font-weight: 700;
}

.container .section_03 .contents .earn_Flow {
    padding-top: 265px;
}

.container .section_03 .contents .earn_Flow .box {
    margin-top: 126px;
}

.container .section_03 .contents .earn_Flow table {
    width: 100%;
}

.container .section_03 .contents .earn_Flow table tr {
    display: flex;
    justify-content: space-evenly;
}

.container .section_03 .contents .earn_Flow table tr:nth-child(1),
.container .section_03 .contents .earn_Flow table tr:nth-child(3) {}

.container .section_03 .contents .earn_Flow table tr:nth-child(2) {

    margin: 30px auto;
}

.container .section_03 .contents .earn_Flow .box table img {
    width: 100%;
    max-width: fit-content;
    max-height: fit-content;
}

.container .section_03 .contents .earn_Flow .note {
    text-align: right;
    margin-top: 91px;
    font-size: clamp(12px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.container .section_03 .contents .technology {
    padding-top: 191px;
}

.container .section_03 .contents .technology .imgBox {
    margin: 97px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 42px;
    justify-content: center;
}

.container .section_03 .contents .technology .imgBox img {
    width: 100%;
    max-width: fit-content;
    max-height: fit-content;
}

.container .section_03 .contents .technology .point {
    margin-top: 107px;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: clamp(26px, 1.56vw, 30px);
    font-style: normal;
    font-weight: 400;
}

/* section_03 end */

/* section_04 start */

.container .section_04 {
    background-image: url(../img/bg_section_04.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-color: #F8F3EC;
    padding-bottom: 133px;
}

.container .section_04 .contents {
    color: #4B5666;
}

.container .section_04 .contents .title {
    font-size: clamp(20px, 1.88vw, 36px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.container .section_04 .contents .description {
    margin-top: 36px;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(26px, 1.56vw, 30px);
    max-width: 1280px;
}

.container .section_04 .contents .tokenomics {
    padding-top: 134px;
}

.container .section_04 .contents .tokenomics .graphBox {
    margin-top: 103px;
}

.container .section_04 .contents .tokenomics .graphBox .graph {
    text-align: center;
}

.container .section_04 .contents .tokenomics .graphBox .graph img {
    width: 100%;
    max-width: fit-content;
    max-height: fit-content;
}

.container .section_04 .contents .tokenomics .graphBox .item {
    margin: 104px auto 0 auto;
    width: 70%;

}

.container .section_04 .contents .tokenomics .graphBox .item tbody {
    margin: auto;
}

.container .section_04 .contents .tokenomics .graphBox .item .list {
    /* display: flex;
    justify-content: center; */
}

.container .section_04 .contents .tokenomics .graphBox .item .list td {
    padding-bottom: 43px;
}

.container .section_04 .contents .tokenomics .graphBox .item .list .circle {
    padding-right: 29px;
}

.container .section_04 .contents .tokenomics .graphBox .item .list .itemName {
    /* flex-grow: 1.5; */
    font-size: clamp(12px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.container .section_04 .contents .tokenomics .graphBox .item .list .itemDetail {
    padding-left: 69px;
    font-size: clamp(12px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.container .section_04 .contents .tokenomics .graphBox .note {
    margin-top: 96px;
    text-align: right;
    font-size: clamp(10px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* section_04 end */

/* section_05 start */
.container .section_05 {
    background-color: #F8F3EC;
    padding-bottom: 214px;
}

.container .section_05 .contents {
    color: #4B5666;
}

.container .section_05 .contents .title {
    font-size: clamp(20px, 1.88vw, 36px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.container .section_05 .contents .roadmap {
    padding-top: 166px;
}

.container .section_05 .contents .roadmap .box {
    position: relative;
    text-align: center;
    padding-top: 253px;
}

.container .section_05 .contents .roadmap .box .road {
    width: 90%;
}

.container .section_05 .contents .roadmap .box .list {
    position: absolute;
    display: flex;
    gap: 6px;
}

.container .section_05 .contents .roadmap .box .list .text {
    text-align: left;
}

.container .section_05 .contents .roadmap .box .list .text .date {
    font-size: clamp(12px, 1.88vw, 36px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.container .section_05 .contents .roadmap .box .list .text .explanation {
    font-size: clamp(8px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.container .section_05 .contents .roadmap .box .list.flag1 {
    bottom: 20%;
    left: 26%;
}

.container .section_05 .contents .roadmap .box .list.flag1 .imgFlag img {
    width: 9vw;
    max-width: fit-content;
}

.container .section_05 .contents .roadmap .box .list.flag2 {
    right: 8%;
    bottom: 38%;
    flex-direction: row-reverse;
}

.container .section_05 .contents .roadmap .box .list.flag2 .imgFlag img {
    width: 6.5vw;
    max-width: fit-content;
}

.container .section_05 .contents .roadmap .box .list.flag3 {
    top: 31%;
    left: 27%;
    flex-direction: row-reverse;
}

.container .section_05 .contents .roadmap .box .list.flag3 .imgFlag img {
    width: 2.5vw;
    max-width: fit-content;
}

.container .section_05 .contents .roadmap .box .list.flag4 {
    flex-direction: column-reverse;
    text-align: right;
    right: 30%;
    top: 16%;
}

.container .section_05 .contents .roadmap .box .list.flag4 .imgFlag img {
    width: 2.8vw;
    max-width: fit-content;
}

.container .section_05 .contents .roadmap .box .list.flag2 .text,
.container .section_05 .contents .roadmap .box .list.flag3 .text,
.container .section_05 .contents .roadmap .box .list.flag4 .text {
    text-align: right;
}

.container .section_05 .contents .roadmap .box .list.flag1 .text .date {
    color: #00DBC5;
}

.container .section_05 .contents .roadmap .box .list.flag2 .text .date {
    color: #FF5500;
}

.container .section_05 .contents .roadmap .box .list.flag3 .text .date {
    color: #0080FF;
}

.container .section_05 .contents .roadmap .box .list.flag4 .text .date {
    color: #FE1B85;
}

.container .section_05 .contents .roadmap .note {
    margin: 89px auto 0 auto;
    max-width: 1280px;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(26px, 1.56vw, 30px);
}

/* section_05 end */

/* section_06 start */
.container .section_06 {
    background-image: url(../img/bg_section_06.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-color: #F8F3EC;
    background-size: cover;
    padding-bottom: 187px;
}

.container .section_06 .contents {
    color: #4B5666;
}

.container .section_06 .contents .title {
    font-size: clamp(20px, 1.88vw, 36px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.container .section_06 .contents .description {
    margin-top: 80px;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(26px, 1.56vw, 30px);
    max-width: 1280px;
}

.container .section_06 .contents .community-partners {
    padding-top: 148px;
}

.container .section_06 .contents .community-partners .box {
    margin-top: 96px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.container .section_06 .contents .community-partners .box img {
    width: 100%;
    max-width: fit-content;
}

.container .section_06 .contents .community-partners .box div:nth-child(2) {
    text-align: center;
}

.container .section_06 .contents .community-partners .box div:nth-child(3) {
    text-align: right;
}

.container .section_06 .contents .community-partners .sub_title {
    margin-top: 125px;
    font-size: clamp(20px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.container .section_06 .contents .community-partners .sub_explanation {
    margin-top: 80px;
    font-family: Outfit;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: clamp(26px, 1.56vw, 30px);
    font-style: normal;
    font-weight: 400;
    max-width: 1280px;
}

.container .section_06 .contents .community-partners .sub_explanation ul {
    margin-bottom: 2rem;
}

.container .section_06 .contents .community-partners .sub_explanation li {
    margin-top: 2rem;
}

.container .section_06 .contents .sns-socialMedia {
    margin-top: 137px;
}

.container .section_06 .contents .sns-socialMedia .list {
    margin-top: 137px;
    display: flex;
    /* gap: 121px; */
    justify-content: center;
    flex-wrap: wrap;
}

.container .section_06 .contents .sns-socialMedia .list img {
    width: 100%;
    padding: 20px;
    max-width: fit-content;
}

.container .section_06 .contents .sns-socialMedia .list div {
    cursor: pointer;
    text-align: center;
}

/* section_06 end */

/* section_07 start */
.container .section_07 {
    background-color: #F8F3EC;
    padding-bottom: 191px;
}

.container .section_07 .contents {
    color: #4B5666;
}

.container .section_07 .contents .title {
    font-size: clamp(20px, 1.88vw, 36px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.container .section_07 .contents .description {
    margin-top: 80px;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: clamp(26px, 1.56vw, 30px);
    font-style: normal;
    font-weight: 400;
    max-width: 1280px;
}

.container .section_07 .contents .legal-risk {
    padding-top: 153px;
}

.container .section_07 .contents .legal-risk .sub_title {
    margin-top: 2rem;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(26px, 1.56vw, 30px);
    max-width: 1280px;
}

.container .section_07 .contents .legal-risk ul {
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(26px, 1.56vw, 30px);
}

.container .section_07 .contents .legal-risk ul div {
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(26px, 1.56vw, 30px);
    margin-left: -2rem;
    margin-top: 2rem;
}

.container .section_07 .contents .legal-risk li {
    margin-top: 2rem;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(26px, 1.56vw, 30px);
}

.container .section_07 .contents .legal-risk li.no-mt {
    margin-top: unset;
}

.container .section_07 .contents .legal-risk li.normal {
    font-weight: 400;
}

.container .section_07 .contents .legal-risk ul {
    padding-left: 3rem;
}

/* section_07 end */


.slick-slide {
    transition: transform 0.4s, filter 0.4s, opacity 0.4s;
    opacity: 0.5;
    /* 기본 흐림 */
    filter: blur(2px);
    transform: scale(0.7);
    z-index: 1;
    margin: auto;
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
}

.slick-slide img {
    width: 100%;
}

.slick-track {
    display: flex;
}

/* 중앙 슬라이드 */
.slick-center {
    opacity: 1 !important;
    filter: blur(0) !important;
    transform: scale(1.1) !important;
    z-index: 3;
}

/*footer*/
footer {
    background-color: #3F3E3E;
    color: white;
    padding-bottom: 69px;
}

footer .info_box {
    padding-top: 72px;
}

footer .info_box tr td {
    font-size: clamp(14px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 1029px;
    padding-bottom: 20px;
}

footer .info_box tr:nth-child(2) td {
    padding-bottom: 74px;
}

footer .info_box tr:nth-child(3) td {
    vertical-align: top;
}

footer .info_box tr td:nth-child(1) {
    padding-right: 13px;
}

footer .info_box tr td:nth-child(3) {
    padding-left: 12px;
}

footer .copyright {
    margin-top: 96px;
    text-align: center;
    font-size: clamp(12px, 0.83vw, 16px);
    line-height: clamp(18px, 1.77vw, 34px);
    font-style: normal;
    font-weight: 400;
}

.scrollBtn_area {
    /* width: 100%;
    max-width: 1920px;
    position: fixed;
    top: 0;
    height: 100%; */

}

.scrollBtn_area .scroll-img {
    position: fixed;
    z-index: 99;
    cursor: pointer;
    width: fit-content;
    right: 28%;
    bottom: 5%;
}


@media (max-width: 2560px) {
    .scrollBtn_area .scroll-img {
        right: 15%;
    }
}

@media (max-width: 1600px) {
    .container .section_05 .contents .roadmap .box .list.flag3 {
        top: 35%;
        left: 28%;
    }

    .container .section_05 .contents .roadmap .box .list.flag4 {
        right: 26%;
        top: 18%;
    }
}

@media (max-width: 1920px) {
    .scrollBtn_area .scroll-img {
        right: 3%;
    }
}

@media (max-width: 1400px) {
    .container .section_05 .contents .roadmap .box .list.flag3 {
        top: 38%;
        left: 27%;
    }

    .container .section_05 .contents .roadmap .box .list.flag4 {
        right: 27%;
        top: 20%;
    }
}

@media (max-width: 1250px) {
    .col-main {
        width: 85%;
    }

    .container .section_05 .contents .roadmap .box .list.flag2 {
        right: 6%;
        bottom: 37%;
    }

    .container .section_05 .contents .roadmap .box .list.flag3 {
        top: 40%;
        left: 27%;
    }

    .container .section_05 .contents .roadmap .box .list.flag4 {
        right: 25%;
        top: 23%;
    }
}

@media (max-width: 1000px) {
    .container .section_05 .contents .roadmap .box .list.flag3 {
        top: 43%;
        left: 27%;
    }

    .container .section_05 .contents .roadmap .box .list.flag4 {
        right: 25%;
        top: 28%;
    }
}

@media (max-width: 850px) {
    .container .section_05 .contents .roadmap .box .list.flag2 {
        right: 6%;
        bottom: 31%;
    }

    .container .section_05 .contents .roadmap .box .list.flag3 {
        top: 48%;
        left: 26%;
    }

    .container .section_05 .contents .roadmap .box .list.flag4 {
        right: 25%;
        top: 33%;
    }
}

@media (max-width: 770px) {
    .col-main {
        width: 88%;
    }

    header {
        /* height: 100px;
        background-image: url(../img/bg_top_m.png);
        background-size: cover;
        background-position-y: top; */
        display: none;
    }

    header .logo-icon {
        display: none;
    }

    .m_menu .list {
        position: absolute;
        width: 90%;
        background-color: #fff;
        top: 0px;
        right: 0px;
        z-index: 999;
        flex-direction: column;
        height: 50%;
        background-color: #FEFDEB;
        line-height: normal;
        max-height: 500px;
        max-width: 500px;
    }

    .m_menu .list a {
        text-decoration: none;
        color: inherit;
    }

    .m_menu .list .top {
        text-align: right;
        padding: 15px;

    }

    .m_menu .list button {
        background-color: transparent;
        border: unset;
    }

    .m_menu .list h4 {
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .m_menu .list button {
        /* padding-left: 10%; */
    }

    .m_menu .list p {
        /* padding-left: 10%;
        font-family: Poppins Noto Sans KR;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal; */
        display: flex;
        gap: 6px;
    }

    .m_menu .list .active {
        color: #1DA132;
    }

    .m_menu .list .active:before {
        background: url(../img/Ellipse.png) no-repeat;
        content: "";
        display: inline-block;
        width: 8px;
        height: 25px;
        padding: 5px 10px;
        background-position-y: center;
    }

    .m_menu .list p:not(.active) {
        padding-left: calc(5% + 18px);
    }

    .m_menu .list .menuList {
        margin-bottom: 25px !important;
    }

    .m_menu .list .m-language button {
        width: 60%;
        text-align: left;
    }

    /* headLine start */
    .container .headLine .block {
        background-image: url(../img/bg_headLine_01_m.png);
    }

    .container .headLine .block .contents .subTitle {
        margin-top: 10px;
        max-width: 217px;
    }

    .container .headLine .block .contents .explanation {
        margin-top: 54px;
        max-width: 209px;
    }

    .container .headLine .block .contents .btn_area {
        margin-top: 35px;
        flex-direction: column;
        gap: 10px;
    }

    /* headLine end */

    /* section_01 start*/
    .container .section_01 {
        padding-bottom: 72px;
    }

    .container .section_01 .contents .key_Features {
        padding-top: 76px;
    }

    .container .section_01 .contents .description {
        margin-top: 32px;
    }

    .container .section_01 .contents .key_Features .imgBox {
        margin-top: 50px;
    }

    .container .section_01 .contents .key_Features .imgBox img {
        max-width: 181px;
    }

    .container .section_01 .contents .ecosystem {
        padding-top: 61px;
    }

    .container .section_01 .contents .ecosystem .card {
        margin-top: 35px;
    }

    .container .section_01 .contents .ecosystem .card .explanation {
        margin-bottom: 24px;
    }

    .container .section_01 .contents .gameItem {
        margin-top: 75px;
    }

    .container .section_01 .contents .gameItem .imgBox {
        margin-top: 44px;
    }

    .container .section_01 .contents .gameItem .imgBox img {
        padding: 12px 0;
        max-width: 158px;
    }

    /* section_01 end*/

    /* section_02 start*/
    .container .section_02 {
        background-image: url(../img/bg_section_02_m.png);
        padding-bottom: 87px;
    }

    .container .section_02 .contents .token {
        padding-top: 62px;
    }

    .container .section_02 .contents .description {
        margin-top: 35px;
    }

    .container .section_02 .contents .description {
        margin-top: 35px;
    }

    .container .section_02 .contents .token .box {
        margin-top: 60px;
    }

    .container .section_02 .contents .token .box.pc-div {
        display: none !important;
    }

    .container .section_02 .contents .token .box.mobile-div {
        display: flex !important;
        width: 100%;
    }

    .container .section_02 .contents .token .box .tokenImg {
        margin-top: unset;
        text-align: center;
    }

    .container .section_02 .contents .token .box .tokenImg img {
        height: 100%;
        max-height: fit-content !important;
        width: fit-content;
    }

    .container .section_02 .contents .token .box .info_area {
        gap: 40px;
    }

    .container .section_02 .contents .token .box .info_area img {
        max-height: unset;
        max-width: unset;
    }

    /* section_02 end*/

    /* section_03 start*/
    .container .section_03 {
        padding-bottom: 84px;
    }

    .container .section_03 .contents .earn_Flow {
        padding-top: 22px;
    }

    .container .section_03 .contents .earn_Flow .box {
        margin-top: 52px;
    }

    .container .section_03 .contents .description {
        margin-top: 35px;
    }

    .container .section_03 .contents .earn_Flow .note {
        margin-top: 36px;
    }

    .container .section_03 .contents .technology {
        padding-top: 82px;
    }

    .container .section_03 .contents .technology .imgBox {
        margin: 37px auto 0 auto;
    }

    .container .section_03 .contents .technology .point {
        margin-top: 52px;
    }

    /* section_03 end*/

    /* section_04 start*/
    .container .section_04 {
        padding-bottom: 67px;
    }

    .container .section_04 .contents .tokenomics {
        padding-top: 50px;
    }

    .container .section_04 .contents .tokenomics .graphBox {
        margin-top: 52px;
    }

    .container .section_04 .contents .tokenomics .graphBox .graph img {
        max-width: unset;
        max-height: unset;
    }

    .container .section_04 .contents .tokenomics .graphBox .item {
        width: 60%;
        margin: 45px auto 0 auto;
    }

    .container .section_04 .contents .tokenomics .graphBox .note {
        margin-top: 67px;
    }

    .container .section_04 .contents .tokenomics .graphBox .item .list td {
        padding-bottom: 12px;
    }

    .container .section_04 .contents .tokenomics .graphBox .item .list td svg {
        width: 12px;
        height: 12px;
    }

    .container .section_04 .contents .tokenomics .graphBox .item .list .circle {
        padding-right: 11px;
    }

    .container .section_04 .contents .tokenomics .graphBox .item .list .itemDetail {
        padding-left: 8px;
    }

    /* section_04 end*/

    /* section_05 start*/
    .container .section_05 {
        padding-bottom: 77px;
    }

    .container .section_05 .contents .roadmap {
        padding-top: 38px;
    }

    .container .section_05 .contents .roadmap .note {
        margin-top: 63px;
    }

    /* section_05 end*/

    /* section_06 start*/

    .container .section_06 {
        padding-bottom: 58px;
        background-image: url(../img/bg_section_06_m.png);
        background-position-y: bottom;
        background-size: contain;
    }

    .container .section_06 .contents .community-partners {
        padding-top: 77px;
    }

    .container .section_06 .contents .description {
        margin-top: 36px;
    }

    .container .section_06 .contents .community-partners .box {
        margin-top: 41px;
        gap: 27px;
    }

    .container .section_06 .contents .community-partners .sub_title {
        margin-top: 65px;
    }

    .container .section_06 .contents .sns-socialMedia {
        margin-top: 60px;
    }

    .container .section_06 .contents .sns-socialMedia .list {
        margin-top: 51px;

    }

    /* section_06 end*/

    /* section_07 start*/
    .container .section_07 {
        padding-bottom: 51px;
    }

    .container .section_07 .contents .title {
        white-space: nowrap;
    }

    .container .section_07 .contents .legal-risk {
        padding-top: 55px;
    }

    .container .section_07 .contents .description {
        margin-top: 43px;
    }

    .container .section_07 .contents .legal-risk ul div.last {
        margin-left: -3rem;
    }

    /* section_07 end*/


    footer .info_box table tbody tr {
        display: flex;
        flex-wrap: wrap;
    }

    footer .info_box tr:nth-child(2) td {
        padding-bottom: 48px;
    }

    footer .info_box tr td:nth-child(3) {
        padding-left: 40px;
    }

    footer .copyright {
        margin-top: 63px;
    }
}

@media (max-width: 700px) {
    .container .section_05 .contents .roadmap .box .list.flag1 {
        bottom: 15%;
        left: 22%;
    }

    .container .section_05 .contents .roadmap .box .list.flag2 {
        right: 6%;
        bottom: 28%;
    }

    .container .section_05 .contents .roadmap .box .list.flag3 {
        top: 52%;
        left: 26%;
    }

    .container .section_05 .contents .roadmap .box .list.flag4 {
        right: 25%;
        top: 39%;
    }
}

@media (max-width: 600px) {
    .container .section_05 .contents .roadmap .box .list.flag3 {
        top: 55%;
        left: 23%;
    }
}

@media (max-width: 500px) {
    .container .section_05 .contents .roadmap .box {
        padding-top: 76px;
    }

    .container .section_04 .contents .tokenomics .graphBox .item {
        width: 100%;
    }

    .container .section_05 .contents .roadmap .box .list.flag1 {
        bottom: 12%;
        left: 15%;
    }

    .container .section_05 .contents .roadmap .box .list.flag2 {
        right: 5%;
        bottom: 36%;
    }

    .container .section_05 .contents .roadmap .box .list.flag3 {
        top: 34%;
        left: 17%;
    }

    .container .section_05 .contents .roadmap .box .list.flag4 {
        right: 25%;
        top: 11%;
    }

}

@media (max-width: 450px) {
    .container .section_05 .contents .roadmap .box .list.flag3 {
        left: 13%;
    }

    .container .section_05 .contents .roadmap .box .list.flag4 {}
}