/* 랜딩 메인 배너 — 정적 이미지, 비율 유지(전체 표시) */
.landing-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.hero-slider-container {
    position: relative;
    width: 100%;
    line-height: 0;
}

.landing-hero .hero-slide {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    opacity: 1;
    pointer-events: auto;
    transition: none;
}

.landing-hero .hero-banner-link-pc {
    display: block;
    text-decoration: none;
    color: inherit;
    outline-offset: 4px;
}

.landing-hero .hero-banner-link-pc:focus-visible {
    outline: 2px solid #fff;
}

.landing-hero .hero-banner-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.landing-hero .hero-banner-img-mo {
    display: none;
}

/* 모바일 mo_banner: 상단 문구 + 노란 CTA 버튼 영역만 클릭 → 문의 폼 */
.hero-banner-mo-cta-link {
    display: none;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .hero-banner-mo-cta-link {
        display: block;
        position: absolute;
        z-index: 2;
        /* 시안 기준 하단 CTA 띠(텍스트+버튼). 어긋나면 left/width/bottom/height %만 조정 */
        left: 5%;
        width: 90%;
        bottom: 10%;
        height: 22%;
        min-height: 120px;
        overflow: hidden;
        text-decoration: none;
        cursor: pointer;
        background: transparent;
    }

    .hero-banner-mo-cta-link:focus-visible {
        outline: 2px solid #fff;
        outline-offset: 3px;
    }

    .landing-hero .hero-banner-link-pc {
        display: none;
    }

    .landing-hero .hero-banner-img-mo {
        display: block;
    }
}

/* 사업 현장 목록 섹션 */
.projects-section {
    height: 100vh;
    padding: 40px 20px;
    background: 
        linear-gradient(135deg, #1a1a2e 0%, #16213e 25%, #0f3460 50%, #533483 75%, #7209b7 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* 고급스러운 배경 패턴 */
.projects-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.1) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%),
        linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.02) 50%, transparent 70%);
    pointer-events: none;
}

.projects-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.01) 2px,
            rgba(255, 255, 255, 0.01) 4px
        );
    pointer-events: none;
}

.projects-container {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
}

/* 제목과 프로젝트 개수 헤더 */
.projects-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.projects-title {
    font-size: 36px;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
}

/* 헤더 오른쪽 영역 (검색창 + 카운터) */
.projects-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* 헤더 검색창 */
.header-search-container {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border-radius: 24px;
    padding: 8px 8px 8px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 44px;
}

.header-search-container:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    transform: scale(1.02);
}

.header-search-input {
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 15px;
    width: 200px;
    cursor: pointer;
    padding: 8px 0;
    flex: 1;
}

.header-search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.header-search-input:focus::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.header-search-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.header-search-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.header-search-btn .search-icon {
    font-size: 16px;
}

/* 프로젝트 개수 */
.projects-count {
    position: relative;
    padding-bottom: 8px;
}

.count-text {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    display: inline-block;
}

.count-number {
    font-size: 22px;
    font-weight: 700;
    color: #ff6b1a;
    margin: 0 4px;
}

/* 밑줄 효과 */
.projects-count::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff6b1a 0%, #ff8c42 100%);
    border-radius: 2px;
}


.projects-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
}

/* 페이징 컨트롤 */
.pagination-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 30px 0 20px 0;
    position: relative;
    z-index: 1;
}

.pagination-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid white;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    backdrop-filter: blur(10px);
    position: relative;
}

/* 페이징 버튼 아이콘 - 확실한 방법 */
.pagination-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* 내용이 버튼 밖으로 나가지 않도록 */
}

/* 기본 화살표 아이콘 (항상 표시) */
.pagination-btn.prev-btn::before {
    content: '‹';
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    color: white;
    z-index: 2;
    line-height: 1;
}

.pagination-btn.next-btn::before {
    content: '›';
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    color: white;
    z-index: 2;
    line-height: 1;
}

/* xeicon 스타일 - 기본적으로 숨김 */
.pagination-btn i {
    font-size: 18px;
    line-height: 1;
    color: white;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none; /* 기본적으로 숨김 */
}

/* xeicon이 로드된 경우에만 표시 */
.pagination-btn i.xi-angle-left,
.pagination-btn i.xi-angle-right {
    display: block;
}

/* xeicon이 표시될 때 ::before 숨김 */
.pagination-btn i.xi-angle-left + *,
.pagination-btn i.xi-angle-right + * {
    display: none;
}

.pagination-btn:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.pagination-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.pagination-info {
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    min-width: 80px;
    text-align: center;
}

.project-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 
        0 20px 60px rgba(0,0,0,0.1),
        0 8px 32px rgba(0,0,0,0.06),
        inset 0 1px 0 rgba(255,255,255,0.8);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    max-height: 500px;
    min-height: 450px;
}

.project-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    padding: 2px;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.project-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 50%);
    border-radius: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.project-card:hover {
    transform: translateY(-16px) scale(1.03);
    box-shadow: 
        0 32px 80px rgba(0,0,0,0.15),
        0 16px 48px rgba(0,0,0,0.1),
        inset 0 1px 0 rgba(255,255,255,0.9);
}

.project-card:hover::before {
    opacity: 1;
}

.project-card:hover::after {
    opacity: 1;
}

.project-card-image {
    width: 100%;
    height: 220px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 48px;
    position: relative;
    overflow: hidden;
}

/* 프로젝트 카드 이미지 태그 스타일 */
.project-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border-radius: 12px 12px 0 0;
}

/* 이미지가 있을 때 기본 배경 숨김 */
.project-card-image:has(img) {
    background: none !important;
}

/* 이미지가 있을 때 오버레이 제거 */
.project-card-image:has(img)::before,
.project-card-image:has(img)::after {
    display: none !important;
}

/* img 태그 사용으로 변경 - 기존 background-image 방식 제거 */

/* img 태그 사용으로 변경 - 기존 background-image 방식 제거 */

/* img 태그 사용으로 변경 - 기존 background-image 방식 제거 */

/* img 태그 사용으로 변경 - 기존 background-image 방식 제거 */

/* img 태그 사용으로 변경 - 기존 background-image 방식 제거 */

/* 오버레이 완전 제거 */

/* img 태그 사용으로 변경 - 기존 background-image 방식 제거 */

/* 아이콘 완전 제거 */

.project-card-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 프로젝트 카드 액션 영역 */
.project-card-action {
    margin-top: auto;
    padding: 12px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* 프로젝트 카드 버튼 */
.project-card-btn {
    width: 100%;
    padding: 12px 16px;
    background: linear-gradient(135deg, #ff8c42 0%, #ff6b1a 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.3);
}

.project-card-btn:hover {
    background: linear-gradient(135deg, #ff6b1a 0%, #e55a0a 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(255, 140, 66, 0.4);
}

.project-card-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.3);
}

.btn-icon {
    font-size: 16px;
}

.btn-text {
    font-size: 14px;
    font-weight: 600;
}

.project-card-title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #333;
}

.project-card-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.project-card-badge {
    display: inline-block;
    padding: 6px 12px;
    background: #fff3e0;
    color: #ff6b1a;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.project-card-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 16px 0;
    border-top: 1px solid #eee;
    margin-bottom: 8px;
}

.project-card-stat {
    text-align: center;
}

.project-card-stat-value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #ff6b1a;
    margin-bottom: 4px;
}

.project-card-stat-label {
    display: block;
    font-size: 11px;
    color: #ff6b1a;
    line-height: 1.2;
}

.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.empty-state-icon {
    font-size: 64px;
    margin-bottom: 20px;
}

.empty-state-text {
    font-size: 18px;
}

/* 검색 모달창 */
.search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

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

.search-modal-content {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 30px;
    border-bottom: 1px solid #eee;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.search-modal-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.search-modal-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 16px;
}

.search-modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.close-icon {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    display: block;
}

.search-modal-body {
    padding: 30px;
    max-height: 60vh;
    overflow-y: auto;
}

.search-input-container {
    display: flex;
    gap: 12px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    opacity: 1;
    visibility: visible;
}

.search-input {
    flex: 1;
    padding: 16px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
    cursor: pointer;
    background: white;
}

.search-input[readonly] {
    cursor: pointer;
    background: #f8f9fa;
}

.search-input[readonly]:hover {
    border-color: #667eea;
    background: white;
}

.search-input:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.search-submit-btn {
    padding: 16px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    font-size: 16px;
}

.search-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.search-submit-btn .search-icon {
    font-size: 18px;
    line-height: 1;
    display: block;
}

.search-icon {
    font-size: 18px;
    display: block;
}

.search-results {
    max-height: 400px;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 8px;
}

.search-result-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 80px;
    text-align: center;
}

.search-result-item:hover {
    border-color: #667eea;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.1);
    transform: translateY(-2px);
}

.result-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    width: 100%;
}

.result-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.3;
    text-align: center;
    word-break: break-word;
}

.result-title mark {
    background: #ffeb3b;
    color: #333;
    padding: 2px 4px;
    border-radius: 4px;
}

.search-highlight {
    color: #ff6b1a;
    font-weight: bold;
    background: none;
    padding: 0;
    border-radius: 0;
}

.result-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-top: 8px;
}

.result-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.result-btn i {
    font-size: 12px;
}

.arrow-icon {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.no-results {
    text-align: center;
    padding: 40px 20px;
    color: #999;
    font-size: 16px;
}

/* 인라인 검색 섹션 */
.search-section-inline {
    margin-top: 20px;
    position: relative;
    z-index: 10;
    opacity: 1;
    visibility: visible;
}

.search-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.search-section-title {
    font-size: 24px;
    font-weight: 700;
    color: white;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.search-results-inline {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 12px;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 15px;
    position: relative;
    z-index: 10;
    opacity: 1;
    visibility: visible;
}

.search-result-item-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 50px;
}

.search-result-item-inline:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.search-result-item-inline .result-title {
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.search-result-item-inline .result-title mark {
    background: #ffeb3b;
    color: #333;
    padding: 1px 3px;
    border-radius: 3px;
}

.search-result-item-inline .result-title .search-highlight {
    color: #ff6b1a;
    font-weight: bold;
    background: none;
    padding: 0;
    border-radius: 0;
}

.search-result-item-inline .result-btn {
    width: 28px;
    height: 28px;
    font-size: 12px;
}

.more-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-style: italic;
}

@media (max-width: 1200px) {
    .projects-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
}

@media (max-width: 900px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .projects-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .projects-title {
        font-size: 28px;
    }
    
    .projects-header-right {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    
    .header-search-container {
        width: 100%;
    }
    
    .header-search-input {
        flex: 1;
        width: auto;
    }
    
    .projects-count {
        align-self: flex-start;
    }
    
    .count-text {
        font-size: 16px;
    }
    
    .count-number {
        font-size: 20px;
    }
    
    .search-modal-content {
        width: 95%;
        margin: 20px;
    }
    
    .search-modal-header {
        padding: 20px;
    }
    
    .search-modal-body {
        padding: 20px;
    }
    
    .search-input-container {
        flex-direction: column;
        gap: 12px;
    }
    
    .search-submit-btn {
        align-self: flex-end;
        min-width: auto;
        width: 100px;
    }
    
    .search-section-inline {
        margin-top: 15px;
    }
    
    .search-container {
        padding: 0 15px;
    }
    
    .search-section-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .search-results-inline {
        grid-template-columns: 1fr;
        max-height: 150px;
    }
    
    .projects-grid {
        grid-template-columns: 1fr;
    }
    
    .pagination-controls {
        margin-bottom: 30px;
    }
    .pagination-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .pagination-btn::after {
        font-size: 20px;
    }
    .projects-section {
        min-height: auto;
        padding: 60px 20px;
    }
}

/* 광고 매체 섹션 */
.media-section {
    height: 100vh;
    background: 
        linear-gradient(135deg, #1a1a2e 0%, #16213e 25%, #0f3460 50%, #533483 75%, #7209b7 100%),
        radial-gradient(circle at 30% 20%, rgba(255, 140, 66, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(255, 140, 66, 0.1) 0%, transparent 35%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.media-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.08) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgba(255, 255, 255, 0.06) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.04) 0%, transparent 40%),
        linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.02) 50%, transparent 70%),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.01) 2px,
            rgba(255, 255, 255, 0.01) 4px
        );
    pointer-events: none;
}

.media-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 50% 0%, rgba(255, 140, 66, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, rgba(255, 140, 66, 0.05) 0%, transparent 30%);
    pointer-events: none;
}

.media-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    position: relative;
    z-index: 1;
}

.media-header {
    text-align: center;
    margin-bottom: 30px;
}

.media-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.media-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.media-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.media-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.media-card:hover::before {
    left: 100%;
}

.media-card:hover {
    transform: translateY(-10px) scale(1.05);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.media-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.media-card:hover .media-icon {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.media-icon i {
    font-size: 32px;
    color: white;
}

.naver-icon {
    font-size: 32px;
    font-weight: 700;
    color: #03c75a;
    font-family: 'Arial', sans-serif;
}

.media-name {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
}

.media-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.4;
}

.media-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 42px;
    font-weight: 800;
    color: #ff6b1a;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #ff6b1a 0%, #ff8c42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 8px rgba(255, 107, 26, 0.4));
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* 광고 매체 섹션 반응형 디자인 */
@media (max-width: 1200px) {
    .media-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    
    .search-results {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .media-section {
        height: auto;
        padding: 60px 0;
    }
    
    .media-container {
        padding: 40px 20px;
    }
    
    .media-title {
        font-size: 36px;
    }
    
    .media-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .media-card {
        padding: 30px 15px;
    }
    
    .media-icon {
        width: 60px;
        height: 60px;
    }
    
    .media-icon i {
        font-size: 24px;
    }
    
    .media-stats {
        gap: 30px;
    }
    
    .stat-number {
        font-size: 28px;
    }
    
    .search-results {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .media-grid {
        grid-template-columns: 1fr;
    }
    
    .media-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .search-results {
        grid-template-columns: 1fr;
    }
}
