body {
    background: #111216;
}

.page {
    max-width: 1200px;
    margin: 0 auto;
}

.menu-box {
    width: 100%;
    position: fixed;
    top: .4rem;
    z-index: 120;
    padding: 0 .24rem;
    box-sizing: border-box;
}

.menu-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: .72rem;
    padding: .18rem .28rem;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .2rem;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    box-shadow: none;
    transition: background .24s ease, border-color .24s ease, box-shadow .24s ease, backdrop-filter .24s ease;
}

.menu-box-scrolled .menu-main {
    background: rgba(17, 18, 22, .9);
    border-color: rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 .12rem .32rem rgba(0, 0, 0, .24);
}

.menu-main img {
    width: 1.36rem;
    height: auto;
}

.menu-list {
    display: flex;
    gap: 0.56rem;
}

.menu-list li {
    font-family: LINE Seed Sans;
    font-weight: 400;
    font-size: .14rem;
    line-height: 100%;
    text-transform: uppercase;
}

.menu-list li span {
    color: #FFFFFF;
    transition: color .2s ease;
}

.menu-list li.active span,
.menu-mobile-list li.active span {
    color: #0A6DFF;
}

.menu-btn {
    display: none;
}

.menu-mobile {
    position: fixed;
    width: 1.44rem;
    height: 100vh;
    background: #000000CC;
    right: 0;
    font-size: 0;
    padding-right: 0.32rem;
    z-index: 130;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}

.menu-mobile svg {
    width: 0.24rem;
    height: 0.24rem;
    margin-top: 0.36rem;
    margin-left: 0.88rem;
}

.menu-mobile-list {
    display: flex;
    flex-direction: column;
    gap: .56rem;
    font-family: LINE Seed Sans;
    font-weight: 400;
    font-size: .14rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    margin-top: 1rem;
}

.menu-mobile-list span {
    color: #fff;
    transition: color .2s ease;
}

.menu-mobile-active {
    transform: translateX(0%);
}

footer {
    background: #282828;
    position: relative;
}

.slot-page{
    position: relative;
    padding: 0;
}

footer .page {
    margin-top: .8rem;
    display: flex;
    justify-content: space-between;
    padding: .4rem 0 .64rem;
}

.footer-l,
.footer-r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-l {
    gap: .54rem;
}

.footer-l-t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .48rem;
}

.footer-logo {
    width: 1.36rem;
    height: auto;
}

.footer-l-t p {
    font-family: LINE Seed Sans;
    font-weight: 400;
    font-size: .13rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    opacity: .6;
    color: #fff;
}

.footer-l-b {
    display: flex;
    gap: .56rem;
    font-family: LINE Seed Sans;
    font-weight: 700;
    font-size: .13rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff;
}

.footer-l-b p {
    color: #fff;
}

.footer-r-t {
    font-family: LINE Seed Sans;
    font-weight: 700;
    font-size: .28rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: uppercase;
    background: linear-gradient(90deg, #E8E6E2 -0.28%, #D9D7D4 5.72%, #B4B0B1 18.72%, #999498 25.72%, #F8F8F8 51.72%, #E9E9E9 58.72%, #C5C2C3 70.72%, #8D878A 87.72%, #B4B4B5 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.footer-r-b {
    display: flex;
    gap: .48rem;
}

.footer-r-b div {
    display: flex;
    flex-direction: column;
    gap: .08rem;
    text-align: right;
    color: #fff;
}

.footer-r-b p {
    font-family: LINE Seed Sans;
    font-weight: 700;
    font-size: .13rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: uppercase;
}

.footer-r-b .footer-r-mail {
    display: flex;
    align-items: center;
    gap: .08rem;
    font-family: LINE Seed Sans;
    font-weight: 400;
}

.policy-container {
    padding-top: 1.8rem;
    color: #fff;
}

.policy-container h1 {
    font-size: 0;
    margin-bottom: 0.32rem;
}

.policy-container h1 img {
    width: auto;
    height: 0.25rem;
}

.policy-container header p {
    font-family: LINE Seed Sans;
    font-weight: 400;
    font-size: .12rem;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: bottom;
    opacity: .6;
}

.policy-container hr {
    margin: 0.16rem 0;
    color: #F2F2F2;
    opacity: .3;
}

.policy-section {
    margin-bottom: 0.24rem;
}

.policy-section h2 {
    font-family: LINE Seed Sans;
    font-weight: 700;
    font-size: .14rem;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: bottom;
    text-transform: uppercase;
    margin-bottom: 0.08rem;
}

.policy-section p {
    font-family: LINE Seed Sans;
    font-weight: 400;
    font-size: .14rem;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: bottom;
    opacity: .6;
}

.policy-section ul {
    display: flex;
    flex-direction: column;
    padding-left: .2rem;
}

.policy-section li {
    list-style: auto;
    list-style-type: disc;
    font-family: LINE Seed Sans;
    font-weight: 400;
    font-size: .14rem;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: bottom;
    opacity: .6;
}

@media(max-width: 1380px) {
    .page {
        max-width: 90vw;
    }
}


@media(max-width: 799px) {
    .page {
        max-width: 100%;
    }

    .menu-main {
        width: 3.11rem;
        min-height: .56rem;
        padding: .12rem .16rem;
        margin: 0 auto;
        border-radius: .16rem;
    }

    .menu-main img {
        width: 1.08rem;
        height: auto;
    }

    .menu-list {
        display: none;
    }

    .menu-btn {
        display: block;
        width: 0.24rem;
        height: 0.24rem;
    }

    footer {
        background: transparent;
    }

    footer .page {
        flex-direction: column-reverse;
        margin-top: 0;
        padding-bottom: 0;
        gap: .56rem;
    }

    .footer-l {
        background: #282828;
        padding-top: 0.4rem;
        padding-bottom: 0.64rem;
        align-items: center;
        gap: .4rem;
    }

    .footer-l-t,
    .footer-l-b {
        flex-direction: column;
        width: 2.05rem;
        align-items: center;
        gap: .16rem;
    }

    .footer-l-t {
        gap: 0.16rem;
    }

    .footer-l-t p {
        font-size: 0.11rem;
        text-transform: uppercase;
        text-align: center;
        line-height: 120%;
    }

    .footer-l-b {
        font-size: 0.12rem;
        font-weight: 400;
        opacity: 0.6;
    }

    .footer-l-b p {
        padding-bottom: 0.02rem;
        border-bottom: 0.01rem solid rgba(255, 255, 255, .3);
    }

    .footer-r {
        align-items: center;
    }

    .footer-r-b {
        flex-direction: column;
        margin-top: 0.32rem;
        width: 3.11rem;
    }

    .footer-r-b div {
        align-items: flex-start;
    }

    .footer-r-b p {
        text-align: left;
        flex-direction: row-reverse;
        font-size: .11rem;
        opacity: .6;
    }

    .footer-r-b .footer-r-mail {
        opacity: 1;
    }

    .footer-r-b .footer-r-mail img {
        opacity: .6;
    }

    .policy-container {
        padding: 1.4rem .24rem 0;
    }
}