/* ===================================
   기업/단체 페이지 전용 스타일
   company.css
   =================================== */

/* ===================================
   1. 기본 레이아웃
   =================================== */
   .template-company {
    background: #fff;
}

.template-company #page-content {
    margin: 0;
}

/* 텍스트 정렬 헬퍼 */
.text-center {
    text-align: center;
}

.mt-4 {
    margin-top: 2rem;
}

/* ===================================
   2. 기업/단체 네비게이션
   =================================== */
.company-nav {
    background: #fff;
    border-bottom: 2px solid #eee;
    padding: 15px 0;
    position: relative;
    z-index: 100;
    transition: all 0.3s ease;
}

.company-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.company-nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company-nav-title h2 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.company-nav-menu {
    display: flex;
    gap: 30px;
}

.company-nav-menu .nav-link {
    color: #666;
    font-weight: 500;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.company-nav-menu .nav-link:hover,
.company-nav-menu .nav-link.active {
    color: #b82647;
    border-bottom-color: #b82647;
}

/* 모바일 네비게이션 */
@media (max-width: 768px) {
    .company-nav-content {
        flex-direction: column;
        gap: 15px;
    }

    .company-nav-title h2 {
        font-size: 18px;
    }

    .company-nav-menu {
        gap: 20px;
        font-size: 14px;
    }
}

/* ===================================
   2-1. 드롭다운 메뉴
   =================================== */
.nav-item-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.samples-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    color: #666;
    padding: 8px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.samples-btn:hover,
.samples-btn.active {
    color: #b82647;
}

.dropdown-arrow {
    transition: transform 0.3s ease;
}

.samples-btn.active .dropdown-arrow {
    transform: rotate(180deg);
}

.company-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    min-width: 140px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-top: 3px solid #b82647;
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.company-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-item {
    display: block;
    padding: 10px 16px;
    color: #666;
    font-size: 14px;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-item:hover {
    background: #f8f9fa;
    color: #b82647;
}

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

/* 모바일 드롭다운 */
@media (max-width: 768px) {
    .nav-item-dropdown {
        position: static;
    }

    .company-dropdown {
        position: absolute;
        left: 0;
        right: 0;
        transform: translateY(-10px);
        border-radius: 0;
        text-align: center;
    }

    .company-dropdown.active {
        transform: translateY(0);
    }
}

/* ===================================
   3. 사이드 메뉴 (DEPRECATED - 사용하지 않음)
   =================================== */
.side-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    transition: left 0.3s ease;
    overflow-y: auto;
}

.side-menu.active {
    left: 0;
}

.side-menu-header {
    background: #b82647;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-menu-header h3 {
    font-size: 18px;
    margin: 0;
}

.side-menu-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-menu-content {
    padding: 20px;
}

.side-menu-section {
    margin-bottom: 30px;
}

.side-menu-section h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.side-menu-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu-section li {
    margin-bottom: 10px;
}

.side-menu-section a {
    color: #666;
    display: block;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.side-menu-section a:hover {
    color: #b82647;
    padding-left: 10px;
}

/* 사이드 메뉴 토글 버튼 */
.side-menu-toggle {
    position: fixed;
    top: 50%;
    left: 30px;
    bottom: 30px;
    transform: none;
    background: #b82647;
    color: #fff;
    border: none;
    width: 5px;  /* 크기 통일 */
    height: 45px; /* 크기 통일 */
    padding: 0;   /* 패딩 제거 */
    border-radius: 50%; /* 원형으로 통일 */
    align-items: center;
    justify-content: center;
    display: flex;
    gap:15px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(184, 38, 71, 0.3);
    z-index: 100;
    transition: all 0.3s ease;
    min-width: 40px;
}

.side-menu-toggle:hover {
    background: #a02040;
    padding-right: 20px;
    box-shadow: 0 4px 15px rgba(184, 38, 71, 0.4);
}

.side-menu-toggle svg {
    fill: #fff;
    flex-shrink: 0;
}

.menu-text {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.side-menu-toggle:hover .menu-text {
    opacity: 1;
    width: auto;
    margin-right: 8px;
}

/* 툴팁 스타일 */
.menu-tooltip {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    margin-left: 10px;
}

.menu-tooltip::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-right-color: #333;
}

.side-menu-toggle:hover .menu-tooltip {
    opacity: 1;
}

/* 펄스 애니메이션 (처음 방문시 주목) */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(184, 38, 71, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(184, 38, 71, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(184, 38, 71, 0);
    }
}

.side-menu-toggle.pulse {
    animation: pulse 2s infinite;
}

/* 플로팅 라벨 (상시 표시) */
.side-menu-toggle::after {
    content: '납품샘플 & 회사정보';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    white-space: nowrap;
    margin-left: 15px;
    pointer-events: none;
}

/* 모바일에서는 하단에 위치 */
@media (max-width: 768px) {
    .side-menu-toggle {
        top: auto;
        bottom: 30px;
        left: 30px;
        transform: none;
        border-radius: 25px;
        padding: 15px 20px;
    }
    
    .menu-text {
        opacity: 1;
        width: auto;
        margin-right: 0;
    }
    
    .menu-tooltip::after {
        display: none;
    }
}

/* 사이드 메뉴 열릴 때 body 스타일 */
body.side-menu-open {
    overflow: hidden;
}

body.side-menu-open::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

/* ===================================
   4. 히어로 섹션
   =================================== */
.hero-section {
    position: relative;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(47, 65, 93, 0.8);
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.hero-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 20px;
    opacity: 0.9;
    margin-bottom: 40px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.btn {
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-decoration: none;
    display: inline-block;
}

.btn-primary {
    background: #b82647;
    color: #fff;
}

.btn-primary:hover {
    background: #a02040;
    transform: translateY(-2px);
    color: #fff;
}

.btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-outline:hover {
    background: #fff;
    color: #2f415d;
}

.btn-block {
    width: 100%;
}

/* 모바일 히어로 */
@media (max-width: 768px) {
    .hero-section {
        min-height: 400px;
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .hero-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

/* ===================================
   5. 핵심 가치 섹션
   =================================== */
.values-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.value-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.value-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.value-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.value-card p {
    color: #666;
    line-height: 1.6;
}

/* ===================================
   6. 차별점 섹션
   =================================== */
.features-section {
    padding: 80px 0;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #333;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.feature-item {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    height: 100%;
}

.feature-icon {
    font-size: 30px;
    color: #b82647;
    flex-shrink: 0;
}

.feature-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.feature-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-content li {
    color: #666;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.feature-content li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #b82647;
}

/* ===================================
   7. 프로세스 섹션
   =================================== */
.process-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.process-timeline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.process-item {
    text-align: center;
    flex: 1;
}

.process-number {
    width: 60px;
    height: 60px;
    background: #b82647;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 20px;
}

.process-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.process-item p {
    color: #666;
    font-size: 14px;
}

.process-arrow {
    font-size: 30px;
    color: #b82647;
    flex-shrink: 0;
}

/* 모바일 프로세스 */
@media (max-width: 768px) {
    .process-timeline {
        flex-direction: column;
    }
    
    .process-arrow {
        transform: rotate(90deg);
    }
}

/* ===================================
   8. 샘플 갤러리 섹션
   =================================== */
.samples-section {
    padding: 80px 0;
}

.samples-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.sample-tab {
    padding: 10px 25px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.sample-tab.active,
.sample-tab:hover {
    background: #b82647;
    color: #fff;
    border-color: #b82647;
}

.samples-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.sample-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sample-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.sample-item:hover img {
    transform: scale(1.1);
}

.sample-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.sample-item:hover .sample-overlay {
    transform: translateY(0);
}

.sample-overlay h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.sample-overlay p {
    font-size: 14px;
    opacity: 0.9;
}

/* ===================================
   9. 연락처 섹션
   =================================== */
.contact-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-info h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.contact-info > p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-item {
    display: flex;
    gap: 20px;
    align-items: start;
}

.contact-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.contact-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.phone-large {
    font-size: 24px;
    font-weight: 700;
    color: #b82647;
}

.hours {
    font-size: 14px;
    color: #666;
}

/* 문의 폼 */
.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.contact-form h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    transition: border-color 0.3s ease;
    font-family: 'Nanum Gothic', sans-serif;
}

.form-control:focus {
    outline: none;
    border-color: #b82647;
}

.form-control::placeholder {
    color: #999;
}

textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

/* 모바일 연락처 */
@media (max-width: 768px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-form {
        padding: 30px 20px;
    }
}

/* ===================================
   10. 신뢰의 증거 섹션
   =================================== */
.trust-section {
    padding: 60px 0;
    background: #2f415d;
    color: #fff;
}

.trust-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

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

.trust-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.trust-item p {
    opacity: 0.9;
}

/* ===================================
   11. 알림 스타일
   =================================== */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

.notification.show {
    opacity: 1;
    transform: translateY(0);
}

.notification.success {
    border-left: 4px solid #28a745;
}

.notification.error {
    border-left: 4px solid #dc3545;
}

/* ===================================
   12. 애니메이션
   =================================== */
.animate-in {
    animation: fadeInUp 0.6s ease forwards;
}

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

/* 초기 상태 */
.value-card,
.feature-item,
.process-item,
.trust-item {
    opacity: 0;
    transform: translateY(30px);
}

/* ===================================
   13. 메뉴 안내 팝업
   =================================== */
.menu-guide-popup {
    position: fixed;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 20px;
    z-index: 101;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    max-width: 250px;
}

.menu-guide-popup.show {
    opacity: 1;
    transform: translateX(0);
}

.guide-arrow {
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #fff;
}

.guide-content p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.guide-close {
    background: #b82647;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.guide-close:hover {
    background: #a02040;
}

/* ===================================
   14. 반응형 조정
   =================================== */
@media (max-width: 1024px) {
    .side-menu-toggle {
        left: 15px;
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 768px) {
    section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 26px;
        margin-bottom: 40px;
    }
    
    .samples-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }
    
    .sample-tab {
        flex-shrink: 0;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 24px;
    }
    
    .btn {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .process-number {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}
/* ===================================
   PC/모바일 메뉴 분리 (2026-01-14)
   =================================== */

/* PC 메뉴 - 기본으로 표시 */
.company-nav-menu-pc {
    display: flex;
    gap: 30px;
}

/* 모바일 메뉴 - 기본으로 숨김 */
.company-nav-menu-mobile {
    display: none;
}

/* aboutus 버튼 스타일 */
.aboutus-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    color: #666;
    padding: 8px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.aboutus-btn:hover,
.aboutus-btn.active {
    color: #b82647;
}

.aboutus-btn .dropdown-arrow {
    transition: transform 0.3s ease;
}

.aboutus-btn.active .dropdown-arrow {
    transform: rotate(180deg);
}

/* aboutus 드롭다운 */
#aboutusDropdown,
#aboutusMobileDropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    min-width: 180px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-top: 3px solid #b82647;
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

#aboutusDropdown.active,
#aboutusMobileDropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* 768px 이하에서 모바일 메뉴 표시 */
@media (max-width: 768px) {
    /* PC 메뉴 숨김 */
    .company-nav-menu-pc {
        display: none !important;
    }
    
    /* 모바일 메뉴 표시 */
    .company-nav-menu-mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }
    
    /* 모바일 메뉴 행 */
    .mobile-menu-row {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }
    
    /* 1차 메뉴 (인쇄샘플, 샵오브코리아에 대하여) */
    .mobile-menu-primary {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    
    .mobile-menu-primary .nav-link,
    .mobile-menu-primary .samples-btn,
    .mobile-menu-primary .aboutus-btn {
        font-size: 15px;
        font-weight: 600;
        color: #b82647;
    }
    
    /* 2차 메뉴 (소개, 상담신청) */
    .mobile-menu-secondary {
        padding-top: 5px;
    }
    
    .mobile-menu-secondary .nav-link {
        font-size: 14px;
        font-weight: 500;
        color: #666;
    }
    
    .mobile-menu-secondary .nav-link:hover,
    .mobile-menu-secondary .nav-link.active {
        color: #b82647;
    }
    
    /* 모바일 드롭다운 위치 조정 */
    .company-nav-menu-mobile .nav-item-dropdown {
        position: static;
    }
    
    .company-nav-menu-mobile .company-dropdown {
        position: fixed;
        left: 10px;
        right: 10px;
        top: auto;
        transform: none;
        width: auto;
        max-width: none;
        text-align: center;
        border-radius: 8px;
        margin-top: 10px;
    }
    
    .company-nav-menu-mobile .company-dropdown.active {
        transform: none;
    }
    
    /* 네비게이션 콘텐츠 레이아웃 */
    .company-nav-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .company-nav-title h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

/* 매우 작은 화면 */
@media (max-width: 480px) {
    .mobile-menu-row {
        gap: 15px;
    }
    
    .mobile-menu-primary .samples-btn,
    .mobile-menu-primary .aboutus-btn {
        font-size: 14px;
    }
    
    .mobile-menu-secondary .nav-link {
        font-size: 13px;
    }
}

/* ===================================
   2차 메뉴 5개 항목 스타일 (2026-01-14)
   =================================== */

/* 모바일 2차 메뉴 - 5개 항목 */
@media (max-width: 768px) {
    .mobile-menu-secondary {
        gap: 8px !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .mobile-menu-secondary .nav-link {
        font-size: 13px;
        padding: 5px 8px;
        white-space: nowrap;
    }
}

/* 매우 작은 화면 - 2줄로 표시 */
@media (max-width: 400px) {
    .mobile-menu-secondary {
        gap: 6px !important;
    }
    
    .mobile-menu-secondary .nav-link {
        font-size: 12px;
        padding: 4px 6px;
    }
}

/* ===================================
   새로운 문의하기 섹션 스타일 (2026-01-14)
   =================================== */

.contact-section {
    background: linear-gradient(135deg, #fdf2f4 0%, #fff5f7 50%, #fef7f8 100%);
    padding: 80px 0;
}

.contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.contact-subtitle {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

/* 연락처 카드 그리드 */
.contact-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(184, 38, 71, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #b82647, #d64a6a);
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(184, 38, 71, 0.15);
}

/* 카드 아이콘 */
.contact-card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #b82647, #d64a6a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 8px 25px rgba(184, 38, 71, 0.3);
}

.contact-card-icon svg {
    width: 32px;
    height: 32px;
}

/* 카드 내용 */
.contact-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.contact-card-main {
    font-size: 20px;
    font-weight: 700;
    color: #b82647;
    margin-bottom: 10px;
    word-break: keep-all;
}

.contact-card-desc {
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* 카드 버튼 */
.contact-card-btn {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #b82647, #d64a6a);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(184, 38, 71, 0.3);
}

.contact-card-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(184, 38, 71, 0.4);
    color: #fff;
}

/* CTA 영역 */
.contact-cta {
    text-align: center;
    margin-top: 50px;
    padding: 25px;
    background: rgba(184, 38, 71, 0.05);
    border-radius: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-cta p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* 반응형 - 태블릿 */
@media (max-width: 900px) {
    .contact-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .contact-card:last-child {
        grid-column: span 2;
        max-width: 350px;
        margin: 0 auto;
    }
}

/* 반응형 - 모바일 */
@media (max-width: 600px) {
    .contact-section {
        padding: 50px 0;
    }
    
    .contact-header h2 {
        font-size: 24px;
    }
    
    .contact-subtitle {
        font-size: 15px;
    }
    
    .contact-cards {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }
    
    .contact-card {
        padding: 30px 25px;
    }
    
    .contact-card:last-child {
        grid-column: auto;
        max-width: none;
    }
    
    .contact-card-icon {
        width: 60px;
        height: 60px;
    }
    
    .contact-card-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .contact-card-main {
        font-size: 18px;
    }
    
    .contact-cta {
        margin-top: 30px;
        padding: 20px 15px;
    }
    
    .contact-cta p {
        font-size: 14px;
    }
}

/* ===================================
   납품 샘플 갤러리 새 스타일 (2026-01-14)
   =================================== */

.samples-display {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    margin-top: 30px;
}

.samples-display .sample-item {
    display: none;
    max-width: 600px;
    width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    animation: fadeIn 0.5s ease;
}

.samples-display .sample-item.active {
    display: block;
}

.samples-display .sample-item img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    display: block;
}

.samples-display .sample-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 30px 20px 20px;
    color: #fff;
}

.samples-display .sample-overlay h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.samples-display .sample-overlay p {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* 탭 스타일 개선 */
.samples-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.sample-tab {
    padding: 12px 24px;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sample-tab:hover {
    border-color: #b82647;
    color: #b82647;
}

.sample-tab.active {
    background: #b82647;
    border-color: #b82647;
    color: #fff;
}

/* 모바일 */
@media (max-width: 600px) {
    .samples-display {
        min-height: 300px;
    }
    
    .samples-display .sample-item img {
        max-height: 350px;
    }
    
    .sample-tab {
        padding: 10px 18px;
        font-size: 13px;
    }
}

/* ===================================
   PC 메뉴 좌/우 분리 스타일 (2026-01-14)
   =================================== */

.company-nav-menu-pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav-menu-left {
    display: flex;
    gap: 25px;
    align-items: center;
}

.nav-menu-right {
    display: flex;
    gap: 15px;
    align-items: center;
}

/* 특별 버튼 (인쇄샘플, 샵오브코리아에 대하여) */
.special-btn {
    background: linear-gradient(135deg, #b82647, #d64a6a) !important;
    color: #fff !important;
    padding: 10px 18px !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 3px 10px rgba(184, 38, 71, 0.3);
}

.special-btn:hover {
    background: linear-gradient(135deg, #a01f3d, #c43d5d) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(184, 38, 71, 0.4);
}

.special-btn.active {
    background: linear-gradient(135deg, #8a1a34, #b82647) !important;
}

.special-btn .dropdown-arrow {
    fill: #fff;
}

.special-btn svg path {
    fill: #fff;
}

/* 우측 메뉴 드롭다운 정렬 */
.nav-menu-right .company-dropdown {
    right: 0;
    left: auto;
    transform: translateY(-10px);
}

.nav-menu-right .company-dropdown.active {
    transform: translateY(0);
}

/* ===================================
   PC 메뉴 간격 조정 (2026-01-14)
   =================================== */

.company-nav-menu-pc {
    justify-content: flex-start !important;
    gap: 40px;
}

.nav-menu-left {
    gap: 20px;
}

.nav-menu-right {
    margin-left: auto;
    gap: 10px;
}

/* 특별 버튼 크기 조정 */
.special-btn {
    padding: 8px 14px !important;
    font-size: 13px !important;
}

/* 네비게이션 콘텐츠 레이아웃 */
.company-nav-content {
    flex-wrap: nowrap !important;
    gap: 20px;
}

.company-nav-title h2 {
    white-space: nowrap;
    font-size: 18px;
}

/* 1200px 이하에서 타이틀 크기 줄임 */
@media (max-width: 1200px) {
    .company-nav-title h2 {
        font-size: 16px;
    }
    
    .nav-menu-left {
        gap: 15px;
    }
    
    .company-nav-menu-pc .nav-link {
        font-size: 13px;
    }
    
    .special-btn {
        padding: 7px 12px !important;
        font-size: 12px !important;
    }
}

/* 1024px 이하에서 더 줄임 */
@media (max-width: 1024px) {
    .company-nav-title h2 {
        font-size: 14px;
    }
    
    .nav-menu-left {
        gap: 10px;
    }
    
    .company-nav-menu-pc .nav-link {
        font-size: 12px;
    }
    
    .company-nav-menu-pc {
        gap: 20px;
    }
}

/* ===================================
   PC 메뉴 3개 드롭다운 구조 (2026-01-14)
   =================================== */

.company-nav-menu-pc {
    justify-content: flex-end !important;
}

.company-nav-menu-pc .nav-menu-right {
    margin-left: 0;
}

/* 기업/단체 드롭다운 */
#companyDropdown {
    min-width: 150px;
}

/* 모바일 3개 드롭다운 버튼 레이아웃 */
@media (max-width: 768px) {
    .mobile-menu-dropdowns {
        display: flex;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .mobile-menu-dropdowns .nav-item-dropdown {
        position: relative;
    }
    
    .mobile-menu-dropdowns .special-btn {
        font-size: 13px;
        padding: 8px 12px;
        border-radius: 20px;
    }
    
    .mobile-menu-dropdowns .company-dropdown {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        min-width: 140px;
    }
}

/* ===================================
   통일된 메뉴 스타일 (2026-01-14)
   =================================== */

/* 모든 드롭다운 버튼 기본 스타일 */
.company-nav-menu .special-btn {
    background: linear-gradient(135deg, #b82647, #d64a6a) !important;
    color: #fff !important;
    padding: 10px 18px !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 3px 10px rgba(184, 38, 71, 0.3);
    display: flex;
    align-items: center;
    gap: 6px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
}

.company-nav-menu .special-btn:hover {
    background: linear-gradient(135deg, #a01f3d, #c43d5d) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(184, 38, 71, 0.4);
}

.company-nav-menu .special-btn.active {
    background: linear-gradient(135deg, #8a1a34, #b82647) !important;
    transform: scale(1.05);
}

.company-nav-menu .special-btn .dropdown-arrow {
    transition: transform 0.3s ease;
}

.company-nav-menu .special-btn.active .dropdown-arrow {
    transform: rotate(180deg);
}

.company-nav-menu .special-btn svg path {
    fill: #fff;
}

/* 모든 드롭다운 메뉴 통일 스타일 */
.company-nav-menu .company-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    min-width: 160px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border-top: 3px solid #b82647;
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.company-nav-menu .company-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* PC 메뉴 */
.company-nav-menu-pc {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.company-nav-menu-pc .nav-item-dropdown {
    position: relative;
}

.company-nav-menu-pc .special-btn {
    padding: 10px 16px !important;
    font-size: 14px !important;
}

/* 모바일 메뉴 */
@media (max-width: 768px) {
    .company-nav-menu-pc {
        display: none !important;
    }
    
    .company-nav-menu-mobile {
        display: block !important;
    }
    
    .mobile-menu-dropdowns {
        display: flex;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .mobile-menu-dropdowns .nav-item-dropdown {
        position: relative;
    }
    
    .mobile-menu-dropdowns .special-btn {
        padding: 8px 14px !important;
        font-size: 13px !important;
        border-radius: 20px !important;
    }
    
    .mobile-menu-dropdowns .company-dropdown {
        min-width: 140px;
    }
}

@media (min-width: 769px) {
    .company-nav-menu-mobile {
        display: none !important;
    }
}

/* ===================================
   인쇄샘플 갤러리 스타일 (2026-01-14)
   =================================== */

.print-samples-content {
    padding: 40px 0 60px;
    background: #f8f9fa;
    min-height: 60vh;
}

.print-samples-header {
    margin-bottom: 30px;
}

.print-samples-header .section-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

/* 카테고리 탭 */
.category-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 10px 20px;
    border: 2px solid #ddd;
    border-radius: 25px;
    background: #fff;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tab-btn:hover {
    border-color: #b82647;
    color: #b82647;
}

.tab-btn.active {
    background: #b82647;
    border-color: #b82647;
    color: #fff;
}

/* 갤러리 그리드 */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.gallery-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    cursor: pointer;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(184, 38, 71, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.view-icon {
    color: #fff;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-info {
    padding: 15px;
}

.gallery-info h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 결과 없음 */
.no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

/* 페이징 */
.pagination-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.pagination-wrapper .pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
}

.pagination-wrapper .page-link {
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #666;
    text-decoration: none;
}

.pagination-wrapper .page-link:hover,
.pagination-wrapper .page-item.active .page-link {
    background: #b82647;
    border-color: #b82647;
    color: #fff;
}

/* 반응형 */
@media (max-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .print-samples-header .section-title {
        font-size: 20px;
    }
    
    .tab-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .category-tabs {
        gap: 8px;
    }
    
    .tab-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
}

/* 갤러리 그리드 수정 */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: start;
}

.gallery-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: auto;
}

.gallery-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
    background: #f5f5f5;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

/* 모달 이미지 스타일 */
#sampleModal .modal-body img,
[id^='sampleModal'] .modal-body img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .gallery-image {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .gallery-image {
        height: 160px;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .gallery-image {
        height: 200px;
    }
}

/* ===================================
   커스텀 모달 스타일 (2026-01-14)
   =================================== */

.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
}

.custom-modal.active {
    display: block;
}

.custom-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-modal.active .custom-modal-backdrop {
    opacity: 1;
}

.modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    transform: translateY(-30px);
    opacity: 0;
    transition: all 0.3s ease;
}

.custom-modal.active .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 100px);
}

.modal-lg {
    max-width: 900px;
}

.modal-content {
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.btn-close {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 24px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.btn-close:hover {
    color: #333;
}

.btn-close::before {
    content: '×';
}

.modal-body {
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto;
}

.modal-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.modal-body .img-fluid {
    display: block;
    margin: 0 auto 15px;
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
    padding: 16px 20px;
    border-top: 1px solid #eee;
    gap: 10px;
}

.modal-footer .btn {
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.modal-footer .btn-secondary {
    background: #6c757d;
    color: #fff;
    border: none;
}

.modal-footer .btn-secondary:hover {
    background: #5a6268;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
    .modal-dialog {
        margin: 20px 15px;
        padding: 10px;
    }
    
    .modal-lg {
        max-width: 100%;
    }
    
    .modal-title {
        font-size: 16px;
    }
    
    .modal-body {
        padding: 15px;
    }
}

/* 페이징 리스트 스타일 제거 */
.pagination-wrapper .pagination,
.pagination-wrapper .pagination li,
.pagination-wrapper .page-item {
    list-style: none !important;
    list-style-type: none !important;
}

/* ========================================
   샵오브코리아에 대하여 페이지 스타일
   ======================================== */

.aboutus-content {
    padding: 40px 0 60px;
    background-color: #f8f9fa;
    min-height: 60vh;
}

.aboutus-layout {
    display: flex;
    gap: 40px;
}

/* 사이드바 */
.aboutus-sidebar {
    width: 280px;
    flex-shrink: 0;
}

.aboutus-sidebar h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #b82647;
}

.aboutus-nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.aboutus-nav-item {
    display: block;
    padding: 12px 16px;
    color: #555;
    text-decoration: none;
    font-size: 0.95rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.aboutus-nav-item:hover {
    background-color: #fff;
    color: #b82647;
}

.aboutus-nav-item.active {
    background-color: #b82647;
    color: #fff;
    font-weight: 600;
}

/* 메인 컨텐츠 */
.aboutus-main {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.aboutus-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.aboutus-body {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}

.aboutus-body p {
    margin-bottom: 1.5em;
}

.aboutus-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.aboutus-body h3, .aboutus-body h4 {
    margin-top: 2em;
    margin-bottom: 1em;
    color: #333;
}

/* 반응형 */
@media (max-width: 991px) {
    .aboutus-layout {
        flex-direction: column;
        gap: 30px;
    }
    
    .aboutus-sidebar {
        width: 100%;
    }
    
    .aboutus-nav {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .aboutus-nav-item {
        flex: 0 0 auto;
        padding: 10px 16px;
        font-size: 0.9rem;
    }
    
    .aboutus-main {
        padding: 30px 20px;
    }
    
    .aboutus-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .aboutus-content {
        padding: 20px 0 40px;
    }
    
    .aboutus-nav-item {
        padding: 8px 12px;
        font-size: 0.85rem;
    }
    
    .aboutus-main {
        padding: 20px 15px;
    }
    
    .aboutus-title {
        font-size: 1.25rem;
    }
}

/* 검색 폼 스타일 */
.search-form {
    margin-top: 20px;
}

.search-input-wrapper {
    display: flex;
    max-width: 400px;
    margin: 0 auto;
    border: 2px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.3s;
}

.search-input-wrapper:focus-within {
    border-color: #b82647;
}

.search-input {
    flex: 1;
    padding: 12px 16px;
    border: none;
    font-size: 1rem;
    outline: none;
}

.search-btn {
    padding: 12px 16px;
    background: #b82647;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s;
}

.search-btn:hover {
    background: #9a1f3a;
}

.search-result-info {
    text-align: center;
    margin-top: 15px;
    color: #666;
    font-size: 0.95rem;
}

.clear-search {
    display: inline-block;
    margin-left: 10px;
    color: #b82647;
    text-decoration: underline;
}

.clear-search:hover {
    color: #9a1f3a;
}

@media (max-width: 576px) {
    .search-input-wrapper {
        max-width: 100%;
    }
    
    .search-input {
        padding: 10px 12px;
        font-size: 0.9rem;
    }

    .search-btn {
        padding: 10px 12px;
    }
}

/* ===================================
   9. 포장서비스 안내 섹션
   =================================== */
.packaging-section {
    padding: 80px 0;
    background: #fff;
    border-top: 1px solid #eee;
}

.packaging-header {
    text-align: center;
    margin-bottom: 50px;
}

.packaging-eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 3px;
    color: #b82647;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.packaging-lead {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-top: 15px;
}
.packaging-lead strong {
    color: #1a1a1a;
    font-size: 19px;
}

.packaging-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1080px;
    margin: 0 auto;
}

.packaging-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(184, 38, 71, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.packaging-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(184, 38, 71, 0.15);
}

.packaging-thumb {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
}
.packaging-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.packaging-card:hover .packaging-thumb img {
    transform: scale(1.05);
}

.packaging-info {
    padding: 22px 24px 26px;
    text-align: center;
}
.packaging-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
}
.packaging-color {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #b82647;
    background: rgba(184, 38, 71, 0.08);
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 4px;
    vertical-align: middle;
}
.packaging-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.packaging-note {
    max-width: 780px;
    margin: 40px auto 0;
    padding: 18px 24px;
    background: #faf9f7;
    border-left: 3px solid #b82647;
    border-radius: 4px;
    font-size: 13px;
    color: #555;
    line-height: 1.8;
}
.packaging-note strong {
    color: #b82647;
}

@media (max-width: 991px) {
    .packaging-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media (max-width: 640px) {
    .packaging-section { padding: 60px 0; }
    .packaging-grid { grid-template-columns: 1fr; max-width: 340px; }
    .packaging-lead { font-size: 15px; }
    .packaging-lead strong { font-size: 17px; }
}
