@charset "utf-8";

/*subWrap*/
.subWrap{margin-bottom:100px;}

/*subTopBn*/
.subTopBn{position:relative; min-height:300px; background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.4)), url('/images/sub/subBg01.png') no-repeat center center / cover;}
.subTopBn > div{position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); text-align:center;}
.subTopBn > div > h2{margin-bottom:16px; color:#fff; font-size:32px; font-weight:700; }
.subTopBn > div > p{color:#fff; font-size:18px;}

/*subTit*/
.subTit{margin:80px 0 40px; text-align:center;}
.subTit > h2{font-size:36px; font-family: 'Paperlogy-7Bold';}
.subTit > h2::after{content:""; display:block; width:40px; height:3px; background:#222; margin:20px auto;}
.subTit > p{font-size:18px; line-height:26px; font-weight:400; color:#777;}

/* 국화원 소개 */
.gukwha-v3-wrap {width: 1200px; margin: 80px auto 120px;}
.gukwha-v3-header { text-align: center; margin-bottom: 50px; }
.gukwha-v3-header h2 { font-size: 32px; font-weight: 800; color: #0f172a; margin-bottom: 12px; letter-spacing: -0.5px; }
.gukwha-v3-header p { font-size: 17px; color: #64748b; font-weight: 500; margin: 0; line-height: 1.6; }
.gukwha-v3-main-img { width: 100%; border-radius: 20px; overflow: hidden; margin-bottom: 60px; box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1); border: 1px solid #e2e8f0; }
.gukwha-v3-main-img img { width: 100%; height: auto; display: block; }
.gukwha-v3-welcome { font-size: 18px; line-height: 1.9; color: #334155; text-align: center; margin-bottom: 70px; font-weight: 500; word-break: keep-all; padding: 0 30px; }
.gukwha-v3-welcome strong { color: #059669; font-weight: 700; }
.gukwha-v3-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.gukwha-v3-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 40px 35px; box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.03); position: relative; overflow: hidden; }
.gukwha-v3-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: #059669; }
.gukwha-v3-card h3 { font-size: 22px; font-weight: 700; color: #0f172a; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.gukwha-v3-card h3 span { color: #059669; font-size: 18px; }
.gukwha-v3-card p { font-size: 15px; color: #64748b; line-height: 1.8; margin-bottom: 12px; word-break: keep-all; }
.gukwha-v3-card p:last-child { margin-bottom: 0; }


/* 인사말 */
.gukwha-greeting-wrap {width: 1200px; margin: 80px auto 120px;}
.gukwha-greeting-header { text-align: center; margin-bottom: 60px; }
.gukwha-greeting-header h2 { font-size: 38px; font-weight: 800; color: #111111; margin-bottom: 16px; letter-spacing: -1px; }
.gukwha-greeting-header p { font-size: 18px; color: #666666; font-weight: 400; margin: 0; }
.gukwha-greeting-container { display: flex; align-items: center; gap: 80px; background: #ffffff; padding: 70px; border-radius: 24px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05); border: 1px solid #f1f5f9; }
.gukwha-greeting-left { flex: 0 0 450px; }
.gukwha-greeting-img { width: 100%; border-radius: 16px; overflow: hidden; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); margin-bottom: 24px; background: #f8f9fa; }
.gukwha-greeting-img img { width: 100%; height: auto; display: block; object-fit: cover; }
.gukwha-greeting-name { text-align: center; font-size: 18px; font-weight: 700; color: #111111; letter-spacing: 2px; }
.gukwha-greeting-right { flex: 1; }
.gukwha-greeting-title { font-size: 26px; font-weight: 800; color: #111111; margin-bottom: 35px; position: relative; padding-bottom: 20px; }
.gukwha-greeting-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background: #111111; }
.gukwha-greeting-body { font-size: 18px; line-height: 2.1; color: #444444; word-break: keep-all; font-weight: 400; margin-bottom: 50px; }
.gukwha-greeting-body p { margin-bottom: 24px; }
.gukwha-greeting-body p:last-child { margin-bottom: 0; }
.gukwha-greeting-sign { text-align: right; font-size: 22px; font-weight: 700; color: #111111; }
.gukwha-greeting-sign span { font-size: 16px; font-weight: 400; color: #777777; margin-right: 8px; }


/* 오시는길 */
.location-wrapper { width: 1200px; margin: 80px auto 120px;}
.location-wrapper > .map-container { width: 100%; height: 500px; background: #ffffff; border-radius: 24px; overflow: hidden; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06); border: 1px solid #e2e8f0; margin-bottom: 30px; }
.location-wrapper > .map-container > .root_daum_roughmap { width: 100% !important; height: 100% !important; padding: 0 !important; }
.location-wrapper > .map-container > .root_daum_roughmap > .wrap_map { width: 100% !important; height: 100% !important; min-height: 500px !important; }
.location-wrapper > .info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
.location-wrapper > .info-grid > .info-card { background: #ffffff; padding: 25px 28px; border-radius: 20px; border: 1px solid #e2e8f0; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04); transition: all 0.3s ease; display: flex; align-items: center; gap: 20px; }
.location-wrapper > .info-grid > .info-card:hover { transform: translateY(-4px); box-shadow: 0 15px 35px rgba(29, 78, 216, 0.1); border-color: #1d4ed8; }
.location-wrapper > .info-grid > .info-card > .card-icon { width: 52px; height: 52px; background: #eff6ff; border-radius: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.location-wrapper > .info-grid > .info-card > .card-icon > svg { width: 24px; height: 24px; fill: #1d4ed8; }
.location-wrapper > .info-grid > .info-card > .card-text-group { display: flex; flex-direction: column; gap: 4px; }
.location-wrapper > .info-grid > .info-card > .card-text-group > .card-label { font-size: 12px; font-weight: 700; color: #1d4ed8; letter-spacing: 1.5px; text-transform: uppercase; }
.location-wrapper > .info-grid > .info-card > .card-text-group > .card-value { font-size: 16px; font-weight: 600; color: #1e293b; line-height: 1.4; word-break: keep-all; margin: 0; }
.location-wrapper > .traffic-section { background: #ffffff; border-radius: 24px; padding: 40px; border: 1px solid #e2e8f0; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04); }
.location-wrapper > .traffic-section > h3 { font-size: 22px; font-weight: 700; color: #1e293b; margin-bottom: 25px; display: flex; align-items: center; gap: 10px; margin-top: 0; }
.location-wrapper > .traffic-section > .traffic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.location-wrapper > .traffic-section > .traffic-grid > .traffic-item { background: #f8fafc; padding: 25px; border-radius: 16px; border: 1px solid #e2e8f0; transition: background 0.3s ease; }
.location-wrapper > .traffic-section > .traffic-grid > .traffic-item:hover { background: #eff6ff; }
.location-wrapper > .traffic-section > .traffic-grid > .traffic-item > .icon-title { display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 700; color: #1e293b; margin-bottom: 10px; }
.location-wrapper > .traffic-section > .traffic-grid > .traffic-item > .icon-title > svg { width: 20px; height: 20px; fill: #1d4ed8; }
.location-wrapper > .traffic-section > .traffic-grid > .traffic-item > p { font-size: 14px; color: #64748b; line-height: 1.6; margin: 0; word-break: keep-all; }


/* 층별안내 */
.floor-guide-wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 100px 20px; font-family: 'Malgun Gothic', '맑은 고딕', sans-serif; box-sizing: border-box; }
.floor-guide-wrap > .fg-header { text-align: center; margin-bottom: 70px; }
.floor-guide-wrap > .fg-header > h3 { font-size: 38px; font-weight: 700; color: #222222; margin-bottom: 15px; }
.floor-guide-wrap > .fg-header > p { font-size: 18px; color: #777777; }

.floor-guide-wrap > .fg-content { display: flex; align-items: flex-start; gap: 60px; }

.floor-guide-wrap > .fg-content > .fg-text-area { flex: 1; display: flex; flex-direction: column; gap: 30px; position: relative; padding-left: 25px; margin-top: 10px; }
.floor-guide-wrap > .fg-content > .fg-text-area::before { content: ''; position: absolute; top: 10px; bottom: 10px; left: 0; width: 2px; background: #eeeeee; }
.floor-guide-wrap > .fg-content > .fg-text-area > .fg-card { background: #ffffff; border: 1px solid #f0f0f0; border-radius: 20px; padding: 40px; box-shadow: 0 5px 20px rgba(0,0,0,0.02); position: relative; transition: all 0.3s ease; }
.floor-guide-wrap > .fg-content > .fg-text-area > .fg-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); border-color: #2b3a55; }
.floor-guide-wrap > .fg-content > .fg-text-area > .fg-card::before { content: ''; position: absolute; top: 45px; left: -32px; width: 14px; height: 14px; border-radius: 50%; background: #ffffff; border: 4px solid #2b3a55; box-shadow: 0 0 0 4px #ffffff; }

.floor-guide-wrap > .fg-content > .fg-text-area > .fg-card > .level { display: inline-block; font-size: 20px; font-weight: 800; color: #2b3a55; margin-bottom: 10px; border-bottom: 2px solid #2b3a55; padding-bottom: 5px; }
.floor-guide-wrap > .fg-content > .fg-text-area > .fg-card > h4 { font-size: 24px; font-weight: 700; color: #222222; margin-bottom: 20px; }
.floor-guide-wrap > .fg-content > .fg-text-area > .fg-card > .facility-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.floor-guide-wrap > .fg-content > .fg-text-area > .fg-card > .facility-list > li { font-size: 16px; color: #555555; position: relative; padding-left: 14px; word-break: keep-all; line-height: 1.5; }
.floor-guide-wrap > .fg-content > .fg-text-area > .fg-card > .facility-list > li::before { content: ''; position: absolute; top: 10px; left: 0; width: 4px; height: 4px; background: #999999; border-radius: 50%; }

.floor-guide-wrap > .fg-content > .fg-image-area { flex: 1; border: 1px solid #e9ecef; border-radius: 24px; padding: 50px; text-align: center; }
.floor-guide-wrap > .fg-content > .fg-image-area > img { max-width: 100%; height: auto; display: inline-block; }


/* 빈소안내 */
.parlor-wrap { width: 1200px; margin: 40px auto 80px; font-family: 'Pretendard', sans-serif; color: #1e293b; box-sizing: border-box; }

.parlor-wrap .sec-heading { margin-bottom: 25px; text-align: left; }
.parlor-wrap .sec-heading h3 { font-size: 26px; font-weight: 800; color: #0f172a; letter-spacing: -0.5px; margin-bottom: 6px; }
.parlor-wrap .sec-heading p { font-size: 15px; color: #64748b; margin: 0; }

.parlor-wrap > .p-slider-sec { margin-bottom: 60px; position: relative; }
.parlor-wrap > .p-slider-sec > .slider-container { width: 100%; height: 550px; border-radius: 16px; overflow: hidden; position: relative; background: #e2e8f0; cursor: grab; user-select: none; touch-action: pan-y; }
.parlor-wrap > .p-slider-sec > .slider-container:active { cursor: grabbing; }
.parlor-wrap > .p-slider-sec > .slider-container > .slider-track { display: flex; width: 100%; height: 100%; will-change: transform; }
.parlor-wrap > .p-slider-sec > .slider-container > .slider-track > .slide-item { flex: 0 0 100%; width: 100%; height: 100%; position: relative; pointer-events: none; }
.parlor-wrap > .p-slider-sec > .slider-container > .slider-track > .slide-item > img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; -webkit-user-drag: none; -webkit-user-select: none; }
.parlor-wrap > .p-slider-sec > .slider-container > .slider-track > .slide-item > .slide-caption { position: absolute; bottom: 0; left: 0; width: 100%; padding: 40px; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%); color: #ffffff; box-sizing: border-box; }
.parlor-wrap > .p-slider-sec > .slider-container > .slider-track > .slide-item > .slide-caption > h4 { font-size: 25px; font-weight: 700; margin-bottom: 15px; color: #fff; }
.parlor-wrap > .p-slider-sec > .slider-container > .slider-track > .slide-item > .slide-caption > p { font-size: 18px; color: #cbd5e1; margin: 0; }
.parlor-wrap > .p-slider-sec > .slider-dots { display: flex; justify-content: center; gap: 6px; margin-top: 12px; }
.parlor-wrap > .p-slider-sec > .slider-dots > .dot { width: 6px; height: 6px; border-radius: 50%; background: #cbd5e1; border: none; cursor: pointer; transition: all 0.3s ease; padding: 0; }
.parlor-wrap > .p-slider-sec > .slider-dots > .dot.active { background: #0f172a; width: 20px; border-radius: 3px; }

.parlor-wrap > .p-desc-sec { margin-bottom: 60px; }
.parlor-wrap > .p-desc-sec > .room-new-container { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 40px; box-shadow: 0 10px 25px rgba(0,0,0,0.02); }
.parlor-wrap > .p-desc-sec > .room-new-container > .room-section-block + .room-section-block { margin-top: 40px; padding-top: 35px; border-top: 1px dashed #cbd5e1; }
.parlor-wrap > .p-desc-sec > .room-new-container > .room-section-block > .block-title { display: flex; align-items: baseline; gap: 12px; margin-bottom: 20px; }
.parlor-wrap > .p-desc-sec > .room-new-container > .room-section-block > .block-title h4 { font-size: 19px; font-weight: 800; color: #0f172a; margin: 0; }
.parlor-wrap > .p-desc-sec > .room-new-container > .room-section-block > .block-title span { font-size: 13px; font-weight: 600; color: #64748b; }

.parlor-wrap > .p-desc-sec > .room-new-container > .room-section-block > .room-card-grid-vip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.parlor-wrap > .p-desc-sec > .room-new-container > .room-section-block > .room-card-grid-flower { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.parlor-wrap > .p-desc-sec > .room-new-container > .room-section-block [class*="room-card-grid"] > .r-card { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 14px; padding: 20px 14px; text-align: center; }
.parlor-wrap > .p-desc-sec > .room-new-container > .room-section-block [class*="room-card-grid"] > .r-card > .rc-name { font-size: 17px; font-weight: 700; color: #0f172a; margin-bottom: 12px; }
.parlor-wrap > .p-desc-sec > .room-new-container > .room-section-block [class*="room-card-grid"] > .r-card > .rc-info { display: flex; flex-direction: column; gap: 4px; font-size: 14px; color: #475569; border-top: 1px solid #e2e8f0; padding-top: 10px; }
.parlor-wrap > .p-desc-sec > .room-new-container > .room-section-block [class*="room-card-grid"] > .r-card > .rc-info b { color: #0f172a; font-weight: 700; }

.parlor-wrap > .p-video-sec { margin-bottom: 60px; }
.parlor-wrap > .p-video-sec > .video-container { width: 100%; position: relative; padding-bottom: 56.25%; height: 0; border-radius: 20px; overflow: hidden; background: #000; box-shadow: 0 15px 35px rgba(0,0,0,0.1); }
.parlor-wrap > .p-video-sec > .video-container > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }


/* 주차안내 */
.parking-wrap {width: 1200px; margin: 80px auto 120px; }
.parking-wrap .sec-header { text-align: center; margin-bottom: 45px; }
.parking-wrap .sec-header .badge { display: inline-block; padding: 6px 16px; background: #f1f5f9; color: #475569; font-size: 14px; font-weight: 700; border-radius: 50px; margin-bottom: 12px; letter-spacing: 1px; }
.parking-wrap .sec-header h2 { font-size: 34px; font-weight: 800; color: #0f172a; margin: 0 0 10px; letter-spacing: -0.5px; }
.parking-wrap .sec-header p { font-size: 16px; color: #64748b; margin: 0; }

.parking-wrap .hero-banner { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); border-radius: 24px; padding: 50px 40px; color: #ffffff; text-align: center; margin-bottom: 50px; box-shadow: 0 20px 30px rgba(15, 23, 42, 0.12); position: relative; overflow: hidden; }
.parking-wrap .hero-banner .hero-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(56, 189, 248, 0.15); color: #38bdf8; border: 1px solid rgba(56, 189, 248, 0.3); font-size: 14px; font-weight: 700; padding: 6px 18px; border-radius: 30px; margin-bottom: 20px; }
.parking-wrap .hero-banner h3 { font-size: 32px; font-weight: 800; margin: 0 0 16px; line-height: 1.35; letter-spacing: -0.5px; }
.parking-wrap .hero-banner h3 span { color: #38bdf8; }
.parking-wrap .hero-banner p { font-size: 18px; color: #cbd5e1; margin: 0; font-weight: 500; }

.parking-wrap .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 60px; }
.parking-wrap .feature-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 32px 28px; text-align: center; transition: all 0.3s ease; }
.parking-wrap .feature-card:hover { border-color: #cbd5e1; box-shadow: 0 15px 30px rgba(0,0,0,0.05); transform: translateY(-4px); }
.parking-wrap .feature-card .icon-box { width: 60px; height: 60px; background: #f8fafc; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 28px; border: 1px solid #e2e8f0; }
.parking-wrap .feature-card h4 { font-size: 20px; font-weight: 800; color: #0f172a; margin: 0 0 10px; }
.parking-wrap .feature-card p { font-size: 14px; color: #64748b; margin: 0; line-height: 1.6; }

.parking-wrap .photo-sec { margin-bottom: 60px; }
.parking-wrap .sec-title { font-size: 22px; font-weight: 800; color: #0f172a; margin-bottom: 24px; display: flex; align-items: center; gap: 10px; }
.parking-wrap .sec-title::before { content: ''; display: inline-block; width: 4px; height: 18px; background: #0f172a; border-radius: 2px; }
.parking-wrap .photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.parking-wrap .photo-card { position: relative; border-radius: 20px; overflow: hidden; background: #f8fafc; border: 1px solid #e2e8f0; box-shadow: 0 10px 20px rgba(0,0,0,0.03); }
.parking-wrap .photo-card img { width: 100%; height: 280px; object-fit: cover; display: block; transition: transform 0.4s ease; }
.parking-wrap .photo-card:hover img { transform: scale(1.05); }
.parking-wrap .photo-card .photo-caption { position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px; background: linear-gradient(to top, rgba(15, 23, 42, 0.85) 0%, transparent 100%); color: #ffffff; box-sizing: border-box; }
.parking-wrap .photo-card .photo-caption h5 { font-size: 17px; font-weight: 700; margin: 0 0 4px; }
.parking-wrap .photo-card .photo-caption p { font-size: 13px; color: #cbd5e1; margin: 0; }

.parking-wrap .info-box { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 20px; padding: 32px 36px; }
.parking-wrap .info-box h4 { font-size: 18px; font-weight: 800; color: #0f172a; margin: 0 0 18px; display: flex; align-items: center; gap: 8px; }
.parking-wrap .info-box ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.parking-wrap .info-box li { font-size: 15px; color: #475569; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.parking-wrap .info-box li::before { content: '•'; color: #0f172a; font-weight: bold; font-size: 18px; line-height: 1; }


/* 시설안내 */
.facility-price-wrap { width: 1200px; margin: 80px auto 120px; font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif; color: #1e293b; }

.facility-price-wrap .sec-header { text-align: center; margin-bottom: 50px; }
.facility-price-wrap .sec-header .badge { display: inline-block; padding: 6px 16px; background: #f1f5f9; color: #475569; font-size: 14px; font-weight: 700; border-radius: 50px; margin-bottom: 12px; letter-spacing: 1px; }
.facility-price-wrap .sec-header h2 { font-size: 34px; font-weight: 800; color: #0f172a; margin: 0 0 10px; letter-spacing: -0.5px; }
.facility-price-wrap .sec-header p { font-size: 16px; color: #64748b; margin: 0; }

.facility-price-wrap .block-sec { margin-bottom: 60px; }
.facility-price-wrap .block-title { font-size: 22px; font-weight: 800; color: #0f172a; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.facility-price-wrap .block-title::before { content: ''; display: inline-block; width: 4px; height: 18px; background: #0f172a; border-radius: 2px; }

.facility-price-wrap .table-scroll-guide { display: none; font-size: 13px; color: #64748b; font-weight: 600; text-align: right; margin-bottom: 8px; align-items: center; justify-content: center; gap: 6px; }
.facility-price-wrap .table-scroll-guide i { color: #2563eb; }

.facility-price-wrap .custom-table-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.03); }
.facility-price-wrap .custom-table { width: 100%; border-collapse: collapse; text-align: center; white-space: nowrap; }
.facility-price-wrap .custom-table th { background: #0f172a; color: #ffffff; font-size: 15px; font-weight: 700; padding: 18px 20px; border-bottom: 1px solid #0f172a; }
.facility-price-wrap .custom-table td { padding: 18px 20px; font-size: 15px; color: #334155; border-bottom: 1px solid #f1f5f9; vertical-align: middle; }
.facility-price-wrap .custom-table tr:last-child td { border-bottom: none; }
.facility-price-wrap .custom-table tr:hover td { background: #f8fafc; }

.facility-price-wrap .cate-badge { display: inline-block; padding: 4px 12px; font-size: 13px; font-weight: 700; border-radius: 6px; }
.facility-price-wrap .cate-badge.vip { background: #fef3c7; color: #92400e; }
.facility-price-wrap .cate-badge.normal { background: #e2e8f0; color: #334155; }
.facility-price-wrap .cate-badge.guest { background: #f1f5f9; color: #64748b; }
.facility-price-wrap .room-name { font-weight: 700; color: #0f172a; }
.facility-price-wrap .price-main { font-size: 16px; font-weight: 800; color: #2563eb; }
.facility-price-wrap .price-sub { font-size: 14px; color: #64748b; }
.facility-price-wrap .capacity-text { font-weight: 700; color: #0f172a; }

.facility-price-wrap .etc-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.facility-price-wrap .etc-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 28px 20px; text-align: center; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(0,0,0,0.02); }
.facility-price-wrap .etc-card:hover { border-color: #cbd5e1; transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,0.06); }
.facility-price-wrap .etc-card .icon-box { width: 50px; height: 50px; background: #f8fafc; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 22px; color: #0f172a; border: 1px solid #e2e8f0; }
.facility-price-wrap .etc-card .item-name { font-size: 16px; font-weight: 700; color: #0f172a; margin-bottom: 8px; }
.facility-price-wrap .etc-card .item-price { font-size: 20px; font-weight: 800; color: #2563eb; margin-bottom: 4px; }
.facility-price-wrap .etc-card .item-unit { font-size: 13px; color: #64748b; font-weight: 500; }

.facility-price-wrap .notice-box { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 20px; padding: 32px 36px; }
.facility-price-wrap .notice-box h4 { font-size: 18px; font-weight: 800; color: #0f172a; margin: 0 0 20px; display: flex; align-items: center; gap: 8px; }
.facility-price-wrap .notice-box h4 i { color: #eab308; }
.facility-price-wrap .notice-box ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.facility-price-wrap .notice-box li { font-size: 15px; color: #475569; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.facility-price-wrap .notice-box li i { color: #0f172a; font-size: 12px; margin-top: 5px; }


/* 장의용품 */
.goods-page-wrap { width: 1200px; max-width: 100%; margin: 80px auto 120px; box-sizing: border-box; }
.goods-page-wrap > .goods-section { margin-bottom: 70px; }
.goods-page-wrap > .goods-section > .goods-sec-header { margin-bottom: 24px; padding-bottom: 12px; border-bottom: 2px solid #0f172a; display: flex; justify-content: space-between; align-items: flex-end; }
.goods-page-wrap > .goods-section > .goods-sec-header > .goods-sec-title { font-size: 1.45rem; font-weight: 800; color: #0f172a; letter-spacing: -0.5px; }
.goods-page-wrap > .goods-section > .goods-sec-header > .goods-sec-subtitle { font-size: 0.9rem; color: #64748b; font-weight: 400; }
.goods-page-wrap > .goods-section > .goods-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.goods-page-wrap > .goods-section > .goods-grid-2 > .goods-img-card { position: relative; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 20px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; background: #e2e8f0; }
.goods-page-wrap > .goods-section > .goods-grid-2 > .goods-img-card > img { width: 100%; height: 320px; object-fit: cover; display: block; transition: transform 0.4s ease; }
.goods-page-wrap > .goods-section > .goods-grid-2 > .goods-img-card:hover > img { transform: scale(1.03); }
.goods-page-wrap > .goods-section > .goods-grid-2 > .goods-img-card > .goods-img-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px 20px 18px; background: linear-gradient(to top, rgba(15,23,42,0.85) 0%, rgba(15,23,42,0) 100%); color: #ffffff; font-size: 1.05rem; font-weight: 700; letter-spacing: -0.3px; }

.goods-page-wrap .table-scroll-guide { display: none; font-size: 13px; color: #64748b; font-weight: 600; text-align: right; margin-bottom: 8px; align-items: center; justify-content: center; gap: 6px; }
.goods-page-wrap .table-scroll-guide i { color: #2563eb; }

.goods-page-wrap > .goods-section > .goods-table-card { background: #ffffff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 6px 20px rgba(0,0,0,0.04); overflow: hidden; }
.goods-page-wrap > .goods-section > .goods-table-card > .goods-table { width: 100%; border-collapse: collapse; text-align: left; table-layout: fixed; }
.goods-page-wrap > .goods-section > .goods-table-card > .goods-table > thead > tr > th { background-color: #f8fafc; color: #1e293b; font-size: 0.95rem; font-weight: 700; padding: 18px 20px; border-bottom: 2px solid #e2e8f0; text-align: center; }
.goods-page-wrap > .goods-section > .goods-table-card > .goods-table > tbody > tr > td { padding: 22px 24px; border-bottom: 1px solid #f1f5f9; vertical-align: middle; font-size: 0.95rem; line-height: 1.6; }
.goods-page-wrap > .goods-section > .goods-table-card > .goods-table > tbody > tr > td:nth-child(2) { text-align: center; }
.goods-page-wrap > .goods-section > .goods-table-card > .goods-table > tbody > tr:last-child > td { border-bottom: none; }
.goods-page-wrap > .goods-section > .goods-table-card > .goods-table > tbody > tr > td > .goods-badge { display: inline-block; padding: 6px 14px; border-radius: 6px; font-weight: 700; font-size: 0.88rem; text-align: center; white-space: nowrap; }
.goods-page-wrap > .goods-section > .goods-table-card > .goods-table > tbody > tr > td > .goods-badge.basic { background-color: #f1f5f9; color: #334155; }
.goods-page-wrap > .goods-section > .goods-table-card > .goods-table > tbody > tr > td > .goods-badge.ipgwan { background-color: #fef3c7; color: #92400e; }
.goods-page-wrap > .goods-section > .goods-table-card > .goods-table > tbody > tr > td > .goods-badge.sangju { background-color: #e0f2fe; color: #0369a1; }
.goods-page-wrap > .goods-section > .goods-table-card > .goods-table > tbody > tr > td > .goods-item-text { color: #334155; font-weight: 500; font-size: 0.98rem; word-break: keep-all; }
.goods-page-wrap > .goods-section > .goods-table-card > .goods-table > tbody > tr > td > .goods-note-wrap { display: flex; flex-direction: column; gap: 8px; }
.goods-page-wrap > .goods-section > .goods-table-card > .goods-table > tbody > tr > td > .goods-note-wrap > .goods-note-box { background-color: #fafaf9; border: 1px solid #e7e5e4; padding: 10px 14px; border-radius: 8px; font-size: 0.88rem; color: #57534e; text-align: left; }
.goods-page-wrap > .goods-section > .goods-table-card > .goods-table > tbody > tr > td > .goods-note-wrap > .goods-note-box > .goods-note-title { font-weight: 700; color: #292524; margin-bottom: 2px; display: block; }


/* 상복 */
.mourning-page-wrap {width: 1200px; margin: 80px auto 120px; }
.mourning-page-wrap > .mourning-header { margin-bottom: 50px; padding-bottom: 20px; border-bottom: 2px solid #0f172a; }
.mourning-page-wrap > .mourning-header > .mourning-category { font-size: 0.88rem; color: #64748b; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 6px; }
.mourning-page-wrap > .mourning-header > .mourning-title { font-size: 2.2rem; font-weight: 800; color: #0f172a; letter-spacing: -0.5px; }
.mourning-page-wrap > .mourning-section { margin-bottom: 65px; }
.mourning-page-wrap > .mourning-section > .mourning-sec-header { margin-bottom: 20px; display: flex; justify-content: space-between; align-items: flex-end; }
.mourning-page-wrap > .mourning-section > .mourning-sec-header > .mourning-sec-title { font-size: 1.35rem; font-weight: 700; color: #0f172a; position: relative; padding-left: 14px; }
.mourning-page-wrap > .mourning-section > .mourning-sec-header > .mourning-sec-title::before { content: ""; position: absolute; left: 0; top: 15%; bottom: 15%; width: 4px; background-color: #0f172a; border-radius: 2px; }
.mourning-page-wrap > .mourning-section > .mourning-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.mourning-page-wrap > .mourning-section > .mourning-grid-2 > .mourning-img-card { position: relative; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 20px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; background: #e2e8f0; }
.mourning-page-wrap > .mourning-section > .mourning-grid-2 > .mourning-img-card > img { width: 100%; height: 320px; object-fit: cover; display: block; transition: transform 0.4s ease; }
.mourning-page-wrap > .mourning-section > .mourning-grid-2 > .mourning-img-card:hover > img { transform: scale(1.03); }
.mourning-page-wrap > .mourning-section > .mourning-grid-2 > .mourning-img-card > .mourning-img-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 20px 16px; background: linear-gradient(to top, rgba(15,23,42,0.85) 0%, rgba(15,23,42,0) 100%); color: #ffffff; font-size: 1.05rem; font-weight: 700; }
.mourning-page-wrap > .mourning-section > .mourning-info-card { background-color: #f8fafc; border: 1px solid #e2e8f0; border-left: 5px solid #0f172a; border-radius: 12px; padding: 30px 32px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.mourning-page-wrap > .mourning-section > .mourning-info-card > .mourning-info-title { font-size: 1.15rem; font-weight: 700; color: #0f172a; margin-bottom: 12px; }
.mourning-page-wrap > .mourning-section > .mourning-info-card > .mourning-info-text { font-size: 0.98rem; line-height: 1.8; color: #475569; word-break: keep-all; margin: 0; }
.mourning-page-wrap > .mourning-section > .mourning-table-card { background: #ffffff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 6px 20px rgba(0,0,0,0.04); overflow: hidden; }
.mourning-page-wrap > .mourning-section > .mourning-table-card > .mourning-table { width: 100%; border-collapse: collapse; text-align: left; }
.mourning-page-wrap > .mourning-section > .mourning-table-card > .mourning-table > thead > tr > th { background-color: #f8fafc; color: #1e293b; font-size: 0.95rem; font-weight: 700; padding: 18px 24px; border-bottom: 2px solid #e2e8f0; text-align: center; }
.mourning-page-wrap > .mourning-section > .mourning-table-card > .mourning-table > tbody > tr > td { padding: 22px 24px; border-bottom: 1px solid #f1f5f9; vertical-align: middle; font-size: 0.95rem; line-height: 1.6; }
.mourning-page-wrap > .mourning-section > .mourning-table-card > .mourning-table > tbody > tr > td:nth-child(2) { text-align: center; }
.mourning-page-wrap > .mourning-section > .mourning-table-card > .mourning-table > tbody > tr > td:nth-child(3) { text-align: center; }
.mourning-page-wrap > .mourning-section > .mourning-table-card > .mourning-table > tbody > tr:last-child > td { border-bottom: none; }
.mourning-page-wrap > .mourning-section > .mourning-table-card > .mourning-table > tbody > tr > td > .mourning-badge { display: inline-block; padding: 6px 14px; border-radius: 6px; font-weight: 700; font-size: 0.88rem; text-align: center; white-space: nowrap; background-color: #1e293b; color: #ffffff; }
.mourning-page-wrap > .mourning-section > .mourning-table-card > .mourning-table > tbody > tr > td > .mourning-item-group { display: inline-flex; flex-direction: column; gap: 10px; text-align: left; }
.mourning-page-wrap > .mourning-section > .mourning-table-card > .mourning-table > tbody > tr > td > .mourning-item-group > .mourning-item-row { display: flex; align-items: center; gap: 12px; }
.mourning-page-wrap > .mourning-section > .mourning-table-card > .mourning-table > tbody > tr > td > .mourning-item-group > .mourning-item-row > .mourning-tag { font-size: 0.82rem; font-weight: 700; padding: 4px 10px; border-radius: 4px; white-space: nowrap; }
.mourning-page-wrap > .mourning-section > .mourning-table-card > .mourning-table > tbody > tr > td > .mourning-item-group > .mourning-item-row > .mourning-tag.sale { background-color: #fee2e2; color: #991b1b; }
.mourning-page-wrap > .mourning-section > .mourning-table-card > .mourning-table > tbody > tr > td > .mourning-item-group > .mourning-item-row > .mourning-tag.rent { background-color: #e0f2fe; color: #0369a1; }
.mourning-page-wrap > .mourning-section > .mourning-table-card > .mourning-table > tbody > tr > td > .mourning-item-group > .mourning-item-row > .mourning-desc { color: #334155; font-weight: 600; font-size: 0.95rem; }
.mourning-page-wrap > .mourning-section > .mourning-table-card > .mourning-table > tbody > tr > td > .mourning-note { color: #64748b; font-size: 0.92rem; font-weight: 500; }


/* 조화 */
.flower-page-wrap { max-width: 1200px; margin: 80px auto 120px;}
.flower-page-wrap > .flower-header { text-align: center; margin-bottom: 50px; padding-bottom: 24px; border-bottom: 2px solid #0f172a; }
.flower-page-wrap > .flower-header > .flower-en-title { font-size: 2.1rem; font-weight: 800; color: #b45309; letter-spacing: 1px; margin-bottom: 6px; }
.flower-page-wrap > .flower-header > .flower-ko-title { font-size: 1.1rem; font-weight: 600; color: #64748b; }
.flower-page-wrap > .flower-section { margin-bottom: 65px; }
.flower-page-wrap > .flower-section > .flower-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.flower-page-wrap > .flower-section > .flower-grid-2 > .flower-img-card { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid #e2e8f0; background-color: #e2e8f0; box-shadow: 0 8px 20px rgba(0,0,0,0.06); }
.flower-page-wrap > .flower-section > .flower-grid-2 > .flower-img-card > img { width: 100%; height: 380px; object-fit: cover; display: block; }
.flower-page-wrap > .flower-section > .flower-grid-2 > .flower-info-box { padding: 10px 0; }
.flower-page-wrap > .flower-section > .flower-grid-2 > .flower-info-box > .flower-title-group { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.flower-page-wrap > .flower-section > .flower-grid-2 > .flower-info-box > .flower-title-group > .flower-bullet { width: 14px; height: 14px; background-color: #ea580c; border-radius: 50%; display: inline-block; }
.flower-page-wrap > .flower-section > .flower-grid-2 > .flower-info-box > .flower-title-group > .flower-title { font-size: 1.5rem; font-weight: 800; color: #0f172a; }
.flower-page-wrap > .flower-section > .flower-grid-2 > .flower-info-box > .flower-highlight { font-size: 1.25rem; font-weight: 700; color: #c2410c; line-height: 1.6; margin-bottom: 28px; word-break: keep-all; }
.flower-page-wrap > .flower-section > .flower-grid-2 > .flower-info-box > .flower-details { background-color: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.flower-page-wrap > .flower-section > .flower-grid-2 > .flower-info-box > .flower-details > .flower-detail-item { font-size: 0.98rem; line-height: 1.6; color: #334155; display: flex; gap: 10px; word-break: keep-all; }
.flower-page-wrap > .flower-section > .flower-grid-2 > .flower-info-box > .flower-details > .flower-detail-item > .label { font-weight: 700; color: #0f172a; white-space: nowrap; min-width: 75px; }
.flower-page-wrap > .flower-section > .flower-sec-header { margin-bottom: 20px; }
.flower-page-wrap > .flower-section > .flower-sec-header > .flower-sec-title { font-size: 1.35rem; font-weight: 700; color: #0f172a; position: relative; padding-left: 14px; }
.flower-page-wrap > .flower-section > .flower-sec-header > .flower-sec-title::before { content: ""; position: absolute; left: 0; top: 15%; bottom: 15%; width: 4px; background-color: #0f172a; border-radius: 2px; }
.flower-page-wrap > .flower-section > .flower-altar-card { border-radius: 14px; overflow: hidden; border: 1px solid #e2e8f0; background-color: #e2e8f0; box-shadow: 0 8px 20px rgba(0,0,0,0.06);}
.flower-page-wrap > .flower-section > .flower-altar-card > img { width: 100%; height: 450px; object-fit: cover; display: block; border-radius: 8px; }


/* 영정사진 */
.portrait-page-wrap { max-width: 1200px; width: 100%; margin: 60px auto 100px; padding: 0 20px; box-sizing: border-box; font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif; color: #334155; }
.portrait-page-wrap > .section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; padding-bottom: 12px; border-bottom: 2px solid #0f172a; }
.portrait-page-wrap > .section-heading > .title-text { font-size: 1.35rem; font-weight: 800; color: #0f172a; }
.portrait-page-wrap > .section-heading > .sub-info { font-size: 0.9rem; color: #64748b; font-weight: 500; }
.portrait-page-wrap > .portrait-product-list { display: flex; flex-direction: column; gap: 24px; margin-bottom: 36px; }
.portrait-page-wrap > .portrait-product-list > .product-card-wide { display: grid; grid-template-columns: 280px 1fr; background: #ffffff; border: 1px solid #cbd5e1; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.03); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
.portrait-page-wrap > .portrait-product-list > .product-card-wide:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,0,0,0.08); border-color: #94a3b8; }
.portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-img-area { background-color: #f1f5f9; position: relative; display: flex; align-items: center; justify-content: center; padding: 24px; border-right: 1px solid #e2e8f0; }
.portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-img-area > img { max-height: 240px; width: auto; height: auto; max-width: 100%; object-fit: contain; display: block; border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); }
.portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-info-area { padding: 28px 32px; display: flex; flex-direction: column; justify-content: space-between; background-color: #ffffff; }
.portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-info-area > .info-top { display: flex; flex-direction: column; gap: 16px; }
.portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-info-area > .info-top > .header-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-info-area > .info-top > .header-row > .item-name { font-size: 1.25rem; font-weight: 800; color: #0f172a; word-break: keep-all; }
.portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-info-area > .info-top > .header-row > .badge-tag { padding: 4px 12px; border-radius: 20px; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.5px; white-space: nowrap; }
.portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-info-area > .info-top > .header-row > .badge-tag.basic { background-color: #f1f5f9; color: #475569; border: 1px solid #cbd5e1; }
.portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-info-area > .info-top > .header-row > .badge-tag.premium { background-color: #fef3c7; color: #b45309; border: 1px solid #fde68a; }
.portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-info-area > .info-top > .header-row > .badge-tag.special { background-color: #e0f2fe; color: #0369a1; border: 1px solid #bae6fd; }
.portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-info-area > .info-top > .feature-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-info-area > .info-top > .feature-tags > .tag { background-color: #f8fafc; border: 1px solid #e2e8f0; padding: 6px 12px; border-radius: 6px; font-size: 0.88rem; font-weight: 600; color: #334155; }
.portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-info-area > .info-bottom { padding-top: 16px; border-top: 1px dashed #e2e8f0; font-size: 0.85rem; color: #64748b; line-height: 1.5; word-break: keep-all; margin-top: 12px; }
.portrait-page-wrap > .portrait-advice-card { background: #fdfbf7; border: 1px solid #eee8df; border-left: 4px solid #786c5e; border-radius: 12px; padding: 22px 28px; margin-bottom: 40px; box-shadow: 0 2px 8px rgba(0,0,0,0.02); }
.portrait-page-wrap > .portrait-advice-card > .text-part { font-size: 0.95rem; color: #524b42; line-height: 1.7; word-break: keep-all; }
.portrait-page-wrap > .portrait-advice-card > .text-part > strong { color: #2c2722; font-weight: 700; }
.portrait-page-wrap > .portrait-hero-banner { background: #23211f; border: 1px solid #36322e; border-radius: 18px; padding: 36px 40px; color: #e5dfd5; box-shadow: 0 10px 30px rgba(0,0,0,0.08); display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.portrait-page-wrap > .portrait-hero-banner > .hero-left { display: flex; flex-direction: column; gap: 12px; }
.portrait-page-wrap > .portrait-hero-banner > .hero-left > .hero-badge { align-self: flex-start; padding: 4px 12px; background: #36312b; border: 1px solid #52483d; border-radius: 6px; font-size: 0.82rem; color: #d2f3d2; font-weight: 700; }
.portrait-page-wrap > .portrait-hero-banner > .hero-left > .hero-title { font-size: 1.5rem; font-weight: 800; line-height: 1.35; margin: 0; color: #f7f4ee; }
.portrait-page-wrap > .portrait-hero-banner > .hero-left > .hero-desc { font-size: 0.95rem; line-height: 1.7; color: #b8b0a5; margin: 0; word-break: keep-all; }
.portrait-page-wrap > .portrait-hero-banner > .hero-right { background: #2a2725; border: 1px solid #3d3834; border-radius: 12px; padding: 24px 28px; display: flex; flex-direction: column; gap: 14px; }
.portrait-page-wrap > .portrait-hero-banner > .hero-right > .spec-item { display: flex; align-items: flex-start; gap: 12px; font-size: 0.92rem; color: #d8d2c7; line-height: 1.6; }
.portrait-page-wrap > .portrait-hero-banner > .hero-right > .spec-item > .spec-label { font-weight: 700; color: #d2f3d2; min-width: 80px; flex-shrink: 0; }
.portrait-page-wrap > .portrait-hero-banner > .hero-right > .spec-item > .spec-val { color: #e8e2d8; word-break: keep-all; }
.portrait-page-wrap > .portrait-hero-banner > .hero-right > .spec-item > .spec-val > ul { list-style: none; padding: 0; margin: 0; }
.portrait-page-wrap > .portrait-hero-banner > .hero-right > .spec-item > .spec-val > ul > li { position: relative; padding-left: 12px; margin-bottom: 4px; }
.portrait-page-wrap > .portrait-hero-banner > .hero-right > .spec-item > .spec-val > ul > li::before { content: "•"; position: absolute; left: 0; color: #a89f91; }

/* 장의차량 */
.vehicle-page-wrap { width: 1200px; max-width: 100%; margin: 80px auto 120px; box-sizing: border-box; }
.vehicle-page-wrap > .vehicle-gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 32px; }
.vehicle-page-wrap > .vehicle-gallery-grid > .vehicle-card { background: #f4f6f8; border: 1px solid #cbd5e1; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
.vehicle-page-wrap > .vehicle-gallery-grid > .vehicle-card > .img-box { height: 320px; background-color: #e2e8f0; position: relative; overflow: hidden; }
.vehicle-page-wrap > .vehicle-gallery-grid > .vehicle-card > .img-box > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vehicle-page-wrap > .vehicle-gallery-grid > .vehicle-card > .caption { padding: 18px 24px; background: #eef2f6; border-top: 1px solid #cbd5e1; text-align: center; font-size: 1.1rem; font-weight: 700; color: #1e293b; }

.vehicle-page-wrap > .vehicle-info-card { background: #eef2f6; border: 1px solid #94a3b8; border-radius: 16px; padding: 36px 40px; color: #1e293b; box-shadow: 0 6px 20px rgba(0,0,0,0.06); display: flex; flex-direction: column; gap: 24px; }
.vehicle-page-wrap > .vehicle-info-card > .info-header { display: flex; flex-direction: column; gap: 8px; border-bottom: 2px solid #64748b; padding-bottom: 18px; }
.vehicle-page-wrap > .vehicle-info-card > .info-header > .info-badge { align-self: flex-start; padding: 5px 14px; background: #dfe4ea; border: 1px solid #94a3b8; border-radius: 6px; font-size: 0.85rem; color: #334155; font-weight: 700; }
.vehicle-page-wrap > .vehicle-info-card > .info-header > .info-title { font-size: 1.45rem; font-weight: 800; color: #0f172a; margin: 0; }

.vehicle-page-wrap > .vehicle-info-card > .info-body { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.vehicle-page-wrap > .vehicle-info-card > .info-body > .spec-block { background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 12px; padding: 24px; display: flex; flex-direction: column; gap: 10px; box-shadow: inset 0 1px 2px rgba(0,0,0,0.03); }
.vehicle-page-wrap > .vehicle-info-card > .info-body > .spec-block > .block-title { font-size: 1.05rem; font-weight: 800; color: #0f172a; display: flex; align-items: center; gap: 8px; margin-bottom: 2px; }
.vehicle-page-wrap > .vehicle-info-card > .info-body > .spec-block > .block-content { font-size: 0.95rem; color: #334155; line-height: 1.7; word-break: keep-all; font-weight: 500; }
.vehicle-page-wrap > .vehicle-info-card > .info-body > .spec-block > .block-content > ul { list-style: none; padding: 0; margin: 0; }
.vehicle-page-wrap > .vehicle-info-card > .info-body > .spec-block > .block-content > ul > li { position: relative; padding-left: 14px; margin-bottom: 6px; }
.vehicle-page-wrap > .vehicle-info-card > .info-body > .spec-block > .block-content > ul > li::before { content: "•"; position: absolute; left: 0; color: #64748b; font-weight: bold; }


/* 고인검색 */
.funeral-page-container { width: 100%; margin: 80px auto 120px; }
.funeral-banner { max-width: 1200px; margin: 0 auto 50px; box-sizing: border-box; }
.funeral-banner-inner { position: relative; width: 100%; height: 280px; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #ffffff; box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08); border: 1px solid #e2e8f0; }
.funeral-banner-inner > .banner-bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: fill; object-position: left center; z-index: 1; }
.funeral-banner-inner > .banner-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(15, 23, 42, 0.6); z-index: 2; }
.funeral-banner-inner > .banner-title { position: relative; z-index: 3; font-size: 2.2rem; font-weight: 800; color: #ffffff; letter-spacing: -0.5px; margin: 0; }
.funeral-board-wrap { max-width: 1200px; margin: 0 auto; box-sizing: border-box; }
.scroll-guide-text { display: none; text-align: right; font-size: 0.82rem; color: #64748b; margin-bottom: 8px; font-weight: 500; }
.scroll-guide-text i { margin-left: 4px; }
.funeral-board-wrap > .funeral-table-card { width: 100%; background: #ffffff; border-radius: 14px; box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08); border: 1px solid #e2e8f0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.funeral-board-wrap > .funeral-table-card > .funeral-table { width: 100%; border-collapse: collapse; text-align: left; min-width: 900px; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > thead > tr > th { background-color: #1e293b; color: #f8fafc; font-size: 1rem; font-weight: 700; padding: 18px 16px; text-align: center; border-bottom: 3px solid #cbd5e1; letter-spacing: -0.3px; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td { padding: 20px 16px; border-bottom: 1px solid #f1f5f9; vertical-align: middle; color: #334155; font-size: 0.95rem; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr:last-child > td { border-bottom: none; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr:hover { background-color: #f8fafc; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr.row-vip { background-color: #fffdf7; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-deceased { text-align: center; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-deceased > .room-tag { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 0.8rem; font-weight: 700; background-color: #f1f5f9; color: #475569; margin-bottom: 6px; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-deceased > .room-tag.vip { background-color: #fef3c7; color: #92400e; border: 1px solid #fde68a; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-deceased > .room-tag.special { background-color: #e0f2fe; color: #0369a1; border: 1px solid #bae6fd; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-deceased > .deceased-name { display: block; font-size: 1.25rem; font-weight: 800; color: #0f172a; letter-spacing: -0.5px; margin-top: 2px; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-deceased > .deceased-name > .deceased-age { font-size: 0.88rem; font-weight: 400; color: #64748b; margin-left: 2px; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td > .family-wrap { display: flex; flex-direction: column; gap: 6px; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td > .family-wrap > .family-row { display: flex; align-items: center; gap: 8px; font-size: 0.93rem; line-height: 1.4; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td > .family-wrap > .family-row > .family-badge { font-weight: 700; font-size: 0.82rem; color: #475569; background: #f1f5f9; padding: 2px 6px; border-radius: 4px; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td > .family-wrap > .family-row > .family-names { color: #334155; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-jangji { text-align: center; color: #475569; font-weight: 500; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-datetime { text-align: center; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-datetime > .datetime-date { display: block; color: #334155; font-weight: 500; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-datetime > .datetime-time { display: block; color: #64748b; font-size: 0.88rem; margin-top: 2px; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-datetime.balin > .datetime-date { color: #e11d48; font-weight: 700; }
.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-datetime.balin > .datetime-time { color: #e11d48; font-weight: 700; }




@media (max-width:1200px) {
	/*subWrap*/
	.subWrap{margin:0; padding:0 3% 80px; box-sizing:border-box;}
	.subTopBn{min-height:160px; background-position:center right;}
	.subTopBn > div{width:100%;}
	.subTopBn > div > h2{margin-bottom:10px; font-size:1.2rem;}
	.subTopBn > div > p{font-size:.9rem; line-height:1.5rem;}
	.subTopBn > div > p > span{display:block;}

	/*subTit*/
	.subTit > h2{font-size:2rem;}
	.subTit > h2::after{width:30px; margin:16px auto;}
	.subTit > p{font-size:1rem;}
	
	/* 국화원소개 */
	.gukwha-v3-wrap {width: 100%; margin: 0 auto 70px; padding: 0 15px; }
    .gukwha-v3-main-img { margin-bottom: 30px; border-radius: 15px; }
    .gukwha-v3-welcome { padding: 0; font-size: 15px; margin-bottom: 40px; }
    .gukwha-v3-grid { grid-template-columns: 1fr; gap: 20px; }
    .gukwha-v3-card { padding: 30px 20px; }
    .gukwha-v3-card h3 { font-size: 20px; margin-bottom: 15px; }
    .gukwha-v3-card p { font-size: 14px; }
	
	
	/* 인사말 */
	.gukwha-greeting-wrap {width: 100%; margin: 0 auto 70px; padding: 0 15px;}
    .gukwha-greeting-header { margin-bottom: 40px; }
    .gukwha-greeting-header h2 { font-size: 28px; }
    .gukwha-greeting-header p { font-size: 15px; }
    .gukwha-greeting-container { flex-direction: column; gap: 40px; padding: 30px 20px; border-radius: 16px; box-shadow:none; border: none;}
    .gukwha-greeting-left { flex: none; width: 100%; }
    .gukwha-greeting-img { margin-bottom: 15px; }
    .gukwha-greeting-right { width: 100%; }
    .gukwha-greeting-title { font-size: 22px; margin-bottom: 25px; padding-bottom: 15px; }
    .gukwha-greeting-body { font-size: 15px; line-height: 1.8; margin-bottom: 40px; }
    .gukwha-greeting-body p { margin-bottom: 16px; }
    .gukwha-greeting-sign { font-size: 18px; }
    .gukwha-greeting-sign span { font-size: 14px; }
	
	
	/* 오시는길 */
	.location-wrapper { width: 100%; padding: 0 16px; margin: 30px auto 60px; } 
	.location-wrapper > .location-header > h2 { font-size: 26px; } 
	.location-wrapper > .map-container { height: 320px; border-radius: 16px; margin-bottom: 20px; } 
	.location-wrapper > .map-container > .root_daum_roughmap > .wrap_map { min-height: 320px !important; } 
	.location-wrapper > .info-grid { grid-template-columns: 1fr; gap: 12px; margin-bottom: 20px; } 
	.location-wrapper > .info-grid > .info-card { padding: 18px 20px; border-radius: 16px; gap: 14px; } 
	.location-wrapper > .info-grid > .info-card > .card-icon { width: 44px; height: 44px; border-radius: 12px; } 
	.location-wrapper > .traffic-section { padding: 20px; border-radius: 16px; } 
	.location-wrapper > .traffic-section > .traffic-grid { grid-template-columns: 1fr; gap: 12px; } 
	.location-wrapper > .traffic-section > .traffic-grid > .traffic-item { padding: 18px; border-radius: 12px; }
	
	/* 층별안내 */
	.floor-guide-wrap { padding: 50px 20px; }
    .floor-guide-wrap > .fg-header > h3 { font-size: 28px; }
    .floor-guide-wrap > .fg-header > p { font-size: 15px; word-break: keep-all; }
    .floor-guide-wrap > .fg-content { flex-direction: column; gap: 40px; }
    .floor-guide-wrap > .fg-content > .fg-text-area { padding-left: 20px; margin-top: 0; }
    .floor-guide-wrap > .fg-content > .fg-text-area::before { left: 4px; }
    .floor-guide-wrap > .fg-content > .fg-text-area > .fg-card { padding: 25px; }
    .floor-guide-wrap > .fg-content > .fg-text-area > .fg-card::before { left: -22px; width: 10px; height: 10px; top: 32px; border-width: 3px; }
    .floor-guide-wrap > .fg-content > .fg-text-area > .fg-card > .level { font-size: 18px; }
    .floor-guide-wrap > .fg-content > .fg-text-area > .fg-card > h4 { font-size: 20px; }
    .floor-guide-wrap > .fg-content > .fg-image-area { width: 100%; padding: 30px 20px; box-sizing: border-box; }
	
	/* 빈소안내 */
	.parlor-wrap { width: 100%; margin: 0 auto 70px; padding: 0 15px; }
    .parlor-wrap .sec-heading { margin-bottom: 20px; }
    .parlor-wrap .sec-heading h3 { font-size: 22px; margin-bottom: 8px; }
    .parlor-wrap .sec-heading p { font-size: 14px; word-break: keep-all; line-height: 1.4; }
    .parlor-wrap > .p-slider-sec { margin-bottom: 40px; }
    .parlor-wrap > .p-slider-sec > .slider-container { height: 260px; border-radius: 12px; }
    .parlor-wrap > .p-slider-sec > .slider-container > .slider-track > .slide-item > .slide-caption { padding: 20px 15px; }
    .parlor-wrap > .p-slider-sec > .slider-container > .slider-track > .slide-item > .slide-caption > h4 { font-size: 18px; margin-bottom: 6px; }
    .parlor-wrap > .p-slider-sec > .slider-container > .slider-track > .slide-item > .slide-caption > p { font-size: 13px; }
    .parlor-wrap > .p-desc-sec { margin-bottom: 40px; }
    .parlor-wrap > .p-desc-sec > .room-new-container { padding: 25px 20px; border-radius: 16px; }
    .parlor-wrap > .p-desc-sec > .room-new-container > .room-section-block + .room-section-block { margin-top: 30px; padding-top: 25px; }
    .parlor-wrap > .p-desc-sec > .room-new-container > .room-section-block > .block-title h4 { font-size: 17px; }
    .parlor-wrap > .p-desc-sec > .room-new-container > .room-section-block > .room-card-grid-vip, 
    .parlor-wrap > .p-desc-sec > .room-new-container > .room-section-block > .room-card-grid-flower { grid-template-columns: 1fr; gap: 12px; }
    .parlor-wrap > .p-video-sec { margin-bottom: 40px; }
    .parlor-wrap > .p-video-sec > .video-container { border-radius: 12px; }
	
	/* 주차안내 */
	.parking-wrap { width: 100%; padding: 0 15px; box-sizing: border-box; }
    .parking-wrap .photo-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
    .parking-wrap .photo-card img { height: 220px; }
    .parking-wrap .hero-banner { padding: 36px 20px; border-radius: 18px; }
    .parking-wrap .hero-banner h3 { font-size: 22px; }
    .parking-wrap .hero-banner p { font-size: 15px; }
    .parking-wrap .feature-grid { grid-template-columns: 1fr; }
    .parking-wrap .photo-grid { grid-template-columns: 1fr; }
    .parking-wrap .info-box { padding: 24px 20px; }
	
	/* 시설안내 */
	 .facility-price-wrap { width: 100%; margin: 20px auto 60px; padding: 0 15px; box-sizing: border-box; }
    .facility-price-wrap .sec-header { margin-bottom: 30px; }
    .facility-price-wrap .sec-header h2 { font-size: 24px; }
    .facility-price-wrap .sec-header p { font-size: 14px; }
    .facility-price-wrap .block-sec { margin-bottom: 40px; }
    .facility-price-wrap .block-title { font-size: 18px; margin-bottom: 12px; }
    .facility-price-wrap .table-scroll-guide { display: flex; }
    .facility-price-wrap .custom-table-card { border-radius: 14px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .facility-price-wrap .custom-table th, 
    .facility-price-wrap .custom-table td { padding: 14px 12px; font-size: 13px; }
    .facility-price-wrap .price-main { font-size: 14px; }
    .facility-price-wrap .price-sub { font-size: 12px; }
    .facility-price-wrap .etc-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .facility-price-wrap .etc-card { padding: 20px 15px; border-radius: 14px; }
    .facility-price-wrap .etc-card .icon-box { width: 40px; height: 40px; font-size: 18px; margin-bottom: 12px; border-radius: 10px; }
    .facility-price-wrap .etc-card .item-name { font-size: 15px; }
    .facility-price-wrap .etc-card .item-price { font-size: 17px; }
    .facility-price-wrap .notice-box { padding: 22px 20px; border-radius: 14px; }
    .facility-price-wrap .notice-box h4 { font-size: 16px; margin-bottom: 15px; }
    .facility-price-wrap .notice-box li { font-size: 13px; }
	
	/* 장의용품 */
	.goods-page-wrap { width: 100%; margin: 0 auto 70px; padding: 0 15px; }
    .goods-page-wrap > .goods-section { margin-bottom: 40px; }
    .goods-page-wrap > .goods-section > .goods-sec-header { flex-direction: column; align-items: flex-start; gap: 4px; margin-bottom: 16px; padding-bottom: 10px; }
    .goods-page-wrap > .goods-section > .goods-sec-header > .goods-sec-title { font-size: 1.2rem; }
    .goods-page-wrap > .goods-section > .goods-sec-header > .goods-sec-subtitle { font-size: 0.82rem; }
    .goods-page-wrap > .goods-section > .goods-grid-2 { grid-template-columns: 1fr; gap: 16px; }
    .goods-page-wrap > .goods-section > .goods-grid-2 > .goods-img-card > img { height: 240px; }
    .goods-page-wrap > .goods-section > .goods-grid-2 > .goods-img-card > .goods-img-caption { padding: 18px 16px 14px; font-size: 0.95rem; }
    .goods-page-wrap .table-scroll-guide { display: flex; }
    .goods-page-wrap > .goods-section > .goods-table-card { border-radius: 12px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .goods-page-wrap > .goods-section > .goods-table-card > .goods-table { min-width: 600px; table-layout: auto; }
    .goods-page-wrap > .goods-section > .goods-table-card > .goods-table > thead > tr > th { padding: 14px 12px; font-size: 0.88rem; }
    .goods-page-wrap > .goods-section > .goods-table-card > .goods-table > tbody > tr > td { padding: 16px 14px; font-size: 0.88rem; }
    .goods-page-wrap > .goods-section > .goods-table-card > .goods-table > tbody > tr > td > .goods-badge { padding: 4px 10px; font-size: 0.8rem; }
    .goods-page-wrap > .goods-section > .goods-table-card > .goods-table > tbody > tr > td > .goods-item-text { font-size: 0.9rem; }
	
	
	/* 상복 */
	.mourning-page-wrap { width: 100%; margin: 20px auto 40px; padding: 0 10px; }
    .mourning-page-wrap > .mourning-header { margin-bottom: 20px; padding-bottom: 10px; }
    .mourning-page-wrap > .mourning-header > .mourning-title { font-size: 1.4rem; }
    .mourning-page-wrap > .mourning-section { margin-bottom: 30px; }
    .mourning-page-wrap > .mourning-section > .mourning-sec-header { margin-bottom: 10px; }
    .mourning-page-wrap > .mourning-section > .mourning-sec-header > .mourning-sec-title { font-size: 1.05rem; padding-left: 10px; }
    .mourning-page-wrap > .mourning-section > .mourning-sec-header > .mourning-sec-title::before { width: 3px; }
    .mourning-page-wrap > .mourning-section > .mourning-grid-2 { grid-template-columns: 1fr; gap: 12px; }
    .mourning-page-wrap > .mourning-section > .mourning-grid-2 > .mourning-img-card > img { height: 200px; }
    .mourning-page-wrap > .mourning-section > .mourning-grid-2 > .mourning-img-card > .mourning-img-caption { padding: 12px; font-size: 0.88rem; }
    .mourning-page-wrap > .mourning-section > .mourning-info-card { padding: 16px; border-radius: 8px; border-left-width: 4px; }
    .mourning-page-wrap > .mourning-section > .mourning-info-card > .mourning-info-title { font-size: 0.98rem; margin-bottom: 8px; }
    .mourning-page-wrap > .mourning-section > .mourning-info-card > .mourning-info-text { font-size: 0.85rem; line-height: 1.6; }
    
    .mourning-card-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .mourning-card-item { padding: 10px; border-radius: 8px; gap: 8px; }
    .mourning-card-top { padding-bottom: 6px; }
    .mourning-card-title { font-size: 0.8rem; padding: 3px 8px; border-radius: 4px; }
    .mourning-card-body { gap: 8px; }
    .mourning-row-box { gap: 6px; }
    .mourning-tag { font-size: 0.68rem; padding: 2px 5px; }
    .mourning-desc { font-size: 0.78rem; line-height: 1.2; }
    .mourning-note { font-size: 0.72rem; line-height: 1.2; }

	
	/* 조화 */
	.flower-page-wrap { width: 100%; margin: 30px auto 60px; padding: 0 15px; }
    .flower-page-wrap > .flower-section { margin-bottom: 40px; }
    .flower-page-wrap > .flower-section > .flower-grid-2 { grid-template-columns: 1fr; gap: 20px; }
    .flower-page-wrap > .flower-section > .flower-grid-2 > .flower-img-card > img { height: 280px; }
    .flower-page-wrap > .flower-section > .flower-grid-2 > .flower-info-box > .flower-title-group { margin-bottom: 14px; }
    .flower-page-wrap > .flower-section > .flower-grid-2 > .flower-info-box > .flower-title-group > .flower-title { font-size: 1.25rem; }
    .flower-page-wrap > .flower-section > .flower-grid-2 > .flower-info-box > .flower-highlight { font-size: 1.05rem; margin-bottom: 18px; }
    .flower-page-wrap > .flower-section > .flower-grid-2 > .flower-info-box > .flower-details { padding: 16px; gap: 10px; }
    .flower-page-wrap > .flower-section > .flower-grid-2 > .flower-info-box > .flower-details > .flower-detail-item { font-size: 0.9rem; }
    .flower-page-wrap > .flower-section > .flower-sec-header { margin-bottom: 14px; }
    .flower-page-wrap > .flower-section > .flower-sec-header > .flower-sec-title { font-size: 1.15rem; }
    .flower-page-wrap > .flower-section > .flower-altar-card > img { height: 280px; }
	
	/* 영정사진 */
	.portrait-page-wrap { width: 100%; margin: 30px auto 60px; padding: 0 15px; }
    .portrait-page-wrap > .section-heading { margin-bottom: 16px; padding-bottom: 10px; }
    .portrait-page-wrap > .section-heading > .title-text { font-size: 1.15rem; }
    .portrait-page-wrap > .section-heading > .sub-info { font-size: 0.8rem; }
    .portrait-page-wrap > .portrait-product-list { gap: 16px; margin-bottom: 24px; }
    .portrait-page-wrap > .portrait-product-list > .product-card-wide { grid-template-columns: 1fr; border-radius: 12px; }
    .portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-img-area { border-right: none; border-bottom: 1px solid #e2e8f0; padding: 20px; }
    .portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-img-area > img { max-height: 200px; }
    .portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-info-area { padding: 20px; }
    .portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-info-area > .info-top { gap: 12px; }
    .portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-info-area > .info-top > .header-row > .item-name { font-size: 1.05rem; }
    .portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-info-area > .info-top > .header-row > .badge-tag { padding: 3px 8px; font-size: 0.72rem; }
    .portrait-page-wrap > .portrait-product-list > .product-card-wide > .card-info-area > .info-top > .feature-tags > .tag { padding: 4px 8px; font-size: 0.8rem; }
    .portrait-page-wrap > .portrait-advice-card { padding: 16px 20px; margin-bottom: 24px; border-radius: 10px; }
    .portrait-page-wrap > .portrait-advice-card > .text-part { font-size: 0.88rem; line-height: 1.6; }
    .portrait-page-wrap > .portrait-hero-banner { grid-template-columns: 1fr; padding: 24px 20px; gap: 20px; border-radius: 14px; }
    .portrait-page-wrap > .portrait-hero-banner > .hero-left > .hero-title { font-size: 1.25rem; }
    .portrait-page-wrap > .portrait-hero-banner > .hero-left > .hero-desc { font-size: 0.88rem; }
    .portrait-page-wrap > .portrait-hero-banner > .hero-right { padding: 16px 20px; gap: 10px; }
    .portrait-page-wrap > .portrait-hero-banner > .hero-right > .spec-item { font-size: 0.85rem; }
	
	/* 장의차량 */
	.vehicle-page-wrap { width: 100%; margin: 30px auto 60px; padding: 0 15px; }
    .vehicle-page-wrap > .vehicle-gallery-grid { grid-template-columns: 1fr; gap: 16px; margin-bottom: 20px; }
    .vehicle-page-wrap > .vehicle-gallery-grid > .vehicle-card > .img-box { height: 240px; }
    .vehicle-page-wrap > .vehicle-gallery-grid > .vehicle-card > .caption { padding: 14px 16px; font-size: 1rem; }
    .vehicle-page-wrap > .vehicle-info-card { padding: 20px; border-radius: 12px; gap: 16px; }
    .vehicle-page-wrap > .vehicle-info-card > .info-header { padding-bottom: 12px; gap: 6px; }
    .vehicle-page-wrap > .vehicle-info-card > .info-header > .info-badge { padding: 3px 10px; font-size: 0.78rem; }
    .vehicle-page-wrap > .vehicle-info-card > .info-header > .info-title { font-size: 1.2rem; }
    .vehicle-page-wrap > .vehicle-info-card > .info-body { grid-template-columns: 1fr; gap: 14px; }
    .vehicle-page-wrap > .vehicle-info-card > .info-body > .spec-block { padding: 16px; border-radius: 10px; gap: 8px; }
    .vehicle-page-wrap > .vehicle-info-card > .info-body > .spec-block > .block-title { font-size: 0.98rem; }
    .vehicle-page-wrap > .vehicle-info-card > .info-body > .spec-block > .block-content { font-size: 0.88rem; line-height: 1.6; }
	
	
	/* 고인검색 */
	
	.funeral-page-container{margin:40px auto 60px;padding:0 16px;}

	.funeral-banner{margin-bottom:25px;}

	.funeral-banner-inner{height:160px;border-radius:12px;}

	.funeral-banner-inner > .banner-title{font-size:1.4rem;}

	.scroll-guide-text{display:none;}

	.funeral-board-wrap > .funeral-table-card{background:none;border:0;box-shadow:none;overflow:visible;}

	.funeral-board-wrap > .funeral-table-card > .funeral-table{min-width:0;width:100%;display:block;}

	.funeral-board-wrap > .funeral-table-card > .funeral-table > thead{display:none;}

	.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody{display:block;}

	.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr{display:block;background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:18px;margin-bottom:15px;box-shadow:0 5px 15px rgba(0,0,0,.05);}

	.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr.row-vip{background:#fffdf7;}

	.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td{display:flex;width:100%;padding:10px 0;border-bottom:1px solid #f1f5f9;}

	.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td:last-child{border-bottom:0;}

	.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-deceased{display:block;text-align:left;padding-top:0;}

	.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-deceased > .room-tag{font-size:11px;padding:3px 9px;margin-bottom:8px;}

	.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-deceased > .deceased-name{font-size:20px;}

	.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td > .family-wrap{width:100%;gap:7px;}

	.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td > .family-wrap > .family-row{font-size:13px;}

	.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-jangji{text-align:left;font-size:13px;}

	.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-datetime{justify-content:space-between;text-align:left;}

	.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-datetime .datetime-date{font-size:13px;}

	.funeral-board-wrap > .funeral-table-card > .funeral-table > tbody > tr > td.td-datetime .datetime-time{font-size:12px;}




}