@charset "utf-8";
/* ==========================================================================
   파일명: /www/{$mall_id}/css/style_pc.css
   설명: 펜션 홈페이지 공통 스타일 및 PC 데스크톱 레이아웃 (반응형 코드 제거)
   ========================================================================== */

/* 1. CSS Variables */
:root {
    --primary-color: #2c3e50;
    --accent-color: #e53935;
    --bg-light: #ffffff;
    --card-bg: #ffffff;
    --border-color: #E6E4E0;
    --text-main: #333333;
    --text-muted: #7A7A7A;
    --max-width: 1600px;
}

/* 2. Reset & Base */
* { margin: 0; padding: 0; box-sizing: border-box; }
/* ★ [핵심] 모바일 기기의 강제 글자 확대 방지 (일반형 모드 필수 방어막) */
html, body { -webkit-text-size-adjust: none; text-size-adjust: none; font-family: 'Noto Sans KR', 'Nanum Gothic', sans-serif; color: var(--text-main); line-height: 1.6; background-color: #f9f9f9; }
a { text-decoration: none; color: inherit; }
ul, li { list-style: none; }
html { scroll-behavior: smooth; }
img { max-width: 100%; height: auto; display: block; border: 0; }

.skip-nav { position: absolute; left: -9999px; top: -9999px; }
.skip-nav:focus { position: static !important; display: block; width: 100%; padding: 15px; background: var(--accent-color); color: #fff; text-align: center; font-size: 16px; font-weight: 700; z-index: 9999; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent-color); outline-offset: 2px; }

/* 3. Common Layout */
#wrap { width: 100%; min-height: 100vh; display: flex; flex-direction: column; }
.container { width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 60px 4% 100px; }

/* 4. Header & GNB (PC) */
.header-area { width: 100%; background: #ffffff; border-bottom: 1px solid #eaeaea; position: sticky; top: 0; z-index: 1000; }
.header-inner { max-width: var(--max-width); margin: 0 auto; padding: 0 4%; display: flex; justify-content: space-between; align-items: center; height: 90px; }
.logo a { font-size: 24px; font-weight: 700; color: #222; display: inline-block; }
.logo img { max-height: 65px; width: auto; vertical-align: middle; }

/* ★ [핵심] PC에서는 모바일 전용 메뉴/버튼/오버레이를 무조건 숨김 */
.mobile-gnb-header, .mobile-menu-toggle, .mobile-menu-overlay { display: none !important; }

.gnb { display: flex; align-items: center; }
.gnb-links { display: flex; align-items: center; gap: 40px; }
.gnb-links a { position: relative; font-size: 16px; font-weight: 500; color: #444; padding: 10px 0; transition: color 0.3s ease; }
.gnb-links a:hover { color: var(--accent-color); }
.gnb-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: var(--accent-color); transition: width 0.3s ease; }
.gnb-links a:hover::after, .gnb-links a.active::after { width: 100%; }
.gnb-links a.active { color: var(--accent-color); font-weight: 700; }

.gnb-links a.btn-reservation { background-color: var(--accent-color); color: #ffffff !important; border-radius: 4px; font-weight: 700; padding: 10px 20px; transition: background-color 0.2s ease, transform 0.1s ease; }
.gnb-links a.btn-reservation::after { display: none; }
.gnb-links a.btn-reservation:hover { background-color: #c62828; transform: translateY(-2px); }

/* 5. Sub Page Common Elements */
.sub-content { background: #fff; min-height: 500px; }
.sub-header-wrap { text-align: center; margin-bottom: 60px; }
.sub-badge { display: inline-block; font-size: 14px; font-weight: 600; color: var(--accent-color); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; }
.sub-title { font-size: 38px; font-weight: 700; color: var(--primary-color); margin: 0 0 15px 0; }
.sub-tagline { font-size: 18px; color: var(--text-muted); font-weight: 400; max-width: 800px; margin: 0 auto; line-height: 1.6; }

.tab-menu { display: flex; justify-content: center; gap: 10px; margin-bottom: 40px; flex-wrap: wrap; }
.tab-menu a { display: inline-block; padding: 12px 30px; background: #ffffff; border: 1px solid #ddd; color: #666; font-size: 16px; font-weight: 500; border-radius: 30px; transition: all 0.2s ease; }
.tab-menu a:hover { border-color: var(--primary-color); color: var(--primary-color); }
.tab-menu a.active { background: var(--primary-color); border-color: var(--primary-color); color: #ffffff; font-weight: 700; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }

/* 6. Room Page */
.room-detail-layout, .intro-layout { display: flex; gap: 40px; align-items: flex-start; margin-top: 20px; }
.room-detail-gallery, .intro-img-wrap { flex: 1.6; width: 100%; }
.room-detail-info, .intro-text-wrap { flex: 1; position: sticky; top: 110px; background: #fafafa; border: 1px solid #eaeaea; padding: 40px 30px; border-radius: 12px; }

.gallery-main { position: relative; width: 100%; border-radius: 16px; overflow: hidden; background: #111; box-shadow: 0 12px 35px rgba(0,0,0,0.08); aspect-ratio: 3 / 2; margin-bottom: 10px; }
.gallery-main img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 1; transition: opacity 0.4s ease-in-out; }
.gallery-main img.fade-out { opacity: 0.1; }

.main-slide-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 56px; height: 56px; background: rgba(0, 0, 0, 0.55); color: #fff; border: 2px solid rgba(255, 255, 255, 0.6); border-radius: 50%; font-size: 28px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 20; transition: all 0.3s ease; backdrop-filter: blur(4px); }
.main-slide-btn:hover { background: rgba(0, 0, 0, 0.85); border-color: #fff; transform: translateY(-50%) scale(1.08); }
.main-slide-btn.main-prev { left: 20px; }
.main-slide-btn.main-next { right: 20px; }

.gallery-thumbs { display: flex; flex-wrap: wrap; gap: 10px; }
.gallery-thumbs .thumb-item { width: calc(20% - 8px); position: relative; padding-top: 15%; border-radius: 6px; overflow: hidden; cursor: pointer; border: 2px solid transparent; transition: border-color 0.2s ease, opacity 0.2s ease; background: #f0f0f0; }
.gallery-thumbs .thumb-item img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs .thumb-item:hover { opacity: 0.8; }
.gallery-thumbs .thumb-item img.active-thumb { opacity: 0.8; }
.gallery-thumbs .thumb-item.active-parent { border-color: var(--accent-color); }

.info-title { font-size: 26px; color: var(--primary-color); font-weight: 700; margin-bottom: 15px; }
.info-price { font-size: 18px; color: #555; }
.info-price strong { font-size: 24px; color: var(--accent-color); font-weight: 700; margin: 0 5px; }
.meta-item { font-size: 15px; color: #666; margin-bottom: 5px; }
.meta-label { font-size: 16px; color: var(--primary-color); font-weight: 600; display: block; margin-bottom: 5px; }
.meta-desc { font-size: 14px; color: #555; line-height: 1.6; }

/* Booking Calendar & Buttons */
.booking-date-selector { position: relative; margin-bottom: 20px; }
.date-toggle-btn { width: 100%; background: #fff; border: 1px solid #dcdcdc; padding: 14px 18px; border-radius: 8px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 15px; font-weight: 600; color: #333; transition: all 0.2s ease; box-shadow: 0 2px 6px rgba(0,0,0,0.02); }
.date-toggle-btn:hover { border-color: var(--primary-color); }
.date-toggle-btn svg { transition: transform 0.3s ease; }
.date-toggle-btn.active svg { transform: rotate(180deg); }

@keyframes bounceTooltip { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, -4px); } }
.date-toggle-btn.nudge-active::before { content: ''; position: absolute; top: -8px; left: 50%; transform: translateX(-50%); border-width: 6px 6px 0 6px; border-style: solid; border-color: rgba(0,0,0,0.8) transparent transparent transparent; animation: bounceTooltip 2s ease-in-out infinite; z-index: 10; }
.date-toggle-btn.nudge-active::after { content: '다른 날짜를 선택해 보세요!'; position: absolute; top: -38px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.8); color: #fff; padding: 6px 12px; border-radius: 6px; font-size: 13px; font-weight: 500; letter-spacing: -0.5px; white-space: nowrap; box-shadow: 0 4px 10px rgba(0,0,0,0.1); animation: bounceTooltip 2s ease-in-out infinite; z-index: 10; }

/* 예약 버튼 (테마 포인트 컬러 --accent-color 자동 연동형) */
.btn-room-reserve { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    width: 100%; 
    padding: 16px 24px; 
    background-color: var(--accent-color); 
    color: #fff !important; 
    font-size: 17px; 
    font-weight: 700; 
    border-radius: 8px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); 
    transition: all 0.3s ease; 
    border: 1px solid transparent; 
    outline: none; 
    position: relative; 
}
.btn-room-reserve:hover, .btn-room-reserve:focus { 
    transform: translateY(-2px); 
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25); 
    filter: brightness(0.9); /* 호버 시 현재 테마 색상을 살짝 어둡게 만들어 입체감 부여 */
    opacity: 1; 
}
.btn-room-reserve svg { transition: transform 0.3s ease; }
.btn-room-reserve:hover svg { transform: translateX(4px); }

/* 마감(is-closed) 상태일 때는 완전 무채색으로 차분하게 눌러줌 */
.btn-room-reserve.is-closed { 
    background: #9e9e9e !important; 
    border-color: #9e9e9e !important; 
    color: #ffffff !important; 
    cursor: not-allowed; 
    pointer-events: none; 
    box-shadow: none !important; 
    transform: none !important; 
    filter: none !important;
}
.btn-room-reserve.is-closed svg { display: none; }

.global-date-bar { background: #fff; border: 1px solid #e5e5e5; border-radius: 12px; padding: 18px 25px; margin-bottom: 30px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.global-date-bar .g-info { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 6px 10px; border-radius: 8px; transition: background 0.2s ease; }
.global-date-bar .g-info:hover { background: #f7f7f7; }
.global-date-bar .g-label { font-size: 14px; color: #666; font-weight: 500; }
.global-date-bar .g-value { font-size: 18px; font-weight: 700; color: var(--primary-color); }
.global-date-bar .g-btn { background: var(--accent-color); color: #fff; border: none; border-radius: 6px; padding: 10px 20px; font-size: 14px; font-weight: 600; cursor: pointer; transition: background 0.2s; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.global-date-bar .g-btn:hover { background: #c62828; }

#dynamicSmartCalendar { position: fixed !important; top: -9999px; left: -9999px; width: 740px; max-width: 95vw; background: #ffffff; border: 1px solid #d0d0d0; border-radius: 12px; padding: 20px; box-shadow: 0 15px 50px rgba(0,0,0,0.25); z-index: 2147483647 !important; box-sizing: border-box; font-family: 'Noto Sans KR', 'Nanum Gothic', sans-serif; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.2s ease, transform 0.2s ease; transform: translateY(10px); }
#dynamicSmartCalendar.show { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }

.dyn-cal-wrap { display: flex; gap: 24px; flex-wrap: nowrap; width: 100%; box-sizing: border-box; }
.dyn-cal-pane { flex: 1; min-width: 0; width: 100%; }

.dyn-cal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.dyn-cal-head h4 { font-size: 14px; font-weight: 700; color: #2c3e50; margin: 0; }
.dyn-nav-btn { background: #f2f2f2; border: none; width: 28px; height: 28px; border-radius: 50%; cursor: pointer; font-size: 13px; font-weight: bold; display: flex; align-items: center; justify-content: center; color: #333; transition: background 0.2s, opacity 0.2s; }
.dyn-nav-btn:hover { background: #2c3e50; color: #fff; }

.dyn-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; text-align: center; width: 100%; box-sizing: border-box; }
.dyn-weekdays { font-size: 11px; font-weight: 600; color: #888; padding-bottom: 6px; border-bottom: 1px solid #eee; margin-bottom: 4px; }
.dyn-weekdays div:first-child { color: #e53935; } 
.dyn-weekdays div:last-child { color: #1e88e5; }  

.dyn-day { height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 13px; border-radius: 4px; background: #f9f9f9; color: #333; cursor: pointer; border: 1px solid transparent; transition: all 0.15s ease; box-sizing: border-box; width: 100%; padding: 2px 0; margin: 0; line-height: 1.1; overflow: hidden; position: relative; }
.dyn-day.empty { background: transparent; cursor: default; border: none; pointer-events: none; }
.dyn-day.past { background: #f1f1f1; color: #ccc; cursor: not-allowed; text-decoration: line-through; }
.dyn-day.available { background: #fff; border-color: #e5e5e5; font-weight: 500; }
.dyn-day.available:hover { background: #111; color: #fff; border-color: #111; }

.dyn-day.is-holiday { color: #e53935; font-weight: 600; }
.dyn-day .hol-text { font-size: 9px; font-weight: 500; margin-top: 2px; color: #e53935; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 95%; letter-spacing: -0.5px; }
.dyn-day.past .hol-text { color: #ccc; }
.dyn-day.is-saturday { color: #1e88e5; font-weight: 600; }

.dyn-day.unavailable { background: #fdf2f2; color: #d32f2f; border-color: #f8d7da; cursor: not-allowed; }
.dyn-day.unavailable::after { content: '마감'; font-size: 9px; font-weight: 700; margin-top: 1px; color: #c62828; }

.dyn-day.unavailable.checkout-allowed { background: #e3f2fd !important; color: #1565c0 !important; border: 1px dashed #64b5f6 !important; cursor: pointer; opacity: 1; }
.dyn-day.unavailable.checkout-allowed::after { content: '퇴실'; color: #1976d2; }
.dyn-day.unavailable.checkout-allowed:hover { background: #bbdefb !important; border-color: #1e88e5 !important; transform: scale(1.05); color: #0d47a1 !important; }

.dyn-day.blocked { background: #f5f5f5; color: #aaa; border-color: #e0e0e0; cursor: not-allowed; position: relative; overflow: hidden; }
.dyn-day.blocked::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, transparent 48%, #ddd 49%, #ddd 51%, transparent 52%); }
.dyn-day.blocked::after { content: '불가'; position: relative; z-index: 1; font-size: 9px; font-weight: 700; margin-top: 1px; color: #888; }
.dyn-day.selected { background: #e53935 !important; color: #fff !important; border-color: #e53935 !important; font-weight: 700; transform: scale(1.05); }
.dyn-day.selected .hol-text { color: #ffebee; }
.dyn-day.range-start { background: var(--accent-color) !important; color: #fff !important; border-radius: 6px 0 0 6px !important; border-color: var(--accent-color) !important; font-weight: 700; transform: scale(1.05); z-index: 2; }
.dyn-day.range-start .hol-text { color: #ffebee; }
.dyn-day.range-end { background: var(--primary-color) !important; color: #fff !important; border-radius: 0 6px 6px 0 !important; border-color: var(--primary-color) !important; font-weight: 700; transform: scale(1.05); z-index: 2; }
.dyn-day.range-end .hol-text { color: #e3f2fd; }
.dyn-day.range-between { background: #fff3f3 !important; color: var(--accent-color) !important; border-radius: 0 !important; border-color: #ffe3e3 !important; }

/* Room List Card Grid */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; }
.card { background: #fff; border: 1px solid #e1e1e1; border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.2s; }
.card:hover { transform: translateY(-5px); }
.card .card-img-container { position: relative; width: 100%; padding-top: 66.66%; overflow: hidden; }
.card .card-img-container img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 25px; display: flex; flex-direction: column; flex: 1; }
.card-meta { font-size: 13px; font-weight: 600; margin-bottom: 10px; }
.card-meta span { display: inline-block; background: #f4f4f4; padding: 4px 10px; border-radius: 4px; color: #555; letter-spacing: -0.5px; }
.card-title { font-size: 22px; font-weight: 700; color: var(--primary-color); margin-bottom: 8px; }
.card-desc { font-size: 14px; color: #666; line-height: 1.5; margin-bottom: 20px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; word-break: keep-all; }
.card-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #eaeaea; padding-top: 18px; margin-top: auto; }
.card-bottom .info-price { font-size: 15px; color: #555; margin: 0; }
.card-bottom .info-price strong { font-size: 20px; color: var(--accent-color); margin: 0 2px; }
.card-bottom .btn-more { font-size: 14px; font-weight: 600; color: #888; transition: color 0.2s ease, transform 0.2s ease; display: inline-flex; align-items: center; gap: 4px; }
.card:hover .card-bottom .btn-more { color: var(--accent-color); transform: translateX(3px); }
.card-badge { position: absolute; top: 15px; left: 15px; padding: 6px 14px; border-radius: 30px; font-size: 13px; font-weight: 700; color: #fff; z-index: 10; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.badge-open { background: rgba(46, 125, 50, 0.9); }
.badge-closed { background: rgba(97, 97, 97, 0.9); }

/* 7. Special Page & Common Components */
.heritage-banner { background: linear-gradient(135deg, var(--primary-color) 0%, #1a252f 100%); color: #fff; padding: 30px 40px; border-radius: 12px; margin-bottom: 60px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.1); }
.banner-badge { font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; opacity: 0.8; display: block; margin-bottom: 5px; }
.heritage-banner h3 { font-size: 24px; font-weight: 700; margin: 0; color: #fff; }
.banner-info { background: rgba(255,255,255,0.1); padding: 12px 25px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.2); }
.banner-info span { font-size: 14px; opacity: 0.9; }
.banner-info strong { font-size: 18px; color: #fff; margin-left: 5px; }

.special-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.special-card { background: var(--card-bg); border-radius: 12px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.03); border: 1px solid var(--border-color); cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.special-card:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(0,0,0,0.08); }
.special-card .card-img-wrap { margin: 0; width: 100%; position: relative; padding-top: 66.66%; overflow: hidden; }
.special-card .card-img-wrap img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.special-card:hover .card-img-wrap img { transform: scale(1.08); }
.hover-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); display: flex; justify-content: center; align-items: center; opacity: 0; transition: opacity 0.3s ease; }
.special-card:hover .hover-overlay { opacity: 1; }
.hover-overlay span { color: #fff; border: 1px solid #fff; padding: 10px 20px; border-radius: 30px; font-size: 14px; font-weight: 600; }
.special-card .card-body { padding: 25px; text-align: center; }
.card-subject { font-size: 22px; color: var(--primary-color); font-weight: 700; margin: 0 0 10px 0; }
.card-summary { font-size: 15px; color: var(--text-main); line-height: 1.5; margin: 0 0 15px 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.btn-more-text { font-size: 14px; color: var(--accent-color); font-weight: 600; }

.special-modal-layer { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; align-items: center; justify-content: center; }
.special-modal-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); cursor: pointer; }
.special-modal-content { position: relative; background: #fff; width: 90%; max-width: 900px; max-height: 85vh; border-radius: 12px; overflow-y: auto; z-index: 10000; animation: modalFadeIn 0.3s ease; box-shadow: 0 20px 60px rgba(0,0,0,0.2); }
@keyframes modalFadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.btn-modal-close { position: absolute; top: 20px; right: 25px; font-size: 40px; background: transparent; border: none; color: #333; cursor: pointer; line-height: 1; z-index: 10; }
.modal-header { padding: 30px 40px; border-bottom: 1px solid #eaeaea; }
.modal-header h2 { margin: 0; font-size: 26px; color: var(--primary-color); font-weight: 700; }
.modal-body { padding: 40px; }

.intro-content-area { max-width: 1000px; margin: 0 auto; background: var(--card-bg); padding: 50px; border: 1px solid var(--border-color); border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.02); }
.editor-content { font-size: 16px; color: var(--text-main); line-height: 1.8; word-break: break-all; overflow: hidden; clear: both; width: 100%; }
.editor-content p { margin-bottom: 15px; }
.editor-content img { max-width: 100%; height: auto !important; border-radius: 8px; display: block; margin: 20px auto; }

.cta-wrap { text-align: center; margin-top: 80px; padding-top: 50px; border-top: 1px solid var(--border-color); }
.cta-wrap p { font-size: 20px; color: var(--primary-color); margin-bottom: 25px; font-weight: 500; }
.btn-reserve-large { display: inline-block; background-color: var(--accent-color); color: #fff; font-size: 18px; font-weight: 600; padding: 18px 50px; border-radius: 8px; transition: background-color 0.3s ease; }
.btn-reserve-large:hover { background-color: #b05c43; }
.no-data-msg { grid-column: 1 / -1; text-align: center; padding: 80px 20px; background: #f9f9f9; border-radius: 12px; color: var(--text-muted); font-size: 16px; }

/* ==========================================================================
   8. Footer (Premium Responsive)
   ========================================================================== */
.footer-area { background-color: var(--primary-color); color: rgba(255, 255, 255, 0.7); padding: 70px 0; font-size: 15px; font-weight: 300; letter-spacing: -0.3px; border-top: 5px solid var(--accent-color); transition: background-color 0.4s ease, border-color 0.4s ease; }
.footer-inner { max-width: var(--max-width); margin: 0 auto; padding: 0 4%; display: flex; flex-direction: column; gap: 40px; }

/* 상단 브랜드 및 예약 상담 영역 */
.footer-top { display: flex; justify-content: space-between; align-items: flex-end; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 30px; }
.footer-brand h2 { font-size: 26px; color: #ffffff; font-weight: 700; margin: 0 0 10px 0; letter-spacing: -1px; display: inline-block; }
.footer-brand p { font-size: 14px; margin: 0; opacity: 0.8; }
.footer-cs-center { text-align: right; }
.footer-cs-center .cs-label { font-size: 14px; display: block; margin-bottom: 5px; color: var(--accent-color); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.footer-cs-center .cs-tel { font-size: 32px; font-weight: 700; color: #ffffff; text-decoration: none; transition: opacity 0.2s; display: inline-block; line-height: 1; }
.footer-cs-center .cs-tel:hover { opacity: 0.8; }

/* 중간 회사 정보 영역 */
.company-info { display: flex; flex-direction: column; gap: 12px; }
.company-info .info-group { margin: 0; line-height: 1.6; }
.company-info .info-item { display: inline-block; margin-right: 18px; position: relative; }
.company-info .info-item::after { content: ''; position: absolute; right: -11px; top: 50%; transform: translateY(-50%); width: 1px; height: 12px; background: rgba(255, 255, 255, 0.2); }
.company-info .info-item:last-child::after { display: none; }
.company-info .info-item strong { color: #ffffff; font-weight: 500; }
.company-info a { color: inherit; text-decoration: none; transition: color 0.2s; }
.company-info a:hover { color: #ffffff; }

/* 은행 계좌 강조 영역 */
.bank-group-wrap { display: inline-flex; align-items: center; background: rgba(0, 0, 0, 0.2); padding: 10px 20px; border-radius: 8px; margin-top: 10px; border: 1px solid rgba(255, 255, 255, 0.05); }
.bank-group-wrap .info-item { margin-bottom: 0; }
.bank-group-wrap .info-item::after { background: rgba(255, 255, 255, 0.3); }
.bank-group-wrap strong { color: var(--accent-color) !important; font-size: 16px; letter-spacing: 0.5px; }

/* 하단 카피라이트 및 관리자 링크 */
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; font-size: 13px; color: rgba(255, 255, 255, 0.5); }
.footer-bottom .admin-link a { color: rgba(255, 255, 255, 0.4); text-decoration: none; transition: color 0.2s; font-size: 12px; border: 1px solid rgba(255, 255, 255, 0.2); padding: 4px 10px; border-radius: 20px; }
.footer-bottom .admin-link a:hover { color: #ffffff; border-color: rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.1); }

/* 10. Intro Page */
.gallery-wrapper-common.has-text { margin-top: 60px; padding-top: 50px; border-top: 1px solid var(--border-color); }
.masonry-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; width: 100%; }
.masonry-item { position: relative; width: 100%; padding-top: 100%; border-radius: 12px; overflow: hidden; background: #f4f4f4; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }
.masonry-item img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.masonry-item:hover img { transform: scale(1.05); }
.large-gallery { display: flex; flex-direction: column; gap: 40px; width: 100%; }
.large-item { width: 100%; overflow: hidden; border-radius: 12px; box-shadow: 0 5px 25px rgba(0,0,0,0.05); }
.large-item img { width: 100%; height: auto; display: block; object-fit: cover; }

/* 12. Premium Intro */
.premium-intro-header { text-align: center; margin-bottom: 50px; padding: 20px 15px; }
.premium-slogan { display: inline-block; font-size: 16px; font-weight: 600; color: var(--accent-color); margin-bottom: 15px; letter-spacing: 2px; text-transform: uppercase; }
.premium-highlight { font-size: 34px; font-weight: 700; color: var(--primary-color); line-height: 1.4; word-break: keep-all; margin: 0; }
.premium-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 60px 0; }
.premium-feature-item { background: #ffffff; padding: 40px 30px; border-radius: 12px; text-align: center; border: 1px solid var(--border-color); box-shadow: 0 5px 20px rgba(0,0,0,0.02); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.premium-feature-item:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(0,0,0,0.06); border-color: var(--primary-color); }
.premium-feature-title { font-size: 20px; font-weight: 700; color: var(--primary-color); margin-bottom: 20px; position: relative; padding-bottom: 15px; }
.premium-feature-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 3px; background: var(--accent-color); border-radius: 2px; }
.premium-feature-desc { font-size: 15px; color: #555; line-height: 1.6; word-break: keep-all; margin: 0; }

.premium-lead-image { width: 100%; height: 60vh; min-height: 400px; max-height: 700px; border-radius: 16px; overflow: hidden; margin: 20px 0 60px 0; box-shadow: 0 15px 40px rgba(0,0,0,0.08); position: relative; }
.premium-lead-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 7s ease; }
.premium-lead-image:hover img { transform: scale(1.06); }
.reveal-el { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); will-change: opacity, transform; }
.reveal-el.active { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }