/* 결제실패 알림 팝업 */
.payfail_floatingbanner {box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15); padding: 12px; left: 50%; transform: translateX(-50%); box-sizing: border-box; background: #FFF1ED; border: 1px solid #FF6b00; height:80px; position: fixed; bottom: 72px; width: calc(100% - 40px) ; max-width: 440px; z-index: 1; border-radius: 8px; cursor: pointer;}
.payfail_floatingbanner .floatingbanner_wrap {display: flex; gap: 12px; position: relative; top: -3px}
.payfail_floatingbanner .floatingbanner_wrap > div{ flex: 1; min-width: 0; }
.payfail_floatingbanner .title .product {padding-right: 20px; font-size: 13px; color: #333; line-height: 140%; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical;}
.payfail_floatingbanner .title .title_text {line-height: 18px;font-weight: 700; min-height: 20px;}
.payfail_floatingbanner .title .title_text::before {content: ''; background: url("https://img.monfood.co.kr/images/common/ico_flotingbanner_payfail.png") no-repeat center center; background-size: 20px; width: 20px; height: 20px; display: inline-block; margin-right: 4px; position: relative; top: 3px; }
.payfail_floatingbanner .thumb {width: 54px; height: 54px; border-radius: 4px;}
.payfail_floatingbanner .btn_go {background: url('/images/common/ico_arrow01_orange_16.svg') no-repeat right center; color: #ff6b00; font-weight: 700; font-size: 13px; padding: 4px 16px 4px 0; display: inline-block;}
.payfail_floatingbanner .btn_close {width: 32px; height: 32px; position: absolute; right: 0; top: 0; background: url("https://img.monfood.co.kr/images/common/btn_close.png") no-repeat center; background-size: 12px 12px;}