.newlist {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 2%;
}
.newlist:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s;
}
.newlist .newlist_title {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.newlist .newlist_tit {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 0 20px;
    line-height: 24px;
}
.newlist .newlist_tit h1 {
    font-size: 20px;
    font-weight: bold;
}
.newlist .newlist_tit p {
    color: #6b7280;
}
.newlist .newlist_img {
    position: relative;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    height: auto;
}
.newlist .newlist_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
.newlist .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 50px;
    z-index: 1;
}
.newlist .badge.badge_new {
    background: #9810fa;
    color: #fff;
}
.newlist .badge.badge_best {
    background: #05C3DD;
    color: #fff;
}
.newlist .badge.badge_ready {
    background: #6b7280;
    color: #fff;
}
.newlist .newlist_info ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0 50px;
    padding-bottom: 10px;
}
.newlist .newlist_info ul li {
    flex: 1 0 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #F9FAFB;
    height: 75px;
}
.newlist .newlist_info ul li:nth-child(1),
.newlist .newlist_info ul li:nth-child(2) {
    padding-top: 10px;
    padding-bottom: 5px;
}
.newlist .newlist_info ul li:nth-child(3),
.newlist .newlist_info ul li:nth-child(4) {
    padding-top: 5px;
    padding-bottom: 10px;
}
.newlist .newlist_info ul li p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #555;
}
.newlist .newlist_info ul li p .spec {
    font-size: 20px;
    font-weight: bold;
}
.newlist .newlist_info ul li.divider {
    width: 2px;
    height: 40px;
    background: #ddd;
}
.newlist .newlist_info .newlist_info_sub {
    font-size: 11px;
    color: #888;
}
.newlist .newlist_info2 {
    padding: 0 20px 10px 20px;
    font-size: 14px;
    color: #555;
}
.newlist .newlist_info2 p {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.newlist .newlist_info2 ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.newlist .newlist_info2 ul li {
    line-height: 1.2;
    position: relative;
    padding-left: 15px;
}
.newlist .newlist_info2 ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    font-size: 20px;
    line-height: 1;
}

.newlist .newlist_color ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.newlist .newlist_color ul li {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.newlist .newlist_line {
    border-top: 2px solid #eee;
    margin: 0 20px;
}
.newlist .newlist_price {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
    padding: 0 20px;
}
.newlist .newlist_price li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1;
}
.newlist .newlist_price .newlist_price_only {
    font-size: 18px;
    font-weight: bold;
    color: #e60012;
}
.newlist .newlist_price .newlist_price_origin {
    text-decoration: line-through;
    color: #888;
}
.newlist .newlist_price .newlist_price_basic {
    font-weight: bold;
    color: #05C3DD;
    font-size: 24px;
}
.newlist .newlist_price .newlist_price_ready {
    font-weight: bold;
    color: #555;
    font-size: 24px;
}
.newlist .newlist_price .newlist_price_ready_sub {
    font-size: 14px;
    color: #888;
}
.newlist .newlist_price .newlist_price_text1 {
    color: #555;
}
.newlist .newlist_button {
    display: flex;
    gap: 10px;
    padding: 0 20px 20px 20px;
}
.newlist .newlist_button a {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s;
}
.newlist .newlist_button a.newlist_ready {
    background: #b2b6c0;
    /* border: 2px solid #b2b6c0; */
    color: #fff;
}
/* .newlist .newlist_button a.newlist_ready:hover {
    background: #05C3DD;
    color: #fff;
} */
.newlist .newlist_button a.newlist_buy {
    background: #6b7280;
    /* border: 2px solid #6b7280; */
    color: #fff;
}
.newlist .newlist_button a.newlist_buy:hover {
    background: #05C3DD;
    color: #fff;
}
.option_list {
    max-width: 100%;
}
.option_list .swiper-container {
    height: 100%;
}
.option_list .swiper-wrapper {
    height: 45%;
}
.option_list .swiper-slide {
    margin-bottom: 20px;
}
.option_list .newlist {
    cursor: pointer;
}
.option_list .newlist .newlist_title {
    width: 100%;
}
.option_list .newlist .newlist_tit h1 {
    font-size: 16px;
}
.option_list .newlist .newlist_price .newlist_price_only {
    color: #05C3DD;
}
.option_list .newlist .newlist_price {
    padding-bottom: 20px;
}
.cut {
    width: 100%;
}

@media (max-width: 1024px) {
    .newlist {
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        gap: 0px;
    }
    .newlist .newlist_img {
        overflow: hidden;
    }
    .newlist .newlist_tit {
    }
    .newlist .newlist_info ul {
        padding-bottom: 0;
    }
    .newlist .newlist_info ul li {
        height: 60px;
    }
    .newlist .newlist_info ul li p {
        font-size: 11px;
    }
    .newlist .newlist_info ul li p .spec {
        font-size: 18px;
    }
    .newlist .newlist_info .newlist_info_sub {
        font-size: 10px;
    }
    .newlist .newlist_price li {
        font-size: 14px;
    }
    .newlist .newlist_button {
        margin-top: 0;
    }
    .newlist .newlist_info ul li:nth-child(1),
    .newlist .newlist_info ul li:nth-child(2) {
        padding-top: 10px;
    }
    .newlist .newlist_info ul li:nth-child(3),
    .newlist .newlist_info ul li:nth-child(4) {
        padding-bottom: 10px;
    }
    .option_list {
        max-width: 100%;
    }
    .option_list .swiper-container {
        align-items: normal;
    }
    .option_list .newlist .newlist_price {
        padding-bottom: 10px;
    }
    .option_list .swiper-slide {
        width: 45% !important;
        margin: 0 15px 20px 0 !important;
    }
    .main_list .swiper-wrapper {
        width: 100% !important;
        height: 50% !important;
        flex-direction: row;
    }
    .main_list {
        height: calc(var(--vh, 1vh) * 78);
    }
}