@charset "UTF-8";

/* ==========================================================================
   1. 기본 스타일 및 공통 요소
   ========================================================================== */
body { font-family: 'Malgun Gothic', '맑은 고딕', sans-serif; color: #333; line-height: 1.6; }
a { text-decoration: none; color: inherit; }

/* 한글 단어 끊김 방지 강제 적용 */
.course-info-box, .table-responsive, .notice-box, .card-body, p, li, h1, h2, h3, h4, h5, h6 {
    word-break: keep-all !important;
}

/* ==========================================================================
   2. 상단 네비게이션 & 모바일 최상단 빠른 연락처 바
   ========================================================================== */
.custom-nav { background: #ffffff; border-bottom: 1px solid #eee; padding: 10px 0; }
.nav-brand { font-size: 24px; font-weight: bold; color: #0066cc; }
.nav-menu a { margin-left: 10px; margin-right: 10px; font-weight: 500; font-size: 16px; display: inline-block; }
.nav-menu a.reserve-btn { color: #ff3300; font-weight: bold; }

/* 📱 모바일 연락처 보강 및 텍스트 깨짐 방지 전용 CSS */
.mobile-call-bar {
    background-color: #0052cc;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    font-size: 15px;
}
.mobile-call-bar a {
    color: #fff;
    text-decoration: none;
    background-color: #ff3366;
    padding: 4px 12px;
    border-radius: 20px;
    margin-left: 8px;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

@media (max-width: 767px) {
    .nav-menu a { margin-left: 0; margin-right: 0; width: 100%; border-bottom: 1px solid #f5f5f5; }
    .nav-menu a.reserve-btn { border-bottom: none; background-color: #fff0ed; padding-left: 10px !important; border-radius: 4px; }
}

/* ==========================================================================
   3. 메인화면 대형 비주얼 (Hero)
   ========================================================================== */
.hero-section {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('images/2026/2026_main_01.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 120px 20px;
    text-align: center;
}
.hero-section h1 { font-size: calc(1.8rem + 1.5vw); font-weight: 800; line-height: 1.3; text-shadow: 2px 2px 4px rgba(0,0,0,0.6); margin-bottom: 15px; }
.hero-section p { font-size: calc(0.9rem + 0.3vw); text-shadow: 1px 1px 3px rgba(0,0,0,0.6); margin-bottom: 30px; opacity: 0.9; }
.hero-section .btn { margin-bottom: 10px; }
.highlight-phone { color: #ffeb3b; font-weight: bold; display: inline-block; }

/* ==========================================================================
   4. 공통 섹션 헤더 스타일
   ========================================================================== */
.section-title { text-align: center; font-weight: bold; margin-bottom: 40px; position: relative; padding-bottom: 15px; }
.section-title::after { content: ''; width: 50px; height: 3px; background: #0066cc; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }

/* ==========================================================================
   5. 메인 홈: 지역별 종합 카드 스타일
   ========================================================================== */
.location-card { background: white; border: 1px solid #e1e1e1; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 6px rgba(0,0,0,0.05); transition: 0.3s; margin-bottom: 20px; }
.location-card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px rgba(0,0,0,0.1); }
.location-img { width: 100%; height: 180px; object-fit: cover; }
.location-body { padding: 20px; }
.location-name { font-size: 20px; font-weight: bold; color: #111; margin-bottom: 10px; }
.badge-group { margin-bottom: 15px; }
.badge-act { display: inline-block; padding: 3px 8px; font-size: 12px; border-radius: 4px; font-weight: bold; margin-right: 5px; margin-bottom: 5px; }
.bg-raft { background: #e3f2fd; color: #0d47a1; }
.bg-surv { background: #efebe9; color: #4e342e; }
.bg-atv { background: #fff3e0; color: #e65100; }
.bg-zip { background: #e8f5e9; color: #1b5e20; }

/* ==========================================================================
   6. 메인 홈: 단체 행사 구역 스타일
   ========================================================================== */
.group-section { background: #004d40; color: white; padding: 70px 15px; text-align: center; }
.group-section h2 { font-size: 28px; font-weight: 800 !important; letter-spacing: -0.5px; line-height: 1.4; }
.group-section p.lead { font-size: 16px; opacity: 0.85; }
.group-box { background: rgba(255,255,255,0.07); padding: 32px 24px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.15); margin-bottom: 20px; transition: 0.3s ease; }
.group-box:hover { background: rgba(255,255,255,0.12); transform: translateY(-3px); }
.group-box h4 { font-size: 20px; font-weight: 700; margin-bottom: 14px; }
.group-box h4 a { color: #ffffff !important; text-decoration: none !important; display: block; width: 100%; }
.group-box h4 a:hover { color: #fffeb3 !important; text-decoration: none !important; }
.group-box p { color: rgba(255,255,255,0.8) !important; font-size: 14px; line-height: 1.6; margin-bottom: 0; }
.group-btn-wrap .btn { margin: 6px 4px; padding: 8px 16px; font-size: 14px; border-radius: 30px; border: none; box-shadow: 0 2px 5px rgba(0,0,0,0.1); transition: 0.2s; }
.group-btn-wrap .btn:hover { background-color: #ff3366 !important; color: #fff !important; }

/* ==========================================================================
   7. 메인 홈: AI 인식 향상 및 FAQ 구역 스타일
   ========================================================================== */
.ai-info-section { background-color: #f4f6f9; padding: 60px 20px; }
.faq-box { background: white; padding: 22px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.03); margin-bottom: 20px; }
.faq-question { font-weight: bold; color: #0066cc; font-size: 16px; margin-bottom: 10px; }
.faq-answer { color: #555; font-size: 14px; line-height: 1.6; }
.faq-answer a { color: #0066cc; font-weight: bold; text-decoration: underline; }

/* ==========================================================================
   8. 서브페이지 전용 프리미엄 레이아웃 스타일
   ========================================================================== */
.sub-header {
    background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url('images/2026/2026_sub_00.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 4px solid #0066cc;
}
.sub-title { font-size: calc(1.8rem + 1.2vw); font-weight: 800; letter-spacing: -1px; text-shadow: 2px 2px 4px rgba(0,0,0,0.6); }
.sub-header p { font-size: calc(0.95rem + 0.2vw); line-height: 1.6; text-shadow: 1px 1px 3px rgba(0,0,0,0.6); }

/* 서브페이지 패키지/관광지용 고급 카드 효과 */
.img-wrapper { position: relative; overflow: hidden; border-radius: 8px 8px 0 0; height: 180px; background-color: #f1f3f5; }
.img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.spot-card { border: 1px solid #e2e8f0; border-radius: 8px; transition: all 0.3s ease; height: 100%; overflow: hidden; }
.spot-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); border-color: #0066cc; }
.spot-card:hover .img-wrapper img { transform: scale(1.08); }
.badge-package { background-color: #ff5722; color: white; font-size: 11px; padding: 4px 8px; border-radius: 4px; font-weight: bold; }

/* 코스별 상세정보 인포박스 */
.course-info-box { background: #f8f9fa; border-left: 4px solid #0066cc; padding: 20px; border-radius: 0 8px 8px 0; margin-bottom: 30px; }
.course-meta-item { font-size: 15px; margin-bottom: 8px; }
.course-meta-item strong { color: #0066cc; }

/* 정찰제 요금표 스타일 마감 */
.table-responsive { margin-top: 20px; box-shadow: 0 4px 6px rgba(0,0,0,0.02); border-radius: 8px; overflow: hidden; }
.table-price { margin-bottom: 0; }
.table-price thead { background-color: #0066cc; color: white; text-align: center; }
.table-price tbody td { text-align: center; vertical-align: middle; font-size: 15px; }
.price-text { font-weight: bold; color: #ff3300; }

/* 이용안내 및 준비물 구역 */
.notice-box { background: #fff8f6; border: 1px solid #ffccbc; padding: 25px; border-radius: 8px; margin-top: 20px; }
.notice-box h5 { color: #d84315; font-weight: bold; margin-bottom: 15px; }
.notice-box ul { padding-left: 20px; margin-bottom: 0; }
.notice-box li { font-size: 14px; color: #555; margin-bottom: 8px; }

/* ⚡ 초고속 실시간 예약 스티키 박스 (디자인 완벽 재현) */
.reserve-sticky-box { background-color: #fffde6; border: 1px solid #ffeaa7; border-radius: 8px; padding: 20px; }
.reserve-sticky-box .inner-phone-box { background-color: #fff; border: 1px solid #e1e1e1; border-radius: 6px; padding: 12px 15px; }

/* ==========================================================================
   9. 하단 회사 정보 (Footer)
   ========================================================================== */
.footer { background-color: #222; color: #aaa; padding: 40px 20px; font-size: 14px; border-top: 3px solid #0066cc; }
.footer strong { color: #fff; }
.footer-links a { color: #339999; margin-right: 12px; font-weight: bold; display: inline-block; margin-bottom: 5px; }
.footer-links a:hover { text-decoration: underline; }