/* 기본 설정 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===== 오픈 예정 팝업 ===== */
.opening-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opening-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
    cursor: pointer;
}

.opening-popup-box {
    position: relative;
    background: #18181b;
    border: 1px solid #27272a;
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7);
    max-width: 480px;
    width: calc(100% - 32px);
    overflow: hidden;
    z-index: 1;
}

.opening-popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.opening-popup-close:hover {
    color: var(--primary-color);
}

.opening-popup-content {
    padding: 40px 32px 24px;
    text-align: center;
}

.opening-popup-icon {
    width: 64px;
    height: 64px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: #18181b;
}

.opening-popup-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 16px;
    font-family: 'Pretendard', sans-serif;
}

.popup-highlight {
    color: var(--primary-color);
}

.opening-popup-sub {
    color: #a1a1aa;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.popup-br-mobile { display: none; }
.popup-br-pc { display: inline; }

@media (max-width: 1024px) {
    .popup-br-mobile { display: inline; }
    .popup-br-pc { display: none !important; }
}

.opening-popup-main {
    margin-bottom: 24px;
}

.opening-popup-details {
    background: rgba(39, 39, 42, 0.6);
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.popup-detail-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #d4d4d8;
    font-size: 0.95rem;
}

.popup-detail-row svg {
    color: var(--primary-color);
    flex-shrink: 0;
}

.opening-popup-cta {
    width: 100%;
    background: var(--primary-color);
    color: #18181b;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
    font-family: 'Pretendard', sans-serif;
}

.opening-popup-cta:hover {
    background: var(--secondary-color);
}

.opening-popup-footer {
    border-top: 1px solid #27272a;
    background: rgba(24, 24, 27, 0.6);
    padding: 16px 32px;
}

.popup-dont-show {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #a1a1aa;
    font-size: 0.875rem;
    transition: color 0.2s;
    font-family: 'Pretendard', sans-serif;
    user-select: none;
}

.popup-dont-show:hover {
    color: #d4d4d8;
}

.popup-dont-show input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: var(--primary-color);
    cursor: pointer;
}
/* ============================= */

:root {
    --primary-color: #FFD700; 
    --secondary-color: #FFA500;
    /* --primary-color: #E7000B;
    --secondary-color: #E7000B; */
    --dark-bg: #1a1a1a;
    --darker-bg: #0d0d0d;
    --text-light: #ffffff;
    --text-dark: #333333;
    --gray: #666666;
}

@font-face {
    font-family: 'Pretendard';
    src: url('asset/PretendardVariable.woff') format('woff2-variations');
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://jackpub.co.kr/asset/Paperlogy-1Thin.ttf') format('truetype');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://jackpub.co.kr/asset/Paperlogy-2ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://jackpub.co.kr/asset/Paperlogy-3Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://jackpub.co.kr/asset/Paperlogy-4Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('asset/Paperlogy-5Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://jackpub.co.kr/asset/Paperlogy-6SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('asset/Paperlogy-7Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://jackpub.co.kr/asset/Paperlogy-8ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('asset/Paperlogy-9Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
}

body {
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans KR', sans-serif; */
    font-family: 'Pretendard', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 네비게이션 */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 1000;
    padding: 0.5rem 0;
}

.navbar.menu-open {
    background: rgba(0, 0, 0, 0.98) !important;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.nav-brand {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 50px;
    width: auto;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2.5rem;
}

.nav-menu a {
    color: var(--text-light);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s;
    position: relative;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s;
}

.nav-menu a:hover {
    color: var(--primary-color);
}

.nav-menu a:hover::after {
    width: 100%;
}

.nav-menu .button {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
    color: var(--text-light);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.nav-menu button span {
    color: var(--primary-color);
}

.nav-menu button:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
}

.contact-btn {
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-btn img {
    width: 20px;
    height: 20px;
}

.mobile-menu-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-btn span {
    width: 25px;
    height: 3px;
    background: var(--text-light);
    transition: all 0.3s;
}

/* 히어로 섹션 */
.hero {
    padding-top: 100px;
    position: relative;
    height: 100vh;
    min-height: 900px;
    background-color: #0d0d0d;
    background-image: url('asset/bg_image.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    color: var(--text-light);
    opacity: 0;
    animation: heroFadeIn 0.6s ease-out 0.1s forwards;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
}

.hero-badge {
    display: inline-block;
    background: rgba(254, 154, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* border: 1px solid rgba(254, 154, 0, 0.3); */
    color: var(--primary-color);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 2rem;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    animation: fadeIn 0.8s ease-out 0.6s forwards;
}

.hero-title {
    font-size: 4rem;
    /* font-weight: 800; */
    margin-bottom: 1.5rem;
    line-height: 1.3;
    animation: fadeInUp 0.8s ease-out 0.7s backwards;
}

.title-white {
    color: var(--text-light);
}

.title-orange {
    color: var(--primary-color);
    position: relative;
    display: inline-block;
}

.logo-contact-btn-cont {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 3rem;
    line-height: 1.8;
    animation: fadeInUp 0.8s ease-out 0.8s backwards;
}

.highlight-text {
    color: var(--primary-color);
    font-weight: 700;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 2rem;
}

.stat-item {
    text-align: center;
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 3px solid #FFD700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #B8860B 0%, #FFD700 50%, #FFA500 100%);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5), inset 2px -2px 8px rgba(0, 0, 0, 0.3), inset -2px 2px 8px rgba(255, 255, 255, 0.4);
    opacity: 0;
    transform: scale(0.5);
    animation: scaleIn 0.6s ease-out forwards;
    position: relative;
    overflow: hidden;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.4) 0%, transparent 50%);
    pointer-events: none;
}

.stat-item::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transform: rotate(45deg);
    animation: shineCircle 4s infinite;
}

@keyframes shineCircle {
    0% {
        left: -50%;
    }
    100% {
        left: 150%;
    }
}

.stat-item:nth-child(1) {
    animation-delay: 1s;
}

.stat-item:nth-child(2) {
    animation-delay: 1.3s;
}

.stat-item:nth-child(3) {
    animation-delay: 1.6s;
}

@keyframes scaleIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.stat-item::after {
    display: none;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.stat-label {
    font-size: 1rem;
    color: #000;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.hero-scroll {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 3px;
    margin-bottom: 2.5rem;
    animation: bounce 2s infinite;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    animation: fadeInUp 0.8s ease-out 1.0s backwards;
}

/* 버튼 */
.btn {
    padding: 1.2rem 2.5rem;
    border: none;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 50%, #FFD700 100%);
    color: #000;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.5), inset 2px -2px 8px rgba(0, 0, 0, 0.2), inset -2px 2px 8px rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.5) 0%, transparent 50%);
    pointer-events: none;
}

.btn-primary::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        left: -50%;
    }
    100% {
        left: 150%;
    }
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 215, 0, 0.7), inset 2px -2px 8px rgba(0, 0, 0, 0.2), inset -2px 2px 8px rgba(255, 255, 255, 0.6);
    background: linear-gradient(135deg, #FFA500 0%, #FFD700 50%, #FFA500 100%);
}

.btn-secondary {
    background: transparent;
    color: var(--text-light);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    line-height: 1.4;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--primary-color);
}

.phone-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.phone-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.phone-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.phone-label {
    font-size: 0.75rem;
    opacity: 0.7;
    font-weight: 400;
    display: block;
}

.phone-number {
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
}

/* 모바일 전용 줄바꿈 */
.mobile-br {
    display: none;
}

/* 히어로 섹션 페이드인 애니메이션 */
@keyframes heroFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* 애니메이션 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* 스크롤 애니메이션 */
.scroll-reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.scroll-reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* 딜레이 효과 */
.scroll-reveal.delay-100 {
    transition-delay: 0.1s;
}

.scroll-reveal.delay-200 {
    transition-delay: 0.2s;
}

.scroll-reveal.delay-300 {
    transition-delay: 0.3s;
}

.scroll-reveal.delay-400 {
    transition-delay: 0.4s;
}

.scroll-reveal.delay-500 {
    transition-delay: 0.5s;
}

.scroll-reveal.delay-600 {
    transition-delay: 0.6s;
}

/* 반응형 디자인 */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-stats {
        gap: 1.5rem;
        flex-direction: row;
    }
    
    .stat-item {
        width: 160px;
        height: 160px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    /* 네비게이션 */
    .mobile-menu-btn {
        display: flex;
    }
    
    .empty-space {
        display: none;
    }
    
    .nav-menu {
        position: fixed;
        top: -100%;
        left: 0;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.98);
        width: 100%;
        padding: 2rem;
        gap: 1.5rem;
        transition: top 0.3s ease-in-out;
        /* border-bottom: 1px solid rgba(255, 140, 0, 0.3); */
        z-index: 999;
    }
    
    .nav-menu.active {
        top: 56px;
    }
    
    .logo-img {
        height: 40px;
    }
    
    /* 히어로 */
    .hero {
        min-height: 600px;
        background-attachment: scroll;
        /* 모바일에서도 애니메이션 유지 */
        opacity: 0;
        animation: heroFadeIn 0.6s ease-out 0.1s forwards;
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        padding: 0 1rem;
    }
    
    .mobile-br {
        display: inline;
    }
    
    .hero-stats {
        flex-direction: row;
        gap: 1rem;
    }

    .stat-item {
        width: 100px;
        height: 100px;
    }
    
    .stat-number {
        font-size: 1.3rem;
    }
    
    .stat-label {
        font-size: 0.75rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        width: 100%;
        padding: 0 1rem;
    }
    
    .btn {
        width: 100%;
        max-width: 400px;
        padding: 0.8rem 1rem;
        font-size: 1rem;
    }
    .hero-badge {
        display: none;
        /* font-size: 0.8rem; */
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .hero-badge {
        display: none;
        /* font-size: 0.8rem; */
    }
    
   .stat-number {
        font-size: 1.4rem;
    }
    
    .stat-label {
        font-size: 0.95rem;
    }
}

/* 잭펍 소개 섹션 */
.about-section {
    background: #000;
    color: var(--text-light);
    min-height: 100vh;
    position: relative;
}

.about-container {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    min-height: auto;
}

.about-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 5rem 2rem;
}

/* 모바일 슬라이더는 PC에서 숨김 */
.about-images-slide {
    display: none;
}

.about-image-item {
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s;
    height: 500px;
}

.about-image-item:hover {
    transform: scale(1.02);
}

.about-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-content {
    flex: 1;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 5rem 3rem;
}

.about-content-inner {
    max-width: 600px;
}

.about-title {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 3rem;
}

.highlight-orange {
    color: var(--primary-color);
}

.about-text {
    font-size: 1.1rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.85);
}

.about-text p {
    margin-bottom: 1.5rem;
}

.about-text strong {
    color: var(--primary-color);
    font-weight: 700;
}

/* 반응형 - 잭펍 소개 섹션 */
@media (max-width: 1024px) {
    .about-container {
        flex-direction: column;
    }
    
    /* PC용 about-images 숨김 */
    .about-images {
        display: none !important;
    }
    
    /* 모바일 슬라이더 표시 */
    .about-images-slide {
        display: block !important;
        position: relative;
        width: 100%;
        height: 400px;
        padding: 0;
        margin-bottom: 3rem;
        overflow: hidden;
        background: #000;
    }
    
    .about-images-slide .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    
    .about-images-slide .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    /* Swiper pagination 커스텀 스타일 */
    .about-images-slide .swiper-pagination {
        bottom: 20px;
    }
    
    .about-images-slide .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: transparent;
        border: 2px solid rgba(255, 255, 255, 0.8);
        opacity: 1;
        margin: 0 5px;
    }
    
    .about-images-slide .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, 0.9);
        border-color: rgba(255, 255, 255, 0.9);
    }
    
    .about-content {
        position: relative;
        height: auto;
        padding: 3rem 2rem;
    }
    
    .about-title {
        font-size: 2.0rem;
    }

    .about-section {
        min-height: 0;
    }
}

@media (max-width: 768px) {
    .about-images-slide {
        height: 300px;
        margin-bottom: 2rem;
    }
    
    .about-title {
        font-size: 2rem;
    }
    
    .about-text {
        font-size: 1rem;
    }
    
    .about-content {
        padding: 2rem 1.5rem;
    }
    
    .about-section {
        min-height: 0;
    }
}

@media (max-width: 480px) {
    .about-images-slide {
        height: 250px;
    }
    
    .about-title {
        font-size: 1.6rem;
    }
}

/* 핵심 경쟁력 섹션 */
.features-section {
    background: #000;
    padding: 0;
    color: #fff;
}

.features-header {
    text-align: center;
    padding: 2rem 2rem 4rem;
    background: #000;
}

.features-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.features-subtitle {
    font-size: 1.4rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 900px;
    margin: 0 auto;
}

.features-grid-fullwidth {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 0;
}

.feature-section {
    position: relative;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s ease;
}

.feature-section:hover {
    transform: translateY(-20px);
}

.feature-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
    transition: background 0.5s ease;
}

.feature-section:hover .feature-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.feature-content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 90%;
    transition: transform 0.5s ease;
}

.feature-section:hover .feature-content-center {
    transform: translate(-50%, -55%);
}

.feature-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.feature-content-center .feature-description {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
}

/* 반응형 - 핵심 경쟁력 */
@media (max-width: 1024px) {
    .features-grid-fullwidth {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .feature-section {
        height: 400px;
    }
    
    .features-title {
        font-size: 2rem;
    }
    
    .feature-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .features-section {
        padding: 0;
    }
    
    .features-header {
        padding: 4rem 1.5rem 3rem;
    }
    
    .features-grid-fullwidth {
        grid-template-columns: 1fr;
    }
    
    .feature-section {
        height: 350px;
    }
    
    .features-title {
        font-size: 1.8rem;
    }
    
    .features-subtitle {
        font-size: 1.1rem;
    }
    
    .feature-title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    
    .feature-content-center .feature-description {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .feature-section {
        height: 300px;
    }
    
    .feature-title {
        font-size: 1.2rem;
    }
    
    .feature-content-center .feature-description {
        font-size: 0.85rem;
    }
}

/* 잭펍만의 패밀리점 섹션 */
.family-section {
    background: #000;
    padding: 8rem 0 0 0;
}

.family-title {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    color: var(--text-light);
}

.family-subtitle {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: var(--text-light);
}

.family-description {
    font-size: 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 5rem;
}

.family-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    /* align-items: center; */
    margin-bottom: 5rem;
}

.family-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.family-item {
    display: flex;
    gap: 1.5rem;
    padding: 1rem 2rem;
    border: 2px solid #2a2a2a;
    border-radius: 0;
    transition: all 0.3s;
    color: var(--text-light);
}

.family-item.highlight-item {
    background: var(--primary-color);
    color: #000;
    border: 2px solid var(--primary-color);
}

.family-item.highlight-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(254, 154, 0, 0.5);
    background: var(--primary-color);
}

.family-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.family-item-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: inherit;
}

.family-item-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: inherit;
    opacity: 0.8;
}

.family-image {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    border: none;
}

.family-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.family-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.99) 50%, rgba(0, 0, 0, 0.2) 100%);
    color: var(--text-light);
}

.family-image-overlay h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}

.family-image-overlay p {
    font-size: 1rem;
    opacity: 1;
    color: rgba(255, 255, 255, 0.95);
}

/* CTA 배너 */
.cta-banner {
    position: relative;
    background: url('asset/meeting.png') center/cover;
    border-radius: 0;
    overflow: hidden;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.cta-banner-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: var(--text-light);
    padding: 3rem;
}

.cta-banner-content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-banner-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

/* 반응형 - 패밀리점 섹션 */
@media (max-width: 1024px) {
    .family-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .family-title {
        font-size: 2.5rem;
    }
    
    .cta-banner-content h3 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .family-section {
        padding: 5rem 0 0 0;
    }
    
    .family-title {
        font-size: 2rem;
    }
    
    .family-subtitle {
        font-size: 1.2rem;
    }
    
    .family-item {
        flex-direction: column;
        padding: 1.5rem;
    }
    
    .family-icon {
        font-size: 2rem;
    }
    
    .family-image img {
        height: 350px;
    }
    
    .cta-banner {
        min-height: 300px;
    }
    
    .cta-banner-content h3 {
        font-size: 1.8rem;
    }
    
    .cta-banner-content p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .family-item-content h3 {
        font-size: 1.1rem;
    }
    
    .family-item-content p {
        font-size: 0.9rem;
    }
    
    .cta-banner-content {
        padding: 2rem 1rem;
    }
}

/* 가맹 창업 안내 섹션 */
.franchise-section {
    background: #000000;
    padding: 8rem 0 0 0;
    color: #fff;
}

.franchise-main-title {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: #fff;
}

.franchise-main-subtitle {
    font-size: 1.1rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 5rem;
}

.franchise-flow {
    max-width: 1400px;
    margin: 0 auto;
}

.franchise-step-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.franchise-step-row.row-reverse {
    flex-direction: row;
}

.franchise-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 220px;
}

.step-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.franchise-step.dark .step-circle {
    background: var(--primary-color);
}

.franchise-step.light .step-circle {
    background: #fff;
}

.step-circle:hover {
    transform: scale(1.05);
}

.step-number {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
}

.franchise-step.dark .step-number {
    color: rgba(255, 255, 255, 0.7);
}

.franchise-step.light .step-number {
    color: #2d4a3e;
}

.step-icon {
    /* font-size: 4rem;
    margin-bottom: 0.5rem;
    display: block; */
}

.step-icon img {
    width: 100%;
}

.step-info {
    text-align: center;
}

.step-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.8rem;
}

.step-detail {
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.arrow {
    font-size: 2.5rem;
    color: #404040;
    font-weight: bold;
}

.mobile-arrow {
    display: none;
}

.franchise-cta {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.franchise-cta-btn {
    background: #f5d76e;
    color: #2d4a3e;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    position: relative;
}

.franchise-cta-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.franchise-cta-btn .arrow-icon {
    position: absolute;
    bottom: 30px;
    font-size: 1.5rem;
}

/* 반응형 - 가맹절차 */
@media (max-width: 1024px) {
    .franchise-step-row {
        gap: 1rem;
    }
    
    .franchise-step {
        flex: 0 0 180px;
    }
    
    .step-circle {
        width: 150px;
        height: 150px;
    }
    
    .step-icon {
        font-size: 3rem;
    }
    
    .arrow {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .franchise-section {
        padding: 5rem 0 0 0;
    }
    
    .franchise-main-title {
        font-size: 2rem;
    }
    
    .franchise-step-row {
        flex-direction: column;
        gap: 2rem;
    }
    
    .franchise-step-row.row-reverse {
        flex-direction: column;
    }
    
    .arrow {
        transform: rotate(90deg);
    }
    
    .mobile-arrow {
        display: block;
    }
    
    .franchise-step-row.row-reverse .arrow {
        transform: rotate(90deg);
    }
    
    .step-circle {
        width: 180px;
        height: 180px;
    }
    
    .step-icon {
        font-size: 3.5rem;
    }
}

@media (max-width: 480px) {
    .step-circle {
        width: 150px;
        height: 150px;
    }
    
    .franchise-cta-btn {
        width: 160px;
        height: 160px;
        font-size: 1.1rem;
    }
}

/* 이전 스타일 숨김 */
.franchise-title,
.franchise-subtitle,
.franchise-grid,
.franchise-card,
.franchise-icon,
.franchise-card-title,
.franchise-card-desc,
.franchise-steps,
.step-card {
    display: none;
}

/* 책임 동일 진행 인테리어 섹션 */
.interior-section {
    background: #000;
    padding: 8rem 0;
    margin-top: 0;
}

.interior-title {
    /* font-size: 3rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 4rem;
    color: var(--text-light); */

    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
    color: #fff;
}

.interior-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.interior-item {
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.interior-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.interior-caption {
    /* background: #1a1a1a; */
    padding: 1.5rem 0 0 0;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: left;
    /* border-top: 2px solid #FE9A00; */
}

.interior-desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.5rem;
    line-height: 1.4;
}

/* 본사 지원 항목 섹션 */
.support-section {
    background: #000;
    padding: 6rem 0;
}

.support-title {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5rem;
    color: var(--text-light);
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.support-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #1a1a1a;
    border-radius: 15px;
    padding: 2.5rem 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    transition: all 0.3s;
}

.support-item:hover {
    transform: translateY(-5px);
    border-color: rgba(254, 154, 0, 0.3);
    box-shadow: 0 10px 30px rgba(254, 154, 0, 0.3);
}

.support-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    flex-shrink: 0;
}

.support-item h3 {
    font-size: 1.3rem;
    font-weight: 700;
    /* color: var(--text-dark); */
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.support-item p {
    font-size: 0.95rem;
    color: var(--gray);
    line-height: 1.6;
}

/* 책임 전용 앱 섹션 */
.app-section {
    background: #1a1a1a;
    padding: 8rem 0;
}

.app-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.app-text {
    color: var(--text-light);
}

.app-title {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 2rem;
    color: var(--text-light);
}

.app-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 3rem;
    line-height: 1.8;
}

.app-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.app-features li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
}

.check-icon {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-weight: bold;
    flex-shrink: 0;
}

.app-image {
    text-align: center;
}

.app-image img {
    max-width: 100%;
    width: 300px;
    height: auto;
    border-radius: 20px;
}

/* 반응형 - 가맹 창업 안내 */
@media (max-width: 1024px) {
    .franchise-steps {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .interior-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .app-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .features-subtitle {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .franchise-section {
        padding: 5rem 0 0 0;
    }
    
    .franchise-title,
    .interior-title,
    .support-title,
    .app-title {
        font-size: 2rem;
    }
    
    .franchise-steps {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .interior-gallery {
        grid-template-columns: 1fr;
    }
    
    .interior-item img {
        height: 250px;
    }
    
    .support-grid {
        grid-template-columns: 1fr;
    }
    
    .support-item {
        padding: 2rem 1.5rem;
    }
    
    .app-title {
        font-size: 1.8rem;
    }

    .family-image-overlay {
        padding: 1rem;
        font-size: 1.2rem;
    }

    .family-image-overlay h3 {
        font-size: 1.2rem;
    }
    .app-image img {
        width: 200px;
        margin-bottom: 20px;
        max-width: 50%;
        height: auto;
        /* filter: drop-shadow(0 20px 40px rgba(254, 154, 0, 0.3)); */
    }
}

@media (max-width: 480px) {
    .step-card {
        padding: 2rem 1.5rem;
    }
    
    .step-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .step-title {
        font-size: 1.1rem;
    }
    
    .support-item {
        flex-direction: column;
        text-align: center;
    }
    
    .app-features li {
        font-size: 1rem;
    }

    .family-image-overlay h3 {
        font-size: 1.2rem;
    }
}

/* 가맹 문의 섹션 */
.contact-section {
    background: url('asset/holdem-chips.png') center/cover no-repeat;
    padding: 2rem 0;
    color: var(--text-light);
    position: relative;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.85) 50%, rgba(254, 154, 0, 0.2) 100%);
    z-index: 0;
}

.contact-section .container {
    position: relative;
    z-index: 1;
}

.contact-header {
    text-align: center;
    margin-bottom: 5rem;
    padding: 3rem;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 0;
    border: 2px solid var(--primary-color);
    box-shadow: 0 20px 60px rgba(254, 154, 0, 0.3);
}

.contact-title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 2rem;
    color: var(--text-light);
}

.contact-phone {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.contact-phone strong {
    color: var(--primary-color);
    font-size: 1.5rem;
}

.phone-icon-small {
    font-size: 1.3rem;
}

.contact-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95) 0%, rgba(40, 40, 40, 0.95) 100%);
    border-radius: 0;
    padding: 3rem;
    /* border: 2px solid var(--primary-color); */
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.contact-form-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid var(--primary-color);
}

.contact-form-header h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-light);
}

.contact-form-header p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.form-row {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-light);
}

.required {
    color: var(--primary-color);
}

.form-group input,
.form-group textarea {
    background: rgba(20, 20, 20, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 1rem;
    font-size: 1rem;
    color: var(--text-light);
    transition: all 0.3s;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);;
    background: rgba(30, 30, 30, 0.9);
    box-shadow: 0 0 0 3px rgba(254, 154, 0, 0.2), 0 0 20px rgba(254, 154, 0, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox-group {
    background: rgba(37, 37, 37, 0.5);
    padding: 1.5rem;
    border-radius: 0;
    border: 1px solid rgba(254, 154, 0, 0.2);
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: var(--primary-color);;
}

.checkbox-label span {
    font-size: 1rem;
    line-height: 1.5;
}

.privacy-text {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    padding-left: 2rem;
}

.btn-submit {
    width: 100%;
    padding: 1.3rem;
    font-size: 1.1rem;
    margin-top: 1rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border: none;
    /* box-shadow: 0 10px 30px rgba(254, 154, 0, 0.4); */
}

.btn-submit:hover {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    transform: translateY(-2px);
    /* box-shadow: 0 15px 40px rgba(254, 154, 0, 0.5); */
}

.form-note {
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0.5rem;
}

.contact-footer {
    text-align: center;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-footer p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.5rem;
}

/* 푸터 */
.footer {
    background: #0a0a0a;
    padding: 4rem 1rem 2rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    margin-bottom: 2rem;
}

.footer-logo img {
    height: 50px;
    width: auto;
}

.footer-company h4,
.footer-column > h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.footer-company p {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}

.footer-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.5rem;
}

.footer-phone {
    font-size: 2rem;
    font-weight: bold;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.footer-hours {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
}

.footer-app-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1.5rem;
}

.app-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.app-button {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #000;
    padding: 0.7rem 1.2rem;
    border-radius: 8px;
    border: 2px solid #fff;
    text-decoration: none;
    transition: all 0.3s;
    color: #fff;
}

.app-button:hover {
    background: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(254, 154, 0, 0.3);
}

.store-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.app-button > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

.store-text-top {
    font-size: 0.65rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.store-text-bottom {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-top: -2px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-links a {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--primary-color);;
}

.footer-links span {
    color: rgba(255, 255, 255, 0.2);
}

/* 사업자등록증 모달 */
.license-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.license-modal-box {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    max-width: 480px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.license-modal-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: none;
    border: none;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    color: #555;
    padding: 0 0.3rem;
}

.license-modal-close:hover {
    color: #000;
}

.license-modal-img {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.license-download-btn {
    display: inline-block;
    background: #E57A1D;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.65rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s;
}

.license-download-btn:hover {
    background: #c96a10;
}

/* 반응형 - 가맹 문의 */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
    
    .footer-column:first-child {
        grid-column: 1 / -1;
    }

    .interior-section {
        padding: 5rem 0 1rem 0;
    }

    .app-section {
        padding: 5rem 0 0 0;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 5rem 0;
    }
    
    .contact-title {
        font-size: 2rem;
    }
    
    .contact-phone {
        flex-direction: column;
        gap: 0.3rem;
    }
    
    .contact-form-wrapper {
        padding: 2rem 1.5rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-column:first-child {
        grid-column: auto;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .contact-title {
        font-size: 1.6rem;
    }
    
    .contact-form-header h3 {
        font-size: 1.4rem;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 0.8rem;
        font-size: 0.95rem;
    }
    
    .footer-phone {
        font-size: 1.5rem;
    }
    
    .app-button {
        padding: 0.8rem 1.2rem;
    }
}

.padding-bottom {
    padding-bottom: 2rem;
}

/* =============================================
   가맹 상담 CTA 배너
   ============================================= */
.franchise-cta-banner {
    background: linear-gradient(135deg, #B8860B 0%, #FFD700 50%, #FFA500 100%);
    padding: 1rem 0;
    position: relative;
    overflow: hidden;
    padding: 1rem 4rem;
}

.franchise-cta-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.4) 0%, transparent 50%);
    pointer-events: none;
}

.franchise-cta-banner::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    animation: shine 4s infinite;
}

.franchise-cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.franchise-cta-text {
    flex: 1;
}

.franchise-cta-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.3);
}

.franchise-cta-phone {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.phone-label-small {
    font-family: 'Paperlogy', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
}

.phone-number-large {
    font-family: 'Paperlogy', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: #000;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.4);
}

.franchise-cta-button {
    font-family: 'Paperlogy', sans-serif;
    background: #000;
    color: #FFD700;
    padding: 1.5rem 3rem;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

.franchise-cta-button:hover {
    background: #1a1a1a;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.arrow-right {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.franchise-cta-button:hover .arrow-right {
    transform: translateX(5px);
}

/* 반응형 */
@media (max-width: 1024px) {
    .franchise-cta-content {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    
    .franchise-cta-title {
        font-size: 2rem;
    }
    
    .phone-number-large {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .franchise-cta-banner {
        padding: 3rem 0;
    }
    
    .franchise-cta-title {
        font-size: 1.6rem;
    }
    
    .phone-label-small {
        font-size: 0.9rem;
    }
    
    .phone-number-large {
        font-size: 2rem;
    }
    
    .franchise-cta-button {
        padding: 1.2rem 2.5rem;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .franchise-cta-title {
        font-size: 1.4rem;
    }
    
    .phone-number-large {
        font-size: 1.8rem;
    }
    
    .franchise-cta-button {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

/* =============================================
   매장 찾기 섹션
   ============================================= */
.shop-map {
    padding: 6rem 0;
    background: #0a0a0a;
}

.locations-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.locations-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 4rem;
}

.locations-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.map-container {
    width: 100%;
    height: 600px;
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.locations-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-height: 600px;
    overflow-y: auto;
    padding-right: 1rem;
}

.locations-list::-webkit-scrollbar {
    width: 6px;
}

.locations-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.locations-list::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

.location-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
    padding: 1.25rem 1.5rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.location-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
}

.location-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.location-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.location-badge {
    padding: 0.25rem 0.6rem;
    border-radius: 15px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
}

.location-badge.main {
    background: linear-gradient(135deg, var(--primary-color), #ff4757);
    color: #fff;
}

.location-badge.new {
    background: linear-gradient(135deg, #00d2ff, #3a7bd5);
    color: #fff;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

.location-address {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    line-height: 1.4;
}

.location-info {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.location-link {
    display: inline-flex;
    align-items: center;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.location-link:hover {
    color: #fff;
    gap: 0.5rem;
}

/* 반응형 */
@media (max-width: 1024px) {
    .locations-content {
        grid-template-columns: 1fr;
    }
    
    .map-container {
        height: 400px;
    }
    
    .locations-list {
        max-height: 500px;
        gap: 1rem;
        overflow-y: auto;
    }
    
    .location-card {
        padding: 1rem 1.25rem;
    }
    
    .location-name {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .shop-map {
        padding: 4rem 0;
    }
    
    .locations-title {
        font-size: 2rem;
    }
    
    .map-container {
        height: 300px;
    }
    
    .locations-list {
        max-height: 400px;
        gap: 0.75rem;
        padding-right: 0.5rem;
    }
    
    .location-card {
        padding: 0.875rem 1rem;
    }
    
    .location-header {
        gap: 0.5rem;
        margin-bottom: 0.5rem;
    }
    
    .location-name {
        font-size: 1rem;
    }
    
    .location-badge {
        padding: 0.2rem 0.5rem;
        font-size: 0.6rem;
    }
    
    .location-address {
        font-size: 0.85rem;
        margin-bottom: 0.3rem;
    }
    
    .location-info {
        font-size: 0.8rem;
        margin-bottom: 0.6rem;
    }
    
    .location-link {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .locations-list {
        max-height: 350px;
    }
    
    .location-card {
        padding: 0.75rem;
    }
    
    .location-name {
        font-size: 0.95rem;
    }
    
    .location-address,
    .location-info,
    .location-link {
        font-size: 0.75rem;
    }
}