@font-face {
    font-family: 'Noto Sans KR';
    src: url('font/NotoSansKR/NotoSansKR-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    /* 로딩 최적화 */
    unicode-range: U+AC00-D7A3;
    /* 한글 범위 */
}

@font-face {
    font-family: 'Outfit';
    src: url('font/Outfit/Outfit-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    /* 한글 범위 */
}

/* 기본(Regular, 400) */
@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+0020-007E,
        /* 기본 ASCII (영문/숫자/기본 기호) */
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    unicode-range: U+0020-007E,
        /* 기본 ASCII (영문/숫자/기본 기호) */
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    unicode-range: U+0020-007E,
        /* 기본 ASCII (영문/숫자/기본 기호) */
}

/* @font-face {
    font-family: 'Inter-Regular';
    src: url('font/Inter/static/Inter-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('font/Inter/static/Inter-SemiBold.ttf');
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('font/Inter/static/Inter-Medium.ttf');
}

@font-face {
    font-family: 'Syncopate-Regular';
    src: url('font/Syncopate/Syncopate-Regular.ttf');
}

@font-face {
    font-family: 'Syncopate-Bold';
    src: url('font/Syncopate/Syncopate-Bold.ttf');
} */

.wow-item {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

html {
    max-width: 1920px;
    margin: auto;
}

body {
    font-family: 'Poppins', 'Noto Sans KR', system-ui, sans-serif;
}

p,
span {
    white-space: break-spaces;
}

html pre {
    margin-bottom: unset;
}

header {
    height: 800px;
    background-image: url(../img/bg_header_01.png);
    background-repeat: no-repeat;
}

header .p_menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

header .menu {
    height: 102px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

/* 언어변경 select box */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: fit-content;
}

.bootstrap-select>.dropdown-toggle {
    width: 250px;
    height: 42px;
    background-color: transparent;
    border-radius: 34px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    color: #000;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bootstrap-select .dropdown-toggle .filter-option {
    width: 60%;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    display: flex;
    justify-content: space-evenly;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner img {
    width: 40px;
    height: 25px;
}

.dropdown-toggle::after {
    background: url(../img/down_icon.png) no-repeat 0px 0px;
    background-position-y: center;
    content: "";
    display: inline-block;
    height: 13px;
    width: 37px;
    margin: 0 -7px !important;
    vertical-align: unset;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #140086;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.dropdown-menu.show {
    width: 250px;
    height: 106px;
    border-radius: 21px;
    border: 1px solid #FFF;
    background: #FFF;
    overflow: hidden;
}

.inner.show {
    overflow-x: hidden;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}

.bootstrap-select .dropdown-menu li {
    margin: 9px 0;
}

.bootstrap-select .dropdown-menu li a {
    /* margin: 10px 13px; */
    line-height: normal;
}

.bootstrap-select .dropdown-menu li a .text img {
    margin: 0 19px;
}

/* 언어변경 select box 종료*/


header .box {
    display: flex;
    flex-direction: row;
    margin: 194px auto 100px;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

header .box .textArea {
    color: #FFF;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    font-size: clamp(24px, 2.08vw, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: clamp(30px, 2.6vw, 50px);
    /* 125% */
}

header .box .textArea #header_02:lang(ko) {
    white-space: normal;
}

header .btnArea {
    text-align: center;
    cursor: pointer;
}

header .btnArea div {
    width: fit-content;
    margin: auto;
}

.container {
    margin: 0;
    padding: 0;
}

.container .middle-01 {
    background: #EEF2FA;
    max-width: 1920px;
    width: 100vw;
    margin: 0;
}

.container .middle-01 #middle_01_title {
    color: #8D8D8D;
    text-align: center;
    font-size: clamp(20px, 1.46vw, 28px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(32px, 2.4vw, 46px);
    /* 164.286% */
    margin-top: 130px;
    margin-bottom: 88px;
    white-space: break-spaces;
}

.container .middle-01 .boxList {
    display: flex;
    flex-direction: row;
    /* gap: 90px; */
    gap: clamp(15px, 4.69vw, 90px);
    justify-content: center;
    margin-bottom: 211px;
}

.container .middle-01 .boxList .box div {
    color: #676767;
    font-size: clamp(16px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(30px, 1.88vw, 36px);
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    /* white-space: break-spaces; */
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: pre;
}

.container .middle-01 .boxList .box div:lang(en) {
    font-size: clamp(14px, 1.04vw, 20px);
    line-height: clamp(25px, 1.88vw, 36px);
}

.container .middle-01 .boxList .box {
    position: relative;
    width: fit-content;
    border-radius: 320px;
    box-shadow: -22px -20px 30px 0 #FFF, 8px 8px 30px 0 rgba(118, 192, 200, 0.50);
}

.container .middle-01 .boxList .box img {
    width: 100%;
}

/* .container .middle-01 .boxList .box.ellipseUp {
    background-image: url(../img/ellipse_up.png);
    background-repeat: no-repeat;
    width: 321px;
    height: 321px;
    border-radius: 320px;
    box-shadow: -22px -20px 30px 0 #FFF, 8px 8px 30px 0 rgba(118, 192, 200, 0.50);
    background-size: contain;
    background-position-y: top;
}

.container .middle-01 .boxList .box.ellipseDown {
    background-image: url(../img/ellipse_down.png);
    background-repeat: no-repeat;
    width: 321px;
    height: 321px;
    border-radius: 320px;
    box-shadow: -22px -20px 30px 0 #FFF, 8px 8px 30px 0 rgba(118, 192, 200, 0.50);
    background-size: contain;
    background-position-y: bottom;
} */

.container .middle-02 {
    max-width: 1920px;
    width: 100vw;
    margin: 0;
    /* height: 807px; */
    background-image: url(../img/bg_middle-02.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.container .middle-02 .contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container .middle-02 .contents #middle_02_title {
    margin-top: 321px;
    color: #FFF;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.50);
    font-size: clamp(40px, 5.73vw, 110px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    white-space: break-spaces;
}

.container .middle-02 .contents #middle_02_sub01 {
    margin-bottom: 172px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.70);
    font-size: clamp(15px, 1.88vw, 36px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 60px;
    white-space: break-spaces;
}

.container .middle-02 .contents #middle_02_sub01:lang(ko) {
    white-space: normal;
}

.container .middle-03 {
    background: #EEF2FA;
    max-width: 1920px;
    width: 100vw;
    margin: 0;
    /* height: 621px; */
}

.container .middle-03 .boxList {
    display: flex;
    flex-direction: row;
    gap: clamp(15px, 4.69vw, 90px);
    justify-content: center;
    margin-top: 173px;
    margin-bottom: 215px;
}

.container .middle-03 .boxList .box {
    position: relative;
    width: fit-content;
}

.container .middle-03 .boxList .box img {
    width: 100%;
}

.container .middle-03 .boxList .box div {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: pre;
}

.container .middle-03 .boxList .box .text {
    color: #8D8D8D;
    font-size: clamp(16px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(24px, 1.56vw, 30px);
    /* 150% */
    display: flex;
    margin: auto;
    justify-content: center;
    height: 100%;
    align-items: center;
    margin-top: 5%;
    margin-left: 5%;
}

.container .middle-03 .boxList .box .text:lang(en) {
    margin-top: 10%;
    font-size: clamp(12px, 1.2vw, 20px);
    line-height: clamp(17px, 1.56vw, 30px);
}

.container .middle-04 {
    background: #2F3135;
    max-width: 1920px;
    width: 100vw;
    margin: 0;
    /* height: 1240px; */
}

.container .middle-04 .contents {
    display: flex;
    flex-direction: column;
}

.container .middle-04 .contents .title {
    margin-top: 118px;
    color: #FFF;
    font-size: clamp(20px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 125% */
    white-space: break-spaces;
}

.container .middle-04 .contents .subTitle {
    margin-top: 75.5px;
    color: #C0C0C0;
    text-align: center;
    font-size: clamp(14px, 1.46vw, 28px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(24px, 2.4vw, 46px);
    /* 164.286% */
    white-space: break-spaces;
}

.container .middle-04 .contents .boxList {
    margin-top: 98.5px;
    margin-bottom: 149px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.container .middle-04 .contents .boxList .box {
    display: flex;
    flex-direction: row;
    /* gap: 78px; */
    gap: clamp(25px, 4.06vw, 78px);
}

.container .middle-04 .contents .boxList .box .imgArea img {
    max-width: fit-content;
}

.container .middle-04 .contents .boxList .box .textArea .title {
    color: #C0C0C0;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(30px, 2.08vw, 40px);
    /* 166.667% */
    margin-top: 0;
    white-space: break-spaces;
}

.container .middle-04 .contents .boxList .box .textArea .sub {
    margin-top: 20px;
}

.container .middle-04 .contents .boxList .box .textArea .sub li {
    color: #C0C0C0;
    font-size: clamp(14px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(24px, 1.88vw, 36px);
    /* 180% */
    white-space: break-spaces;
}

.container .middle-05 {
    background: #EEF2FA;
    max-width: 1920px;
    width: 100vw;
    margin: 0;
}

.container .middle-05 .contents {}

.container .middle-05 .contents .boxList .list .box {
    color: #8D8D8D;
    font-size: clamp(16px, 1.15vw, 22px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(45px, 1.46vw, 28px);
    /* 225% */
}

.container .middle-05 .contents .boxList .list .box:lang(en) {
    font-size: clamp(16px, 1.15vw, 20px);
}

.container .middle-05 .contents .token {
    display: flex;
    flex-direction: column;
}

.container .middle-05 .contents .token .title {
    margin-top: 99.5px;
    color: #01B5FF;
    font-size: clamp(20px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 125% */
}

.container .middle-05 .contents .token .subTitle {
    position: relative;
    margin-top: 80.47px;
    border-radius: 20px;
    /* background-image: url(../img/middle05_frame_sub.png); */
    margin-left: auto;
    margin-right: auto;
}

.container .middle-05 .contents .token .subTitle img {
    width: 100%;
    border-radius: 20px;
    box-shadow: -22px -20px 30px 0 #FFF, 8px 8px 30px 0 rgba(118, 192, 200, 0.50);
}

.container .middle-05 .contents .token .subTitle ul {
    position: absolute;
    padding-left: 5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    margin-bottom: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container .middle-05 .contents .token .subTitle li {
    color: #8D8D8D;
    font-size: clamp(13px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(30px, 2.6vw, 50px);
    /* 208.333% */
}

.container .middle-05 .contents .token .boxList {
    margin: 68px auto;
}

.container .middle-05 .contents .token .boxList .list {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin: auto;
    margin-bottom: 12px;
}

.container .middle-05 .contents .token .boxList .list:last-child {
    margin-bottom: unset;
}

.container .middle-05 .contents .token .boxList .list .box {
    position: relative;
    /* background-image: url(../img/middle05_frame_token.png);
    background-repeat: no-repeat;
    width: 244px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center; */

    color: #8D8D8D;
    font-size: clamp(16px, 1.15vw, 22px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(20px, 1.77vw, 34px);
    /* 154.545% */
    text-align: center;
}

.container .middle-05 .contents .token .boxList .list .box div {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container .middle-05 .contents .token .boxList .list .text {
    display: flex;
    justify-content: center;
    align-items: center;

    color: #8D8D8D;
    font-size: clamp(14px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(20px, 1.77vw, 34px);
    /* 141.667% */
}

.container .middle-05 .contents .token .tokenRate {
    margin: 83px auto 0;
    display: flex;
    flex-direction: column;
}

.container .middle-05 .contents .token .tokenRate .graph {
    display: flex;
    flex-direction: row;
    /* gap: 116px; */
    gap: clamp(15px, 6.04vw, 116px);
}

.container .middle-05 .contents .token .tokenRate .graph .rateImg img {
    max-width: fit-content;
    filter: drop-shadow(6px 6px 20px rgba(118, 192, 200, 0.50)) drop-shadow(-16px -16px 20px #FFF);
}

.container .middle-05 .contents .token .tokenRate .graph .textArea {
    display: flex;
    flex-direction: column;
    gap: 27px;
    justify-content: center;
}

.container .middle-05 .contents .token .tokenRate .graph .textArea .list {
    display: flex;
    gap: 10px;
}

.container .middle-05 .contents .token .tokenRate .graph .textArea .list .text {
    color: #8D8D8D;
    font-size: clamp(12px, 1.07vw, 20.5px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(14px, 1.15vw, 22px);
    /* 107.317% */
}

.container .middle-05 .contents .token .tokenRate .graph .textArea .list .text:lang(en) {
    text-align: left;
}

.container .middle-05 .contents .token .tokenRate .explanation {
    margin-top: 48px;
    color: #8D8D8D;
    font-size: clamp(12px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(18px, 1.77vw, 34px);
    /* 170% */
}

.container .middle-05 .contents .token .tokenRate .explanation div {
    margin-bottom: 21px;
    white-space: break-spaces;
}

.container .middle-05 .contents .token .tokenRate .explanation li {
    margin-left: 27px;
    white-space: break-spaces;
}

.container .middle-05 .contents .util_Ecosystem .title {
    margin-top: 100px;
    color: #01B5FF;
    font-size: clamp(20px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 125% */
}

.container .middle-05 .contents .util_Ecosystem .sub {
    margin-top: 80px;
}

.container .middle-05 .contents .util_Ecosystem .sub div {
    color: #8D8D8D;
    text-align: center;
    font-size: clamp(13px, 1.46vw, 28px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(24px, 2.4vw, 46px);
    /* 164.286% */
    white-space: break-spaces;
}

.container .middle-05 .contents .util_Ecosystem .subTitle {
    margin-top: 90px;
    color: #8D8D8D;
    font-size: clamp(16px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: clamp(20px, 1.77vw, 34px);
    /* 170% */
}

.container .middle-05 .contents .util_Ecosystem .boxList {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.container .middle-05 .contents .util_Ecosystem .boxList .list {
    display: flex;
    gap: 17px;
    margin: 0 auto 0 2rem;
    width: fit-content;
}

.container .middle-05 .contents .util_Ecosystem .boxList .list .box {
    position: relative;
    font-size: clamp(16px, 1.15vw, 22px);
    line-height: clamp(20px, 1.46vw, 28px);
    text-align: center;
    height: fit-content;
}

.container .middle-05 .contents .util_Ecosystem .boxList .list .box div {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: pre;
}

.container .middle-05 .contents .util_Ecosystem .boxList .list .text {
    display: flex;
    align-items: center;
}

.container .middle-05 .contents .util_Ecosystem .boxList .list .text div {
    color: #8D8D8D;
    font-size: clamp(13px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(20px, 1.82vw, 35px);
    /* 175% */
    /* white-space: break-spaces; */
    white-space: normal;
}

.container .middle-05 .contents .util_Ecosystem .boxList .note {
    margin-top: 27px;
    text-align: left;
    color: #8D8D8D;
    font-size: clamp(12px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(20px, 1.77vw, 34px);
    /* 170% */
    white-space: break-spaces;
}

.container .middle-05 .contents .util_Ecosystem .boxList .note:lang(ko) {
    text-align: center;
}

.container .middle-05 .contents .plan .title {
    margin-top: 100px;
    color: #01B5FF;
    font-size: clamp(20px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 125% */
}

.container .middle-05 .contents .plan .sub {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.container .middle-05 .contents .plan .sub .box {
    position: relative;
    /* width: 886px;
    height: 70px;
    background-image: url(../img/middle05_frame_plan.png);
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center; */
    color: #8D8D8D;
    font-size: clamp(16px, 1.15vw, 22px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(20px, 1.77vw, 34px);
    /* 154.545% */
    /* white-space: break-spaces; */
    text-align: center;
}

.container .middle-05 .contents .plan .sub .box img {
    width: 100%;
}

.container .middle-05 .contents .plan .sub .box div {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container .middle-05 .contents .plan .sub .box div:lang(en) {
    white-space: break-spaces;
}

.container .middle-05 .contents .plan .sub .box:lang(ko) {
    white-space: normal;
}

.container .middle-05 .contents .plan .subTitle {
    margin-top: 90px;
    color: #8D8D8D;
    font-size: clamp(16px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(20px, 1.77vw, 34px);
    /* 170% */
}

.container .middle-05 .contents .plan .boxList {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.container .middle-05 .contents .plan .boxList .list {
    display: flex;
    gap: 17px;
    margin: 0 auto 0 2rem;
    width: fit-content;
}

.container .middle-05 .contents .plan .boxList .list .box {
    position: relative;
    line-height: clamp(20px, 1.46vw, 28px);
    /* 127.273% */
    height: fit-content;
}

.container .middle-05 .contents .plan .boxList .list .box div {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container .middle-05 .contents .plan .boxList .list .box:lang(en) {
    white-space: pre;
}

.container .middle-05 .contents .plan .boxList .list .text {
    display: flex;
    align-items: center;
}

.container .middle-05 .contents .plan .boxList .list .text div {
    color: #8D8D8D;
    font-size: clamp(13px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(20px, 1.82vw, 35px);
    /* 175% */
    white-space: break-spaces;
}

.container .middle-05 .contents .plan .boxList .note {
    margin: 76px 0 160px;
    text-align: left;
    color: #8D8D8D;
    font-size: clamp(12px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(18px, 1.77vw, 34px);
    /* 170% */
    white-space: break-spaces;
}

.container .middle-06 {
    background: #2F3135;
    max-width: 1920px;
    width: 100vw;
    /* height: 1120px; */
    margin: 0;
}

.container .middle-06 .contents .title {
    margin-top: 80px;
    color: #01B5FF;
    font-size: clamp(20px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 125% */
}

.container .middle-06 .contents .timeline {
    margin-top: 40px;
    margin-left: 2rem;
    color: #C0C0C0;
    font-size: clamp(14px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(24px, 1.77vw, 34px);
    /* 170% */
}

.container .middle-06 .contents .timeline .timeline-item::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 12px;
    /* 텍스트 높이에 맞게 조정 */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #8D8D8D;
}

.container .middle-06 .contents .timeline .timeline-item {
    position: relative;
    list-style: none;
    margin-bottom: 21px;
}

.container .middle-06 .contents .timeline .timeline-item .timeline-label {
    margin-left: 2rem;
}

.container .middle-06 .contents .timeline .timeline-item .timeline-label::before {
    content: "";
    position: absolute;
    top: 19px;
    bottom: -36px;
    left: 8px;
    /* 점 중앙과 맞추기 */
    width: 1px;
    background: #8D8D8D;
}

.container .middle-06 .contents .timeline .timeline-item:last-child .timeline-label::before {
    bottom: 100%;
}

.container .middle-06 .contents .timeline .timeline-item .timeline-list li {
    list-style: inside;

}

.container .middle-06 .contents .sub {
    /* margin-top: 40px; */
    margin-left: 5rem;
    margin-bottom: clamp(59px, 6.09vw, 117px);
    color: #C0C0C0;
    font-size: clamp(14px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(18px, 1.77vw, 34px);
    /* 170% */
    white-space: pre-line;
}

.container .middle-07 {
    background: #EEF2FA;
    max-width: 1920px;
    width: 100vw;
    margin: 0;
}

.container .middle-07 .contents .title {
    margin-top: 120px;
    color: #01B5FF;
    font-size: clamp(20px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 125% */
}

.container .middle-07 .contents .boxList {
    margin-top: 117px;
    display: flex;
    flex-direction: column;
    gap: 59px;
}

.container .middle-07 .contents .boxList .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    gap: 34px;
}

.container .middle-07 .contents .boxList .list .box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.container .middle-07 .contents .boxList .list .box .imgArea {
    width: 215px;
    height: 312px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(51, 81, 158, 0.25);
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.container .middle-07 .contents .boxList .list .box .imgArea img {
    max-width: fit-content;
    width: 100%;
}

.container .middle-07 .contents .boxList .list .box .imgArea p {
    text-align: center;
    color: #000;
    font-size: clamp(14px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.container .middle-07 .contents .boxList .list .box .textArea {}

.container .middle-07 .contents .boxList .list .box .textArea div {
    color: #000;
    font-size: clamp(13px, 0.73vw, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    white-space: break-spaces;
}

.container .middle-07 .contents .contact {
    margin-top: 113px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 196px;
}

.container .middle-07 .contents .contact .title {
    margin-top: unset;
    color: #8D8D8D;
    font-size: clamp(16px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(24px, 1.77vw, 34px);
    /* 170% */
}

.container .middle-07 .contents .contact .list {
    color: #8D8D8D;
    font-size: clamp(16px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(24px, 1.77vw, 34px);
    /* 170% */
}

.container .middle-07 .contents .contact .list.project {}

.container .middle-07 .contents .contact .list.project .email {
    display: flex;
}

.container .middle-07 .contents .contact .list.project .email a {
    text-decoration: none;
}

.container .middle-07 .contents .contact .list.channel {}

.container .middle-07 .contents .contact .list.channel .telegram {
    display: flex;
}

.container .middle-07 .contents .contact .list.channel .telegram a {
    text-decoration: none;
}

footer {
    /* height: 343px; */
    background: #3F3E3E;
}

footer .row {
    align-items: center;
    height: 100%;
    margin: unset;
}

footer .copyright {
    color: #FFF;
    text-align: center;
    font-size: clamp(14px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 141.667% */
    margin-top: clamp(61px, 8.07vw, 155px);
    margin-bottom: clamp(61px, 8.07vw, 155px);
    margin-left: unset;
    margin-right: unset;

}

@media (max-width: 1250px) {

    .container .col-9,
    .container .col-8 {
        width: 95%;
    }
}

@media (max-width: 800px) {}

@media (max-width: 750px) {

    header {
        height: 738px;
        background-image: url(../img/bg_header_01_m.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    header .p_menu {
        display: none;
    }

    header .menu {
        width: 90%;
        height: auto;
        padding-top: 19px;
    }

    .m_menu {
        display: block !important;
    }

    .m_menu button {
        border: transparent;
        background-color: transparent;
    }

    .m_menu .list {
        position: absolute;
        width: 90%;
        background-color: #fff;
        top: 0px;
        right: 0px;
        z-index: 999;
        flex-direction: column;
        height: 50%;
        background-color: #EEF2FA;
        line-height: normal;
        max-height: 230px;
        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;
    }

    header .box {
        flex-direction: column;
        margin: auto;
        margin-top: 102px;
    }

    header .box .textArea {
        order: 2;
    }

    header .box .textArea #header_02:lang(ko) {
        white-space: break-spaces;
    }

    header .btnArea {
        margin-top: 80px;
    }

    .container .col-9,
    .container .col-8 {
        width: 95%;
    }

    .container .middle-01 #middle_01_title {
        margin-top: 70px;
        margin-bottom: 58px;
        white-space: normal;
    }

    .container .middle-01 .boxList {
        flex-direction: column;
        align-items: center;
        gap: 36px;
        margin-bottom: 70px;
    }

    .container .middle-01 .boxList .box div:lang(en) {
        font-size: clamp(16px, 1.04vw, 20px);
        line-height: clamp(30px, 1.88vw, 36px);
    }

    .container .middle-01 .boxList .box.ellipseUp,
    .container .middle-01 .boxList .box.ellipseDown {
        background-image: url(../img/ellipse_down_m.png);
        width: 256px;
        height: 256px;
    }

    .container .middle-02 {
        background-image: url(../img/bg_middle-02_m.png);
        background-size: cover;
    }

    .container .middle-02 .contents #middle_02_title {
        margin-top: 115px;
    }

    .container .middle-02 .contents #middle_02_sub01 {
        margin-top: unset;
        margin-bottom: 115px;
    }

    .container .middle-02 .contents #middle_02_sub01:lang(ko) {
        white-space: break-spaces;
    }

    .container .middle-03 {
        height: auto;
    }

    .container .middle-03 .boxList {
        flex-direction: column;
        align-items: center;
        margin-top: 69px;
        margin-bottom: 89px;
        gap: 46px;
    }

    .container .middle-03 .boxList .box .text:lang(en) {
        font-size: clamp(16px, 1.04vw, 20px);
        line-height: clamp(24px, 1.56vw, 30px);
    }

    .container .middle-04 {
        height: auto;
    }

    .container .middle-04 .contents {
        align-items: center;
    }

    .container .middle-04 .contents .title {
        margin-top: 39px;
    }

    .container .middle-04 .contents .subTitle {
        margin-top: 33px;
    }

    .container .middle-04 .contents .boxList {
        margin-top: 40px;
        margin-bottom: 53px;
    }

    .container .middle-04 .contents .boxList .box {
        flex-direction: column;
        gap: 14px;
    }

    .container .middle-04 .contents .boxList .box .imgArea {
        margin: auto;
    }

    .container .middle-04 .contents .boxList .box .textArea .title {
        white-space: normal;
        width: 95%;
        margin: auto;
    }

    .container .middle-05 .contents .token .title {
        margin-top: 50px;
    }

    .container .middle-05 .contents .token .subTitle {
        margin-top: 30px;
    }

    .container .middle-05 .contents .token .subTitle ul {
        padding-left: 2rem;
    }


    .container .middle-05 .contents .token .boxList {
        margin: 40px auto;
    }

    .container .middle-05 .contents .token .boxList .list {
        gap: 5px;
    }

    /* .container .middle-05 .contents .token .boxList .list .box {
        background-image: url(../img/middle05_frame_token_m.png);
        width: 138px;
        height: 60px;
    } */

    .container .middle-05 .contents .token .boxList .list .text {
        justify-content: unset;
        flex: 1;
    }

    .container .middle-05 .contents .token .tokenRate {
        margin: 50px auto 0;
    }

    .container .middle-05 .contents .token .tokenRate .graph {
        flex-direction: column;
        text-align: center;
        gap: 28px;
    }

    .container .middle-05 .contents .token .tokenRate .graph .textArea {
        gap: 3px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .container .middle-05 .contents .token .tokenRate .graph .textArea .list {
        width: calc(50% - 5px);
    }

    .container .middle-05 .contents .token .tokenRate .graph .textArea .list:last-child {
        width: fit-content
    }

    .container .middle-05 .contents .token .tokenRate .explanation {
        margin-top: 28px;
    }

    .container .middle-05 .contents .token .tokenRate .explanation ul {
        padding-left: unset;
    }

    .container .middle-05 .contents .token .tokenRate .explanation div {
        margin-bottom: 9px;
    }

    .container .middle-05 .contents .token .tokenRate .explanation li {
        margin-left: 15px;
    }

    .container .middle-05 .contents .util_Ecosystem .title {
        margin-top: 50px;
    }

    .container .middle-05 .contents .util_Ecosystem .sub {
        margin-top: 30px;
    }

    .container .middle-05 .contents .util_Ecosystem .sub div {
        white-space: normal;
    }

    .container .middle-05 .contents .util_Ecosystem .subTitle {
        margin-top: 30px;
    }

    .container .middle-05 .contents .util_Ecosystem .boxList {
        margin-top: 20px;
    }


    .container .middle-05 .contents .util_Ecosystem .boxList .list {
        flex-direction: column;
        align-items: center;
        gap: 6px;
        margin: auto;
    }

    /* .container .middle-05 .contents .util_Ecosystem .boxList .list .box {
        background-image: url(../img//middle05_frame_util_Ecosystem_m.png);
        width: 214px;
        height: 60px;
    } */

    .container .middle-05 .contents .util_Ecosystem .boxList .list .text div {
        text-align: center;
    }

    .container .middle-05 .contents .util_Ecosystem .boxList .list .text div {
        white-space: normal;
    }

    .container .middle-05 .contents .util_Ecosystem .boxList .note {
        margin-top: unset;
    }

    .container .middle-05 .contents .plan .title {
        margin-top: 39px;
    }

    .container .middle-05 .contents .plan .sub {
        margin-top: 30px;
    }

    .container .middle-05 .contents .plan .sub {
        gap: 7px;
    }

    /* .container .middle-05 .contents .plan .sub .box {
        background-image: url(../img//middle05_frame_plan_m.png);
        width: 380px;
        height: 60px;
    } */

    .container .middle-05 .contents .plan .sub .box:lang(ko) {
        white-space: break-spaces;
    }

    .container .middle-05 .contents .plan .sub .box:lang(en) {
        white-space: normal;
    }

    .container .middle-05 .contents .plan .sub .box div:lang(en) {
        white-space: normal;
    }


    .container .middle-05 .contents .plan .subTitle {
        margin-top: 39px;
    }

    .container .middle-05 .contents .plan .boxList {
        margin-top: 20px;
        gap: 20px;
    }

    .container .middle-05 .contents .plan .boxList .list {
        flex-direction: column;
        align-items: center;
        gap: 6px;
        margin: unset;
    }

    .container .middle-05 .contents .plan .boxList .list .text div {
        text-align: center;
    }

    .container .middle-05 .contents .plan .boxList .list .text div:lang(ko) {
        white-space: normal;
    }

    .container .middle-05 .contents .plan .boxList .list .text div:lang(en) {
        white-space: normal;
    }

    .container .middle-05 .contents .plan .boxList .note {
        margin: 28px 0 32px;
    }

    .container .middle-06 .contents .title {
        margin-top: 58px;
    }

    .container .middle-06 .contents .timeline {
        margin-top: 20px;
        margin-left: 0;
    }

    .container .middle-06 .contents .sub {
        margin-left: 0;
        /* margin-bottom: 59px; */
    }

    .container .middle-07 .contents .title {
        margin-top: 40px;
    }

    .container .middle-07 .contents .boxList {
        margin-top: 33px;
        gap: 20px;
    }

    .container .middle-07 .contents .boxList .list {
        gap: 24px;
        width: unset;
    }

    .container .middle-07 .contents .boxList .list .box {
        gap: 5px;
        width: 178px;
    }

    .container .middle-07 .contents .boxList .list .box .imgArea {
        width: 178px;
        height: 258px;
        gap: 15px;
        padding: 12px;
    }

    .container .middle-07 .contents .boxList .list .box .textArea div {
        white-space: normal;
    }

    .container .middle-07 .contents .contact {
        margin-top: 61px;
        margin-bottom: 77px;
        gap: 20px;
    }

    /* footer {
        height: 157px;
    } */
}