.today-special {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #EAFF96;
}

.today-special__title {
    padding: 3.75vw 0 1.885vw;
}
.today-special__title > img{
    width: 12.86vw;
}

.today-special__container {
    display: flex;
    padding-bottom: 4.08vw;
}
.today-special__list {
    position: relative;
    width: 9.06vw;
    height: 12.08vw;
    background-color: white;
    margin: 0 0.75vw;
    border-radius: 0.52vw;
    cursor: pointer;
}
.today-special__list--name {
    display: -webkit-box;
    padding: 0.78vw 0.78vw 0;
    margin-bottom: 0.20vw;
    height: 2.39vw;
    font-size: 0.75vw;
    font-family: var(--weight-800);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.price-inner {
    display: flex;
    justify-content: space-between;
}
.price-text {
    padding: 0.15vw 0 0.41vw 0.78vw;
    font-size: 0.75vw;
    font-family: var(--weight-800);
}
.discount-text {
    padding: 0.26vw 0.52vw 0.26vw 1.3vw;
    font-size: 0.75vw;
    font-family: var(--weight-800);
    color: #00C013;
}
.today-special__list--thumbnail {
    position: absolute;
    bottom: 0;
    left: 0.55vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.today-special__list--thumbnail > img {
    width: 7.91vw;
}

.today-special__list:last-of-type {
    background-color: #00C013;
}
.today-special__list:last-of-type .price-text,
.today-special__list:last-of-type .today-special__list--name {
    color: white;
}
.today-special__list:last-of-type .discount-text {
    color: #C7FF50;
}
