@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #181818;
}

.navbar-menu {
    margin-top: 6vh;
    width: 25vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: 0.5s;
}

.search_toggle {
    display: none;
    width: 100%;
    margin-top: 2vh;
    flex-direction: column;
}

.search_toggle.active {
    display: flex;
}

.search_toggle li {
    font-family: 'Pretendard-Regular';
    font-style: normal;
    font-weight: 300;
    font-size: 0.9vw;
    color: #565656;

}

.navbar-menu ul {
    list-style: none;
}

.navbar-menu ul li{
    margin-bottom: 2vh;
    font-size: 0.9vw;
    font-family: 'Pretendard-Regular';
    cursor: pointer;
}

.prev_page {
    position: absolute;
    right: 5vw;
    bottom: 5vw;
    width: 12vw;
    height: 3vw;
    background: #FFFFFF;
    border: 2px solid #D8D8D8;
    border-radius: 100px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}


.prev_page span{
    font-family: 'Pretendard-Regular';
    font-size: 1vw;
}

.icon {
    width: 2vw;
    height: 100%;
}

.icon img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

span {
    font-family: 'Pretendard-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    color: #2B2B2B;
}

article {
    position: absolute;
    top: 10vw;
    right: 14vw;
    width: 60vw;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

article div {
    width: 100%;
    height: 100%;
}

article div img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}