@charset "utf-8";
@font-face {
    font-family: "Pretendard";
    font-weight: 900;
    font-display: swap;
    src:
        local("Pretendard Black"),
        url("../fonts/woff2-subset/Pretendard-Black.subset.woff2")
            format("woff2"),
        url("../fonts/woff-subset/Pretendard-Black.subset.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 800;
    font-display: swap;
    src:
        local("Pretendard ExtraBold"),
        url("../fonts/woff2-subset/Pretendard-ExtraBold.subset.woff2")
            format("woff2"),
        url("../fonts/woff-subset/Pretendard-ExtraBold.subset.woff")
            format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 700;
    font-display: swap;
    src:
        local("Pretendard Bold"),
        url("../fonts/woff2-subset/Pretendard-Bold.subset.woff2")
            format("woff2"),
        url("../fonts/woff-subset/Pretendard-Bold.subset.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 600;
    font-display: swap;
    src:
        local("Pretendard SemiBold"),
        url("../fonts/woff2-subset/Pretendard-SemiBold.subset.woff2")
            format("woff2"),
        url("../fonts/woff-subset/Pretendard-SemiBold.subset.woff")
            format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 500;
    font-display: swap;
    src:
        local("Pretendard Medium"),
        url("../fonts/woff2-subset/Pretendard-Medium.subset.woff2")
            format("woff2"),
        url("../fonts/woff-subset/Pretendard-Medium.subset.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 400;
    font-display: swap;
    src:
        local("Pretendard Regular"),
        url("../fonts/woff2-subset/Pretendard-Regular.subset.woff2")
            format("woff2"),
        url("../fonts/woff-subset/Pretendard-Regular.subset.woff")
            format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 300;
    font-display: swap;
    src:
        local("Pretendard Light"),
        url("../fonts/woff2-subset/Pretendard-Light.subset.woff2")
            format("woff2"),
        url("../fonts/woff-subset/Pretendard-Light.subset.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 200;
    font-display: swap;
    src:
        local("Pretendard ExtraLight"),
        url("../fonts/woff2-subset/Pretendard-ExtraLight.subset.woff2")
            format("woff2"),
        url("../fonts/woff-subset/Pretendard-ExtraLight.subset.woff")
            format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 100;
    font-display: swap;
    src:
        local("Pretendard Thin"),
        url("../fonts/woff2-subset/Pretendard-Thin.subset.woff2")
            format("woff2"),
        url("../fonts/woff-subset/Pretendard-Thin.subset.woff") format("woff");
}

/* ============================== [ 기본 리셋 ] ========================================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
html {
    line-height: 1;
    color: #111111;
    font-family: "Pretendard";
    font-weight: 400;
    background: #0b0e22;
    height: 100%;
    font-size: 62.5%;
}
html::-webkit-scrollbar {
    display: none;
}
body {
    font-size: 1.6rem;
    font-family: "Pretendard";
    font-weight: 400;
}
button {
    border: 0;
    font-size: 1.6rem;
    font-weight: 400;
    cursor: pointer;
}
button *,
a * {
    pointer-events: none;
}
input {
    font-size: 1.6rem;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Pretendard";
    margin: 0;
    line-height: 1;
}
table {
    border-spacing: 0px;
}
select::-ms-expand {
    display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input:focus {
    outline: none;
}
figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* ============================== [ 공통 ] ========================================================================================== */

.pc {
    display: block;
}
.mobile {
    display: none;
}
.s-mobile {
    display: none;
}

/* 컬러 */
.highlight-blue {
    color: #0060FF;
}
.highlight-green {
    color: #7FFF4C;
    font-size: 1.6rem;
    font-weight: 600;
}

/* font weight */
.bold-txt {
    font-weight: 900;
}

/* 버튼 */
.blue-btn {
    padding: 1.2rem 2.4rem;
    border-radius: 1.6rem;
    border: none;
    font-weight: 600;
    background-color: #0060FF;
    cursor: pointer;
    color: #f4f5f7;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
}
.bluej-btn {
    padding: 2rem 2.4rem;
    width: 100%;
    border-radius: 2rem;
    border: none;
    font-weight: 600;
    background: linear-gradient(90deg, #fd00dd 0%, #0084ff 100%);
    cursor: pointer;
    color: #f4f5f7;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
}
.bluej-btn:disabled {
    color: #8d8aae;
    background: linear-gradient(90deg, #6b276a 0%, #0a4782 100%);
}
.bluel-btn {
    padding: 1.2rem 2.4rem;
    width: 100%;
    border-radius: 1.6rem;
    border: none;
    font-weight: 600;
    background: linear-gradient(90deg, #fd00dd 0%, #0084ff 100%);
    cursor: pointer;
    color: #f4f5f7;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
}
.search-btn {
    border-radius: 100%;
    padding: 1.2rem;
    background-color: #0084ff;
}
.blue-btn.contact-btn {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
}
.blue-btn.contact-btn figure {
    width: 2.4rem;
    height: 2.4rem;
}
.blue-btn.contact-btn span {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.8rem;
}
.blue-btn.reward-btn {
    padding: 1.2rem 0;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blue-btn.paste-btn {
    padding: 0.8rem 1.2rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8rem;
    border-radius: 1.2rem;
    white-space: nowrap;
}
.blue-btn.withdrawal-btn {
    padding: 2rem 0;
    width: 100%;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500;
    line-height: 150%;
}
.blue-btn:disabled {
    background-color: #203453;
    color: #f4f5f7;
    cursor: not-allowed;
    opacity: 0.5;
}
.outline-btn {
    width: 100%;
    padding: 0.8rem 1.2rem;
    border-radius: 1.2rem;
    border: 1px solid #3d4f7c;
    background: transparent;
    cursor: pointer;
    color: #a0a3c0;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8rem;
    white-space: nowrap;
    margin-top: 1.2rem;
    transition: border-color 0.2s, color 0.2s;
}
.outline-btn:disabled {
    color: #3d4f7c;
    border-color: #2a3654;
    cursor: not-allowed;
}
.dark-blue-btn {
    padding: 1.2rem 2.4rem;
    border-radius: 1.6rem;
    background-color: #203453;
    color: #0084ff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
}
.dark-wh-btn {
    padding: 1.2rem 2.4rem;
    border-radius: 2.4rem;
    background-color: #101430;
    color: #c1c3d0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
}
.line-btn {
    padding: 1.2rem 2.4rem 1.2rem 2.4rem;
    border-radius: 1.6rem;
    background-color: transparent;
    border: 1px solid #0084ff;
    color: #f4f5f7;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
}
.line-btn.help-btn {
    padding: 1.2rem 2rem;
    border-radius: 8rem;
    width: fit-content;
    color: #0084ff;
    font-size: 1.4rem;
    line-height: 150%;
    font-weight: 500;
}
.line-btn.bold-btn {
    font-weight: 900;
    color: #0084ff;
    color: #c1c3d0;
}
.line-btn.normal {
    border: 1px solid #1e2644;
    border-radius: 2.4rem;
}
.line-btn.gray {
    border: 1px solid #1e2644;
    color: #c1c3d0;
}
.yellow-btn {
    display: block;
    text-align: center;
    border-radius: 1.6rem;
    padding: 2rem 0;
    background-color: #ffeb3b;
    color: #3e2723;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
}
.sky-btn {
    display: block;
    text-align: center;
    border-radius: 1.6rem;
    padding: 2rem 0;
    background-color: #33aae0;
    color: #f4f5f7;
    font-size: 2rem;
    font-weight: 600;
    line-height: 150%;
}
.max-btn {
    background-color: transparent;
    color: #f4f5f7;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
}
.dark-btn {
    padding: 1.6rem 0;
    border-radius: 1.6rem;
    background-color: #0b0e22;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem;
    color: #f4f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.trans-btn {
    background-color: transparent;
    width: 12px;
    height: 12px;
    margin-bottom: 2px;
}
.red-btn {
    padding: 2rem 0;
    border-radius: 1.6rem;
    background-color: #ff6676;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    color: #f4f5f7;
    font-weight: 600;
    line-height: 150%;
}

/* input */
.input-group {
    position: relative;
}
.search-input {
    width: 39.8rem;
    background-color: transparent;
    border: none;
    outline: none;
    color: #f4f5f7;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150%;
}
.search-input::placeholder {
    color: #c1c3d0;
}
.input-field {
    padding: 1.6rem 2rem;
    background-color: #0b0e22;
    border-radius: 1.8rem;
    outline: none;
    border: none;
    width: 100%;
    color: #f4f5f7;
}
.input-field::placeholder {
    color: #c1c3d0;
}
.input-code-digit::placeholder {
    color: #3d4f7c;
    opacity: 1;
}
.input-code-digit {
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #0084ff;
    width: 5rem;
    color: #f4f5f7;
    padding: 1.6rem 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 0;
    transition: border-color 0.2s ease;
}

.input-field-line {
    padding: 1.2rem 2rem;
    border-radius: 2rem;
    border: 1px solid #1e2644;
    background-color: #0b0e22;
    width: 100%;
    font-size: 1.6rem;
    height: 6rem;
    color: #f4f5f7;
    font-size: 1.6rem;
    font-weight: 500;
}
.input-field-line::placeholder {
    color: #c1c3d0;
    font-weight: 500;
}
.input-field-line.withdrawal {
    border: 1px solid #0084ff;
}
.input-field-line.fault {
    border: 1px solid #ff6676;
}
.input-field-line.success {
    border: 1px solid #0084ff;
}

/* checkbox */
input[type="checkbox"].basic-chk {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
input[type="checkbox"].basic-chk + label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.4rem;
    color: #111;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.014px;
    position: relative;
    padding-left: 2.8rem;
    color: #f4f5f7;
    font-size: 1.4rem;
    font-weight: 500;
}
input[type="checkbox"].basic-chk + label a {
    color: #0084ff;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-decoration-line: underline;
}
input[type="checkbox"].basic-chk + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    transition: all 0.2s ease;
    background-color: #101430;
    border-radius: 0.4rem;
}
input[type="checkbox"].basic-chk:checked + label::before {
    background-color: #0084ff;
}
input[type="checkbox"].basic-chk:checked + label::after {
    content: "";
    position: absolute;
    left: 0.6rem;
    top: 42%;
    transform: translateY(-50%) rotate(45deg);
    width: 0.6rem;
    height: 1rem;
    border: solid white;
    border-width: 0 2px 2px 0;
}

input[type="checkbox"].block-chk {
    position: relative;
    opacity: 0;
    width: 0;
    height: 0;
}
input[type="checkbox"].block-chk + label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.014px;
    position: relative;
    background-color: #0b0e22;
    border: 1px solid #1e2644;
    padding: 1.2rem 2.4rem;
    border-radius: 2rem;
    height: 6rem;
    color: #f4f5f7;
    padding-left: 5.2rem;
}
input[type="checkbox"].block-chk + label a {
    color: #0084ff;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-decoration-line: underline;
}
input[type="checkbox"].block-chk + label::before {
    content: "";
    position: absolute;
    left: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    background-image: url("../img/icon/check_before.svg"); /* 선택 전 이미지 경로 */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s ease;
}
input[type="checkbox"].block-chk:checked + label {
    border: 1px solid #0084ff;
}
input[type="checkbox"].block-chk:checked + label::before {
    background-image: url("../img/icon/check_after.svg");
}

@media screen and (min-width: 981px) {
    /* html {font-size: calc(100vw * 10 / 1920);} */
}

@media screen and (min-width: 769px) and (max-width: 980px) {
    html {
        font-size: calc(100vw * 10 / 980);
    }
    .notification-popup {
        display: none;
    }
}

@media screen and (min-width: 451px) and (max-width: 768px) {
    html {
        font-size: calc(100vw * 10 / 768);
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }

    .blue-btn {
        padding: 8px 12px 6px 12px;
        font-size: 12px;
        border-radius: 10px;
    }
    /* padding: 8px 12px 6px 12px; */
    .line-btn {
        padding: 8px 12px 6px 12px;
        font-size: 12px;
        border-radius: 10px;
    }
    .blue-btn.h-btn,
    .line-btn.h-btn {
        height: 34px;
    }
    .search-btn {
        padding: 6px;
    }
    .search-btn figure {
        width: 12px;
        height: 12px;
    }
    .blue-btn.contact-btn {
        padding: 4px 12px;
        border-radius: 10px;
    }
    .blue-btn.contact-btn figure {
        width: 12px;
        height: 12px;
    }
    .blue-btn.contact-btn span {
        font-size: 12px;
        line-height: 26px;
    }
    .blue-btn.reward-btn {
        padding: 12px 0;
        font-size: 16px;
        line-height: 24px;
        border-radius: 12px;
    }
    .blue-btn.paste-btn {
        font-size: 12px;
        line-height: 18px;
        padding: 8px 12px;
        border-radius: 12px;
    }
    .outline-btn {
        font-size: 12px;
        line-height: 18px;
        padding: 8px 12px;
        border-radius: 12px;
        margin-top: 12px;
    }
    .blue-btn.withdrawal-btn {
        font-size: 16px;
        padding: 12px 0;
    }
    .line-btn.help-btn {
        font-size: 14px;
        padding: 8px 12px;
    }
    .yellow-btn {
        padding: 12px 0;
        font-size: 14px;
        border-radius: 12px;
    }
    .sky-btn {
        padding: 12px 0;
        font-size: 14px;
        border-radius: 12px;
    }
    .max-btn {
        font-size: 12px;
    }
    .dark-btn {
        padding: 12px 0;
        border-radius: 12px;
        font-size: 14px;
    }
    .red-btn {
        padding: 12px 0;
        border-radius: 12px;
        font-size: 14px;
    }
    .dark-wh-btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .input-field {
        font-size: 16px;
        padding: 20px 20px;
        border-radius: 16px;
    }
    .input-code-digit {
        max-width: 43px;
        width: 100%;
        padding: 16px 0;
        font-size: 16px;
    }
    .input-field-line {
        padding: 12px 20px;
        height: 60px;
        font-size: 16px;
        border-radius: 20px;
    }
    .input-field-line.withdrawal {
        padding: 12px;
        height: fit-content;
        font-size: 14px;
        border-radius: 12px;
    }

    input[type="checkbox"].block-chk + label {
        font-size: 13px;
        padding: 12px;
        padding-left: 40px;
        height: 60px;
    }
    input[type="checkbox"].block-chk + label::before {
        left: 12px;
        width: 20px;
        height: 20px;
    }
    input[type="checkbox"].block-chk + label a {
        font-size: 13px;
    }
}

@media screen and (max-width: 450px) {
    html {
        font-size: calc(100vw * 10 / 450);
    }
}

@media screen and (max-width: 400px) {
    .s-mobile {
        display: block;
    }
    .trans-btn {
        margin-bottom: 3px;
    }
}

/* ============================== [ 헤더 header ] ========================================================================================== */
.main-navigation {
    width: 100%;
    background-color: rgba(11, 14, 34, 0.5);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    /* border-bottom: 1px solid #2d303d; */
    box-shadow: 4px 4px 12px 0 rgba(90, 99, 113, 0.1);
}
.nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 4rem;
}
.nav-content > div {
    width: 33%;
}
.nav-content .logo-container a h2 {
    color: #0084ff;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 4.8rem;
}
.nav-content .logo-container a figure {
    width: fit-content;
}
.nav-content .nav-menu {
    display: flex;
    align-items: center;
    column-gap: 4rem;
    justify-content: center;
}
.nav-content .nav-menu li.active .nav-link {
    font-weight: 700;
    color: #0084ff;
}
.nav-content .nav-menu li .nav-link {
    color: #f4f5f7;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.7rem;
}
.nav-content .nav-right {
    display: flex;
    align-items: center;
    column-gap: 2.4rem;
    justify-content: flex-end;
}
.nav-content .nav-right .auth-buttons {
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
}
.nav-content .nav-right a figure {
    width: 3.2rem;
    height: 3.2rem;
}

@media screen and (max-width: 1440px) {
    .nav-content > div:first-child {
        width: 30%;
    }
    .nav-content > div:nth-child(2) {
        width: 39%;
    }
    .nav-content > div:last-child {
        width: 30%;
    }
}
@media screen and (max-width: 1226px) {
    .nav-content > div:first-child {
        width: 20%;
    }
    .nav-content > div:nth-child(2) {
        width: 50%;
    }
    .nav-content > div:last-child {
        width: 30%;
    }
    .nav-content .nav-menu {
        justify-content: end;
    }
}
@media screen and (max-width: 980px) {
    .nav-content > div {
        width: fit-content;
    }
}
@media screen and (max-width: 768px) {
    .nav-center {
        display: none;
    }
    .nav-content {
        padding: 16px 20px 16px 20px;
    }
    .nav-content .logo-container a figure {
        width: 118px;
    }
    .nav-content > div:last-child {
        width: 80%;
    }
    .nav-content .nav-right {
        column-gap: 8px;
    }
    .nav-content .nav-right a figure {
        width: 36px;
        height: 36px;
    }
}

/* ============================== [ 푸터 footer ] ========================================================================================== */
.main-footer {
    /* max-width: 256rem; */
    width: 100%;
    margin: 0 auto;
    background-color: #0E1620;
    border-top: 1px solid #283C52;
    margin-top: 12rem;
}
.footer-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 12rem 4rem;
}
.footer-content .footer-left {
    display: flex;
    flex-direction: column;
    row-gap: 3.2rem;
}
.footer-content .footer-links {
    display: flex;
    align-items: center;
    column-gap: 3.2rem;
}
.footer-content .footer-links a {
    color: #c1c3d0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
}
.footer-content .company-info {
    display: flex;
    flex-direction: column;
    row-gap: 2.4rem;
}
.footer-content .company-info .company-logo a figure {
    width: fit-content;
}
.footer-content .company-info .info-box {
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
}
.footer-content .company-info .info-box p {
    color: #30364e;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
}
.footer-content .social-icons {
    display: flex;
    align-items: center;
    column-gap: 2rem;
}

@media screen and (max-width: 768px) {
    .footer-content {
        padding: 64px 20px 46px 20px;
    }
    .footer-content .footer-right {
        display: none;
    }
    .footer-content .footer-links {
        column-gap: 16px;
    }
    .footer-content .footer-links a {
        font-size: 12px;
        line-height: 150%;
    }
    .footer-content .company-info .company-logo a figure {
        width: 63px;
    }
    .footer-content .company-info .info-box p {
        font-size: 12px;
        line-height: normal;
    }
    .footer-content .company-info .info-box p.contact-info {
        font-size: 14px;
        line-height: 21px;
    }
}


.process-section {

}

.process-section .section-title {
    margin-top: 14px;
}

.process-desc {
    margin-top: 16px;
    color: #7890a8;
    font-size: 16px;
    line-height: 1.6;
}

.process-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 50px;
}

.process-item {
    flex: 0 1 120px;
    min-width: 0;
}

.process-image {
    width: 100%;
    max-width: 110px;
    margin: 0 auto;
}

.process-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.process-dot {
    flex: 0 0 20px;
    width: 20px;
}

.process-dot img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width:768px){

.process-flow{
    display:flex;

    justify-content:flex-start;
    align-items:center;

    gap:18px;

    overflow-x:auto;
    overflow-y:hidden;

    padding:10px 0 20px;

    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
}

.process-flow::-webkit-scrollbar{
    display:none;
}

.process-item{
    flex:0 0 auto;
}

.process-image{
    width:110px;
}

.process-dot{
    flex:0 0 auto;
    width:18px;
}

}



/* ============================== [ 모달/팝업 modal/popup ] ========================================================================================== */
.bg {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 1001;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 220ms ease;
}
.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 61rem;
    z-index: 1001;
    background-color: #fff;
    padding: 2.8rem;
    border-radius: 2.8rem;
    background-color: #101430;
    opacity: 0;
    transition: opacity 220ms ease;
}
.modal .inner {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
    transform: translateY(14px) scale(0.97);
    transition: transform 240ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.bg.modal-overlay-active {
    opacity: 1;
}
.modal.modal-active {
    opacity: 1;
}
.modal.modal-active .inner {
    transform: translateY(0) scale(1);
}
.modal.modal-leave .inner {
    transform: translateY(8px) scale(0.985);
}
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-header h5 {
    color: #f4f5f7;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 150%;
}
.modal-header h5 p {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}
.modal-header .close figure {
    width: 3.2rem;
    height: 3.2rem;
}

@media screen and (max-width: 768px) {
    .modal .inner {
        row-gap: 40px;
    }
    .modal-header h5 {
        font-size: 20px;
    }
    .modal-header .close figure {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 370px) {
    .modal {
        max-width: 90%;
    }
}

/* 거래소 선택 모달 */
.exchange-modal {
    max-width: 90.4rem;
    width: 100%;
}
.exchange-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.2rem;
    width: 100%;
}
.exchange-list li {
    width: calc(25% - 0.9rem);
}
.exchange-list li .exchange-btn {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
    background-color: #0b0e22;
    padding: 1.6rem;
    border-radius: 1.6rem;
}
.exchange-list li .exchange-btn.selected {
    outline: 1px solid #0084ff;
    background-color: #203453;
}
.exchange-list li .exchange-btn figure {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100%;
    overflow: hidden;
}
.exchange-list li .exchange-btn figure.heat {
    width: 4rem;
    height: 2rem;
}
.exchange-list li .exchange-btn span {
    color: #f4f5f7;
    font-size: 1.5rem;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .exchange-modal {
        max-width: 370px;
        padding: 20px;
    }
    .exchange-modal .modal-header h5 {
        font-size: 16px;
    }
    .exchange-modal .modal-header .close figure {
        width: 20px;
        height: 20px;
    }
    .exchange-list li {
        width: calc(50% - 1rem);
    }
    .exchange-list li .exchange-btn {
        padding: 12px;
        column-gap: 12px;
    }
    .exchange-list li .exchange-btn figure {
        width: 20px;
        height: 20px;
    }
    .exchange-list li .exchange-btn span {
        font-size: 12px;
        line-height: 18px;
    }
    .exchange-list li .exchange-btn figure.heat {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 370px) {
    .exchange-modal {
        max-width: 90%;
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .exchange-list li {
        width: 100%;
    }
}

/* 문의하기 모달 (가입권유모달 같이 사용) */
.req-modal {
    max-width: 82.4rem;
    width: 100%;
}
.req-modal.join .inner {
    row-gap: 8rem;
}
.req-modal .modal-header {
    align-items: flex-start;
}
.modal-buttons {
    display: flex;
    align-items: center;
    column-gap: 2rem;
}
.modal-buttons a {
    width: calc(50% - 1rem);
}
.modal-buttons.btn-one a {
    width: 100%;
    padding: 2rem 0;
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    .req-modal {
        max-width: 370px;
        width: 100%;
        padding: 20px;
        border-radius: 24px;
    }
    .req-modal.join .inner {
        row-gap: 40px;
    }
    .req-modal .modal-header h5 {
        font-size: 16px;
    }
    .req-modal .modal-header .close figure {
        width: 20px;
        height: 20px;
    }
    .req-modal .modal-buttons a.dark-btn {
        font-size: 12px;
    }
    .modal-buttons.btn-one a {
        padding: 12px 0;
        font-size: 12px;
        border-radius: 12px;
    }
}

@media screen and (max-width: 370px) {
    .req-modal {
        max-width: 90%;
        width: 100%;
    }
    .req-modal .modal-buttons a.yellow-btn {
        font-size: 12px;
    }
    .req-modal .modal-buttons a.sky-btn {
        font-size: 12px;
    }
}

/* 로그인 - 이메일 인증 모달 */
.email-modal.modal {
    max-width: 48rem;
    width: 100%;
    background-color: #0b0e22;
}
.email-modal.modal .btn-area {
    margin-bottom: 0.8rem;
}

.email-modal.modal .blue-btn.paste-btn {
    padding: 1rem 1.6rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8rem;
    border-radius: 1.2rem;
    white-space: nowrap;
}
.email-modal.modal .inner {
    row-gap: 0;
}

.email-modal.modal .outline-btn {
    background-color: #101430;
    padding: 1.2rem 1.8rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8rem;
    border-radius: 1.2rem;
    border: solid 1px #101430;
}

#forgotEmailHelperModal .helper-content {
    text-align: left;
}
#forgotEmailHelperModal .helper-content p {
    color: #c1c3d0;
}
.auth-container {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
}
.email-box {
    margin-top: 0.2rem;
}
.user-email {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
}
#loginOtpAppHint {
    color: #a0a3b8;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6rem;
    margin: 0;
}
#loginOtpAppHint + .code-wrapper .input-code-digit {
    font-size: 2rem;
    padding: 1.8rem 0;
}
.code-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 0;
    margin-bottom: 2.4rem;
}
.code-row {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
    margin: 0.8rem;
    margin-bottom: 2rem;
}
.code-input-group {
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
}
.otp-resend-text {
    color: #a0a3b8;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6rem;
    margin-bottom: 1.2rem;
}
.message-container p {
    color: #69696b;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6rem;
}
.message-container p .time {
    font-weight: 500;
}
.otp-error {
    color: #ff6676;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6rem;
    min-height: 0;
    margin: 0.4rem 0;
}

@media screen and (max-width: 768px) {
    .auth-container {
        row-gap: 40px;
    }
    .email-modal.modal {
        max-width: 370px;
        width: 100%;
        padding: 28px;
    }
    .email-modal .modal-header h5 {
        font-size: 20px;
    }
    .email-modal .modal-header .close figure {
        width: 24px;
        height: 24px;
    }
    .email-box {
        margin-top: 8px;
    }
    .user-email {
        font-size: 16px;
    }
    .code-row {
        column-gap: 8px;
        margin: 16px 0;
    }
    .otp-resend-text {
        font-size: 12px;
        line-height: 16.8px;
    }
    .message-container p {
        font-size: 12px;
        line-height: 16.8px;
    }
    .otp-error {
        font-size: 12px;
        line-height: 16.8px;
    }
}

@media screen and (max-width: 370px) {
    .email-modal.modal {
        max-width: 90%;
        width: 100%;
        padding: 20px;
    }
}

@media screen and (max-width: 333px) {
    .email-modal .modal-header h5 {
        font-size: 18px;
    }
}

/* 이용약관 모달 */
.policy-modal {
    max-width: 51rem;
    padding: 2.8rem;
}
.policy-modal.modal .inner {
    row-gap: 0;
}
.policy-modal .modal-buttons button {
    width: 100%;
    padding: 0.8rem 0;
    border-radius: 1.2rem;
    font-weight: 600;
}
.policy-box {
    height: 20rem;
    margin-top: 0.8rem;
    height: 20rem;
    overflow-y: auto;
    margin-bottom: 4rem;
}
.policy-box p {
    color: #f4f5f7;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 140%;
    padding-right: 2rem;
}
.policy-box::-webkit-scrollbar {
    width: 2px;
}
.policy-box::-webkit-scrollbar-track {
    background: #c1c3d0;
}
.policy-box::-webkit-scrollbar-thumb {
    background: #f4f5f7;
    border-radius: 1px;
}

@media screen and (max-width: 768px) {
    .policy-modal {
        max-width: 370px;
    }
    .mypage.policy-modal {
        padding: 20px;
    }
    .policy-modal .modal-header h5 {
        font-size: 20px;
    }
    .policy-box {
        margin-bottom: 40px;
        height: 200px;
    }
    .policy-box p {
        font-size: 12px;
        padding-right: 20px;
    }
    .policy-modal .modal-buttons button {
        padding: 8px 0;
        border-radius: 12px;
    }
}

@media screen and (max-width: 370px) {
    .policy-modal {
        max-width: 90%;
        width: 100%;
    }
}

/* 구글 otp 모달 */
.connect-modal {
    width: 440px;
    padding: 40px;
    
}

.connect-modal .modal-buttons .dark-btn {

    padding: 1.6rem 0;
    border-radius: 1.6rem;
    background-color: #0b0e22;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem;
    color: #f4f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}
.connect-modal .modal-buttons .red-btn {

padding: 1.6rem 0;
    border-radius: 1.6rem;
    background-color: #ff4c5e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    color: #f4f5f7;
    font-weight: 600;
    line-height: 150%;
    
}
.connect-modal .modal-header h5 {
    font-size: 20px;
}
.connect-modal .modal-header .close figure {
    width: 24px;
    height: 24px;
}
.connect-modal .otp-container {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    max-height: 70vh;
    overflow-y: auto;
}
.connect-modal .otp-step-box {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.connect-modal .otp-step-box span {
    color: #f4f5f7;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
}
.connect-modal .link-group {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
}
.connect-modal .link-group .dark-btn {
    width: fit-content;
    border-radius: 12px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 12px;
}
.connect-modal .link-group .dark-btn.apple figure {
    width: 16px;
    height: 20px;
}
.connect-modal .link-group .dark-btn.google figure {
    width: 20px;
    height: 20px;
}
.connect-modal .link-group .dark-btn span {
    font-size: 16px;
    line-height: 150%;
}
.connect-modal .qr-code-box {
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #1e2644;
    width: fit-content;
}
.connect-modal .qr-code-box figure {
    background-color: #fff;
    border-radius: 08px;
    width: 128px;
    height: 128px;
}
.connect-modal .code-input-group {
    margin-bottom: 0;
}
.connect-modal .input-code-digit {
    max-width: 42px;
    width: 100%;
    font-size: 32px;
}
.connect-modal #setupKeyBox {
    word-break: break-all;
    overflow-wrap: anywhere;
    color: #c1c3d0;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
}

@media screen and (max-width: 768px) {
    .connect-modal {
        max-width: 396px;
        width: 100%;
    }
    .connect-modal .link-group .dark-btn {
        padding: 12px;
        column-gap: 8px;
    }
    .connect-modal .link-group .dark-btn span {
        padding-top: 4px;
    }
    .connect-modal .paste-container {
        margin: 0;
    }
}

@media screen and (max-width: 440px) {
    .connect-modal {
        max-width: 90%;
    }
}

@media screen and (max-width: 370px) {
    .connect-modal {
        padding: 20px;
    }
}

@media screen and (max-width: 341px) {
    .connect-modal .link-group .dark-btn span {
        font-size: 14px;
    }
}

/* 구글 otp 연동해제 모달 */
.dis-modal .otp-step-box span {
    color: #f4f5f7;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
}
.dis-modal {
    max-width: 56.5rem;
    width: 56.5rem;
    padding: 2.8rem;
}
.modal-header-v2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 4rem;
}
.modal-header-v2 figure {
    width: 6rem;
    height: 5.4rem;
}
.modal-header-v2 h5 {
    color: #f4f5f7;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 150%;
}
.modal-buttons button {
    width: calc(50% - 1rem);
}
.dis-modal .modal-buttons button.dark-btn {
    border-radius: 1.6rem;
}
.dis-modal .modal-buttons.btn-one button {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .dis-modal.modal .inner {
        row-gap: 40px;
    }
    .dis-modal {
        max-width: 370px;
        padding: 20px;
    }
    .modal-header-v2 {
        row-gap: 20px;
    }
    .modal-header-v2 figure {
        width: 40px;
        height: 36px;
    }
    .modal-header-v2 h5 {
        font-size: 16px;
    }
}

@media screen and (max-width: 370px) {
    .dis-modal {
        max-width: 90%;
        width: 100%;
    }
}

/* 쿠폰함에서 거래소 선택 모달 */
.coupon-modal {
    max-width: 54.1rem;
    width: 100%;
    padding: 3.2rem;
    border-radius: 3.2rem 3.2rem 0 0;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
}
.coupon-modal .inner {
    row-gap: 2.4rem;
}
.coupon-modal .coupon-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1.2rem;
    width: 100%;
    min-height: fit-content;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 1px;
}
.coupon-modal .coupon-list li {
    width: 100%;
}
.coupon-modal .coupon-list li .exchange-btn {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 1.6rem;
    background-color: #0b0e22;
    padding: 2rem;
    border-radius: 1.2rem;
}
.coupon-modal .coupon-list li .exchange-btn.selected {
    outline: 1px solid #0084ff;
    background-color: #203453;
}
.coupon-modal .coupon-list li .exchange-btn figure {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100%;
    overflow: hidden;
}
.coupon-modal .coupon-list li .exchange-btn figure.heat {
    width: 2rem;
    height: 2rem;
}
.coupon-modal .coupon-list li .exchange-btn span {
    color: #f4f5f7;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
}
.coupon-modal .modal-buttons {
    margin-top: 2.4rem;
}
.coupon-modal .modal-buttons .dark-btn {
    border-radius: 1.6rem;
    color: #c1c3d0;
}
.coupon-modal .modal-buttons .blue-btn {
    padding: 1.6rem 0;
    border-radius: 1.6rem;
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    .coupon-modal .inner {
        row-gap: 24px;
    }
    .coupon-modal {
        max-width: 100%;
        padding: 20px;
    }
    .coupon-modal .modal-header h5 {
        font-size: 16px;
    }
    .coupon-modal .modal-header .close figure {
        width: 20px;
        height: 20px;
    }
    .coupon-modal .coupon-list {
        row-gap: 12px;
        padding: 2px 1px;
    }
    .coupon-modal .coupon-list li .exchange-btn {
        padding: 20px;
        column-gap: 12px;
    }
    .coupon-modal .coupon-list li .exchange-btn figure {
        width: 32px;
        height: 32px;
    }
    .coupon-modal .coupon-list li .exchange-btn span {
        font-size: 16px;
    }
    .coupon-modal .coupon-list li .exchange-btn figure.heat {
        width: 12px;
        height: 12px;
    }
    .coupon-modal .modal-buttons .dark-btn {
        font-size: 16px;
        padding: 16px 0;
    }
    .coupon-modal .modal-buttons .blue-btn {
        font-size: 16px;
        padding: 16px 0;
    }
}

@media screen and (max-width: 370px) {
    .coupon-modal {
        max-width: 90%;
        width: 100%;
    }
}

/* ============================== [ 모바일용 메뉴 ] ========================================================================================== */
.main-navigation {
    position: fixed;
    z-index: 10;
}
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    background-color: #101430;
    z-index: 1002;
    transition: right 0.3s ease;
    padding: 20px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}
.mobile-menu.active {
    right: 0;
}
.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 36px;
}
.mobile-menu-header .logo-container figure {
    width: 118px;
}
.mobile-menu-close {
    background: transparent;
    padding: 0;
}
.mobile-menu-close figure {
    width: 24px;
    height: 24px;
}
.mobile-menu-list {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.mobile-nav-link {
    color: #f4f5f7;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: block;
}
.mobile-buttons a {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.mobile-buttons a figure {
    width: 24px;
    height: 24px;
}
.mobile-buttons a span {
    color: #f4f5f7;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    pointer-events: none;
}
.mobile-menu-overlay.active {
    display: block;
    pointer-events: auto;
}

@media screen and (min-width: 769px) {
    .mobile-menu {
        display: none !important;
    }
    .mobile-menu-overlay {
        display: none !important;
    }
}

/* ============================== [ 메인 ] ========================================================================================== */
.main-container {
    display: flex;
    flex-direction: column;
    background-color: #0A1018;
    min-height: 100svh;
}
.top-banner {
    width: 100%;
    background-color: #0084ff;
}
.top-banner .banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.4rem 4rem;
}
.top-banner .banner-content .banner-left h1 {
    color: #f4f5f7;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.6rem;
}
.top-banner .banner-content .banner-right a {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
}
.top-banner .banner-content .banner-right a p {
    color: #f4f5f7;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}
.top-banner .banner-content .banner-right a figure {
    width: 3.2rem;
    height: 3.2rem;
    aspect-ratio: 1/1;
    padding-bottom: 0.3rem;
}

@media screen and (max-width: 768px) {
    .top-banner .banner-content {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        padding: 1.2rem 2rem;
    }
    .top-banner .banner-content .banner-left h1 {
        opacity: 0;
    }
    .top-banner .banner-content .banner-right a p {
        font-size: 14px;
    }
    .top-banner .banner-content .banner-right a figure {
        width: 16px;
        height: 16px;
    }
}

.hero-section {
    margin-top: 4.8rem;
    width: 100%;
    min-height: 56vh;
    /* 80vh-> 56vh */
    /* 원하는 높이 — 배너 높이 */
    /* padding: 2rem 0; 내부 여백(필요에 따라 조절) */
    background-image: url("../img/banner.png"); /* 배경 이미지 경로 */
    background-size: cover; /* 영역을 비율 유지하며 꽉 채움 */
    background-position: center; /* 항상 중앙 기준으로 잘림 */
    background-repeat: no-repeat; /* 반복 방지 */

    display: flex;
    align-items: center; /* 세로 가운데 정렬 */
}
/* 모바일 전용 배너 높이 조절 */
@media (max-width: 768px) {
    .hero-section {
        min-height: 20vh; /* 모바일에서는 45vh 정도로 줄이기 */
        margin-top: 7.1rem 0; /* 내부 여백도 줄여야 전체가 낮아져 보임 */
        background-position: center top; /* 이미지 위쪽이 보이게 하고 싶으면 */
    }
}
.hero-content {
    display: flex;
    flex-direction: column;
    margin: 0rem auto; /* 18->0 수정*/
    align-items: center;
    row-gap: 4.8rem;
}
.hero-title {
    text-align: center;
    color: #f4f5f7;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 150%;
}
.search-container {
    position: relative;
}
.search-box {
    padding: 1.4rem 1.4rem;
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
    width: 100%;
    max-width: 59.6rem;
    border-radius: 8rem;
    background-color: rgba(18, 23, 33, 0.5);

    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);

    -webkit-backdrop-filter: blur(16px);
    height: 7.3rem;
}
.search-select-box a {
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
}
.search-select-box a .logo {
    width: 5rem;
    height: 5rem;
}
.search-select-box a .arrow {
    width: 2.4rem;
    height: 2.4rem;
}
.notification-popup {
    position: absolute;
    top: -54%;
    left: -22%;
}
.notification-popup p {
    padding: 2rem;
    border-radius: 3.2rem 3.2rem 0.2rem 3.2rem;
    background: linear-gradient(90deg, #fd00dd 0%, #0084ff 100%);
    box-shadow: 4px 4px 120px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(32px);
    color: #f4f5f7;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: normal;
}

@media screen and (max-width: 980px) {
    .notification-popup {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .hero-content {
        margin: 90px auto;
        row-gap: 24px;
        margin-top: 120px;
    }
    .hero-title {
        font-size: 24px;
        font-weight: 700;
    }
    .search-box {
        max-width: 300px;
        padding: 8px;
        height: fit-content;
    }
    .search-select-box a .logo {
        width: 24px;
        height: 24px;
    }
    .search-input {
        width: 100%;
        font-size: 12px;
    }
}

.sub {
    max-width: 120rem;
    margin: 0 auto;
    width: 100%;
    margin-top: 6.4rem;
    margin-bottom: 6.4rem;
}
.section-title {
    margin-bottom: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-title a figure {
    width: 2.4rem;
    height: 2.4rem;
}
.section-title h2 {
    color: #f4f5f7;
    font-size: 2.8rem;
    font-weight: 00;
    line-height: 150%;
}
.small-tb {
  font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
}
.if-text {
  font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
    color: #5A7A94;
}
@media screen and (max-width: 1332px) {
    .sub {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 768px) {
    .sub {
        padding: 0;
        padding-left: 20px;
        margin-bottom: 80px;
    }
    .section-title {
        margin-bottom: 32px;
    }
    .section-title h2 {
        font-size: 20px;
    }
    .section-title a figure {
        width: 20px;
        height: 20px;
    }
}

/* 로그인 후 섹션 */
.suggest-section {
    margin-top: 12rem;
}
.suggest-section .section-title {
    margin-bottom: 0;
}
.suggest-container {
    width: 100%;
    background-color: #101430;
    border-radius: 2rem;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
    shadow-short:where(.dark, .dark *):not(
            :where(.dark .light, .dark .light *)
        ) {
        --tw-shadow:
            0px 4px 12px 0px
                var(--tw-shadow-color, var(--shadow-color-1, #0000001a)),
            inset 0px 0px 1px 0px
                var(--tw-shadow-color, var(--shadow-color-2, #fff3));
        box-shadow:
            var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
            var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow);
    }
}
.suggest-check-box {
    display: flex;
    flex-direction: column;
    row-gap: 8rem;
    align-items: center;
    justify-content: center;
}
.suggest-check-box > figure {
    width: 7rem;
    height: 8rem;
}
.connect-container {
    padding: 2rem;
    background-color: #0b0e22;
    border: 1px solid #4827ff;
    border-radius: 1.6rem;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.connect-container .connect-text-group {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}
.connect-container .connect-text-group .connect-title {
    display: flex;
    align-items: center;
    column-gap: 0.4rem;
}
.connect-container .connect-text-group .connect-title figure {
    width: 2.4rem;
    height: 2.4rem;
}
.connect-container .connect-text-group .connect-title span {
    color: #f4f5f7;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
    padding-top: 0.3rem;
}
.connect-container .connect-text-group p {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
}
.connect-container > figure {
    width: 2.4rem;
    height: 2.4rem;
}

@media screen and (max-width: 768px) {
    .suggest-section {
        padding-top: 20px;
        padding-right: 20px;
    }
    .suggest-section .section-title h2 {
        font-size: 16px;
        line-height: 24px;
    }
    .suggest-container {
        row-gap: 40px;
        padding: 20px;
    }
    .suggest-check-box {
        row-gap: 40px;
    }
    .suggest-check-box > figure {
        width: 60px;
        height: 44px;
    }
    .connect-container .connect-text-group .connect-title figure {
        width: 20px;
        height: 20px;
    }
    .connect-container .connect-text-group .connect-title span {
        font-size: 14px;
    }
    .connect-container .connect-text-group p {
        display: none;
    }
    .connect-container > figure {
        width: 20px;
        height: 20px;
    }
}

/* 연동성공 섹션 */
.connect-section {
    width: 100%;
    margin-top: 12rem;
}
.connect-wrapper {
    display: flex;
    align-items: stretch;
    column-gap: 2rem;
    width: 100%;
}
.connect-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}
.connect-card {
    padding: 3.2rem;
    border-radius: 3.6rem;
    background-color: #101430;
}
.reward-box {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}
.reward-box .reward-title {
    color: #c1c3d0;
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem;
}
.reward-box .reward-value-box {
    display: flex;
    align-items: flex-end;
    column-gap: 1rem;
}
.reward-box .reward-value-box .reward-value {
    color: #f4f5f7;
    font-size: 4rem;
    font-weight: 600;
    line-height: 7.2rem;
}
.reward-box .reward-value-box .reward-unit {
    color: #f4f5f7;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.6rem;
    padding-bottom: 1.5rem;
}
.payback-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.payback-box span {
    color: #f4f5f7;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.6rem;
}
.connect-right {
    width: 60%;
}
.my-exchange-box {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    height: 44.6rem;
}
.exchange-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.exchange-title > span {
    color: #c1c3d0;
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem;
}
.exchange-title a {
    display: flex;
    align-items: center;
    column-gap: 0.4rem;
}
.exchange-title a span {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3.6rem;
}
.exchange-title a figure {
    width: 1.6rem;
    height: 1.6rem;
}
.my-exchange-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2.3rem;
}
.my-exchange-list li {
    width: calc(50% - 1rem);
}
.my-exchange-list li:hover {
    border-radius: 16px;
    outline: 1px solid #0084ff;
    background: #203453;
}
.my-exchange-list li a {
    padding: 2rem;
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
}
.my-exchange-list li a figure {
    width: 4.4rem;
    height: 4.4rem;
}
.my-exchange-list li a .my-value-box {
    display: flex;
    flex-direction: column;
}
.my-exchange-list li a .my-value-box .my-uid {
    color: #c1c3d0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
}
.my-exchange-list li a .my-value-box .my-value {
    color: #f4f5f7;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.6rem;
}

@media screen and (max-width: 768px) {
    .connect-section {
        padding-right: 20px;
        margin-top: 88px;
    }
    .connect-wrapper {
        flex-direction: column;
        row-gap: 20px;
    }
    .connect-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 3.2rem;
    }
    .connect-card {
        padding: 20px;
    }
    .reward-box {
        row-gap: 20px;
    }
    .reward-box .reward-title {
        font-size: 18px;
        line-height: 30px;
    }
    .reward-box .reward-value-box .reward-value {
        font-size: 32px;
        line-height: 48px;
    }
    .reward-box .reward-value-box .reward-unit {
        font-size: 16px;
        line-height: 36px;
        padding-bottom: 2px;
    }
    .payback-box span {
        font-size: 16px;
        line-height: 30px;
    }
    .connect-right {
        width: 100%;
    }
    .my-exchange-box {
        row-gap: 36px;
        overflow-y: auto;
        height: 360px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .exchange-title > span {
        font-size: 18px;
        line-height: 30px;
    }
    .exchange-title a span {
        font-size: 14px;
        line-height: 36px;
    }
    .exchange-title a figure {
        width: 12px;
        height: 12px;
    }
    .my-exchange-list {
        gap: 20px;
    }
    .my-exchange-list li {
        width: 100%;
    }
    .my-exchange-list li a {
        width: 100%;
        padding: 12px;
        column-gap: 8px;
    }
    .my-exchange-list li a figure {
        width: 40px;
        height: 40px;
    }
    .my-exchange-list li a .my-value-box .my-uid {
        font-size: 10px;
        line-height: 15px;
    }
    .my-exchange-list li a .my-value-box .my-value {
        font-size: 14px;
        line-height: 21px;
    }
}

/* 이벤트 섹션 */
.events-list {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 2rem;
}
.events-list li {
    width: 33%;
    border-radius: 3.2rem;
}

@media screen and (max-width: 768px) {
    .events-list {
        overflow-x: auto;
        overflow-y: hidden;
        cursor: grab;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .events-list::-webkit-scrollbar {
        display: none;
    }
    .events-list:active {
        cursor: grabbing;
    }
    .events-list li {
        width: 240px;
        height: 200px;
        flex-shrink: 0;
        pointer-events: none;
    }
}

.news-section .news-list {
    display: flex;
    align-items: stretch;
    column-gap: 2rem;
}
.news-section .news-list li.news-card {
    background-color: #101430;
    width: 33%;
    border-radius: 3.2rem;
}
.news-section .news-list li.news-card a {
    display: flex;
    flex-direction: column;
}

.news-section .news-list li.news-card a .news-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.2rem 2.4rem;
}
.news-section .news-list li.news-card a .news-title span {
    color: #f4f5f7;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.6rem;
}
.news-section .news-list li.news-card a .news-title figure {
    width: 3.2rem;
    height: 3.2rem;
}
.news-section .news-list li.news-card a .schedule-list {
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
    padding: 0 2rem 4rem 2rem;
}
.news-section .news-list li.news-card a .schedule-list .schedule-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-left: 2px solid #0084ff;
    padding-left: 1.6rem;
}
.news-section .news-list li.news-card a .schedule-list .schedule-item p {
    color: #f4f5f7;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3rem;
}

@media screen and (max-width: 768px) {
    .news-section {
        padding-right: 20px;
    }
    .news-section .news-list {
        flex-direction: column;
        row-gap: 12px;
    }
    .news-section .news-list li.news-card {
        width: 100%;
    }
    .news-section .news-list li.news-card a .news-title {
        padding: 20px;
    }
    .news-section .news-list li.news-card a .schedule-list {
        padding: 0 20px 20px 20px;
    }
    .news-section .news-list li.news-card a .news-title span {
        font-size: 16px;
    }
    .news-section .news-list li.news-card a .news-title figure {
        width: 20px;
        height: 20px;
    }
    .news-section .news-list li.news-card a .schedule-list .schedule-item p {
        font-size: 14px;
    }
}

.withdrawal-table {
    width: 100%;
}
.withdrawal-table thead {
    background-color: #4827ff;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.withdrawal-table thead th {
    padding: 2rem 0;
    width: 25%;
    color: #f4f5f7;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.8rem;
}
.withdrawal-table thead th > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.withdrawal-table thead th:first-child {
    padding: 2rem 0 2rem 2rem;
    border-radius: 2rem 0 0 0;
}
.withdrawal-table thead th:last-child {
    padding: 2rem 2rem 2rem 0;
    border-radius: 0 2rem 0 0;
}
.withdrawal-table tbody {
    background-color: #101430;
}
.withdrawal-table tbody tr td {
    padding-bottom: 1.2rem;
}
.withdrawal-table tbody tr:first-child td {
    padding-top: 2.8rem;
}
.withdrawal-table tbody tr:last-child td {
    padding-bottom: 2.8rem;
}
.withdrawal-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 2rem;
}
.withdrawal-table tbody tr:last-child td:last-child {
    border-radius: 0 0 2rem 0;
}
.withdrawal-table tbody td {
    color: #f4f5f7;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.9rem;
    text-align: center;
}
.withdrawal-table tbody td:first-child {
    font-size: 1.4rem;
    padding-left: 2rem;
}
.withdrawal-table tbody td:last-child {
    padding-right: 2rem;
}
.exchange {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
    justify-content: center;
}
.exchange figure {
    width: 2.6rem;
    height: 2.6rem;
}

.heat img {
    width: 2rem;
    height: 2rem;
    display: block;
}
.status-badge {
    border-radius: 2rem;
    padding: 0.65rem 1.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1px;
}
.status-badge.completed {
    background-color: #00481e;
    color: #00cf56;
}
.status-badge.rejected {
    border: 1px solid #45101c;
    background: #45101c;
    color: #ff6676;
}

@media screen and (max-width: 768px) {
    .withdrawal-status-section {
        padding-right: 20px;
    }
    .withdrawal-table thead th {
        font-size: 14px;
        line-height: 150%;
        padding: 12px 0;
    }
    .withdrawal-table thead th:first-child {
        padding: 14px 0;
    }
    .withdrawal-table thead th:last-child {
        padding: 12px 0;
        width: 23%;
    }
    .withdrawal-table tbody td {
        font-size: 12px;
    }
    .withdrawal-table tbody td:first-child {
        font-size: 12px;
        padding-left: 0;
    }
    .withdrawal-table tbody td:last-child {
        padding-right: 0;
    }
    .exchange figure {
        width: 16px;
        height: 16px;
    }
    .status-badge {
        padding: 4px 8px;
        font-size: 10px;
        line-height: 15px;
    }
}

.tab-container {
    margin-bottom: 2rem;
}
.tab-buttons {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
}
.tab-buttons .tab-btn {
    padding: 0.8rem 2rem;
    border-radius: 2.4rem;
    background-color: #0E1620;
    color: #5A7A94;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.1rem;
    cursor: pointer;
}
.tab-buttons .tab-btn.active {
    background-color: #0042D3;
    color: #f4f5f7;
}
.tab-buttons {
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.tab-buttons::-webkit-scrollbar {
    display: none;
}
.tab-buttons:active {
    cursor: grabbing;
}
.tab-buttons .tab-btn {
    flex-shrink: 0;
    white-space: nowrap;
}
.tab-content {
    display: none;
}

.exchange-table {
    width: 100%;
}
.exchange-table thead th {
    width: 20%;
    text-align: left;
    padding: 2rem 0;
    color: #5A7A94;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
}
.exchange-table thead th:first-child {
    padding: 2rem 0 2rem 2rem;
}
.exchange-table thead th:last-child {
    padding: 2rem 2rem 2rem 0;
}
.exchange-table tbody tr.active {
    background: linear-gradient(90deg, #0042D3 0%, rgba(49, 130, 246, 0) 100%);
}
.exchange-table tbody tr.active td:first-child {
    border-radius: 2rem 0 0 2rem;
}
.exchange-table tbody td {
    width: 20%;
    padding: 1.5rem 0;
    color: #f4f5f7;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
}
.exchange-table tbody td:first-child {
    padding-left: 2rem;
}
.exchange-table tbody td:last-child {
    padding-right: 2rem;
}
.exchange-table tbody td .exchange {
    justify-content: flex-start;
}

@media screen and (max-width: 768px) {
    .exchange-section {
        padding-right: 20px;
    }
    .exchange-section .tab-buttons .tab-btn {
        padding: 8px 20px;
        font-size: 12px;
    }
    .exchange-table thead th {
        font-size: 12px;
        line-height: 18px;
        padding: 12px 0;
    }
    .exchange-table thead th:first-child {
        padding: 12px 0 12px 12px;
    }
    .exchange-table tbody td {
        padding: 12px 0;
        font-size: 12px;
        line-height: 15px;
    }
    .exchange-table .exchange figure {
        width: 12px;
        height: 12px;
    }
    .exchange-table .exchange span {
        font-size: 12px;
    }
    .exchange-table tbody tr.active td:first-child {
        padding-right: 10px;
    }
    .exchange-table tbody td:last-child {
        padding-right: 0;
    }

    .exchange-table thead th:first-child {
        width: 25%;
    }
    .exchange-table thead th:nth-child(3) {
        width: 23%;
    }
    .exchange-table thead th:nth-child(4),
    .exchange-table thead th:last-child {
        width: 16%;
    }
}

@media screen and (max-width: 449px) {
    .exchange-table {
        table-layout: fixed;
    }
    .exchange-table thead th:first-child {
        padding: 12px 0 12px 6px;
    }
    .exchange-table thead th:last-child {
        padding: 12px 0;
    }
    .exchange-table tbody td {
        padding: 12px 0;
    }
    .exchange-table tbody td:first-child {
        padding: 12px 0 12px 6px;
    }
}

.support-card {
    padding: 4rem;
    background-color: #0E1620;
    border-radius: 3.2rem;
    display: flex;
    flex-direction: column;
    row-gap: 6.9rem;
}
.support-info {
    display: flex;
    flex-direction: column;
}
.support-info .support-description {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 4rem;
}
.support-info .support-hours {
    color: #f4f5f7;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 5rem;
}
.support-info .support-tags {
    margin-top: 2rem;
    display: flex;
    column-gap: 1.2rem;
}
.support-info .support-tags .support-tag {
    border-radius: 1.4rem;
    background-color: #0042D3;
    padding: 0.2rem 1.6rem 0.2rem 1.6rem;
    color: #f4f5f7;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.8rem;
}
.support-action {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.support-action .support-notice {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.8rem;
}

@media screen and (max-width: 768px) {
    .service-support-section {
        padding-right: 20px;
    }
    .support-card {
        padding: 20px;
        row-gap: 80px;
    }
    .support-info .support-description {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        padding-bottom: 4px;
    }
    .support-info .support-hours {
        font-size: 20px;
        line-height: 30px;
    }
    .support-info .support-tags {
        margin-top: 20px;
    }
    .support-info .support-tags .support-tag {
        padding: 4px 12px;
        border-radius: 12px;
        font-size: 12px;
        line-height: 18px;
    }
    .support-action {
        align-items: center;
    }
    .support-action .support-notice {
        font-size: 12px;
        line-height: 18px;
    }
}

/* ============================== [ 서브페이지들 공통요소 ] ========================================================================================== */
.sub-content {
    margin: 0 auto;
    margin-top: 6.4rem;
}
.sub-wrapper {
    display: flex;
    column-gap: 2rem;
}
.sub-section {
    padding: 4rem;
    border-radius: 3.2rem;
    background-color: #101430;
}

/* ============================== [ 로그인 ] ========================================================================================== */
.sub-content.login-content {
    width: 44rem;
    padding-top: 7.1rem;
}
.login-form-section {
    display: flex;
    flex-direction: column;
    padding: 4rem 2.4rem;
    max-width: 44.2rem;
    width: 44.2rem;
}
.login-form-section .form-title {
    margin-bottom: 8rem;
}
.login-form-section .form-title h1 {
    color: #f4f5f7;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
}
.login-form {
    display: flex;
    flex-direction: column;
    row-gap: 1.4rem;
}
.password-group {
    position: relative;
}
.password-group .hide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.4rem;
    background-color: transparent;
}
.password-group .hide-btn figure {
    width: 2rem;
    height: 2rem;
}
.password-group .hide-btn svg {
    color: #c1c3d0;
}
.login-button-container {
    margin-top: 1rem;
    width: 100%;
    margin-bottom: 4.8rem;
}
.login-button-container .blue-btn {
    width: 100%;
}
/* border-radius: 4rem; */
.login-form-section .form-links {
    display: flex;
    align-items: center;
    column-gap: 1.6rem;
    justify-content: center;
}
.login-form-section .form-links .form-link {
    color: #c1c3d0;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
}
.login-form-section .form-links .form-link:after {
    content: "";
    width: 1px;
    height: 1.2rem;
    background-color: #c1c3d0;
    position: absolute;
    top: 0;
    right: -0.8rem;
}
.login-form-section .form-links .form-link:last-child:after {
    display: none;
}

.promo-section {
    max-width: 44.2rem;
    width: 44.2rem;
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
    padding: 3.6rem;
}
.promo-section .promo-text-content p {
    color: #f4f5f7;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
}
.promo-image-container {
    border-radius: 4rem;
    background-color: #cce4ff;
    padding: 4rem;
}

@media screen and (max-width: 768px) {
    .sub-content.login-content {
        width: 100%;
        padding: 0 2rem;
        margin-top: 16rem;
    }
    .sub-wrapper.login-wrapper {
        flex-direction: column;
        row-gap: 2rem;
    }
    .login-form {
        row-gap: 12px;
    }
    .login-form-section {
        width: 100%;
        max-width: 100%;
        padding: 40px 20px;
    }
    .promo-section {
        width: 100%;
        max-width: 100%;
    }

    .login-form-section .form-title h1 {
        font-size: 20px;
    }
    .login-form-section .form-title {
        margin-bottom: 80px;
    }
    .login-button-container {
        margin-top: 16px;
        margin-bottom: 48px;
    }
    .login-button-container .bluel-btn {
        border-radius: 16px;
        padding: 14px 0;
        font-size: 16px;
    }
    .login-form-section .form-links .form-link {
        font-size: 12px;
    }
    .login-form-section .form-links .form-link:after {
        height: 12px;
    }
    .password-group .hide-btn {
        right: 24px;
    }
    .password-group .hide-btn figure {
        width: 20px;
        height: 20px;
    }

    .promo-section {
        padding: 28px;
    }
    .promo-section .promo-text-content p {
        font-size: 24px;
        line-height: 33.6px;
    }
    .promo-image-container {
        padding: 40px;
        border-radius: 40px;
    }
    .promo-section .blue-btn {
        padding: 16px 0;
        font-size: 16px;
        border-radius: 20px;
    }
}

/* ============================== [ 회원가입 ] ========================================================================================== */
.join-content {
    max-width: 56rem;
    width: 100%;
    padding-top: 7.1rem;
}
.join-wrapper {
    margin-top: 4rem;
}
.join-title-box {
    display: flex;
    flex-direction: column;
    row-gap: 1.2rem;
    margin-bottom: 8rem;
}
.join-title-box h2 {
    color: #f4f5f7;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 150%;
}
.join-title-box p {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}
.join-form {
    display: flex;
    flex-direction: column;
    row-gap: 1.2rem;
}
.exp-box {
    display: flex;
    flex-direction: column;
    padding-left: 0.4rem;
    margin-bottom: 3rem;
}
.exp-box-mb {
    margin-bottom: 6rem;
}
.exp-box .exp-row {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
}
.exp-box .exp-row figure {
    width: 1.6rem;
    height: 1.6rem;
}
.exp-box .exp-row span {
    color: #606585;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 140%;
}
.exp-box .exp-row span.checked {
    color: #0084ff !important;
}
.join-form label a[data-modal] {
    color: #0084ff;
    text-decoration: underline;
}
#turnstileWidget {
    width: 100%;
}
#loginTurnstileWidget {
    width: 100%;
}
#turnstileWidget > div,
#turnstileWidget iframe,
#loginTurnstileWidget > div,
#loginTurnstileWidget iframe {
    width: 100% !important;
}
.chk-group {
    padding: 1.2rem 2.4rem;
    height: 6rem;
    border-radius: 2rem;
    border: 1px solid #303540;
    background-color: #0b0e22;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.join-form .form-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 2rem 0 2rem 0;
}
.join-form .form-links span {
    color: #c1c3d0;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
}
.join-form .form-links a {
    color: #0084ff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    text-decoration-line: underline;
}

@media screen and (max-width: 768px) {
    .join-content {
        max-width: 100%;
        margin-top: 0;
        padding: 100px 20px 40px 20px;
    }
    .join-wrapper {
        margin-top: 40px;
    }
    .join-title-box {
        margin-bottom: 80px;
    }
    .join-title-box h2 {
        font-size: 24px;
    }
    .join-title-box p {
        font-size: 14px;
    }
    .join-form {
        row-gap: 12px;
    }
    .exp-box {
        margin-bottom: 80px;
    }
    .exp-box .exp-row figure {
        width: 16px;
        height: 16px;
    }
    .exp-box .exp-row span {
        font-size: 12px;
    }
    .join-form .form-links {
        margin: 80px 0;
    }
    .join-form .login-button-container {
        margin-top: 0;
    }
    .join-form .form-links span {
        font-size: 12px;
    }
    .join-form .form-links a {
        font-size: 12px;
    }
}

@media screen and (max-width: 392px) {
    .exp-box .exp-row {
        align-items: flex-start;
    }
}

@media screen and (max-width: 333px) {
    .join-title-box h2 {
        font-size: 22px;
    }
}

/* ============================== [ 회원가입 완료 & 제휴 문의 ] ========================================================================================== */
.success-container {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
    padding-top: 7.1rem;
    margin-bottom: 8.8rem;
}
.success-container .success-txt-box {
    position: relative;
    padding-top: 8rem;
}
.success-container p {
    color: #f4f5f7;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 3.8rem;
    text-align: center;
}
.success-container figure.point {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: -150%;
    right: -15%;
}
.success-container figure.cloud {
    width: 8.4rem;
    height: 5.3rem;
    position: absolute;
}
.success-container figure.cloud.c-01 {
    top: -60%;
    right: -30%;
}
.success-container figure.cloud.c-02 {
    bottom: -60%;
    left: -30%;
}
.success-container a.blue-btn {
    width: fit-content;
    margin: 0 auto;
}
.success-container a.blue-btn.inquiry {
    margin-top: 3.2rem;
    padding: 1.2rem 4rem;
    border-radius: 4rem;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .sub-content {
        min-height: 32vh;
    }
    .success-content {
        margin-top: 71px;
    }
    .success-container p {
        font-size: 20px;
        line-height: 28px;
    }
    .success-container figure.point {
        width: 40px;
        height: 40px;
        top: -110%;
        right: -12%;
    }
    .success-container figure.cloud {
        width: 51px;
        height: 32px;
    }
    .success-container figure.cloud.c-01 {
        top: -40%;
    }
    .success-container figure.cloud.c-02 {
        bottom: -40%;
        left: -35%;
    }
    .success-container a.blue-btn {
        padding: 12px 20px;
        font-size: 12px;
        border-radius: 20px;
    }
    .success-container a.blue-btn.inquiry {
        padding: 12px 24px;
    }
}

/* ============================== [ 출금하기 ] ========================================================================================== */
.withdrawal-content {
    padding-top: 7.1rem;
    max-width: 80rem;
    width: 100%;
    margin-bottom: 20rem;
}
.withdrawal-wrapper {
    padding: 4rem;
    border-radius: 3.2rem;
    background-color: #101430;
}
.withdrawal-wrapper .section-title {
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
}
.withdrawal-wrapper .section-title h2 {
    color: #f4f5f7;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 150%;
}
.withdrawal-wrapper .section-title p {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}
.withdrawal-wrapper .account-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem 2rem 4rem 2rem;
    column-gap: 1.2rem;
}
.withdrawal-wrapper .account-info figure {
    width: 4rem;
    height: 4rem;
}
.withdrawal-wrapper .account-info .account-txt-box {
    display: flex;
    flex-direction: column;
}
.withdrawal-wrapper .account-info .account-txt-box .account-uid {
    color: #c1c3d0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
}
.withdrawal-wrapper .account-info .account-txt-box .account-value {
    color: #f4f5f7;
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
    position: relative;
}
.withdrawal-wrapper .account-info .account-txt-box .account-value::after {
    content: "USDT";
    padding-left: 0.5rem;
}
.withdrawal-wrapper .btn-group {
    margin-top: 12rem;
}

@media screen and (max-width: 768px) {
    .withdrawal-content {
        padding: 0 20px;
        margin-top: 100px;
        margin-bottom: 200px;
    }
    .withdrawal-wrapper {
        padding: 20px;
    }
    .withdrawal-wrapper .section-title h2 {
        font-size: 20px;
    }
    .withdrawal-wrapper .section-title p {
        font-size: 12px;
    }
    .withdrawal-wrapper .account-info figure {
        width: 40px;
        height: 40px;
    }
    .withdrawal-wrapper .account-info .account-txt-box .account-uid {
        font-size: 10px;
        line-height: 150%;
    }
    .withdrawal-wrapper .account-info .account-txt-box .account-value {
        font-size: 14px;
    }
    .withdrawal-wrapper .btn-group {
        margin-top: 120px;
    }
}

/* ============================== [ 연동하기 + 친구초대(코드발급) ] ========================================================================================== */
/* step1 (초기화면) */
.connect-content {
    max-width: 68rem;
    width: 100%;
    padding-top: 7.1rem;
    margin-bottom: 20rem;
}
.connect-content .connect-wrapper {
    padding: 3.2rem;
    border-radius: 3.2rem;
    background-color: #101430;
    display: flex;
    flex-direction: column;
    row-gap: 8rem;
}
.connect-content .connect-wrapper .section-title {
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
    align-items: flex-start;
    margin-bottom: 0;
}
.connect-content .connect-wrapper .section-title a figure {
    width: 2.8rem;
    height: 2.8rem;
}
.connect-content .connect-wrapper .section-title h2 {
    color: #f4f5f7;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 150%;
}
.connect-content .connect-wrapper .section-title p {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
}
.connect-content .connect-wrapper .btn-group {
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
    position: relative;
}
.connect-content .connect-wrapper .btn-group a {
    width: 50%;
    padding: 1.6rem 0;
    font-size: 1.6rem;
    line-height: 150%;
    font-weight: 500;
}
.connect-content .connect-wrapper .btn-group a.line-btn.bold-btn {
    color: #0084ff;
}
.connect-content .connect-wrapper .btn-group.btn-one a {
    width: 100%;
}
.connect-content .connect-wrapper .btn-group form button.blue-btn {
    padding: 1.6rem 0;
    font-size: 1.6rem;
    line-height: 150%;
    font-weight: 500;
    border-radius: 1.6rem;
    display: block;
    width: 100%;
    border: 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .connect-content {
        padding: 0 20px;
        margin-top: 100px;
        margin-bottom: 400px;
    }
    .connect-content .connect-wrapper {
        padding: 40px 20px 20px 20px;
        row-gap: 40px;
    }
    .connect-content .connect-wrapper.step {
        padding: 20px;
    }
    .connect-content .connect-wrapper.step .section-title {
        row-gap: 12px;
    }
    .connect-content .connect-wrapper.step .section-title p {
        display: none;
    }
    .connect-content .connect-wrapper.step.s2 .section-title p {
        display: block;
    }
    .connect-content .connect-wrapper.step.s2 .input-group {
        margin-bottom: 40px;
    }
    .connect-content .connect-wrapper .section-title {
        row-gap: 8px;
    }
    .connect-content .connect-wrapper .section-title a figure {
        width: 24px;
        height: 24px;
    }
    .connect-content .connect-wrapper .section-title h2 {
        font-size: 20px;
    }
    .connect-content .connect-wrapper .section-title p {
        font-size: 12px;
    }
    .connect-content .connect-wrapper .section-title p.ft-10 {
        font-size: 10px;
    }
    .connect-content .connect-wrapper .section-title p.ft-14 {
        font-size: 14px;
    }
    .connect-content .connect-wrapper .btn-group a {
        padding: 12px 0;
        font-size: 12px;
        border-radius: 12px;
    }
    .connect-content .connect-wrapper .btn-group a.ft-14 {
        font-size: 14px;
    }
    .connect-content .connect-wrapper .btn-group form button.blue-btn {
        padding: 12px 0;
        font-size: 12px;
        border-radius: 12px;
    }
    .connect-content .connect-wrapper .btn-group form button.blue-btn.ft-14 {
        font-size: 14px;
    }
    .connect-content
        .connect-wrapper.step
        .btn-group.btn-one
        .blue-btn.withdrawal-btn {
        font-size: 14px;
    }
    .connect-wrapper.step .input-field-line {
        font-size: 12px;
        padding: 12px;
        height: auto;
        border-radius: 12px;
    }
}

@media screen and (max-width: 363px) {
    .connect-content .connect-wrapper .section-title p {
        font-size: 11px;
    }
}
@media screen and (max-width: 342px) {
    .connect-content .connect-wrapper .section-title h2 {
        font-size: 18px;
    }
    .connect-content .connect-wrapper .section-title p {
        font-size: 10px;
    }
}

/* step2-1 : 예 누르면 나오는 페이지 */
.uid-input-box {
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
    border-radius: 2rem;
    border: 1px solid #0084ff;
    background-color: #101430;
    width: 100%;
    padding: 2rem;
    height: 7.3rem;
}
.uid-input-box .ex-select-box a {
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
}
.uid-input-box .ex-select-box a .logo {
    width: 5rem;
    height: 5rem;
}
.uid-input-box .ex-select-box a .arrow {
    width: 2.4rem;
    height: 2.4rem;
}
.exp-uid-box {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    margin-bottom: 2rem;
}
.exp-uid-box h3 {
    color: #f4f5f7;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
}
.exp-uid-box .exp-img-box {
    border-radius: 2rem;
    background: #cbe4ff;
    padding: 1.2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.exp-uid-box .exp-img-box figure {
    width: 30.6rem;
}
.btn-group.btn-one button {
    width: 100%;
}
.btn-group.btn-one a {
    width: 100%;
}
.btn-group.btn-one form {
    width: 100%;
}
.btn-group.btn-one form button.blue-btn {
    display: block;
    width: 100%;
    border: 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .uid-input-box {
        padding: 8px 12px;
        border-radius: 16px;
        column-gap: 12px;
        height: fit-content;
    }
    .uid-input-box .ex-select-box a .logo {
        width: 32px;
        height: 32px;
    }
    .uid-input-box .ex-select-box a .arrow {
        width: 16px;
        height: 16px;
    }
    .uid-input-box .search-input {
        font-size: 14px;
    }
    .exp-uid-box {
        row-gap: 20px;
        margin-bottom: 0;
    }
    .exp-uid-box h3 {
        font-size: 20px;
    }
    .btn-group.btn-one button {
        padding: 12px 0;
        border-radius: 12px;
        font-weight: 700;
        font-size: 12px;
    }
}

/* step2-2 : 아니요 누르면 나오는 페이지 */

/* 연동실패 connect_failed */
.connect-wrapper.failed .section-title {
    text-align: center;
    justify-content: center;
    align-items: center;
}
.connect-wrapper.failed .section-title h2 .user-uid:before {
    content: "'";
}
.connect-wrapper.failed .section-title h2 .user-uid:after {
    content: "'";
}
.connect-wrapper.failed .exp-box {
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 2rem;
    border-radius: 2rem;
    background: #0b0e22;
    padding: 4rem 0;
    margin-bottom: 0;
}
.connect-wrapper.failed .exp-box h3 {
    color: #0084ff;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 150%;
}

@media screen and (max-width: 768px) {
    .connect-wrapper.failed .exp-box {
        padding: 80px 0;
        row-gap: 20px;
        margin-bottom: 0;
    }
    .connect-wrapper.failed .exp-box h3 {
        font-size: 20px;
    }
}

/* 친구초대 코드발급 */
.connect-content .btn-group .notification-popup {
    position: absolute;
    top: -40%;
    left: 22%;
}
.connect-content .btn-group .notification-popup p {
    padding: 1.6rem;
    border-radius: 3.2rem 3.2rem 0.2rem 3.2rem;
    background-color: #0084ff;
    box-shadow: 4px 4px 120px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(32px);
    color: #f4f5f7;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: normal;
}

@media screen and (min-width: 769px) and (max-width: 980px) {
    .connect-content .btn-group .notification-popup {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .connect-content .btn-group .notification-popup {
        display: none;
    }
    .connect-content .btn-group .notification-popup p {
        padding: 12px;
        font-size: 14px;
    }
}

/* ============================== [ 마이페이지 ] ========================================================================================== */
.mypage-content {
    max-width: 86rem;
    width: 100%;
    padding-top: 7.1rem;
    margin: 12rem auto;
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
}
.user-info-container {
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
}
.user-info-container > figure {
    width: 5.6rem;
    height: 5.6rem;
}
.user-info-container .user-info-txt {
    display: flex;
    flex-direction: column;
}
.user-info-container .user-info-txt .user-id {
    color: #f4f5f7;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}
.user-info-container .user-info-txt .user-num-txt {
    display: flex;
    align-items: center;
    column-gap: 0.4rem;
}
.user-info-container .user-info-txt .user-num-txt p {
    color: #c1c3d0;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.mypage-menu-list {
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
}
.mypage-menu-list li {
    width: 25%;
}
.mypage-menu-list li a {
    width: 100%;
    padding: 20px 0;
    border-radius: 20px;
    background-color: #101430;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    align-items: center;
    justify-content: center;
}
.mypage-menu-list li a figure {
    width: 4rem;
    height: 4rem;
}
.mypage-menu-list li a span {
    color: #f4f5f7;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}
.mypage-submenu-list {
    display: flex;
    flex-direction: column;
}
.mypage-submenu-list li {
    width: 100%;
}
.mypage-submenu-list li a {
    padding: 20px;
    border-radius: 1.6rem;
    background-color: #0b0e22;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mypage-submenu-list li a .submenu-box {
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
}
.mypage-submenu-list li a .submenu-box .submenu-title {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.mypage-submenu-list li a .submenu-box .submenu-title figure {
    width: 24px;
    height: 24px;
}
.mypage-submenu-list li a .submenu-box .submenu-title span {
    color: #f4f5f7;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    padding-top: 0.3rem;
}
.mypage-submenu-list li a .submenu-box p {
    color: #797e9a;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
}
.mypage-submenu-list li a .submenu-arrow {
    display: flex;
    align-items: center;
    column-gap: 2rem;
}
.mypage-submenu-list li a .submenu-arrow figure {
    width: 2rem;
    height: 2rem;
}
.mypage-submenu-list li a .submenu-arrow span {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    padding-top: 0.4rem;
}
.mypage-submenu-list li a .submenu-arrow span.after {
    color: #0084ff;
}
.mypage-submenu-list li .submenu-trigger {
    padding: 20px;
    border-radius: 1.6rem;
    background-color: #0b0e22;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    cursor: pointer;
    width: 100%;
    font: inherit;
    color: inherit;
    text-align: left;
}
.mypage-submenu-list li .submenu-trigger .submenu-box {
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
}
.mypage-submenu-list li .submenu-trigger .submenu-box .submenu-title {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.mypage-submenu-list li .submenu-trigger .submenu-box .submenu-title figure {
    width: 24px;
    height: 24px;
}
.mypage-submenu-list li .submenu-trigger .submenu-box .submenu-title span {
    color: #f4f5f7;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    padding-top: 0.3rem;
}
.mypage-submenu-list li .submenu-trigger .submenu-box p {
    color: #797e9a;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
}
.mypage-submenu-list li .submenu-trigger .submenu-arrow {
    display: flex;
    align-items: center;
    column-gap: 2rem;
}
.mypage-submenu-list li .submenu-trigger .submenu-arrow figure {
    width: 2rem;
    height: 2rem;
}
.mypage-submenu-list li .submenu-trigger .submenu-arrow span {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    padding-top: 0.4rem;
}

@media screen and (min-width: 769px) and (max-width: 1331px) {
    .mypage-content {
        padding: 7 2rem;
    }
}

@media screen and (max-width: 768px) {
    .mypage-content {
        margin: 171px auto 120px;
        padding: 0 20px;
        row-gap: 40px;
    }
    .user-info-container > figure {
        width: 56px;
        height: 56px;
    }
    .mypage-menu-list li a figure {
        width: 24px;
        height: 24px;
    }
    .mypage-menu-list li a span {
        font-size: 14px;
    }
    .mypage-submenu-list li a .submenu-box p {
        display: none;
    }
    .mypage-submenu-list li .submenu-trigger .submenu-box p {
        display: none;
    }
    .mypage-submenu-list li a .submenu-arrow span {
        display: none;
    }
    .mypage-submenu-list li .submenu-trigger .submenu-arrow span {
        display: none;
    }
    .mypage-submenu-list li a .submenu-arrow figure {
        width: 16px;
        height: 16px;
    }
    .mypage-submenu-list li a .submenu-arrow.v2 figure {
        width: 24px;
        height: 24px;
    }
}

/* ============================== [ 회원탈퇴 ] ========================================================================================== */
/* 모달 레이아웃 상속받아 사용 */
.sub-content.leave {
    max-width: 120rem;
    width: 100%;
    padding-top: 7.1rem;
}
.fixed-modal {
    display: block;
    position: relative;
    max-width: 68rem;
    width: 68rem;
    top: auto;
    left: 50%;
    transform: none;
    transform: translateX(-50%);
    margin-bottom: 10rem;
}
.fixed-modal .inner {
    row-gap: 80px;
}
.fixed-modal .modal-header {
    align-items: flex-start;
}
.fixed-modal .modal-buttons {
    align-items: stretch;
}
.fixed-modal .modal-buttons .blue-btn {
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .sub-content.leave {
        margin-top: 120px;
        margin-bottom: 200px;
    }
    .fixed-modal {
        max-width: 90%;
        width: 100%;
    }
    .fixed-modal .modal-header .close figure {
        width: 20px;
        height: 20px;
    }
    .fixed-modal .modal-buttons .blue-btn {
        padding: 12px 0;
        border-radius: 12px;
        font-size: 14px;
    }
}

@media screen and (max-width: 390px) {
    .fixed-modal .modal-header h5 {
        font-size: 18px;
    }
}

/* ============================== [ 페이백 테스트 ] ========================================================================================== */
/* payback 메인 */
@media screen and (max-width: 768px) {
    .connect-content.payback {
        margin-top: 100px;
        margin-bottom: 200px;
    }
    .connect-content.payback .connect-wrapper .section-title p {
        font-size: 12px;
        font-weight: 500;
    }
    .connect-content.payback .connect-wrapper .btn-group a {
        font-size: 14px;
    }
}
.connect-content .connect-wrapper form .btn-group {
    margin-top: 8rem;
}
@media screen and (max-width: 768px) {
    .connect-content .connect-wrapper form .btn-group {
        margin-top: 40px;
    }
}
/* payback step2 */
.leverage .input-group #delBtn {
    display: none;
    width: 2.4rem;
    height: 2.4rem;
}
.leverage .input-group #delBtn.active {
    display: block;
}
.leverage .input-group .input-field-line:focus {
    border: 1px solid #0084ff;
}
.input-group .unit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .leverage .input-group #delBtn {
        width: 14px;
        height: 14px;
    }
    .input-group .unit {
        font-size: 14px;
    }
}

/* payback step4 */
/* exchange-list 상속받아 사용 */
.exchange-list.txt-list li {
    width: calc(50% - 0.7rem);
}
.exchange-list.txt-list li .exchange-btn span {
    color: #c1c3d0;
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .exchange-list.txt-list {
        flex-direction: column;
    }
    .exchange-list.txt-list li {
        width: 100%;
    }
    .exchange-list.txt-list li .exchange-btn {
        padding: 20px;
    }
    .exchange-list.txt-list li .exchange-btn span {
        font-size: 14px;
    }
}

/* payback step5 */
.expected-payback-container {
    display: flex;
    flex-direction: column;
    padding: 2.8rem;
    border-radius: 1.6rem;
    border: 1px solid #0084ff;
    row-gap: 2rem;
}
.amount-box {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #1e2644;
}
.amount-box .subject {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}
.amount-box .amount {
    color: #0084ff;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 150%;
    position: relative;
}
.amount-box .amount:after {
    content: "USDT";
    padding-left: 0.5rem;
}
.expected-payback-container p.explain {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}
.expected-payback-container p.explain span {
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .expected-payback-container {
        padding: 20px;
        border-radius: 12px;
        row-gap: 20px;
        margin-bottom: 80px;
    }
    .amount-box .subject {
        font-size: 14px;
    }
    .amount-box .amount {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .expected-payback-container p.explain {
        font-size: 12px;
    }
    .connect-content
        .connect-wrapper.step
        .btn-group.btn-one
        .blue-btn.withdrawal-btn.ft-16 {
        font-size: 16px;
    }
}

/* ============================== [ 비밀번호 변경 ] ========================================================================================== */
.pw-content {
    max-width: 56rem;
    width: 100%;
}
.pw-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
}
.pw-wrapper .pw-title-box {
    display: flex;
    flex-direction: column;
    padding-top: 71px;
    row-gap: 1.2rem;
}
.pw-wrapper .pw-title-box h2 {
    color: #f4f5f7;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
}
.pw-wrapper .pw-title-box p {
    color: #c1c3d0;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.pw-form {
    display: flex;
    flex-direction: column;
}
.pw-form .input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    row-gap: 2rem;
}
.pw-form .input-group .validate-txt {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
    color: #ff6676;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
}
.pw-form .input-group .validate-txt figure {
    width: 16px;
    height: 16px;
}
.pw-form .input-group #nowPwChk {
    opacity: 0;
}
.pw-form .input-group #nowPwChk.fault {
    opacity: 1;
}
.pw-form .password-group {
    display: flex;
    flex-direction: column;
    row-gap: 1.2rem;
}
.pw-form .exp-box {
    margin-bottom: 0.8rem;
    display: none;
}
.pw-form .exp-box.active {
    display: block;
}
.pw-form #newPwChk {
    display: none;
}
.pw-form #newPwChk.active {
    display: flex;
}
.pw-form .btn-group {
    margin-top: 80px;
}
.pw-form .btn-group button {
    padding: 16px 0;
    border-radius: 16px;
}

@media screen and (max-width: 768px) {
    .pw-content {
        margin-top: 60px;
        margin-bottom: 200px;
    }
    .pw-wrapper .pw-title-box {
        row-gap: 4px;
    }
    .pw-form .btn-group button {
        font-size: 14px;
        font-weight: 500;
    }
}

@media screen and (max-width: 390px) {
    .pw-wrapper .pw-title-box p {
        font-size: 1.6rem;
    }
}

/* ============================== [ 비밀번호 찾기/재설정 ] ========================================================================================== */
.recovery-page {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
}
.recovery-page .pw-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
}
.recovery-page .pw-title-box {
    display: flex;
    flex-direction: column;
    row-gap: 1.2rem;
}
.recovery-page .pw-title-box h2 {
    color: #f4f5f7;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 150%;
}
.recovery-page .pw-title-box p {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
}
.recovery-page .pw-form {
    display: flex;
    flex-direction: column;
}
.recovery-page .pw-form .input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    row-gap: 2rem;
}
.recovery-page .pw-form .btn-group {
    margin-top: 80px;
}
.recovery-page .pw-confirmation {
    /* padding: 3.2rem 2.4rem; */
    text-align: center;
    /* background-color: #101430; */
    /* border-radius: 2rem; */
    /* border-top: 2px solid #0084ff; */
    color: #f4f5f7;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
        padding: 3.2rem 2.4rem;
    border-radius: 2.8rem;
    /* border: 1px solid #0084FF; */
    background-color: #4827ff;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
/* .recovery-page .form-links {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
} */
/* .recovery-page .form-link {
    color: #a0a3b8;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    cursor: pointer;
} */

.recovery-page .resend-link
{
  display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;  
}
.recovery-page .resend-link{
    color: #0084FF;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    cursor: pointer;
    text-decoration-line: underline;
}



@media screen and (max-width: 768px) {
    
    .recovery-page .pw-title-box h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
}
.recovery-page .pw-title-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
    
    .recovery-page .pw-confirmation {
   
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
   .recovery-page .resend-link{
    color: #0084FF;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
   }
}





@media screen and (max-width: 390px) {


.recovery-page .pw-title-box h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
}
.recovery-page .pw-title-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

    .recovery-page .pw-confirmation {
   
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
     .recovery-page .resend-link{
    color: #0084FF;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
   }
}



.recovery-page[data-recovery-state="submitted"] .pw-confirmation {
    background-color: #4827ff;
    color: #f4f5f7;
}
.recovery-page[data-recovery-state="success"] .pw-confirmation {
    background-color: #00481e;
    color: #00cf56;
}
.recovery-page[data-recovery-state="invalid-link"] .pw-confirmation {
    background-color: #45101c;
    color: #ff6676;
}

/* ============================== [ 제휴거래소 전체 ] ========================================================================================== */
/* 메인 페이지 상속받아 사용 */
.visual-section {
    max-width: 120rem;
    margin: 12rem auto;
    width: 100%;
    margin-bottom: 3.2rem;
}
.visual-section .img-box {
    width: 100%;
    height: 47rem;
    border-radius: 2rem;
    background-color: #101430;
    padding: 4rem;
}
.visual-section .img-box figure {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1331px) {
    .visual-section {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 768px) {
    .visual-section {
        padding: 20px;
        padding-top: 28px;
        margin-bottom: 0px;
    }
    .visual-section .img-box {
        height: 240px;
        padding: 40px;
        border-radius: 20px;
    }
    .visual-section .img-box figure {
        width: 100%;
        height: 100%;
    }
}

/* ============================== [ 페이백 랭킹 ] ========================================================================================== */
.rank-list {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}
.rank-list li {
    padding: 2rem;
    border-radius: 1.6rem;
    background-color: #0b0e22;
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
}
.rank-list li.active {
    background-color: #0084ff;
}
.rank-list li figure {
    width: 4rem;
    height: 4rem;
}
.rank-list li .rank-txt-box {
    display: flex;
    flex-direction: column;
}
.rank-list li .rank-txt-box .uid-box {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}
.rank-list li .rank-txt-box .uid-box span {
    color: #f4f5f7;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
}
.rank-list li .rank-txt-box .now-rank p {
    color: #f4f5f7;
    font-size: 2rem;
    font-weight: 600;
    line-height: 150%;
}

@media screen and (max-width: 768px) {
    .rank.connect-content {
        margin-top: 100px;
    }
    .rank.connect-content .connect-wrapper {
        padding: 40px 20px;
        row-gap: 20px;
    }
    .rank.connect-content .connect-wrapper .section-title {
        row-gap: 4px;
    }
    .rank.connect-content .connect-wrapper .section-title h2 {
        font-size: 24px;
    }
    .rank.connect-content .connect-wrapper .section-title p {
        font-size: 12px;
    }
    .rank-list {
        row-gap: 12px;
    }
    .rank-list li {
        padding: 12px;
        column-gap: 12px;
        border-radius: 16px;
    }
    .rank-list li figure {
        width: 32px;
        height: 32px;
    }
    .rank-list li .rank-txt-box .uid-box span {
        font-size: 12px;
        line-height: 150%;
    }
    .rank-list li .rank-txt-box .now-rank p {
        font-size: 16px;
    }
}

/* ============================== [ 뉴스 페이지 메인 + 상세 ] ========================================================================================== */
.news-content {
    max-width: 84rem;
    margin: 12rem auto;
    width: 100%;
    margin-bottom: 12rem;
}

.date-container {
    margin-bottom: 20px;
}
.date-container .date {
    padding: 2.8rem;
    border-radius: 2rem;
    background-color: #4827ff;
}
.date-container .date p {
    color: #f4f5f7;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 87.5%;
}
.news-content .news-list {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}
.news-content .news-detail-l {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    width: 100%;
    padding: 4rem 4rem;
    box-sizing: border-box;
    border-radius: 2.4rem;
    background-color: #101430;
}

.news-content .news-detail {
    flex: 1;
    display: block;
    flex-direction: column;
    padding: 0;
    background-color: transparent;
    width: 100%;
    justify-content: center;
    
}

.news-content .news-detail .news-title {
    margin-bottom: 1.2rem;
}

.news-content .news-detail .news-title p {
    color: #f4f5f7;
    font-size: 2rem;
    font-weight: 600;
    line-height: 150%;
}

.news-content .news-detail .news-date {
    margin-bottom: 2rem;
}

.news-content .news-detail .news-date p {
    color: #c1c3d0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
}

.news-content .news-detail .news-summary {
    margin-bottom: 2rem;
}

.news-content .news-detail .news-summary p {
    color: #f4f5f7;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
}
.news-content .news-detail figure {
    flex-shrink: 0;
    margin: 0;
}

.news-content .news-detail figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1.6rem;
    margin-bottom: 3.6rem;
}

.news-content .news-detail-l figure {
    flex-shrink: 0;
    margin: 0;
}

.news-content .news-detail-l figure img {
    width: 24rem;
    height: auto;
    display: block;
    border-radius: 1.6rem;
}
/* =========================
   Tablet
========================= */

@media screen and (max-width: 1024px) {

    .news-content .news-detail-l {
        gap: 3rem;
        padding: 4rem 3rem;
    }

    .news-content .news-detail .news-title p {
        font-size: 1.8rem;
    }

    .news-content .news-detail .news-summary p {
        font-size: 1.5rem;
    }

    .news-content .news-detail-l figure img {
        width: 18rem;
    }
}

/* =========================
   Mobile
========================= */

@media screen and (max-width: 768px) {

    .news-content .news-detail-l {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 2rem;
        padding: 2.4rem;
    }

    .news-content .news-detail {
        width: 100%;
    }

    .news-content .news-detail .news-title p {
        font-size: 1.7rem;
        line-height: 140%;
    }

    .news-content .news-detail .news-date {
        margin-bottom: 1.6rem;
    }

    .news-content .news-detail .news-date p {
        font-size: 1.2rem;
    }

    .news-content .news-detail .news-summary p {
        font-size: 1.4rem;
        line-height: 160%;
    }

    .news-content .news-detail-l figure {
        width: 100%;
    }

    .news-content .news-detail-l figure img {
        width: 100%;
        max-width: 100%;
        border-radius: 1.2rem;
    }
}


.news-content .news-detail .news-title {
    margin-bottom: 1.2rem;
}
.news-content .news-detail .news-title p {
    color: #f4f5f7;
    font-size: 2rem;
    font-weight: 600;
    line-height: 150%;
}
.news-content .news-detail .news-date {
    margin-bottom: 2rem;
}
.news-content .news-detail .news-date p {
    color: #c1c3d0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
}
.news-content .news-detail .news-summary {
    margin-bottom: 20px;
}
.news-content .news-detail .news-summary p {
    color: #f4f5f7;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
}

.news-btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}
.news-btn-box .line-btn {
    color: #c1c3d0;
}

@media screen and (min-width: 769px) and (max-width: 1331px) {
    .news-content {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 768px) {
    .news-content {
        padding: 0 2rem;
        margin-top: 120px;
    }
    .news-content .section-title h2 {
        font-size: 24px;
    }
    .date-container .date {
        padding: 20px;
        border-radius: 16px;
    }
    .date-container .date p {
        font-size: 16px;
        line-height: 150%;
    }
    .news-content .news-detail {
        padding: 20px;
    }
    .news-content .news-detail .news-title {
        margin-bottom: 8px;
    }
    .news-content .news-detail .news-title p {
        font-size: 14px;
    }
    .news-content .news-detail .news-date {
        margin-bottom: 12px;
    }
    .news-content .news-detail .news-date p {
        font-size: 12px;
    }
    .news-content .news-detail .news-summary p {
        font-size: 12px;
        font-weight: 500;
    }
}

/* ============================== [ 서비스 소개 페이지 ] ========================================================================================== */
.service-main {
    max-width: 88rem;
    width: 100%;
    margin: 0 auto;
}
.service-main .section-title {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
}
.service-main .section-title p {
    color: #f4f5f7;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}
.service-main .section-title h2 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 4rem;
    margin-bottom: 0rem;
}
.service-main .section-title span {
    color: #c1c3d0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 8rem;
}
.service-main .section-title span.highlight-blue {
    color: #0084ff;
}

.service-main .hero-content {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    padding-top: 6rem;
    margin: 8.8rem auto 6.4rem;
}
.service-main .hero-content .hero-subtitle {
    color: #f4f5f7;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}
.service-main .hero-content .hero-title-text {
    color: #f4f5f7;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 140%;
}

.service-main .features-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12rem;
}
.service-main .features-container {
    display: flex;
    align-items: center;
    column-gap: 2rem;
    width: 100%;
    justify-content: center;
}
.service-main .features-container .feature-card {
    width: 33%;
    border-radius: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 3.2rem;
    padding: 4rem 0;
    width: 20rem;
    height: 30rem;
}
.service-main .features-container .feature-card > figure {
    width: 128px;
    height: 128px;
}
.service-main .features-container .feature-card.feature-card-green {
    background-color: #56af31;
}
.service-main .features-container .feature-card.feature-card-blue {
    background-color: #0084ff;
}
.service-main .features-container .feature-card.feature-card-purple {
    background-color: #7f5bfb;
}
.service-main .features-container .feature-card .feature-txt-box {
    display: flex;
    flex-direction: column;
}
.service-main .features-container .feature-card .feature-txt-box p {
    color: #f4f5f7;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}
.service-main .features-container .feature-card .feature-txt-box h3 {
    color: #f4f5f7;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 150%;
}

.differentiators-section {
    margin-bottom: 16rem;
}
.differentiators-section .stats-list {
    max-width: 100rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 auto;
}
.differentiators-section .stats-list .stat-item {
    width: calc(33% - 2.5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 2rem;
}
.differentiators-section .stats-list .stat-item figure {
    width: 16rem;
    height: 16rem;
}
.differentiators-section .stats-list .stat-item .stat-txt-box {
    display: flex;
    flex-direction: column;
}
.differentiators-section .stats-list .stat-item .stat-txt-box p {
    color: #f4f5f7;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}
.differentiators-section .stats-list .stat-item .stat-txt-box .stat-number {
    color: #f4f5f7;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 150%;
}

.partnership-container {
    width: 100%;
    padding: 32px 32px;
    border-radius: 3.2rem;
    background-color: #101430;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 40px;
    margin-bottom: 16rem;
}
.partnership-container figure {
    width: 12rem;
    height: 12rem;
}
.partnership-container .partnership-text h2 {
    color: #f4f5f7;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 150%;
}

.usage-section {
    margin: 32.6rem auto;
    width: 100%;
}
.usage-container {
    display: flex;
    flex-direction: column;
    row-gap: 12rem;
}
.usage-list {
    display: flex;
    align-items: center;
    column-gap: 8rem;
}
.usage-list li {
    padding: 2rem 0;
    border-radius: 2rem;
    background-color: #101430;
    width: 27rem;
    position: relative;
}
.usage-list li:after {
    content: "";
    width: 4rem;
    height: 4rem;
    background-image: url("/img/icon/arrow_right_blue.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -22%;
    transform: translateY(-50%);
}
.usage-list li:last-child:after {
    display: none;
}
.usage-list li p {
    color: #f4f5f7;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
}

.service-main .analytics-section {
    margin-bottom: 16rem;
}
.service-main .analytics-section .section-title p {
    font-size: 2rem;
    font-weight: 500;
}
.service-main .analytics-section .section-title span {
    font-size: 2rem;
    font-weight: 600;
}
.chart-container {
    display: flex;
    align-items: flex-end;
    column-gap: 2rem;
    justify-content: center;
    margin-bottom: 12rem;
}
.chart-bar {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    width: 25rem;
    align-items: center;
    justify-content: center;
}
.chart-bar .chart-bar-visual {
    width: 6rem;
    border-radius: 1.6rem;
    background-color: #0084ff;
}
.chart-bar .chart-bar-visual.gray {
    background-color: #c1c3d0;
}
.chart-bar .chart-value {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}
.chart-bar .chart-label {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}
.chart-bar .chart-label.white {
    color: #f4f5f7;
}

.service-main .exchange-section {
    margin-bottom: 20rem;
}
.service-main .tab-container {
    margin-bottom: 0;
}
.service-main .tab-buttons {
    column-gap: 2rem;
    display: flex;
}
.service-main .tab-buttons li {
    flex: 1;
}
.service-main .tab-buttons .tab-btn {
    padding: 2rem;
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
    border-radius: 2rem;
    background-color: #101430;
    flex: 1;
}
.service-main .tab-buttons .tab-btn figure {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 2rem;
    overflow: hidden;
}
.service-main .tab-buttons .tab-btn span {
    color: #f4f5f7;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
}
.service-main .tab-buttons .tab-btn.active {
    border: 1px solid #0084ff;
    background-color: #203453;
}
.service-main .tab-contents-wrapper {
    margin-bottom: 4rem;
}
.service-main .tab-contents .tab-content .exchange-wrapper {
    padding: 8rem 4rem;
    border-radius: 3.2rem;
    background-color: #101430;
    display: flex;
    flex-direction: column;
    row-gap: 5rem;
    align-items: center;
    justify-content: center;
}
.service-main .tab-contents .tab-content .exchange-wrapper .exchange-box {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.service-main .tab-contents .tab-content .exchange-wrapper .exchange-box h3 {
    color: #f4f5f7;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 150%;
}
.service-main .tab-contents .tab-content .exchange-wrapper .exchange-box p {
    color: #c1c3d0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}
.service-main .chart-container {
    margin-bottom: 0;
    column-gap: 12rem;
}
.service-main .chart-bar {
    width: fit-content;
}

.cta-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6.4rem 0;
    background-color: #101430;
    row-gap: 0rem;
}
.cta-section .section-title {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}
.cta-section .section-title p {
    color: #f4f5f7;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}
.cta-section .section-title h2 {
    color: #f4f5f7;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 150%;
}
.cta-section .cta-button-container .blue-btn {
    width: 80rem;
    padding: 1.6rem 0;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
}

@media screen and (min-width: 769px) and (max-width: 1331px) {
    .partnership-section {
        padding: 0 2rem;
    }
    .usage-section {
        padding: 0 2rem;
    }
    .exchange-section {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 1160px) {
    .usage-list {
        flex-direction: column;
        row-gap: 64px;
    }
    .usage-list li {
        width: 100%;
    }
    .usage-list li:after {
        background-image: url("/img/icon/arrow_down_blue.svg");
        right: 50%;
        transform: translateX(50%);
        top: 120%;
    }
}

@media screen and (max-width: 975px) {
    .cta-section .cta-button-container {
        max-width: 97.5rem;
        width: 100%;
        padding: 0 2rem;
    }
    .cta-section .cta-button-container .blue-btn {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .service-main .hero-content {
        margin: 80px auto 64px;
        row-gap: 12px;
    }
    .service-main .hero-content .hero-subtitle {
        font-size: 14px;
    }
    .service-main .hero-content .hero-title-text {
        font-size: 28px;
        line-height: 150%;
    }

    .service-main .features-section {
        margin-bottom: 120px;
        overflow: visible;
    }
    .service-main .features-section .features-container {
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        cursor: grab;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        padding-left: 20px;
        padding-right: 20px;
    }
    .service-main .features-section .features-container::-webkit-scrollbar {
        display: none;
    }
    .service-main .features-section .features-container:active {
        cursor: grabbing;
    }
    .service-main .features-container .feature-card {
        padding: 36px 36px;
        width: 214px;
        height: 312px;
        flex-shrink: 0;
        row-gap: 32px;
        pointer-events: none;
        border-radius: 40px;
    }
    .service-main .features-container .feature-card .feature-txt-box p {
        font-size: 14px;
        font-weight: 500;
    }
    .service-main .features-container .feature-card .feature-txt-box h3 {
        font-size: 32px;
    }
    .service-main .section-title {
        row-gap: 12px;
        margin-bottom: 40px;
    }
    .service-main .section-title p {
        font-size: 14px;
    }
    .service-main .section-title h2 {
        font-size: 24px;
        font-weight: 500;
    }
    .service-main .section-title span {
        font-size: 10px;
    }

    .differentiators-section {
        margin-bottom: 80px;
    }
    .differentiators-section .stats-list {
        flex-direction: column;
    }
    .differentiators-section .stats-list .stat-item {
        width: 100%;
    }
    .differentiators-section .stats-list .stat-item figure {
        width: 120px;
        height: 120px;
    }
    .differentiators-section .stats-list .stat-item .stat-txt-box p {
        font-size: 12px;
    }
    .differentiators-section .stats-list .stat-item .stat-txt-box .stat-number {
        font-size: 24px;
    }

    .partnership-section {
        padding: 0 20px;
    }
    .partnership-container figure {
        width: 120px;
        height: 120px;
    }
    .partnership-container .partnership-text h2 {
        font-size: 24px;
    }

    .usage-section {
        margin: 133px auto;
        padding: 0 20px;
    }
    .usage-container {
        row-gap: 80px;
    }
    .usage-container .section-title {
        margin-bottom: 0;
    }
    .usage-list li p {
        font-size: 16px;
    }

    .service-main .analytics-section {
        padding: 0 20px;
    }
    .service-main .analytics-section .section-title h2 {
        font-size: 14px;
    }
    .service-main .analytics-section .section-title p {
        font-size: 20px;
    }
    .service-main .analytics-section .section-title span {
        font-size: 20px;
    }
    .service-main .chart-container {
        column-gap: 50px;
    }
    .service-main .chart-container .chart-bar:first-child,
    .service-main .chart-container .chart-bar:nth-child(2) {
        display: none;
    }
    .service-main .chart-bar .chart-value {
        font-size: 14px;
    }
    .service-main .chart-bar .chart-bar-visual {
        width: 60px;
        border-radius: 16px;
    }
    .service-main .chart-bar .chart-label {
        font-size: 14px;
    }

    .service-main .exchange-section {
        padding: 0 20px;
        margin-bottom: 120px;
    }
    .service-main .tab-contents .tab-content .exchange-wrapper {
        padding: 40px 20px;
        row-gap: 40px;
    }
    .service-main
        .tab-contents
        .tab-content
        .exchange-wrapper
        .exchange-box
        h3 {
        font-size: 20px;
    }
    .service-main .tab-contents .tab-content .exchange-wrapper .exchange-box p {
        font-size: 12px;
    }
    .service-main .exchange-graph .chart-container {
        column-gap: 120px;
    }
    .service-main .exchange-graph .chart-container .chart-bar:first-child,
    .service-main .exchange-graph .chart-container .chart-bar:nth-child(2) {
        display: flex;
    }

    .cta-section {
        padding: 48px 20px;
    }
    .cta-section .section-title {
        row-gap: 12px;
        margin-bottom: 40px;
    }
    .cta-section .section-title p {
        font-size: 12px;
    }
    .cta-section .section-title h2 {
        font-size: 24px;
    }
    .cta-section .cta-button-container {
        width: 100%;
    }
    .cta-section .cta-button-container .blue-btn {
        width: 100%;
        font-size: 14px;
    }
}

/* ============================== [ 봇 소개 페이지 ] ========================================================================================== */
.bot-main .hero-banner {
    position: relative;
    padding-top: 7.1rem;
    margin: 12rem 0;
}
.bot-main .hero-banner .bg-blur {
    animation: gradient-zoom 3s ease-in-out infinite alternate;
    width: 70vh;
    height: 70vh;
    transform: translate(-50%, -50%) rotate(-90deg);
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 1047px;
    background: linear-gradient(90deg, #0084ff 0%, #fd00dd 100%);
    filter: blur(120px);
    z-index: 0;
}
.bot-main .hero-content {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.bot-main .hero-content .bot-image-box {
    padding: 2.4rem;
    border-radius: 3.2rem;
    background-color: #cce4ff;
    width: 20rem;
}
.bot-main .hero-content .section-title h2 {
    color: #f4f5f7;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 150%;
}

.bot-main .explain-section {
    background-color: #0b0e22;
    position: relative;
    z-index: 1;
    width: 100%;
}
.bot-main .explain-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 8rem;
    margin-bottom: 20rem;
    max-width: 88rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20rem;
}
.bot-main .explain-wrapper .explain-box:first-child {
    margin-top: 8rem;
}
.bot-main .explain-wrapper .explain-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 4rem;
}
.bot-main .explain-wrapper .explain-list li {
    width: 33%;
}
.bot-main .explain-wrapper .explain-list li h5 {
    color: #f4f5f7;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 2rem;
}
.bot-main .explain-wrapper .explain-list li p {
    color: #c1c3d0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
}

.bot-main .btn-group {
    display: flex;
    justify-content: center;
}
.bot-main .btn-group .blue-btn.contact-btn {
    width: fit-content;
    border-radius: 4rem;
}

@media screen and (min-width: 769px) and (max-width: 1331px) {
    .bot-main .explain-section {
        padding: 0 2rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1195px) {
    .bot-main .hero-banner .bg-blur {
    }
}

@media screen and (max-width: 768px) {
    .bot-main .hero-banner {
        margin: 71px auto 71px;
    }
    .bot-main .hero-banner .bg-blur {
        width: 75vw;
        height: 75vw;
        transform: translate(-50%, -50%) rotate(-90deg);
        top: 50%;
        left: 50%;
        border-radius: 325px;
        background: linear-gradient(90deg, #0084ff 0%, #fd00dd 100%);
        filter: blur(64px);
    }
    .bot-main .explain-section {
        padding-top: 80px;
    }
    .bot-main .hero-content {
        row-gap: 40px;
    }
    .bot-main .hero-content .bot-image-box {
        padding: 20px;
        width: 140px;
        height: 115px;
        border-radius: 20px;
    }
    .bot-main .hero-content .section-title {
        margin-bottom: 0;
    }
    .bot-main .hero-content .section-title h2 {
        font-size: 24px;
    }

    .bot-main .explain-section {
        margin-bottom: 80px;
    }
    .bot-main .explain-wrapper {
        row-gap: 80px;
    }
    .bot-main .explain-wrapper .explain-box:first-child {
        margin-top: 0;
    }
    .bot-main .explain-wrapper .explain-list {
        flex-direction: column;
        align-items: center;
        row-gap: 80px;
    }
    .bot-main .explain-wrapper .explain-list li {
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 4px;
    }
    .bot-main .explain-wrapper .explain-list li h5 {
        text-align: center;
        font-size: 16px;
    }
    .bot-main .explain-wrapper .explain-list li p {
        text-align: center;
        font-size: 14px;
    }

    .bot-main .btn-group .blue-btn.contact-btn {
        padding: 12px 16px;
    }
    .bot-main .btn-group .blue-btn.contact-btn figure {
        width: 16px;
        height: 16px;
    }
    .bot-main .btn-group .blue-btn.contact-btn span {
        line-height: 150%;
    }
}

/* ============================== [ 셀퍼럴 상세 페이지 ] ========================================================================================== */
.self-main .notification-box {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
    padding: 2rem 2.4rem;
    border-radius: 2rem;
    border: 1px solid #1e2644;
    background-color: #0b0e22;
}
.self-main .notification-box figure {
    width: 4rem;
    height: 4rem;
}
.self-main .notification-box p {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}
.self-main .notification-box .noti-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.self-main .notification-box .noti-wrapper > figure {
    width: 2.4rem;
    height: 2.4rem;
}
.self-main .notification-box .noti-wrapper .noti-left {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
}
.self-main .notification-box .noti-wrapper .noti-left p span.small {
    font-size: 1.4rem;
}

.self-main .banner-section {
    background-color: #00f0ff;
}
.self-main .banner-section .banner-wrapper {
    padding-top: 7.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.self-main .banner-section .banner-wrapper figure {
    width: 28rem;
    height: 28rem;
}

.self-main .top-section {
    max-width: 120rem;
    width: 100%;
    margin: 8rem auto 20rem;
}
.self-main .top-section .top-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
}
.self-main .top-section .section-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 2rem;
    margin-bottom: 0;
}
.self-main .top-section .section-title h2 {
    color: #f4f5f7;
    font-size: 4rem;
    font-weight: 600;
    line-height: 150%;
}
.self-main .top-section .section-title .boost-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 0.8rem;
}
.self-main .top-section .section-title .boost-info .boost-badge {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background-color: #6d000f;
    padding: 4px;
}
.self-main .top-section .section-title .boost-info .boost-badge figure {
    width: 1.6rem;
    height: 1.6rem;
}
.self-main .top-section .section-title .boost-info .boost-badge span {
    color: #ff6676;
    font-size: 12px;
    font-weight: 600;
    line-height: 140%;
    padding-top: 3px;
}
.self-main .top-section .section-title .boost-info p {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}
.self-main .top-section .progress-box {
    margin-top: 4rem;
}
.self-main .top-section .progress-box .progress-bar {
    position: relative;
    height: 8px;
    width: 100%;
    border-radius: 4px;
    background-color: #101430;
}
.self-main .top-section .progress-box .progress-bar .progress-fill {
    position: absolute;
    height: 8px;
    top: 0;
    left: 0;
    border-radius: 4px;
    background-color: #0084ff;
    z-index: 1;
}
.self-main .top-section .progress-box .progress-bar .progress-label {
    position: absolute;
    bottom: 220%;
    border-radius: 1.6rem 1.6rem 1.6rem 0;
    background-color: #101430;
    padding: 0.8rem 1.2rem;
    box-shadow: 0 8px 20px 0 rgba(16, 17, 18, 0.1);
}
.self-main .top-section .progress-box .progress-bar .progress-label span {
    color: #c1c3d0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 140%;
}
.self-main
    .top-section
    .progress-box
    .progress-bar
    .progress-label
    span.rate:after {
    content: "%";
    padding-left: 0.3rem;
}

.self-main .fee-section {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto 20rem;
}
.self-main .fee-section .fee-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
}
.self-main .fee-section .section-title {
    margin-bottom: 0;
    font-weight: 600;
}
.self-main .fee-section .fee-content {
    display: flex;
    flex-direction: column;
}
.self-main .fee-section .fee-content p {
    color: #c1c3d0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 186%;
}

.self-main .policy-section {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto 20rem;
}
.self-main .policy-section .section-title {
    margin-bottom: 0;
}
.self-main .policy-section .section-title h2 {
    font-weight: 600;
}
.self-main .policy-section .policy-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
}
.self-main .policy-section .policy-content {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}
.self-main .policy-section .policy-content .policy-box {
    display: flex;
    flex-direction: column;
    height: fit-content;
    margin-top: 0;
    margin-bottom: 0;
    overflow-y: hidden;
}
.self-main .policy-section .policy-content .policy-box h5 {
    color: #f4f5f7;
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
}
.self-main .policy-section .policy-content .policy-box p {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}
.self-main .policy-section .policy-content .policy-box .policy-table {
    padding: 4rem 2rem;
    border-radius: 2rem;
    border: 1px solid #0084ff;
    background-color: #0b0e22;
    margin-top: 3.2rem;
}
.self-main
    .policy-section
    .policy-content
    .policy-box
    .policy-table
    th:first-child {
    width: 33%;
    text-align: left;
}
.self-main
    .policy-section
    .policy-content
    .policy-box
    .policy-table
    td:nth-child(2),
.self-main
    .policy-section
    .policy-content
    .policy-box
    .policy-table
    td:last-child {
    width: 33%;
    text-align: center;
}
.self-main
    .policy-section
    .policy-content
    .policy-box
    .policy-table
    tr:last-child
    td {
    padding-bottom: 0;
}
.self-main .policy-section .policy-content .policy-box .policy-table th,
.self-main .policy-section .policy-content .policy-box .policy-table td {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
    padding-bottom: 2rem;
}
.self-main .policy-section .policy-content .policy-box .policy-table th.gray,
.self-main .policy-section .policy-content .policy-box .policy-table td.gray {
    color: #c1c3d0;
}
.self-main .policy-section .policy-content .policy-box .policy-table th.blue,
.self-main .policy-section .policy-content .policy-box .policy-table td.blue {
    color: #0084ff;
}
.self-main .policy-section .policy-content .policy-box .policy-table td.white {
    color: #f4f5f7;
}

.self-main .analytics-section {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto 20rem;
}
.self-main .analytics-section .section-title {
    margin-bottom: 4rem;
}
.self-main .analytics-section .section-title h2 {
    font-weight: 600;
}
.self-main .analytics-section .section-sub-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 8rem;
}
.self-main .analytics-section .section-sub-title h3 {
    color: #c1c3d0;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 150%;
}
.self-main .analytics-section .section-sub-title p {
    color: #c1c3d0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
}

.self-main .tether-1-section {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto 20rem;
}
.self-main .tether-1-section .section-title {
    margin-bottom: 4rem;
}
.self-main .tether-1-section .section-title h2 {
    font-weight: 600;
}
.self-main .tether-1-section .tether-1-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    column-gap: 2rem;
}
.self-main .tether-1-section .tether-1-list li {
    width: 33%;
}
.self-main .tether-1-section .tether-1-list li a {
    padding: 3.2rem 2rem;
    border-radius: 3.2rem;
    background-color: #101430;
    display: block;
    width: 100%;
    height: 35rem;
}

.self-main .event-section {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto 20rem;
}
.self-main .event-section .section-title {
    margin-bottom: 4rem;
}
.self-main .event-section .section-title h2 {
    font-weight: 600;
}
.self-main .event-section .event-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    column-gap: 2rem;
}
.self-main .event-section .event-list li {
    width: 50%;
}
.self-main .event-section .event-list li a {
    padding: 3.2rem 2rem;
    border-radius: 3.2rem;
    background-color: #101430;
    display: block;
    width: 100%;
    height: 35rem;
}

.floating-section {
    max-width: 68rem;
    width: 100%;
    position: fixed;
    bottom: 10%;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}
.floating-section .floating-wrapper {
    padding: 2rem 2rem;
    border-radius: 2.8rem;
    border: 1px solid #0084ff;
    background-color: rgba(18, 23, 33, 0.5);
    backdrop-filter: blur(16px); /* 블러 효과 */
    -webkit-backdrop-filter: blur(16px); /* 사파리 대응 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* .floating-section .floating-wrapper.dark-blue-btn {
padding: 1.2rem 2.4rem;
border-radius: 1.6rem;
background-color: #203453;
color: #0084FF;
font-size: 2rem;
font-weight: 500;
line-height: 150%;
text-align: center
} */

.floating-section .floating-wrapper .section-title {
    margin-bottom: 2.4rem;
}
.floating-section .floating-wrapper .section-title h2 {
    font-size: 2rem;
    font-weight: 500;
}

.floating-section .floating-wrapper .btn-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.2rem;
}
.floating-section .floating-wrapper .btn-group a {
    width: 50%;
    border-radius: 0.1.6rem;
    padding: 1.6rem 0;
    font-size: 1.6rem;
}

@media screen and (min-width: 769px) and (max-width: 1331px) {
    .self-main .top-section {
        padding: 0 2rem;
    }
    .self-main .fee-section {
        padding: 0 2rem;
    }
    .self-main .policy-section {
        padding: 0 2rem;
    }
    .self-main .analytics-section {
        padding: 0 2rem;
    }
    .self-main .tether-1-section {
        padding: 0 2rem;
    }
    .self-main .event-section {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 1220px) {
    .floating-section {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 768px) {
    .self-main .banner-section .banner-wrapper figure {
        width: 100%;
        height: 378px;
    }
    .self-main .top-section {
        padding: 0 20px;
        margin: 80px auto 120px;
    }
    .self-main .top-section .top-wrapper {
        row-gap: 20px;
    }
    .self-main .top-section .section-title {
        row-gap: 12px;
    }
    .self-main .top-section .section-title h2 {
        font-size: 24px;
    }
    .self-main .top-section .section-title .boost-info {
        column-gap: 4px;
    }
    .self-main .top-section .section-title .boost-info .boost-badge figure {
        width: 12px;
        height: 12px;
    }
    .self-main .top-section .section-title .boost-info .boost-badge span {
        font-size: 10px;
    }
    .self-main .top-section .section-title .boost-info p {
        font-size: 12px;
        line-height: 200%;
    }

    .self-main .notification-box {
        padding: 12px 16px;
    }
    .self-main .notification-box figure {
        width: 24px;
        height: 24px;
    }
    .self-main .notification-box p {
        font-size: 12px;
    }
    .self-main .top-section .progress-box .progress-bar .progress-label {
        display: none;
    }

    .self-main .fee-section {
        padding: 0 20px;
        margin: 0 auto 120px;
    }
    .self-main .fee-section .fee-wrapper {
        row-gap: 20px;
    }
    .self-main .fee-section .fee-wrapper .section-title h2 {
        font-size: 24px;
    }
    .self-main .fee-section .fee-content p {
        font-size: 16px;
    }
    .self-main .notification-box .noti-wrapper > figure {
        width: 12px;
        height: 12px;
    }
    .self-main .notification-box .noti-wrapper .noti-left p span.small {
        font-size: 10px;
    }

    .self-main .policy-section {
        padding: 0 20px;
        margin: 0 auto 120px;
    }
    .self-main .policy-section .section-title h2 {
        font-size: 24px;
    }
    .self-main .policy-section .policy-content {
        row-gap: 20px;
    }
    .self-main .policy-section .policy-content .policy-box h5 {
        font-size: 16px;
    }
    .self-main .policy-section .policy-content .policy-box p {
        font-size: 14px;
    }
    .self-main .policy-section .policy-content .policy-box .policy-table {
        padding: 20px 16px;
    }
    .self-main .policy-section .policy-content .policy-box .policy-table th {
        font-size: 14px;
        padding-bottom: 12px;
    }
    .self-main .policy-section .policy-content .policy-box .policy-table td {
        font-size: 12px;
        padding-bottom: 12px;
    }

    .self-main .analytics-section {
        padding: 0 20px;
        margin: 0 auto 200px;
    }
    .self-main .analytics-section .section-title h2 {
        font-size: 24px;
    }
    .self-main .analytics-section .section-sub-title h3 {
        font-size: 20px;
    }
    .self-main .analytics-section .section-sub-title p {
        font-size: 12px;
        letter-spacing: -0.04px;
    }

    .self-main .chart-container .chart-bar:first-child,
    .self-main .chart-container .chart-bar:nth-child(2) {
        display: none;
    }
    .self-main .chart-bar .chart-value {
        font-size: 14px;
    }
    .self-main .chart-bar .chart-bar-visual {
        width: 64px;
    }
    .self-main .chart-bar .chart-label {
        font-size: 14px;
    }

    .self-main .tether-1-section {
        padding: 0 20px;
        margin: 0 auto 120px;
    }
    .self-main .tether-1-section .section-title h2 {
        font-size: 24px;
    }
    .self-main .tether-1-section .section-title a figure {
        width: 24px;
        height: 24px;
    }
    .self-main .tether-1-section .tether-1-list {
        flex-direction: column;
        row-gap: 20px;
    }
    .self-main .tether-1-section .tether-1-list li {
        width: 100%;
    }

    .self-main .event-section {
        padding: 0 20px;
        margin: 0 auto 120px;
    }
    .self-main .event-section .section-title h2 {
        font-size: 24px;
    }
    .self-main .event-section .section-title a figure {
        width: 24px;
        height: 24px;
    }
    .self-main .event-section .event-list {
        flex-direction: column;
        row-gap: 20px;
    }
    .self-main .event-section .event-list li {
        width: 100%;
    }

    .floating-section {
        max-width: 410px;
    }
    .floating-section .floating-wrapper {
        padding: 16px;
        border-radius: 24px;
    }
    .floating-section .floating-wrapper .section-title {
        margin-bottom: 20px;
    }
    .floating-section .floating-wrapper .section-title h2 {
        font-size: 16px;
    }
    .floating-section .floating-wrapper .btn-group {
        column-gap: 8px;
    }
    .floating-section .floating-wrapper .btn-group a {
        padding: 12px 0;
        border-radius: 12px;
        font-size: 12px;
    }
}

@media screen and (max-width: 365px) {
    .self-main .notification-box {
        padding: 12px;
    }
    .self-main .fee-section .fee-wrapper .section-title h2 {
        font-size: 20px;
    }
    .self-main .policy-section .section-title h2 {
        font-size: 20px;
    }
    .self-main .analytics-section .section-title h2 {
        font-size: 20px;
    }
    .self-main .analytics-section .section-sub-title h3 {
        font-size: 18px;
    }

    .self-main .policy-section .policy-content .policy-box .policy-table {
        padding: 14px 5px 14px 10px;
    }

    .self-main .tether-1-section .section-title h2 {
        font-size: 20px;
    }
    .self-main .event-section .section-title h2 {
        font-size: 20px;
    }
}

/* ============================== [ 마이페이지 - 쿠폰 ] ========================================================================================== */
.coupon-container .coupon-box {
    display: flex;
    flex-direction: column;
    row-gap: 120px;
    width: 41.2rem;
    margin: 0 auto;
}

.coupon-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 2rem;
}
/* .coupon-empty figure {width: 12rem; height: 12rem;} */
.coupon-empty span {
    margin-bottom: 2rem;
    color: #f4f5f7;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 150%;
}
/* .coupon-empty .line-btn {border-radius: 4rem;} */

.coupon-list {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.coupon-list li {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.coupon-list li .coupon-content {
    padding: 4rem;
    border-radius: 2rem;
    border: 1px solid #1e2644;
    width: 76%;
    height: 16.3rem;
    display: flex;
    flex-direction: column;
}
.coupon-list li .coupon-content .coupon-title {
    color: #c1c3d0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
}
.coupon-list li .coupon-content .coupon-value {
    color: #f4f5f7;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 150%;
}
.coupon-list li .coupon-content .coupon-date {
    color: #303540;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
}
.coupon-list li .blue-btn.coupon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
    padding: 0 2rem;
    font-size: 1.4rem;
}

.coupon-box .blue-btn {
    width: fit-content;
    margin: 0 auto;
}

.issued-coupon {
    max-width: 97.5rem;
    width: 100%;
}
.issued-coupon .section-title {
    margin-bottom: 6rem;
}
.issued-coupon-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 2rem;
}
.issued-coupon-list li {
    width: 100%;
    padding: 3.2rem;
    border-radius: 2.8rem;
    background-color: #101430;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.issued-coupon-list li .coupon-txt-box {
    display: flex;
    flex-direction: column;
}
.issued-coupon-list li .coupon-txt-box .coupon-title {
    color: #c1c3d0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
}
.issued-coupon-list li .coupon-txt-box .coupon-value {
    color: #f4f5f7;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 150%;
}
.issued-coupon-list li .blue-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border-radius: 1.6rem;
    font-size: 2rem;
    line-height: 150%;
}

@media screen and (max-width: 768px) {
    .mypage-content.coupon {
        margin: 80px auto;
    }
    .mypage-content.issued-coupon {
        margin: 100px auto;
    }
    .counpon-empty figure {
        width: 80px;
        height: 80px;
    }
    .coupon-empty span {
        font-size: 20px;
    }

    .coupon-container .coupon-box {
        width: 100%;
    }
    .coupon-list li .coupon-content {
        padding: 32px 40px;
        height: fit-content;
    }
    .coupon-list li .coupon-content .coupon-title {
        font-size: 12px;
    }
    .coupon-list li .coupon-content .coupon-value {
        font-size: 24px;
    }
    .coupon-list li .coupon-content .coupon-date {
        font-size: 12px;
    }
    .coupon-list li .blue-btn.coupon-btn {
        padding: 0;
        font-size: 14px;
    }

    .coupon-box .blue-btn {
        padding: 12px 20px;
        border-radius: 24px;
        font-weight: 600;
    }

    .issued-coupon .section-title {
        margin-bottom: 60px;
    }
    .issued-coupon-list li {
        padding: 20px;
        border-radius: 20px;
    }
    .issued-coupon-list li .coupon-txt-box .coupon-title {
        font-size: 12px;
    }
    .issued-coupon-list li .coupon-txt-box .coupon-value {
        font-size: 20px;
    }
    .issued-coupon-list li .blue-btn {
        padding: 12px;
        font-size: 14px;
    }
}

/* ============================== [ 거래소 페이백 ] ========================================================================================== */
.payback-content {
    max-width: 120rem;
    width: 100%;
    padding-top: 7.1rem;
}
.payback-content .payback-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin-bottom: 20rem;
}
.payback-content .exchange-info {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    justify-content: center;
}
.payback-content .exchange-info .exchange-logo {
    width: 50px;
    height: 50px;
}
.payback-content .exchange-info .exchange-uid {
    display: flex;
    align-items: center;
    column-gap: 4px;
    padding: 1.2rem;
    background-color: #101430;
    color: #0084ff;
    border-radius: 1.2rem;
}
.payback-content .exchange-info .exchange-uid figure {
    width: 16px;
    height: 16px;
}
.payback-content .exchange-info .exchange-uid span {
    font-size: 1.4rem;
}
.payback-content .tab-container {
    margin-bottom: 0;
}
.payback-content .tab-container .tab-buttons {
    width: 100%;
    column-gap: 0;
}
.payback-content .tab-container .tab-buttons li {
    width: 50%;
}
.payback-content .tab-container .tab-buttons li .tab-btn {
    border-radius: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    border-bottom: 1px solid #1e2644;
    font-size: 2rem;
    font-weight: 600;
    line-height: 150%;
}
.payback-content .tab-container .tab-buttons li .tab-btn.active {
    color: #0084ff;
    border-bottom: 1px solid #0084ff;
}
.payback-content .payback-container {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.payback-content .payback-container .mypayback-box {
    padding: 4rem;
    border-radius: 2rem;
    border: 1px solid #1e2644;
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
}
.payback-content .payback-container .mypayback-box .mypayback-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.payback-content .payback-container .mypayback-box .mypayback-title span {
    color: #f4f5f7;
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
}
.payback-content .payback-container .mypayback-box .mypayback-title span.date {
    color: #c1c3d0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
}
.payback-content .payback-container .mypayback-box .mypayback-value span.usdt {
    color: #f4f5f7;
    font-size: 32px;
    font-weight: 500;
    line-height: 150%;
}
.payback-content
    .payback-container
    .mypayback-box
    .mypayback-value
    span.usdt:after {
    content: "USDT";
    padding-left: 0.5rem;
}
.payback-content .payback-container .mypayback-box .mypayback-noti {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
    border-top: 1px solid #1e2644;
    padding-top: 2rem;
}
.payback-content .payback-container .mypayback-box .mypayback-noti figure {
    width: 4rem;
    height: 4rem;
}
.payback-content .payback-container .mypayback-box .mypayback-noti .noti-box {
    display: flex;
    flex-direction: column;
}
.payback-content .payback-container .mypayback-box .mypayback-noti .noti-box p {
    color: #f4f5f7;
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
}
.payback-content
    .payback-container
    .mypayback-box
    .mypayback-noti
    .noti-box
    > span {
    color: #c1c3d0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
}
.payback-content .payback-container .mypayback-cum {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4rem;
    border-radius: 2rem;
    border: 1px solid #1e2644;
}
.payback-content .payback-container .mypayback-cum span {
    color: #f4f5f7;
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
}
.payback-content .payback-container .mypayback-cum span.usdt:after {
    content: "USDT";
    padding-left: 0.5rem;
}
.payback-content .payback-container .mypayback-update {
    padding: 4rem;
    border-radius: 2rem;
    border: 1px solid #1e2644;
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
}
.payback-content .payback-container .mypayback-update h3 {
    color: #f4f5f7;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 150%;
}
.payback-content .payback-container .mypayback-update .update-date {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2rem;
}
.payback-content .payback-container .mypayback-update .update-date figure {
    width: 6.4rem;
    height: 6.4rem;
}
.payback-content
    .payback-container
    .mypayback-update
    .update-date
    .update-date-list {
    display: flex;
    align-items: center;
    column-gap: 4rem;
}
.payback-content
    .payback-container
    .mypayback-update
    .update-date
    .update-date-list
    li {
    width: 12rem;
    height: 12rem;
    border-radius: 100%;
    background-color: #203453;
    color: #0084ff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.payback-content
    .payback-container
    .mypayback-update
    .update-date
    .update-date-list
    li:first-child:after {
    content: "";
    background-image: url("../img/icon/more_horiz.svg");
    aspect-ratio: 1/1;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30%;
    width: 3.2rem;
    height: 3.2rem;
}
.payback-content
    .payback-container
    .mypayback-update
    .update-date
    .update-date-list
    li:last-child {
    background-color: #0084ff;
    color: #f4f5f7;
    margin-left: 4rem;
}
.payback-content
    .payback-container
    .mypayback-update
    .update-date
    .update-date-list
    li:last-child:before {
    content: "";
    background-image: url("../img/icon/arrow_right_blue.svg");
    aspect-ratio: 1/1;
    background-position: center;
    background-repeat: no-repeat;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50%;
}
.payback-content .payback-container .mypayback-update .update-info p {
    color: #c1c3d0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
}

@media screen and (min-width: 769px) and (max-width: 1331px) {
    .payback-content .payback-container {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 768px) {
    .payback-content {
        margin-top: 80px;
    }
    .payback-content .exchange-info .exchange-uid {
        padding: 8px;
    }
    .payback-content .exchange-info .exchange-uid span {
        font-size: 12px;
    }
    .payback-content .tab-container .tab-buttons li .tab-btn {
        padding: 12px 0;
        font-size: 14px;
    }
    .payback-content .tab-contents-wrapper {
        padding: 0 20px;
    }
    .payback-content .payback-container .mypayback-box {
        padding: 20px;
        row-gap: 20px;
    }
    .payback-content .payback-container .mypayback-box .mypayback-title {
        margin-bottom: 20px;
    }
    .payback-content .payback-container .mypayback-box .mypayback-title span {
        font-size: 16px;
    }
    .payback-content
        .payback-container
        .mypayback-box
        .mypayback-title
        span.date {
        font-size: 10px;
    }
    .payback-content .payback-container .mypayback-box .mypayback-noti {
        padding-top: 12px;
    }
    .payback-content .payback-container .mypayback-box .mypayback-noti figure {
        width: 32px;
        height: 32px;
    }
    .payback-content
        .payback-container
        .mypayback-box
        .mypayback-noti
        .noti-box
        p {
        font-size: 14px;
    }
    .payback-content
        .payback-container
        .mypayback-box
        .mypayback-noti
        .noti-box
        > span {
        font-size: 10px;
    }
    .payback-content .payback-container .mypayback-cum {
        padding: 20px;
    }
    .payback-content .payback-container .mypayback-cum span {
        font-size: 16px;
    }
    .payback-content .payback-container .mypayback-update {
        padding: 20px;
    }
    .payback-content .payback-container .mypayback-update h3 {
        font-size: 16px;
    }
    .payback-content .payback-container .mypayback-update .update-date figure {
        width: 32px;
        height: 32px;
    }
    .payback-content
        .payback-container
        .mypayback-update
        .update-date
        .update-date-list {
        column-gap: 28px;
    }
    .payback-content
        .payback-container
        .mypayback-update
        .update-date
        .update-date-list
        li {
        width: 50px;
        height: 50px;
        font-size: 10px;
    }
    .payback-content
        .payback-container
        .mypayback-update
        .update-date
        .update-date-list
        li:first-child:after {
        width: 20px;
        height: 20px;
        right: -50%;
    }
    .payback-content
        .payback-container
        .mypayback-update
        .update-date
        .update-date-list
        li:last-child {
        margin-left: 20px;
    }
    .payback-content
        .payback-container
        .mypayback-update
        .update-date
        .update-date-list
        li:last-child:before {
        width: 20px;
        height: 20px;
        left: -70%;
    }
    .payback-content .payback-container .mypayback-update .update-info p {
        font-size: 10px;
    }
}

/* ============================== [ 나의 리워드 ] ========================================================================================== */
.myreward-content {
    max-width: 97.5rem;
    width: 100%;
}
.myreward-wrapper {
    background-color: #2449e7;
    display: flex;
    flex-direction: column;
}
.myreward-wrapper .myreward-info-box {
    display: flex;
    flex-direction: column;
    padding: 4rem;
    row-gap: 2rem;
}
.myreward-wrapper .myreward-info-box .payback-txt-title {
    display: flex;
    flex-direction: column;
}
.myreward-wrapper .myreward-info-box .payback-txt-title p {
    color: #f4f5f7;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
}
.myreward-wrapper .myreward-info-box .payback-txt-title span.usdt {
    color: #f4f5f7;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 150%;
}
.myreward-wrapper .myreward-info-box .payback-txt-title span.usdt:after {
    content: "USDT";
    padding-left: 0.5rem;
}
.myreward-wrapper .myreward-info-box .this-month-payback {
    display: flex;
    flex-direction: column;
    row-gap: 11.7rem;
    padding: 2.8rem;
    background-color: #101430;
    border-radius: 1.6rem;
}
.myreward-wrapper .myreward-info-box .this-month-payback .this-month-title {
    display: flex;
    flex-direction: column;
}
.myreward-wrapper
    .myreward-info-box
    .this-month-payback
    .this-month-title
    .title {
    color: #c1c3d0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
}
.myreward-wrapper .myreward-info-box .this-month-payback .this-month-title p {
    color: #f4f5f7;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 150%;
}
.myreward-wrapper
    .myreward-info-box
    .this-month-payback
    .this-month-title
    p
    span.usdt:after {
    content: "USDT";
    padding-left: 0.5rem;
}
.myreward-wrapper
    .myreward-info-box
    .this-month-payback
    .progress-box
    .progress-bar {
    position: relative;
    height: 8px;
    width: 100%;
    border-radius: 4px;
    background-color: #c1c3d0;
}
.myreward-wrapper
    .myreward-info-box
    .this-month-payback
    .progress-box
    .progress-bar
    .progress-fill {
    position: absolute;
    height: 8px;
    top: 0;
    left: 0;
    border-radius: 4px;
    background-color: #0084ff;
    z-index: 1;
}
.myreward-wrapper
    .myreward-info-box
    .this-month-payback
    .progress-box
    .progress-bar
    .progress-label {
    position: absolute;
    bottom: 220%;
    border-radius: 1.6rem 1.6rem 1.6rem 0;
    background-color: #0084ff;
    padding: 0.8rem 1.2rem;
    box-shadow: 0 8px 20px 0 rgba(16, 17, 18, 0.1);
}
.myreward-wrapper
    .myreward-info-box
    .this-month-payback
    .progress-box
    .progress-bar
    .progress-label
    span {
    color: #f4f5f7;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 140%;
}

.myreward-wrapper .myreward-detail-box {
    padding: 4rem;
    border-radius: 4rem 4rem 0 0;
    background-color: #101430;
}
.myreward-wrapper .myreward-detail-box .tab-container {
    padding: 1.2rem;
    background-color: #0b0e22;
    border-radius: 2rem;
    margin-bottom: 8rem;
}
.myreward-wrapper .myreward-detail-box .tab-container .tab-buttons {
    column-gap: 0;
}
.myreward-wrapper .myreward-detail-box .tab-container .tab-buttons li {
    width: 50%;
}
.myreward-wrapper .myreward-detail-box .tab-container .tab-buttons li .tab-btn {
    padding: 2rem 0;
    border-radius: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 150%;
    font-weight: 700;
    background-color: transparent;
}
.myreward-wrapper
    .myreward-detail-box
    .tab-container
    .tab-buttons
    li
    .tab-btn.active {
    background-color: #2449e7;
}
.myreward-wrapper .report-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 4rem;
    margin-bottom: 12rem;
}
.myreward-wrapper .report-container .report-title h3 {
    color: #f4f5f7;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 150%;
}
.myreward-wrapper .report-container .report-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 1.2rem;
}
.myreward-wrapper .report-container .report-content p {
    color: #f4f5f7;
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
}
.myreward-wrapper .report-container .report-content p span.usdt:after {
    content: "USDT";
    padding-left: 0.5rem;
}

@media screen and (max-width: 768px) {
    .myreward-content {
        margin-top: 80px;
    }
    .myreward-wrapper .myreward-info-box {
        padding: 20px;
    }
    .myreward-wrapper .myreward-info-box .payback-txt-title p {
        font-size: 12px;
    }
    .myreward-wrapper .myreward-info-box .payback-txt-title span.usdt {
        font-size: 24px;
    }
    .myreward-wrapper .myreward-info-box .this-month-payback {
        padding: 20px;
    }
    .myreward-wrapper
        .myreward-info-box
        .this-month-payback
        .this-month-title
        .title {
        font-size: 16px;
    }
    .myreward-wrapper
        .myreward-info-box
        .this-month-payback
        .this-month-title
        p {
        font-size: 20px;
    }
    .myreward-wrapper
        .myreward-info-box
        .this-month-payback
        .progress-box
        .progress-bar
        .progress-label {
        display: none;
    }
    .myreward-wrapper
        .myreward-info-box
        .this-month-payback
        .progress-box
        .progress-bar {
        height: 4px;
    }
    .myreward-wrapper
        .myreward-info-box
        .this-month-payback
        .progress-box
        .progress-bar
        .progress-fill {
        height: 4px;
    }

    .myreward-wrapper .myreward-detail-box {
        padding: 20px;
        border-radius: 40px 40px 0 0;
    }
    .myreward-wrapper .myreward-detail-box .tab-container {
        margin-bottom: 40px;
        padding: 8px;
    }
    .myreward-wrapper
        .myreward-detail-box
        .tab-container
        .tab-buttons
        li
        .tab-btn {
        padding: 12px 0;
        font-size: 14px;
    }

    .myreward-wrapper .report-container {
        row-gap: 20px;
        margin-bottom: 80px;
    }
    .myreward-wrapper .report-container .report-title h3 {
        font-size: 20px;
    }
    .myreward-wrapper .report-container .report-content p {
        font-size: 14px;
    }
}

/* ============================== [ 서비스 준비중 ] ========================================================================================== */
/* coupon_empty 상속받아사용 */
.coupon-empty.service {
    row-gap: 52px;
}

@keyframes gradient-zoom {
    from {
        transform: translate(-50%, -50%) rotate(-90deg) scale(1);
    }
    to {
        transform: translate(-50%, -50%) rotate(-90deg) scale(1.5);
    }
}
