.main_list .swiper-container {
    align-items: normal;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.main_list .swiper-wrapper {
    gap: 4%;
    flex-wrap: wrap;
    height: 100% !important;
}
.main_list .swiper-slide {
    width: 30% !important;
    height: 98% !important;
}
.main_list .swiper-pagination {
    height: 7%;
}
.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: 100%;
}
.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 .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: #2d4439;
    color: #fff;
}
.newlist .badge.badge_best {
    background: #05C3DD;
    color: #fff;
}
.newlist .badge.badge_ready {
    background: #6b7280;
    color: #fff;
}
.newlist .newlist_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
.newlist .newlist_info ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0 20px;
    height: 100%;
}
.newlist .newlist_info ul li {
    flex: 1 0 33%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #F9FAFB;
    height: 100%;
    padding: 10px 0;
}
.newlist .newlist_info ul li p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #555;
    padding: 10px 0;
}
.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 ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 14px;
    padding: 10px;
    height: 75px;
    margin: 0 20px;
    background: #f9fafb;
}
.newlist .newlist_price li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    padding: 0 10px;
}
.newlist .newlist_price .newlist_price_only {
    font-size: 18px;
    font-weight: bold;
    color: #e60012;
}
.newlist .newlist_price .newlist_price_origin {
    color: #888;
}
.newlist .newlist_price .newlist_price_origin span:nth-child(1) {
    color: #999;
}

.newlist .newlist_price .newlist_price_basic {
    font-weight: bold;
    color: #05C3DD;
}
.newlist .newlist_price .newlist_price_basic span:nth-child(2) {
    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: #05C3DD;
    /* border: 2px solid #6b7280; */
    color: #fff;
}
.newlist .newlist_button a.newlist_buy:hover {
    background: #05C3DD;
    color: #fff;
}
.newlist .yolo-image .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.newlist .yolo-image .slick-dots li {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.newlist .yolo-image .slick-dots li span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    display: block;
}
.newlist .yolo-image .slick-dots li span:hover {
    border: 2px solid #fff;
}
.newlist .yolo-image .slick-dots li.slick-active span {
    border: 2px solid #fff;
    /* box-shadow: 0 0 0 2px #b9f8cf; */
}
.newlist .yolo-image .slick-prev, .newlist .yolo-image .slick-next {
    width: 32px;
    height: 32px;
    line-height: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.newlist .yolo-image .slick-prev {
    left: 10px;
}
.newlist .yolo-image .slick-next {
    right: 10px;
}
.newlist .yolo-image .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: row;
}

@media (max-width: 1024px) {
    .main_list .swiper-slide {
        width: 100% !important;
        height: 96% !important;
    }
    .main_list .swiper-pagination {
        height: auto;
    }
    .newlist {
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        gap: 10px;
    }
    .newlist .newlist_img {
        overflow: hidden;
    }
    .newlist .newlist_tit {
        line-height: 30px;
    }
    .newlist .newlist_info ul {
        padding-bottom: 0;
    }
    .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 {
    }
    .newlist .newlist_price li {
        font-size: 14px;
    }
    .newlist .newlist_button {
        margin-top: 0;
    }
}