/* =================================================================
   [°øÅë]  ·¹ÀÌ¾Æ¿ô À¯Æ¿¸®Æ¼ ¹× °øÅë ½ºÅ¸ÀÏ
   ================================================================= */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


* { margin: 0; padding: 0; box-sizing: border-box; }

/* ÁÜ ¸ð´Þ ÃÖ»óÀ§ ·¹ÀÌ¾î ¼³Á¤ */
.zoom-image-modal { z-index: 20000 !important; }
.zoom-image-close { z-index: 20001 !important; }
.zoom-image-indicator { z-index: 20001 !important; }

/*alert*/
.swal2-container {z-index: 21000 !important;}

/* =================================================================
   [ºÐ¾ç] µðÅ×ÀÏ ·¹ÀÌ¾Æ¿ô À¯Æ¿¸®Æ¼
   ================================================================= */
.adopt-detail-wrap,
.adopt-detail-wrap * { font-family: 'Pretendard', 'Noto Sans KR', sans-serif !important;}
.adopt-detail-wrap { position: fixed; top: 0; left: 0; right: 0; bottom: 0; padding: 30px 0; box-sizing: border-box; z-index: 200; overflow: hidden; background-color: rgba(0,0,0,0.5); }
.adopt-detail-content { position: relative; z-index: 1; width: 100%; max-width: 800px; height: 100%; margin: 0 auto; background-color: #fff; overflow-y: auto; border-radius: 30px; padding-bottom: 90px; -ms-overflow-style: none; scrollbar-width: none; }
.adopt-detail-content::-webkit-scrollbar { display: none; }
.type-regular { --bg-color: #F0FDFA; --line-color: #99F6E4; --point-color: #0D9488; --icon-bg: #CCFBF1; }
.type-free { --bg-color: #FFF1F2; --line-color: #FECDD3; --point-color: #F43F5E; --icon-bg: #FFE4E6; }
.type-safe { --bg-color: #EBFFF1; --line-color: #A9F5C0; --point-color: #00A532; --icon-bg: #a9f5c0; }
.type-rescue { --bg-color: #FFF7F0; --line-color: #FDB881; --point-color: #FF9946; --icon-bg: #fedda5; }
.sticky-header { position: fixed; top: 30px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 800px; z-index: 2005; padding: 16px; display: flex; justify-content: space-between; align-items: center; background: transparent;  border-radius: 20px 20px 0 0;  }
.header-btn-circle { width: 40px; height: 40px; border-radius: 50%; background: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; border: none; cursor: pointer; pointer-events: auto; backdrop-filter: blur(4px); }
.header-right { display: flex; align-items: center; gap: 10px; position: relative; z-index: 1001; }
.more-menu { display: none; position: absolute; width: 100px; top: 40px; right: 0px; background: #fff; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); overflow: hidden; z-index: 1002; }
.more-menu.active { display: block; }
.more-menu button { display: block; width: 100%; padding: 12px 20px; border: none; background: #fff; text-align: left; cursor: pointer; border-bottom: 1px solid #eee; font-size: 14px; }
.more-menu button:last-child { border-bottom: none; }
.more-menu button:hover { background: #f5f5f5; }
.image-section { position: relative; background: #eee; width: 100%; aspect-ratio: 16 / 12.42; z-index: 0 !important; overflow: hidden; }
.image-swiper { width: 100%; height: 100% !important; }
.image-swiper .swiper-slide { display: flex; align-items: center; justify-content: center; background: #000; height: 100%; overflow: hidden; position: relative; }
.image-swiper img { width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 2 !important; }
.image-indicator { position: absolute; bottom: 50px; right: 16px; background: rgba(0,0,0,0.5); color: #fff; padding: 6px 12px; border-radius: 16px; font-size: 12px; z-index: 10; cursor: pointer; }
.image-indicator span { color: rgba(255,255,255,0.7); }
#currentSlide { color: #fff; }
.swiper-button-prev, .swiper-button-next { width: 80px; height: 80px; background-size: contain; background-repeat: no-repeat; opacity: 0.7; }
.swiper-button-prev { background-image: url("https://newsite.zooseyo.com/z_images/zoo_img/swiper-prev.png"); left: 0px; }
.swiper-button-next { background-image: url("https://newsite.zooseyo.com/z_images/zoo_img/swiper-next.png"); right: 0px; }
.swiper-button-prev:after, .swiper-button-next:after { display: none; }
.swiper-pagination > .swiper-pagination-bullet { width: 4px; height: 4px; }
.swiper-pagination .swiper-pagination-bullet-active { background: #1E293B; }
.zoom-image-modal { display: none; position: fixed; z-index: 20000 !important; left: 0; top: 0; width: 100%; height: 100%; background: #000; justify-content: center; align-items: center; }
.zoom-image-modal-content { width: 100%; height: auto; max-width: 90%; max-height: 90%; border-radius: 8px; position: relative; }
.zoom-image-close { position: absolute; top: 20px; right: 20px; font-size: 40px; color: #fff; cursor: pointer; z-index: 20002 !important; user-select: none; line-height: 1; font-family: sans-serif; font-weight: 300; text-shadow: 0 0 5px rgba(0,0,0,0.5); }
.zoom-image-close:hover { opacity: .7; }
.zoom-swiper { width: 100%; height: 100%; }
.zoom-swiper .swiper-slide { display: flex; align-items: center; justify-content: center; background: transparent; }
.zoom-swiper img { max-width: 100%; max-height: 100%; object-fit: contain; }
.zoom-image-indicator { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.5); color: #fff; padding: 6px 12px; border-radius: 16px; font-size: 14px; z-index: 20001 !important; }
.zoom-image-indicator span { color: rgba(255,255,255,0.7); }
#zoomCurrentSlide { color: #fff; }
.pet-info-section { position: relative; margin: -30px auto 10px; z-index: 20; background: #fff; border-radius: 20px; padding: 21px 20px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
border: none; width: calc(100% - 40px); }
.pet-info-header { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; width: fit-content; border: none !important; }
.pet-info-icon { width: 20px; height: 20px; border-radius: 50%; background: var(--icon-bg); display: flex; align-items: center; justify-content: center; }
.pet-info-icon img { width: 18px; height: 18px; }
.pet-info-title { font-size: 16px; font-weight: 700; }
.pet-info-title span { color: var(--point-color); }
.pet-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border: none !important; padding: 0; background: transparent; }
.pet-info-item { display: flex; gap: 8px; align-items: center; }
.pet-info-label { font-size: 14px; color: #94A3B8; font-weight: 400; min-width: 70px; }
.pet-info-value { font-size: 14px; color: #334155; font-weight: 600; cursor: pointer; }
/* ¼ºº° Àü¿ë ÄÃ·¯ ½ºÅ¸ÀÏ Ãß°¡ */
.pet-info-value.gender { display: inline-flex; align-items: center; gap: 4px; color: #D35192 !important; font-weight: 600; }
.gender-pink { color: #D35192; }
.gender-or { color: #CBD5E1; font-size: 10px; font-weight: 400; }
.seller-section { padding:  16px 20px; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; cursor: pointer; background: #fff; }
.seller-left { display: flex; gap: 12px; align-items: center; }
.seller-profile { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; }
.seller-profile img { width: 100%; height: 100%; object-fit: cover; }
.seller-info { display: flex; flex-direction: column; gap: 4px; }
.seller-name { font-size: 16px; font-weight: 600; color: #1E293B; }
.seller-license { font-size: 12px; color: #94A3B8; }
.seller-right { display: flex; align-items: center; gap: 8px; }
.seller-rating { display: flex; align-items: center; gap: 4px; }
.seller-rating span { font-size: 14px; font-weight: 600; color: #1E293B; }
.seller-rating small { font-size: 10px; color: #94A3B8; }
.post-section { padding: 24px 20px; background: #fff; }
.post-title { font-size: 20px; font-weight: 800; color: #1E293B; margin-bottom: 8px; line-height: 1.4; }
.post-meta { display: flex; gap: 8px; font-size: 12px; margin-bottom: 16px; }
.post-meta span { color: #94A3B8 !important; }
.post-content { font-size: 14px; color: #475569; line-height: 1.6; margin-bottom: 24px; padding:  0; white-space: pre-line; word-break: keep-all; overflow-wrap: break-word; width: 100%; }
.post-stats { display: flex; gap: 12px; align-items: center; }
.post-stat { display: flex; align-items: center; gap: 4px; }
.post-stat img { width: 14px; height: 14px; opacity: 0.7;}
.post-stat span { font-size: 11px; color: #94A3B8; }
.seller-shortcut-wrap { padding: 20px 0 10px; display: flex; justify-content: center; margin: 20px 0; }
.seller-shortcut-btn { display: flex; align-items: center; justify-content: center; padding: 12px 30px; width: 100%; max-width: 500px; background: #F2F2F2; border-radius: 12px; font-size: 14px; font-weight: 800; color: #1E293B; cursor: pointer; }
.seller-shortcut-btn img { width: 18px; height: 18px; margin-left: 8px; opacity: 0.5; }
.alert-setting-section { display: flex; justify-content: space-between; align-items: center; margin: 16px; padding: 16px 20px; background: #f1f5f9; border-radius: 8px; cursor: pointer; }
.alert-text-group p { margin: 0; font-size: 14px; color: #1E293B; line-height: 1.4; }
.alert-text-group p strong { font-weight: 700; color: #1E293B; }
.alert-text-group p .alert-arrow-inline { display: inline-flex; align-items: center; margin-left: 4px; vertical-align: middle; }
.alert-text-group p .alert-arrow-inline img { width: 14px; height: 14px; }
.alert-icon-wrap { position: relative; width: 24px; height: 24px; margin-left: 12px; }
.alert-icon-wrap img { width: 100%; height: 100%; }
.alert-dot { position: absolute; top: -1px; right: -1px; width: 8px; height: 8px; background: #1E293B; border-radius: 50%; }

.safe-trade-banner { margin: 16px 20px 0px; padding: 16px; border-radius: 8px; background-color: #f8fafc; border: 1px solid #f1f5f9; }
/*.safe-trade-banner { margin: 16px 16px 0px; padding: 16px; border-radius: 8px; background-color: var(--bg-color); border: 1px solid var(--line-color); }*/
.safe-trade-banner h3 { font-size: 14px; font-weight: 700; color: #1E293B; margin-bottom: 4px; line-height: 1.4; }
.safe-trade-banner p { font-size: 12px; color: #64748b; line-height: 1.5; }
.safe-trade-banner p a { color: #64748b; text-decoration: underline; text-underline-offset: 3px; }
.related-adopt-section { padding: 32px 0 16px 0; }
.related-adopt-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; padding: 0 20px; }
.related-adopt-title { font-size: 18px; font-weight: 700; color: #1E293B; line-height:28px;}
.related-adopt-more { font-size: 12px; color: #94A3B8; text-decoration: none; }
.related-adopt-slide { text-align: left; }
.related-adopt-slide a { text-decoration: none; color: inherit; }
.related-adopt-image-wrap { width: 100%; padding-top: 100%; position: relative; overflow: hidden; border-radius: 8px; margin-bottom: 8px; }
.related-adopt-image-wrap img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.related-adopt-name { font-size: 12px; color: #334155; font-weight: 700; text-align: left; }
.related-adopt-swiper .swiper-wrapper { padding-bottom: 10px; height: auto !important; }
.related-adopt-swiper { padding: 0 20px; }


/* =================================================================
   [¾Ë¸² ¹öÆ°] ±âº» ½ºÅ¸ÀÏ (ºÐ¾ç Å¸ÀÔº° º¯¼ö ÄÃ·¯ ÀÚµ¿ Àû¿ë)
   ================================================================= */
.d-detail-noti-btn { position: relative; width: calc(100% - 40px); overflow: hidden; margin: 0 20px 10px; padding: 16px; border-radius: 16px; border: 1px solid var(--line-color); background: linear-gradient(135deg, #ffffff 40%, var(--bg-color)); cursor: pointer; display: flex; align-items: center; justify-content: space-between; transition: all 0.3s; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1); }
.d-detail-noti-btn:hover { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); }
.d-detail-noti-bg1 { position: absolute; right: -16px; top: -16px; width: 80px; height: 80px; background: var(--point-color); opacity: 0.15; border-radius: 50%; filter: blur(24px); transition: transform 0.5s; }
.d-detail-noti-bg2 { position: absolute; left: -16px; bottom: -16px; width: 64px; height: 64px; background: var(--point-color); opacity: 0.15; border-radius: 50%; filter: blur(20px); transition: transform 0.5s; }
.d-detail-noti-btn:hover .d-detail-noti-bg1, .d-detail-noti-btn:hover .d-detail-noti-bg2 { transform: scale(1.5); }
.d-detail-noti-left { position: relative; display: flex; align-items: center; gap: 12px; z-index: 1; }
.d-detail-noti-icon-box { width: 40px; height: 40px; background: var(--point-color); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; transition: transform 0.4s; box-shadow: 0 4px 12px var(--line-color); }
.d-detail-noti-btn:hover .d-detail-noti-icon-box { transform: rotate(12deg); }
.d-detail-noti-txt-wrap { display: flex; flex-direction: column; gap: 2px; text-align: left; }
.d-detail-noti-badge { background: var(--point-color); color: #fff; font-size: 9px; font-weight: 900; border-radius: 4px; padding: 2px 6px; text-transform: uppercase; margin-bottom: 2px; display: inline-block; }
.d-detail-noti-sub-tit { font-size: 11px; font-weight: 700; color: var(--point-color); display: block; opacity: 0.8; }
.d-detail-noti-main-tit { font-size: 14px; font-weight: 800; color: #1e293b; }
.d-detail-noti-link { font-size: 12px; font-weight: 500; color: var(--point-color); display: flex; align-items: center; gap: 2px; z-index: 1; }

.d-detail-noti-link svg, .d-detail-noti-link polyline { stroke: var(--point-color) !important; }
.type-free .d-detail-noti-link svg, .type-free .d-detail-noti-link polyline { stroke: #ff7f00 !important; }

/* =================================================================
   [¾Ë¸² ¹öÆ°] ¿¹¿Ü Ã³¸®: ¹«·áºÐ¾ç (.type-free) ÀÏ ¶§¸¸ Àû¿ë
   ================================================================= */
.type-free .d-detail-noti-btn { border-color: rgba(255, 127, 0, 0.1); background: linear-gradient(135deg, #fff7ed, #ffffff, #fdf2f8); }
.type-free .d-detail-noti-bg1 { background: #ff7f00; opacity: 0.1; }
.type-free .d-detail-noti-bg2 { background: #f43f5e; opacity: 0.1; }
.type-free .d-detail-noti-icon-box { background: linear-gradient(135deg, #fb923c, #ec4899); box-shadow: 0 10px 15px -3px #fed7aa, 0 4px 6px -4px #fed7aa; }
.type-free .d-detail-noti-badge { background: #ff7f00; }
.type-free .d-detail-noti-sub-tit { color: #ff7f00; opacity: 1; }
.type-free .d-detail-noti-link { color: #ff7f00; }


/* Á¦ÈÞ»çÀÌÆ® (Partners) ¾ÆÄÚµð¾ð ½ºÅ¸ÀÏ */
.d-detail-partner-wrap { padding: 16px 20px 8px; border-top: 1px solid #F1F5F9; }
.d-detail-partner-toggle-btn { display: flex; align-items: center; justify-content: space-between; width: 100%; cursor: pointer; background: transparent; border: none; padding: 0; outline: none; }
.d-detail-partner-toggle-btn h3 { font-size: 12px; font-weight: 700; color: #64748B; text-transform: uppercase; letter-spacing: 0.05em; transition: color 0.3s; margin: 0; }
.d-detail-partner-toggle-btn:hover h3 { color: #1E293B; }
.d-detail-partner-toggle-btn svg { width: 16px; height: 16px; stroke: #94A3B8 !important; transition: transform 0.3s; }
.d-detail-partner-toggle-btn.active svg { transform: rotate(180deg); }

.d-detail-partner-content { margin-top: 20px; display: none; } /* ±âº» ¼û±è */
.d-detail-partner-content.show { display: block; } /* Å¬¸¯ ½Ã ³ëÃâ */

.d-detail-partner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.d-detail-partner-card { padding: 8px; text-align: center; border: 1px solid #F1F5F9; border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #FFFFFF; text-decoration: none; transition: all 0.3s; }
.d-detail-partner-card:hover { background-color: #F8FAFC; }
.d-detail-partner-sub { font-size: 10px; color: #94A3B8; margin-bottom: 2px; }
.d-detail-partner-title { font-size: 12px; font-weight: 700; color: #334155; }


.safe-info-banner { margin: 16px; padding: 16px; background: #44ca42; border-radius: 8px; color: #fff; text-align: center; font-size: 14px; font-weight: 600; }
.adopt-list-section { padding: 16px; border-bottom: 1px solid #eee; background: #fff; }
.adopt-list-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.adopt-list-title { font-size: 16px; font-weight: 600; color: #1E293B; }
.adopt-list-wrap { max-height: 290px; overflow: auto; }
.adopt-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f5f5f5; }
.adopt-item:last-child { border-bottom: none; }
.adopt-item-left { display: flex; align-items: center; gap: 8px; }
.adopt-item-profile { width: 24px; height: 24px; border-radius: 50%; overflow: hidden; }
.adopt-item-profile img { width: 100%; height: 100%; object-fit: cover; }
.adopt-item-name { font-size: 14px; font-weight: 600; color: #1E293B; }
.adopt-item-right { flex: 1; }
.adopt-item-content { font-size: 13px; color: #94A3B8; margin-bottom: 4px; }
.adopt-item-content a { color: blue; text-decoration: none; }
.adopt-item-time { font-size: 12px; color: #999; }
.adopt-empty { line-height: 100px; text-align: center; width: 100%; color: #999; }
/*.partner-section { padding: 16px; background: #fff; }
.partner-title { font-size: 14px; color: #1E293B; margin-bottom: 12px; font-weight: 700; }
.partner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.partner-card { background: #fff; border: 1px solid #ddd; border-radius: 8px; padding: 12px; text-align: center; cursor: pointer; }
.partner-card-sub { font-size: 11px; color: #999; margin-bottom: 4px; }
.partner-card-title { font-size: 13px; color: #1E293B; font-weight: 600; }*/
.close-button-wrap { padding: 16px; display: flex; gap: 10px; }
.close-button { width: 100%; padding: 12px; background: #1E293B; color: #fff; border: none; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; }
.sticky-footer { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 800px; z-index: 2005; background: #fff; border-radius: 0 0 20px 20px; padding: 14px; display: flex; gap: 8px; align-items: center; border-top: 1px solid #eee; box-shadow: 0 -2px 10px rgba(0,0,0,0.05); }
.footer-like { width: 44px; height: 44px; border: 1px solid #ddd; border-radius: 8px; display: flex; align-items: center; justify-content: center; background: #fff; cursor: pointer; }
.footer-like img { width: 24px; height: 24px; }
.footer-price { flex: 1; display: flex; flex-direction: column; }
.footer-price-label { font-size: 11px; color: #999; color: var(--point-color); padding-top: 5px; }
.footer-price-value { font-size: 16px; font-weight: 700; }
.footer-btn { flex: 1; padding: 12px; border: none; border-radius: 12px; font-size: 14px; font-weight: 600; cursor: pointer; }
.footer-btn-chat { color: #fff; box-shadow: 0 8px 16px -4px var(--line-color) !important; transition: all 0.3s ease !important; border: none !important; background-color: var(--point-color) !important; }
.footer-btn-chat:hover { box-shadow: 0 12px 24px -6px var(--line-color) !important; transform: translateY(-1px); }
.footer-btn-chat:active { box-shadow: 0 4px 8px -2px var(--line-color) !important; transform: translateY(1px); opacity: 0.9; }
.footer-btn-extra { background: #fff; border: 1px solid var(--point-color); color: var(--point-color); }
.footer-btn-disabled { background: #999; color: #fff; cursor: not-allowed; }
.footer-btn-finished { background: #999; color: #fff; cursor: not-allowed; }
.footer-price-negotiable { font-size: 11px; color: var(--point-color); font-weight: 600; }
.footer-btn-lock { display: flex; align-items: center; justify-content: center; gap: 6px; }
.footer-btn-lock img { width: 16px; height: 16px; }
.footer-btn-purchase { background: #fff; border: 1px solid var(--point-color); color: var(--point-color); }
.emer_popup { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 100; align-items: center; justify-content: center; }
.emer_popup_area { background: #fff; border-radius: 12px; padding: 20px; width: 90%; max-width: 400px; }
.emer_popup_area_close { display: flex; justify-content: flex-end; margin-bottom: 12px; }
.emer_popup_area_close button { background: none; border: none; cursor: pointer; }
.emer_popup_area_title { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.emer_popup_area_subtitle { font-size: 14px; color: #94A3B8; margin-bottom: 16px; }
.emer_popup_area_selector p { margin-bottom: 12px; }
.emer_popup_area_selector input[type="radio"] { margin-right: 8px; }
.emer_write { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 8px; margin-top: 8px; display: none; }
.emer_popup_area_picture { margin: 16px 0; }
.emer_popup_area_picture > div:first-child { font-size: 14px; font-weight: 600; margin-bottom: 8px; }
#addimgs { display: flex; gap: 8px; flex-wrap: wrap; }
#addimgs button { width: 80px; height: 80px; border: 1px solid #ddd; border-radius: 8px; background: #f5f5f5; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; }
#addimgs div { width: 80px; height: 80px; border-radius: 8px; background-size: cover; background-position: center; position: relative; }
#addimgs div button { position: absolute; top: 4px; right: 4px; width: 20px; height: 20px; padding: 0; background: #fff; border-radius: 50%; }
.emer_popup_area_buttons { display: flex; gap: 8px; margin-top: 16px; }
.emer_popup_area_buttons button { flex: 1; padding: 12px; border: none; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; }
.emer_popup_area_buttons button:first-child { background: #f5f5f5; color: #1E293B; }
.emer_popup_area_buttons button:last-child { background: #1E293B; color: #fff; }
@media (min-width: 768px) {
.related-adopt-swiper { max-width: 800px; margin-left: auto; margin-right: auto; padding-right: 20px; }
.related-adopt-swiper .swiper-slide { width: calc((100% - 16px * 3) / 5.5); height: auto !important; }
.zoom-image-close { top: 0px; right: -40px; }
}
@media (max-width: 768px) {
.image-section {  aspect-ratio: 4 / 4.14 !important; height: auto !important;  }
.adopt-detail-wrap { padding: 0 !important; }
.adopt-detail-content { border-radius: 0 !important; width: 100% !important; max-width: 100% !important; height: 100% !important; padding-top: 0px; padding-bottom: 80px; }
.sticky-header { top: 0 !important; width: 100% !important; max-width: 100% !important; border-radius: 0 !important; }
.sticky-footer { bottom: 0 !important; width: 100% !important; max-width: 100% !important; border-radius: 0 !important; padding: 12px 16px; }
.pet-info-section { padding: 24px 20px; width: 90%; }
.pet-info-label, .pet-info-value, .seller-rating span { font-size: 12px; }
.pet-info-label { min-width: 30px; }
.seller-license { font-size: 11px; }
.related-adopt-swiper .swiper-slide { width: calc((100% - 16px * 2) / 2.5); height: auto !important; }
.footer-btn { flex: 1; padding: 12px 2px; font-size: 14px; }
}

/* =================================================================
   [ÇÃ¸®¸¶ÄÏ] µðÅ×ÀÏ ·¹ÀÌ¾Æ¿ô À¯Æ¿¸®Æ¼
   ================================================================= */
.type-market { --bg-color: #F5F5F5; --line-color: #E0E0E0; --point-color: #FF820F; --icon-bg: #F1F1F1; --btn-bg: #1E293B; }
.type-market .adopt-detail-content { background-color: #fff; }
.type-market .pet-info-title span, .type-market .footer-price-label { color: var(--point-color); }
.type-market .pet-info-label { color: #94A3B8; font-weight: 400; }
.type-market .safe-trade-banner { background-color: #f8fafc; border: 1px solid #f1f5f9; margin-bottom: 0; }
.type-market .footer-btn-chat { background-color: var(--btn-bg); color: #fff; }
.type-market .footer-btn-extra { border: 1px solid var(--btn-bg); color: var(--btn-bg); background: #fff; }
.type-market .post-meta span { color: #888; }


/* =================================================================
   [Æêµµ¿ì¹Ì] µðÅ×ÀÏ ·¹ÀÌ¾Æ¿ô À¯Æ¿¸®Æ¼
   ================================================================= */
.type-helper { --bg-color: #F5F5F5; --line-color: #E0E0E0; --point-color: #FF820F; --icon-bg: #F1F1F1; --btn-bg: #1E293B; }
.type-helper .adopt-detail-content { background-color: #fff; }
.type-helper .pet-info-title span, .type-helper .footer-price-label { color: var(--point-color); }
.type-helper .pet-info-label { color: #94A3B8; font-weight: 400; }
.type-helper .safe-trade-banner { background-color: #FFF4E6; border: 1px solid #FFDCB2; margin-bottom: 0; }
.type-helper .footer-btn-chat { background-color: var(--btn-bg); color: #fff; }
.type-helper .footer-btn-extra { border: 1px solid var(--btn-bg); color: var(--btn-bg); background: #fff; }
.type-helper .post-meta span { color: #888; }
.type-helper .seller-section { cursor: default; }

/* =================================================================
   [¹Ý·ÁÁö½Ä] µðÅ×ÀÏ ·¹ÀÌ¾Æ¿ô À¯Æ¿¸®Æ¼
   ================================================================= */
.type-knowledge { --bg-color: #F5F5F5; --line-color: #E0E0E0; --point-color: #FF820F; --icon-bg: #F1F1F1; --btn-bg: #1E293B; }
.type-knowledge .adopt-detail-content { background-color: #fff; }
.type-knowledge .pet-info-title span { color: var(--point-color); }
.type-knowledge .pet-info-label { color: #94A3B8; font-weight: 400; }
.type-knowledge .footer-btn-chat { background-color: var(--btn-bg); color: #fff; }
.type-knowledge .post-meta span { color: #888; }
.type-knowledge .post-sub-title { font-size: 16px; font-weight: 700; color: #1E293B; margin-top: 30px;  padding: 0 20px; }
.type-knowledge .post-content { padding: 0 !important; }




/* =================================================================
   [Ä¿¹Â´ÏÆ¼] µðÅ×ÀÏ ·¹ÀÌ¾Æ¿ô À¯Æ¿¸®Æ¼
   ================================================================= */

.community_detail_popup_area { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 600px; height: 765px; background-color: #fff; z-index: 100; border-radius: 12px; display: flex; flex-direction: column; overflow: hidden; margin: 0; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.community_detail_popup_area > div.popup_title { flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 1px solid #DDD; color: #1E293B; font-size: 20px; font-weight: 800; background: #fff; z-index: 2; }
.community_detail_popup_area > div.popup_contents_area { flex: 1; padding: 20px; overflow-y: auto; overflow-x: hidden; word-break: break-all; -ms-overflow-style: none; scrollbar-width: none; }
.community_detail_popup_area > div.popup_contents_area::-webkit-scrollbar { display: none; }
.community_detail_popup_area > div.popup_replyinput { flex-shrink: 0; width: 100%; height: 60px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #ddd; background: #fff; }
.community_detail_popup_area > div.popup_replyinput > div { display: flex; align-items: center; justify-content: space-between; width: calc(100% - 100px); padding: 0px 20px; gap: 5px; background: transparent; }
.community_detail_popup_area > div.popup_replyinput > div > input { width: 100%; height: 60px; border: none; padding: 0; outline: none; background: transparent; font-size: 14px; }
.community_detail_popup_area > div.popup_replyinput > button { width: 100px; height: 60px; background-color: #1E293B !important; margin: 0; color: #FFF; font-size: 16px; font-weight: 800; border: none; cursor: pointer; border-radius: 0; } 



@media screen and (max-width: 768px) {
.community_detail_popup_area { top: 0 !important; left: 0 !important; transform: none !important; width: 100% !important; max-width: 100% !important; height: 100% !important; border-radius: 0 !important; box-shadow: none !important; }
.community_detail_popup_area > div.popup_title { padding: 15px !important; font-size: 18px !important; }
.community_detail_popup_area > div.popup_contents_area { padding: 15px !important; padding-bottom: 80px !important; }
.view_title { font-size: 19px !important; padding: 10px !important; border-bottom: 1px solid #eee; }
.view_info { display: flex; flex-wrap: wrap; gap: 5px; font-size: 14px; color: #94A3B8; padding: 10px !important; }
.view_con { padding: 15px !important; line-height: 1.6; }
.view_con img { max-width: 100% !important; height: auto !important; }
.view_con table { width: 100% !important; table-layout: fixed; }
.community_detail_popup_area > div.popup_replyinput { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 10; border-top: 1px solid #ddd; background: #fff; }

}




/* =================================================================
   [Ã¤ÆÃÇÃ·¯½º] 
   ================================================================= */
#chatpayView { position: fixed !important; top: 0 !important; left: 0 !important; width: 1920px !important; height: 100% !important; height: 900px !important; background: rgba(0,0,0,0.6) !important; z-index: 1000 !important; }
#chatpayView > div:first-child { position: absolute !important; top: 50% !important; left: 50% !important; transform: translate(-50%, -50%) !important; background: #fff !important; width: 100% !important; max-width: 800px !important; max-height: 855px !important; border-radius: 20px !important; display: flex !important; flex-direction: column !important; overflow: hidden !important; margin: 0 !important; padding: 0 !important; }
#chatpayView .title_box { flex-shrink: 0 !important; }
#chatpayView .content_box { flex: 1 !important; overflow-y: auto !important; padding: 20px !important; margin: 0 !important; max-height: none !important; }
#chatpayView .sticky-footer { position: relative !important; left: auto !important; bottom: auto !important; transform: none !important; width: 100% !important; max-width: none !important; background: #fff !important; padding: 15px 20px !important; border-top: 1px solid #eee !important; display: flex !important; justify-content: center !important; align-items: center !important; flex-shrink: 0 !important; z-index: 1010 !important; box-sizing: border-box !important; box-shadow: none !important; border-radius: 0 0 20px 20px !important; }
#chatpayView #btn_payment_submit { width: 100% !important; max-width: 200px !important; height: 54px !important; border-radius: 8px !important; color: #fff !important; font-size: 16px !important; font-weight: bold !important; border: none !important; background: #ccc !important; margin: 0 !important; display: flex !important; justify-content: center !important; align-items: center !important; }
#chatpayView #btn_payment_submit.active { pointer-events: auto !important; background: #1E293B !important; cursor: pointer !important; }
#chatpayView .chatpay_btn_arr { position: absolute !important; top: -30px !important; left: 0 !important; width: 100% !important; text-align: center !important; color: red !important; font-size: 12px !important; font-weight: bold !important; margin: 0 !important; }
#chatpayView .d-btn-membership { width: 70% !important; gap: 4px; }
#chatpayView .agree_wrap_box { display: flex; align-items: center; justify-content: space-between; padding: 15px; border: 1px solid #ddd; border-radius: 10px; background-color: #fff; margin-bottom: 20px; }
#chatpayView .agree_chk_label { display: flex; align-items: center; cursor: pointer; font-size: 15px; font-weight: bold; color: #333; gap: 10px; }
#chatpayView .chk_custom_icon { width: 24px; height: 24px; background-color: #e0e0e0; border-radius: 6px; position: relative; transition: background-color 0.2s; }
#chatpayView .chk_custom_icon::after { content: ''; position: absolute; left: 9px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); }
#chatpayView input[id="agree_checkbox"]:checked + .agree_chk_label .chk_custom_icon { background-color: #FF820F; }
#chatpayView .btn_terms_view { font-size: 13px; color: #888; text-decoration: underline; cursor: pointer; }
#chatpayView .cp_pay_type_box { width: 100%; padding: 10px 0; box-sizing: border-box; }
#chatpayView .cp_pay_type_tab { display: flex; justify-content: center; width: 100%; max-width: 380px; margin: 0 auto; }
#chatpayView .cp_tab { display: flex; justify-content: center; align-items: center; width: 50%; height: 40px; font-size: 16px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; box-sizing: border-box; position: relative; }
#chatpayView .cp_tab:first-of-type { z-index: 2; }
#chatpayView .cp_tab:last-of-type { z-index: 1; margin-left: -20px; }
#chatpayView .cp_tab.on { z-index: 5; background: #FF820F; color: #fff; border: 1px solid #FF820F; border-radius: 30px; font-weight: bold; box-shadow: 0 4px 10px rgba(255, 130, 15, 0.2); }
#chatpayView .cp_tab:not(.on) { background: #fff; color: #999; border: 1px solid #ddd; }
#chatpayView .cp_tab:first-of-type:not(.on) { border-radius: 30px 0 0 30px; padding-right: 15px; }
#chatpayView .cp_tab:last-of-type:not(.on) { border-radius: 0 30px 30px 0; padding-left: 15px; }
#chatpayView .pay_method_wrap { display:flex; justify-content:flex-start; gap:10px; margin-top:10px; }
#chatpayView .pay_method_radio { display: none; }
#chatpayView .pay_method_radio + label { display: flex; align-items: center; justify-content: center; width: 160px; height: 44px; border: 2px solid #ddd; border-radius: 12px; background-color: #fff; color: #999; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.2s; box-sizing: border-box; }
#chatpayView .pay_method_radio:checked + label { border-color: #FF820F; color: #FF820F; font-weight: bold; background-color: #fff; }
#chatpayback { display: none !important; }
#chatpayView > div > div:nth-child(3) {margin-top: 0 !important; }

@media screen and (max-width: 768px) {
    #chatpayView > div:first-child { top: 0 !important; left: 0 !important; transform: none !important; max-width: 100% !important; max-height: 100% !important; height: 100% !important; height: 800px !important; border-radius: 0 !important; }
    #chatpayView .sticky-footer { padding-bottom: 20px !important; }
}
@media screen and (max-width: 480px) {
    #chatpayView .d-btn-membership { width: 90% !important;  }
	#chatpayView #btn_payment_submit {height: 44px !important;}
}