.todayscut__area {
    position: relative;
    overflow: hidden;
    padding-bottom: 9rem;
}
.todayscut__area .area__main--bg {
    position: relative;
}
.todayscut__area .area__main--bg .area__main--images {
    width: 100%;
    display: block;
}

.chg__images--wrap {
    position: absolute;
    top: 12.2%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.chg--images {
    position: relative;
    /* width: 61.92vw; */
    width: clamp(232px, 61.92vw, 475px);
    margin: 0 auto;
}

.chg--images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.6s ease-in-out;
}

.chg--images img.active {
    opacity: 1;
    z-index: 1;
}





/* ========== 스와이퍼 ========== */
.todayscut_swiper_wrap {
    position: absolute;
    top: 40.2%;
    width: 100%;
}

.todayscut_swiper_wrap.center > .swiper-wrapper {
    justify-content: center;
}

.todayscut_swiper_wrap .swiper-item {
    display: flex;
    /* width: 66.7vw; */
    width: clamp(250px, 66.7vw, 512px);
    min-width: 220px;
    margin: 0 6px;
    padding: 0 0 20px;
    background: #ffffff;
    border-radius: 14px;
    border: solid 1px #dbdbdb;
    flex-direction: column;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.todayscut_swiper_wrap .swiper-item .item_tit {
    position: relative;
    display: flex;
    padding: 9px 34px 7px 10px;
    align-items: center;
    z-index: 9;
}

.todayscut_swiper_wrap .swiper-item .item_tit .icon {
    width: 22px;
    height: 22px;
    margin-right: 4px;
}

.todayscut_swiper_wrap .swiper-item .item_tit .txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: #282828;
}

.todayscut_swiper_wrap .swiper-item .item_tit .del_button {
    position: absolute;
    right: 10px;
    top: 8px;
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    background: #fff;
}

.todayscut_swiper_wrap .swiper-item .best_item {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    z-index: 99 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.todayscut_swiper_wrap .swiper-item .item_img {
    position: relative;
    /* width: 66.667vw; */
    width: clamp(250px, 66.667vw, 512px);
    min-width: 220px;
    overflow: hidden;
    z-index: 1;
}

.todayscut_swiper_wrap .swiper-item .todayscut_img_swiper .swiper-slide {
    padding-bottom: 91.67%;
    overflow: hidden;
    position: relative;
    left: -1px;
}

.todayscut_swiper_wrap .swiper-item .todayscut_img_swiper img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: 1 !important;
    object-fit: cover;
}

.todayscut_swiper_wrap .swiper-item .todayscut_img_swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 0;
    padding: 10px 0;
    background-color: rgb(41 41 41 / 50%);
}

.todayscut_swiper_wrap .swiper-item .todayscut_img_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: #f5f5f5;
    opacity: 1;
}

.todayscut_swiper_wrap .swiper-item .todayscut_img_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #282828;
}

.todayscut_swiper_wrap .swiper-item .item_more_area {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
}

.todayscut_swiper_wrap .swiper-item .item_more_area .item_btn_wrap {
    display: flex;
    gap: 4px;
}

.todayscut_swiper_wrap .swiper-item .item_more_area .item_btn_wrap .item_link_btn {
    position: relative;
    width: 13.3vw;
    width: clamp(50px, 13.3vw, 102px);
    height: clamp(50px, 13.3vw, 102px);
}

.todayscut_swiper_wrap .swiper-item .item_more_area .item_btn_wrap .item_link_btn img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}

.todayscut_swiper_wrap .swiper-item .item_more_area .more_layer_open {
    display: flex;
    position: relative;
    padding: 0;
    /* font-size: 1.4rem; */
    font-size: clamp(12px, 3.2vw, 24.6px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.28px;
    color: #282828;
    align-items: center;
    background: #fff;
}

.todayscut_swiper_wrap .swiper-item .item_more_area .more_layer_open img {
    width: 24px;
}

.todayscut_swiper_wrap .item_info .info_txt {
    /* height: 11.2rem; */
    height: 30vw;
    overflow-y: auto;
    /* font-size: 3.2vw; */
    font-size: clamp(12px, 3.2vw, 24.6px);
    padding: 1rem;
    white-space: pre-line;
}

.todayscut_swiper_wrap .item_info_icon {
    display: flex;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    color: #222;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.todayscut_swiper_wrap .item_info_icon > button {
    background: #fff;
    display: flex;
    align-items: center;
}
.item_info_icon > button .icon {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-size: 20px;
    display: inline-block;
}

.item_info_icon > button.heart_btn .icon {
    background-image: url('https://cache.wjthinkbig.com/web_resource/onlinemall/images/m/todayscut/ICON_HEART_OFF.PNG');
}
.item_info_icon > button.cart_btn .icon {
    background-image: url('https://cache.wjthinkbig.com/web_resource/onlinemall/images/m/todayscut/ICON_CART_OFF.PNG');
}
.item_info_icon > button.heart_btn.on .icon {
    background-image: url('https://cache.wjthinkbig.com/web_resource/onlinemall/images/m/todayscut/ICON_HEART.PNG');
}
.item_info_icon > button.cart_btn.on .icon {
    background-image: url('https://cache.wjthinkbig.com/web_resource/onlinemall/images/m/todayscut/ICON_CART.PNG');
}

.item_info_icon > button.heart_btn.heart .icon::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('https://cache.wjthinkbig.com/web_resource/onlinemall/images/m/todayscut/ICON_HEART.PNG');
    background-size: 100%;
    animation: heart 1.5s forwards;
}

@keyframes heart {
    0%{opacity: 1; bottom: 0; left: 0;}
    25%{ left: -5px;}
    100%{bottom: 50px; left: 5px; opacity: 0; transform: scale(0.7);}
}

/* ========== 자세한 내용 보러가기 ========== */
.view_btn_wrap {
    position: absolute;
    display: flex;
    width: 100%;
    top: 77.5%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.view_btn_wrap .todayscut_view {
    /* font-size: 3.89vw; */
    font-size: clamp(14.6px, 3.89vw, 29.9px);
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: -0.28px;
    text-align: center;
    color: #fb7250;
    text-decoration: underline;
    text-underline-position: under;
}

/* ========== 오늘 한 컷 게시물 올리기 ========== */
.todayscut--notification {
    background: none;
    position: absolute;
    top: 1rem;
    right: 1.6rem;
    width: 2.4rem;
    height: 2.4rem;
}
.todayscut--notification > img {
    width: 100%;
}
.todayscut_area_btn_wrap {
    position: absolute;
    /* top: 86.3%; */
    top: 778vw;
    width: 100%;
    padding: 0 4.3vw;
    padding: 0 clamp(16px, 4.3vw, 33px);
}
.todayscut_area_btn_wrap .todayscut_area_btn {
    display: flex;
    width: 100%;
    height: 14.3vw;
    /* height: clamp(54px, 14.3vw, 110px); */
    background-color: #fb7250;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.todayscut_area_btn_wrap .todayscut_area_btn span {
    font-size: 4.44vw;
    /* font-size: clamp(16.65px, 4.44vw, 34.1px); */
    font-weight: 500;
    font-stretch: normal;
    line-height: 1;
    text-align: center;
    color: #fff;
}



.advertise__list-item .advertise__list--name {
    margin-bottom: .6rem;
    color: #222;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.28;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.advertise__list-item .advertise__list-item-button {
    display: flex;
    width: 100%;
    height: 3.2rem;
    margin-bottom: .5rem;
    border: 1px solid #DDE4ED;
    border-radius: .6rem;
    background: none;
    color: #222;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.57;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.form__input-name {
    font-weight: 700;
}

.photo__upload-text {
    color: #666;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.28;
}

.photo__upload-list {
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
}
.photo__upload-list .review__photo-item {
    position: relative;
    flex: 0 1 calc((100% - .6rem)/4);
    overflow: hidden;
}
.photo__upload-list .review__photo-item .review__thumb {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 1;
}
.photo__upload-list .review__photo-item .review__thumb .review__image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}
.photo__upload-list .review__photo-item .photo__upload-delete {
    position: absolute;
    right: .4rem;
    top: .4rem;
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7) url(../../images/icon/ico_arrow_close_white.svg) center center / 1.6rem 1.6rem no-repeat;
    z-index: 2;
}

.todayscut--wrap .form__item {
    padding-top: 1.6rem;
    margin-top: 2.4rem;
    border-top: .1rem solid #ececec;
}

.todayscut--wrap .form__item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

/* ========== 상품 태그 ========== */
.tag__list {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin: .8rem 0 1.6rem;
}

.tag__item {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.tag__thumbnail {
    width: 6.5rem;
    height: 7.4rem;
    background-color: #fff;
    border-radius: .4rem;
    flex-shrink: 0;
    border: .1rem solid #f2f2f2;
    overflow: hidden;
    position: relative;
}
.tag__thumbnail--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tag__info {
    margin-left: 1.2rem;
    padding-right: 3rem;
    flex: 1;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tag__close--btn {
    width: 2rem;
    height: 2rem;
    background: none;
    position: absolute;
    right: 0;
    top: .2rem;
    border: none;
    cursor: pointer;
}

.item__tag-btn {
    display: flex;
    width: 100%;
    height: 4.2rem;
    border-radius: 6px;
    margin-bottom: 0.8rem;
    border: 1px solid #222;
    background: #fff;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.item__tag-btn .item__tag-btn--inner {
    position: relative;
    padding-left: 2.8rem;
    line-height: 1.57;
    color: #222;
    font-size: 1.4rem;
    font-weight: 500;
    background: url(../../images/icon/ico_add.svg) left -.1rem / 2.2rem 2.2rem no-repeat;
    top: .1rem;
}
.item__tag-text {
    color: #666;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.28;
}

.todayscut--wrap .dialog__column--text>p {
    padding-left: 1.1rem;
    position: relative;
}
.todayscut--wrap .dialog__column--text>p::before {
    content: "";
    width: .3rem;
    height: .3rem;
    display: inline-block;
    border-radius: 50%;
    background: #666;
    position: absolute;
    left: 0;
    top: 1.2rem;
}


.todayscut--wrap .search__box {
    width: 100%;
    position: relative;
}

.todayscut--wrap .search__input--text {
    width: 100%;
    background: #f4f7fb url(../../images/icon/ico_search_pri_default.svg) no-repeat 1.6rem center / 2.4rem;
    border: 0;
    border-radius: .6rem;
    padding: 1rem 5.6rem 1rem 4.8rem;
    color: #222;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
}
.todayscut--wrap .search__input--text::placeholder {
    color: #999;
}
.todayscut--wrap .search__input--remove {
    position: absolute;
    right: 1.6rem;
    top: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../../images/icon/ico_input_remove.svg) no-repeat;
}


.todayscut--wrap .sort__checkbox label::before {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0;
    background-image: url(../../images/icon/ico_check_default.svg);
}
.todayscut--wrap .sort__checkbox input:checked + label::before {
    background-image: url(../../images/icon/ico_check_press.svg);
}