@charset "utf-8";


.cart-banner {
    text-align: center;
    margin: 0;
    max-width: 800px;
}

.cart-banner ul {
    margin-top: 15px;
}

.cart-banner ul li img {
    display: block;
    height: 80vw;
    border-radius: 12px;
    object-fit: contain;
}

#menuItem {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0, 0);
    font-size: 18px;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
    text-align: center;
    color: #000;
    text-shadow: none;
}

.menu-detail-box {
    margin: 10px 0 30px;
}

.mainMenuExp {
    width: 100%;
    font-size: 14px;
    font-family: Pretendard;
    font-weight: 400;
    color: #767676;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
    padding: 0 30px;
    box-sizing: border-box;
    max-width: 800px;
}
.mainMenuExp p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mainMenuExp p:last-child {
    color: #452812;
    margin-top: 15px;
}

#wrapper {
    background-color: #FAFBFC;
    padding-bottom: 25px;
    margin-top: 15px;
    position: absolute;
    top: 70vh;
    width: 100%;
    border: 1px solid;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-color: rgba(27, 31, 35, 0.15);
    max-width: 800px;
}
#wrapper .content {
    width: 100%;
    margin: 20px 5%;
    transition: 0.3s ease;
}
.wrap-tit{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}
.tabs-box span{
    font-size: 14px;
    color: #767676;
    line-height: 17px;
}
.tabs-box h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.tabs-box .chall-badge {
    padding: 0;
    width: 40px;
    height: 20px;
    display: inline-block;
    font-size: 12px;
    font-family: Pretendard-Regular;
    color: #fff;
    margin-top: 0;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
}
.line{
    margin: 15px 0;
}