/* 공용 CSS */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

dd{
    margin: 0;
}
img {
    display: block;
    width: 100%;
    height: auto;
}

ul, li, ul.MuiList-root, li.MuiListItem-root {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

.MuiButton-root.rounded {
    border-radius: 100px;
}

/* esoom */
.vunex-link {
    background-color: rgb(12, 61, 129);
    padding: 10px 20px;
    border-radius: 10px;
    width: fit-content;
    color: white;
    margin-top: 24px;
}