@charset "UTF-8";

@font-face {
    font-family: "Spoqa Han Sans Neo";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/SpoqaHanSans/SpoqaHanSansNeo-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Spoqa Han Sans Neo";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/SpoqaHanSans/SpoqaHanSansNeo-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "Spoqa Han Sans Neo";
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
    src: url("../fonts/SpoqaHanSans/SpoqaHanSansNeo-Bold.woff2") format("woff2");
}

:root {
    --main-color-1: #fffaf7;
    color-scheme: light;
    font-family: "Spoqa Han Sans Neo", sans-serif;
}

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #02070a;
    font-family: "Spoqa Han Sans Neo", sans-serif;
}

button,
a,
input,
textarea,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.browser-guide-symbols {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.modal {
    display: none;
    position: absolute;
    top: calc(200px + 6.9%);
    bottom: 270px;
    width: 100%;
    border-radius: 30px;
    background: var(--main-color-1);
}

.modal_header {
    position: relative;
    display: flex;
    width: 100%;
    height: 100px;
    flex-direction: row;
    align-items: center;
}

.modal_content {
    position: absolute;
    top: 100px;
    bottom: 0;
    display: flex;
    width: 100%;
    padding-top: 30px;
    flex-flow: column wrap;
    align-items: center;
}

/* 앱의 하단 메뉴 예약 공간만 웹에서 해제하고 가이드 내부 구성은 원본 그대로 유지합니다. */
#user_guide_modal {
    bottom: 16px !important;
}
