/* BASIC css start */
/* ½½¶óÀÌµå ¸Þ´º - °¡·Î ½ºÅ©·Ñ Ä«µå ÇüÅÂ */
.smenu-warp {
    margin: 10px auto;
    padding: 15px 0;
    background-color: #fff;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.smenu-warp::-webkit-scrollbar {
    display: none;
}

.smenu-warp-inner {
    display: flex;
    gap: 12px;
    flex-direction: row;
    padding: 0 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.smenu-warp-inner::-webkit-scrollbar {
    display: none;
}

.smenu-warp-inner-box {
    display: flex;
    gap: 12px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.smenu-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    width: 110px;
    text-align: center;
}

.smenu-box-img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smenu-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smenu-box-txt {
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    color: #333;
    font-weight: 500;
    word-break: keep-all;
    white-space: nowrap;
}

.smenu-txt {
    /* ÅØ½ºÆ® ³»ºÎ ½ºÅ¸ÀÏ */
}
/* BASIC css end */

