@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css');
* {
    box-sizing: border-box;
    scroll-behavior: smooth;
    letter-spacing: -0.05em;
}
body {
    position: relative;
    /* overflow-x: hidden; */
    font-family: 'Pretendard', sans-serif;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
    color: #222;
    cursor: default;
}
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}
a {
    color: #222;
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}
li {
    list-style: none;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong {
    margin: 0;
}
small {
    font-style: normal;
}
.center {
    max-width: 1344px;
    width: 100%;
    margin: 0 auto;
}
.m_con {
    display: none;
}
.t36r {
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -2px;
}
.t20r {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
}
.b16r {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.5px;
}
.b16s {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.5px;
}
.b14s {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1px;
}
.b14r {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
}
.c12r {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.5px;
}

/* header */
.header {
    width: 100%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    z-index: 102;
    transition: all 0.2s;
}
.hd_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1712px;
    width: 100%;
    margin: 0 auto;
    border-radius: 99px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(40px);
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0px 16px;
    height: 60px;
}
.hd_menu {
    display: flex;
    align-items: center;
    gap: 20px;
}
.hd_menu > li > a {
    color: #fff;
    position: relative;
    transition: all 0.2s;
    line-height: 38px;
    padding: 0px 16px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border-radius: 99px;
}
.hd_menu a:hover {
    background-color: #333;
}
.hd_menu li a.active {
    background-color: #fff;
    color: #222;
}
#page00 {
    position: sticky;
    top: 0;
    z-index: 1;
}
#page01,
#page02,
#page03,
#page04,
#page05,
#page06,
#scene01,
#scene02 {
    position: relative; /* 일반 스크롤 */
    z-index: 2;
}
