.coupon_slider {
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 0vw;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    margin-bottom: calc(50px * 0.6);
    overflow: hidden;
}

.coupon_slider .item {
    display: inline-block;
}

.coupon_wrapper .item {
    width: 228px;
    margin: 0 15px 0 0;
}

.coupon_wrapper .coupon_detail_wrapper {
    box-sizing: border-box;
    resize: horizontal;
    position: relative;
    border-radius: 10px;
}

.coupon_wrapper .coupon_detail {
    overflow: hidden;
}

.slider .item div * {
    white-space: normal;
}

.coupon_wrapper .coupon_detail .coupon_detail_item {
    padding: 20px;
    height: 100%;
    min-height: 230px;
}

.coupon_wrapper .coupon_detail .img_coupon {
    background-color: var(--colorf8);
    border-radius: 10px;
}

.coupon_wrapper .coupon_detail .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    color: var(--color1a12);
    font-weight: 500;
}

.coupon_wrapper .coupon_detail .text .title {
    font-size: 18px;
}

.coupon_wrapper .coupon_detail .text .icon img {
    width: 25px;
}

.coupon_wrapper .coupon_detail .desc {
    margin-bottom: 20px;
    font-size: 12px;
    color: var(--color1a12);
    font-weight: 500;
    width: 90%;
}

.coupon_wrapper .coupon_detail .border_dashed {
    border-bottom: 2px dashed var(--color1a12);
    margin-bottom: 10px;
}

.coupon_wrapper .coupon_detail .coupon_copy {
    padding: 5px 10px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color1a12);
}

.coupon_wrapper .coupon_detail .coupon_copy .title {
    overflow: hidden;
}

.coupon_wrapper .coupon_detail .coupon_copy .icon {
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.coupon_wrapper .coupon_detail .coupon_copy .icon img {
    width: 13px;
}

.coupon_wrapper .coupon_detail_wrapper img.coupon_img {
    border-radius: 10px;
    width: calc(100% + 2px);
    height: 100%;
    object-fit: cover;
}

/* first card */
.coupon_wrapper .coupon_detail_wrapper.lightyellow {
    background: var(--color-fdf);
}

.coupon_wrapper .coupon_detail_wrapper.lightyellow .coupon_detail .coupon_copy {
    background: var(--color-fbe);
}

/* second card */
.coupon_wrapper .coupon_detail_wrapper.lightpink {
    background: var(--color-fde);
}

.coupon_wrapper .coupon_detail_wrapper.lightpink .coupon_detail .coupon_copy {
    background: var(--color-fbd);
}

/* third card */
.coupon_wrapper .coupon_detail_wrapper.lightgreen {
    background: var(--color-e6f);
}

.coupon_wrapper .coupon_detail_wrapper.lightgreen .coupon_detail .coupon_copy {
    background: var(--color-c8f);
}

/* fourth card */
.coupon_wrapper .coupon_detail_wrapper.lightred {
    background: var(--color-fee);
}

.coupon_wrapper .coupon_detail_wrapper.lightred .coupon_detail .coupon_copy {
    background: var(--color-fbd9d5);
}

.coupon_wrapper .coupon_detail_wrapper img.coupon_img {
    max-height: 190px;
}

@media(max-width:575px) {
    .col_coupon {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}