@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');

* {
    font-family: 'Noto Sans KR', sans-serif;
}

.menu-top-section {
    text-align: center;
    margin-top: 150px;
}

.section-title {
    display: block;
    font-size: 30px;
    font-weight: bold;
}

.section-title-des {
    color: darkgray;
}

.menu-type {
    width: 400px;
    margin: 0 auto;
    text-align: center;
}

.list-group-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-content-section {
    width: 1080px;
    margin: 100px auto;
    min-height: 650px;
}

.menu-a-img-wrapper {
    position: relative;
}

.menu-card-img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.menu-tag-area{
    display: flex;
    /*padding: 0.25rem;*/
    position: absolute;
    right:0;
    bottom: 0;
}

.menu-a-name, .menu-b-name {
    color: #353535;
}

.menu-a-price, .menu-b-price {
    font-weight: bold;
}

.menu-a-name, .menu-a-price {
    font-size: 13px;
}

.menu-b-name-area, .menu-b-price {
    /*flex-grow: 1;*/
    /*position: relative;*/
    background-color: white;
    z-index: 1;
    padding-left: 3px;
    padding-right: 3px;
    display: flex;
    align-items: center;

}

.menu-list {
    position: relative;
}

.menu-line {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    flex: 1;
    border-bottom: 1px dashed #ccc;
    width: 100%;
    z-index: 0;
}

.menu-b-name {
    margin-right: 4px;
}

.menu-tag-best,
.menu-tag-sig,
.menu-tag-new,
.menu-tag-event {
    font-size: 11px;
    font-weight: bold;
    margin-left: 2px;
padding: 2px 5px 3px;
    color: white;
}

.menu-tag-best {
    background-color: red;
}

.menu-tag-new {
    background-color: #FFBB00;
}

.menu-tag-event {
    background-color: #8763FB;
}

.menu-desc {
    font-size: 12px;
    color: #B0B0B0;
    padding: 3px;
}

.menu-c-wrapper {
    width: 100%;
    max-width: 900px;
}


.menu-c-ready {
    color: darkgray;
    display: flex;
    background-color: #EAEAEA;
    width: 100%;
    height: 600px;
    font-size: 20px;
    font-weight: bold;
    align-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.menu-c-ready i {
    display: block;
    color: lightgray;
    font-size: 120px;
}

.menu-c-img-wrapper {
    width: 400px !important;
    text-align: center;
    margin: 30px auto;
}

.menu-c-img-wrapper img {
    width: 100%;
    aspect-ratio: 1/1.4;
}