/* quick menu */
.nav {
    background: url(../images/new-contents/nav/quick-menu-background-image.png)
        no-repeat 50% 0 / contain;
    position: fixed;
    bottom: 10%;
    right: 5%;
    width: 11.953vw;
    height: 16.771vw;
    z-index: 100;
}
.nav-content {
    padding-top: 0.99vw;
}
.nav-list {
    width: 7.865vw;
    margin: 0 auto;
}
.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1.72vw;
    font-size: 0.781vw;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #919ea4;
    transition: color 0.35s;
}
.nav-link.active,
.nav-link:hover {
    color: #fff;
}

/* 배너 */
.nav .banner-link {
    position: absolute;
    top: -5.672vw;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(../images/new-contents/nav/quick-menu-pre-order.png)
        no-repeat 0 0 / contain;
    width: 10.156vw;
    /* width: 390px; */
    height: 4.974vw;
    /* height: 191px; */
}

/* 20250403 사전예약 */
.nav.pre-order {
    width: calc((461 / 3840) * 100vw);
    height: calc((804 / 3840) * 100vw);
}
.nav.pre-order .nav-content {
    padding-top: calc((145 / 3840) * 100vw);
    /* padding: 57.6px; */
}
.nav-link {
    height: calc((65 / 3840) * 100vw);
    color: #aca194;
}
