﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap');

@font-face {
    font-family: 'nuskin-light';
    src: url('https://cdn.nuplay2025.com/fonts/NUSKINLight.woff2') format('woff2');
    font-weight: 100,200,300;
    font-style: normal;
}

@font-face {
    font-family: 'nuskin-medium';
    src: url('https://cdn.nuplay2025.com/fonts/NUSKINBook.woff2') format('woff2');
    font-weight: 400,500,600;
    font-style: normal;
}


@font-face {
    font-family: 'nuskin-bold';
    src: url('https://cdn.nuplay2025.com/fonts/NUSKINBold.woff2') format('woff2');
    font-weight: 700,800,900;
    font-style: normal;
}


@font-face {
    font-family: 'tvn-story';
    src: url('https://cdn.nuplay2025.com/fonts/tvN-Story-Bold.woff2') format('woff2');
    font-weight: 700,800,900;
    font-style: normal;
}

@font-face {
    font-family: 'tvn-story';
    src: url('https://cdn.nuplay2025.com/fonts/tvN-Story-Medium.woff2') format('woff2');
    font-weight: 400,500,600;
    font-style: normal;
}

@font-face {
    font-family: 'tvn-story';
    src: url('https://cdn.nuplay2025.com/fonts/tvN-Story-Light.woff2') format('woff2');
    font-weight: 100,200,300;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100vw;
    min-height: 100vh;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    /* 스크롤은 가능하게, 스크롤바만 안 보이게 */
    overflow-y: scroll; /* 스크롤 기능 유지 */
    -ms-overflow-style: none; /* IE, Edge */
    scrollbar-width: none; /* Firefox */
    font-family: nuskin, sans-serif;
}

    /* WebKit 기반 브라우저 (Chrome, Safari, Opera) */
    body::-webkit-scrollbar {
        display: none;
    }



.slogon {
    font-family: tvn-story;
    font-weight: 400;
    font-size: 3rem;
}


.is-center-position {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}

.is-mobile-only {
    display: none;
}

.is-dev-notice {
    color: red;
    font-size: 0.9rem;
    font-weight: 400;
}

div.is-dev-notice {
    padding: 0.5rem;
    text-align: center;
    background-color: lightyellow;
    border: 1px solid red;
}


div.footer {
    opacity: 0.6;
    /*position: fixed;
    left: 0;
    bottom: 0;*/
    width: 100%;
    margin: 0;
    margin-top: 20rem;
    padding: 0.5rem 0.25rem;
    background-color: black;
    color: white;
    text-align: center;
    font-family: 'nuskin-light', sans-serif;
    font-size: 0.8rem;
    letter-spacing: -1px;
}

    div.footer span {
        display: inline-block;
        margin: 0;
    }

    div.footer i {
        margin: 0 0.5rem;
    }


div.flex-container {
    min-height: 20rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

    div.flex-container div.flex-item {
        align-content: center;
        justify-items: center;
        padding: 2rem;
    }

@media (max-width:720px) {
    .is-mobile-only {
        display: block !important;
    }

    div.footer {
        text-align: left;
    }
}
