* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -0.5px;
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
img {
    width: 100%;
}
header {
    width: 100%;
    position: absolute;
    top: 0;
}
.header_wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.main_visual {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.logo {
    width: 50px;
}
.nav_menu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nav_menu ul li a {
    text-decoration: none;
    color: #fff;
    margin-left: 4rem;
    font-size: 1rem;
    margin-top: 1.5rem;
    display: block;
}

.main_txt {
    position: absolute;
    color: #fff;
    text-align: center;
}
.main_txt h1 {
    font-size: 7rem;
    font-family: 'GmarketSansMedium';
    font-weight: bold;
}
.main_txt p {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 1rem;
}
.main_txt button {
    background: none;
    outline: none;
    border: 1px solid #fff;
    
    margin-top: 6rem;
}
.main_txt button a {
    color: #fff;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
}




.sec_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1200px;
    margin: 10rem auto;
}
.sec_top img {
    width: 50%;
}
.sec_top .sec_what {
    width: 50%;
    margin-left: 6rem;
}
.sec_top .sec_what h3 {
    font-size: 2.5rem;
}
.sec_top .sec_what h3 span {
    display: block;
    width: 50px;
    height: 2px;
    background: #2C75E4;
    margin: 1rem 0 3rem;
}
.sec_top .sec_what p {
    line-height: 1.8;
    font-size: 1rem;
}

section {
    max-width: 1200px;
    margin: 0 auto;
}
section .sec h3 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 5rem;
}
section .sec {
    margin: 15rem 0;
}
.sec_img_wrap {
    margin-top: 20rem;
}
.sec_img_wrap .sec {
    max-width: 1200px;
    margin: 0 auto;
}
.sec_img_wrap .sec h3 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 5rem;
}
.sec_img_wrap .sec p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #707070;
    font-weight: 300;
    text-align: left;
    margin-bottom: 7rem;
}
.sec_img_wrap .sec p.sec_p {
    margin-top: 7rem;
}
.sec_img_wrap .sec p.sec_p strong {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.5rem;
}

section .sec div.intro_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
section .sec div.wrap img {
    width: 100%;
    margin-bottom: 5rem;
}
section .sec div.wrap p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #707070;
    font-weight: 300;
    text-align: center;
    margin: 5rem 0;
}
section .sec div.service_wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
}

section .sec div.token_wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
section .sec div.token_wrap img {
    width: 40%;
    margin: 0;
}
.tg  {border-collapse:collapse;border-spacing:0;width: 46%;}
.tg td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    overflow: hidden;
    padding: 15px;
    word-break: normal;
    border: none;
    border-bottom: 1px solid #ddd;
}
.tg .tg_bot td {
    padding-top: 30px;
}
  .tg th {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-size: 1.5rem;
    font-weight: normal;
    overflow: hidden;
    padding: 0 15px;
    word-break: normal;
    border: none;
    border-bottom: 3px solid #000;
    padding-bottom: 2rem;
}
.tg .tg-1wig{font-weight:bold;text-align:left;vertical-align:top}
.tg .tg-0lax{text-align:left;vertical-align:top}

.token_color ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 7rem;
}
.token_color ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.token_color ul li span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 1rem;
}
.token_color ul li:first-child span {
    background: #C55B3F;
}
.token_color ul li:nth-child(2) span {
    background: #EEC44B;
}
.token_color ul li:nth-child(3) span {
    background: #3E4390;
}
.token_color ul li:nth-child(4) span {
    background: #77B5A7;
}
.token_color ul li:last-child span {
    background: #2A325A;
}




.roadmap_wrap ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 5rem;
}
.roadmap_wrap ul li {
    background: #fff;
    padding: 3rem 1rem;
    border-radius: 30px;
    box-shadow: -3px -3px 15px 4px #68686821;
    position: relative;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 18%;
}
.roadmap_wrap ul li span {
    position: absolute;
    display: flex;
    top: -10%;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
}
.roadmap_wrap ul li p {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 300;
    color: #707070;
    margin-top: 0.5rem;
}
.roadmap_wrap ul li p strong {
    font-size: 1rem;
    display: block;
    margin-bottom: 1rem;
}
.roadmap_wrap {
    display: flex;
}


.quick {
    position: fixed;
    bottom: 7%;
    right: 13%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.quick button {
    background: none;
    border: none;
    outline: none;
    width: 50px;
    margin-bottom: 0.8rem;
    margin-left: 1rem;
}

.quick button a {
    display: block;
}



footer {
    background: #000;
    padding: 6rem 0;
}
footer .foot {
    max-width: 1400px;
    margin: 0 auto;
}
footer .foot p {
    color: #fff;
    text-align: left;
    font-size: 0.9rem;
}
footer .foot img {
    width: 50px;
    margin-bottom: 3rem;
}



.m_main {
    display: none;
}
.m_nav_menu {
    display: none;
} 
.m_nav_list {
    display: none;
}
@media screen and (max-width:1200px) {
    .main_txt h1 {
        font-size: 3rem;
        font-family: 'GmarketSansMedium';
        font-weight: bold;
    }
    .main_txt p {
        font-size: 1.3rem;
        font-weight: 500;
        margin-top: 1rem;
    }
    .main_txt button {
        background: none;
        outline: none;
        border: 1px solid #fff;
        margin-top: 4rem;
    }
    .sec_top {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 1200px;
        margin: 5rem auto;
        padding: 0 1.5rem;
    }
    .sec_top img {
        width: 100%;
        margin-bottom: 2rem;
    }
    .sec_top .sec_what {
        width: 100%;
        margin-left: 0;
    }
    .sec_top .sec_what p {
        line-height: 1.8;
        font-size: 0.8rem;
        white-space: nowrap;
    }
    .m_main {
        display: block;
    }
    .pc_main {
        display: none;
    }
    .m_nav_menu {
        display: flex;
        color: #fff;
        font-size: 23px;
    } 
    .m_nav_menu .fa-xmark {
        display: none;
    }
    .nav_menu {
        display: none;
    }
    .m_nav_list {
        background: #ffffffe6;
        position: absolute;
        left: 0;
        top: 78px;
        width: 100%;
        height: auto;
        display: flex;
        margin: 0;
        flex-direction: column;
        align-items: flex-start;
        z-index: 2;
        padding: 50px 0;
        display: none;
    } 
    .m_nav_list ul {
        margin: 0;
    }
    .m_nav_list ul li a {
        color: #000;
        padding: 0.7rem 2rem;
        display: block;
        font-size: 0.9rem;
        text-decoration: none;
    }
    .header_wrap {
        max-width: 1400px;
        margin: 0 auto;
        padding: 1.5rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .logo {
        width: 30px;
    }
    section {
        padding: 0 1.5rem;
    }
    section .sec {
        margin: 7rem 0;
    }
    section .sec h3 {
        text-align: center;
        font-size: 2rem;
        font-weight: 500;
        margin-bottom: 4rem;
    }
    section .sec div.intro_wrap {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
    }
    section .sec div.wrap p {
        font-size: 0.9rem;
        line-height: 1.7;
        color: #707070;
        font-weight: 300;
        margin-top: 2rem;
        text-align: center;
    }
    section .sec div.wrap img {
        width: 100%;
    }
    section .sec div.service_wrap {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
    }
    section .sec div.service_wrap p br {
        display: none;
    }
    section .sec .token_wrap p {
        background: #46C3FB;
        color: #fff;
        text-align: center;
        display: inline-block;
        padding: 0.8rem;
        width: 100%;
        border-radius: 50px;
        margin-bottom: 7rem;
        font-size: 1rem;
    }
    .token_color ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        font-weight: bold;
        font-size: 1rem;
        margin-bottom: 7rem;
        flex-wrap: wrap;
    }
    .token_color ul li {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-right: 1.5rem;
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
    .token_color ul li span {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin-right: 0.5rem;
    }
    .tg {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        margin-top: 3rem;
    }
    section .sec div.token_wrap {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
    }
    .roadmap_wrap ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        margin-top: 5rem;
        flex-wrap: wrap;
    }
    .roadmap_wrap ul li {
        background: #fff;
        padding: 3rem 1rem;
        border-radius: 30px;
        box-shadow: -3px -3px 15px 4px #68686821;
        position: relative;
        display: inline-flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 47%;
        margin-bottom: 3rem;
    }

    .sec_img_wrap {
        margin-top: 10rem;
    }
    .sec_img_wrap .sec {
        padding: 0 1.5rem;
    }
    .sec_img_wrap .sec h3 {
        text-align: center;
        font-size: 2rem;
        font-weight: 500;
        margin-bottom: 4rem;
    }
    .sec_img_wrap .sec p {
        font-size: 0.9rem;
        line-height: 1.7;
        color: #707070;
        font-weight: 300;
        margin-top: 2rem;
        text-align: left;
        margin-bottom: 7rem;
    }
    .sec_img_wrap .sec p.sec_p {
        margin-top: 4rem;
    }
    .sec_img_wrap .sec p.sec_p strong {
        font-size: 1.5rem;
        display: block;
        margin-bottom: 0.5rem;
    }


    footer .foot {
        max-width: 1400px;
        margin: 0 auto;
        margin-left: 2rem;
    }
    .quick {
        position: fixed;
        bottom: 21%;
        right: 8%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .quick button {
        background: none;
        border: none;
        outline: none;
        width: 42px;
        margin-bottom: 0.5rem;
        margin-left: 0;
    }
    footer .foot p {
        color: #fff;
        text-align: left;
        font-size: 0.7rem;
    }
    footer .foot img {
        width: 40px;
        margin-bottom: 2rem;
    }
}
