/* 아쿠아쏙 서비스 오픈 안내 - 스타일 강제 적용 버전 */
.aq-notice-wrap {
    font-family: 'Pretendard', -apple-system, 'Malgun Gothic', sans-serif !important;
    width: 100% !important;
    max-width: 900px !important;
    margin: 20px auto !important;
    color: #334155 !important;
    line-height: 1.7 !important;
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    text-align: left !important; /* 게시판 중앙정렬 간섭 방지 */
}

/* 상단 이미지 */
.aq-main-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* 상단 헤더 */
.aq-notice-header {
    background: linear-gradient(135deg, #1d3557 0%, #457b9d 100%) !important;
    padding: 50px 20px !important;
    text-align: center !important;
    color: #ffffff !important;
    border: none !important;
}

.aq-notice-header h1 {
    margin: 0 !important;
    font-size: clamp(22px, 4vw, 32px) !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px !important;
    color: #ffffff !important;
    line-height: 1.4 !important;
}

/* 본문 영역 */
.aq-notice-body { padding: 40px 30px !important; }

.aq-intro-box {
    background-color: #f0f7ff !important;
    border-radius: 20px !important;
    padding: 30px !important;
    margin-bottom: 40px !important;
    border-left: 6px solid #0077B6 !important;
}

.aq-intro-box h2 {
    color: #0077B6 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0 0 15px 0 !important;
}

/* 기능 리스트 */
.aq-feature-item {
    background: #ffffff !important;
    padding: 20px !important;
    border-radius: 15px !important;
    margin-bottom: 15px !important;
    border: 1px solid #f1f5f9 !important;
    display: block !important;
}

.aq-feature-tag {
    display: inline-block !important;
    padding: 4px 12px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.tag-ai { background: #e0f2fe !important; color: #0369a1 !important; }
.tag-global { background: #dcfce7 !important; color: #15803d !important; }
.tag-buddy { background: #fef3c7 !important; color: #b45309 !important; }

/* 버튼 */
.aq-btn-center { text-align: center !important; margin: 40px 0 !important; }

.aq-manual-btn {
    display: inline-block !important;
    background: #0077B6 !important;
    color: #ffffff !important;
    padding: 18px 45px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    box-shadow: 0 4px 12px rgba(0, 119, 182, 0.2) !important;
}

/* 정책 안내 */
.aq-policy-section {
    background: #f8fafc !important;
    border-radius: 20px !important;
    padding: 25px !important;
    font-size: 14px !important;
}

.aq-policy-title {
    font-weight: 700 !important;
    color: #475569 !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.aq-closing {
    text-align: center !important;
    padding: 30px !important;
    border-top: 1px solid #f1f5f9 !important;
    margin-top: 40px !important;
}












/* 아쿠아쏙 챌린지 이벤트 통합 스타일 */
.aq-event-wrap {
    font-family: 'Pretendard', -apple-system, sans-serif;
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    color: #1d3557;
    line-height: 1.6;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.aq-main-banner {
    background: linear-gradient(135deg, #0077B6 0%, #00B4D8 100%);
    padding: 60px 20px;
    text-align: center;
    color: #ffffff;
}

.aq-banner-sub {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    opacity: 0.9;
}

.aq-banner-title {
    margin: 0;
    font-size: clamp(24px, 5vw, 36px);
    font-weight: 800;
    line-height: 1.3;
}

.aq-content-body {
    padding: 40px 25px;
}

.aq-section-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #0077B6;
    margin: 40px 0 25px 0;
}

.aq-reward-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

.aq-reward-card {
    flex: 1;
    min-width: 280px;
    border: 2px solid #f0f4f8;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    background: #ffffff;
}

.aq-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
}

.badge-ko { background: #fee2e2; color: #ef4444; }
.badge-global { background: #dcfce7; color: #16a34a; }

.aq-reward-list strong {
    display: block;
    font-size: 18px;
    color: #334155;
    margin-bottom: 5px;
}

.aq-step-box {
    background: #f8fafc;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 40px;
}

.aq-step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

.aq-step-num {
    background: #0077B6;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;    justify-content: center;
    margin-right: 15px;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* 인스타 가이드 스타일 */
.aq-insta-guide {
    background: #fff5f8;
    border: 1px solid #ffdde5;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 45px;
}

.aq-insta-tag-box {
    background: #ffffff;
    border: 1px dashed #ffb8c6;
    border-radius: 12px;
    padding: 15px;
    margin-top: 15px;
    font-family: monospace;
    font-size: 14px;
    color: #e1306c;
    word-break: break-all;
}

.aq-score-box {
    border: 2px dashed #cbd5e1;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 40px;
}

.aq-score-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.aq-score-item {
    background: #f1f5f9;
    padding: 15px;
    border-radius: 12px;
    width: 100%;
    max-width: 320px;
}

.aq-btn-container {
    text-align: center;
    margin: 40px 0;
}

.aq-cta-btn {
    display: inline-block;
    background: #1d3557;
    color: #ffffff !important;
    padding: 20px 60px;
    border-radius: 15px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 20px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(29,53,87,0.3);
}

.aq-cta-btn:hover {
    background: #0077B6;
    transform: translateY(-2px);
}

.aq-youtube-btn {
    display: inline-flex;
    align-items: center;
    background: #FF0000;
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
}

.aq-footer-box {
    margin-bottom: 25px;
    padding: 25px 20px;
    background: #f1f5f9;
    border-radius: 15px;
    text-align: center;
}

.aq-footer-info {
    font-size: 13px;
    color: #94a3b8;
    text-align: center;
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
}



/*SGI 메인 공지사항*/
.as-container { max-width: 850px; margin: 40px auto; font-family: 'Pretendard', -apple-system, sans-serif; color: #334155; line-height: 1.7; word-break: keep-all; }
.as-card { background: #ffffff; border-radius: 30px; border: 1px solid #f1f5f9; box-shadow: 0 20px 50px rgba(55, 78, 160, 0.1); overflow: hidden; margin-bottom: 40px; }
.as-header { background: linear-gradient(135deg, #374EA0 0%, #1e293b 100%); padding: 60px 20px; text-align: center; color: #fff; }
.as-badge { display: inline-block; padding: 4px 12px; background: rgba(255,255,255,0.2); border-radius: 100px; font-size: 12px; font-weight: 800; letter-spacing: 1px; margin-bottom: 20px; }
.as-title { font-size: 28px; font-weight: 900; margin: 0; line-height: 1.4; }
.as-content { padding: 40px; }
.as-intro { font-size: 18px; text-align: center; color: #64748b; margin-bottom: 50px; }
.as-intro b { color: #374EA0; font-weight: 800; }
.as-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 50px; }
.as-item-card { background: #f8fafc; padding: 25px; border-radius: 20px; border: 1px solid #f1f5f9; transition: 0.3s; }
.as-item-card:hover { transform: translateY(-5px); border-color: #374EA0; }
.as-number { display: inline-block; width: 30px; height: 30px; background: #374EA0; color: #fff; border-radius: 8px; text-align: center; line-height: 30px; font-weight: 800; font-size: 14px; margin-bottom: 15px; }
.as-item-title { font-weight: 800; font-size: 16px; margin-bottom: 8px; color: #1e293b; display: block; }
.as-item-desc { font-size: 14px; color: #64748b; margin: 0; }
.as-section-title { font-size: 20px; font-weight: 900; color: #1e293b; margin-bottom: 25px; display: flex; align-items: center; gap: 10px; }
.as-benefit-box { background: #eff6ff; border-radius: 25px; padding: 30px; border-left: 6px solid #374EA0; margin-bottom: 30px; }
.as-benefit-list { list-style: none; padding: 0; margin: 0; }
.as-benefit-list li { margin-bottom: 12px; font-weight: 600; display: flex; gap: 10px; font-size: 15px; }
.as-promise-box { background: #fff1f2; border-radius: 25px; padding: 30px; border-left: 6px solid #f43f5e; }
.as-apply-card { background: #f1f5f9; border-radius: 30px; padding: 40px; text-align: center; margin-top: 50px; }
.as-apply-btn-group { display: flex; justify-content: center; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.as-apply-btn { padding: 10px 20px; background: #fff; border-radius: 12px; font-size: 14px; font-weight: 800; color: #374EA0; border: 1px solid #e2e8f0; }

/* 공지사항 내의 모든 이미지 모서리를 30px만큼 둥글게 */
.as-container img {
    border-radius: 30px !important;
    overflow: hidden;
}

@media (max-width: 600px) {
    .as-grid { grid-template-columns: 1fr; }
    .as-title { font-size: 22px; }
    .as-content { padding: 25px; }
}



/* ============================================================
   AQUASSOK 프리다이빙 통합 스타일 시트 (최적화 버전)
   ============================================================ */

/* ============================================================
   AQUASSOK 제주도 프리다이빙 전용 독립 CSS (asjeju-)
   ============================================================ */
/* [1. 전체 컨테이너 및 기본 설정] */
.asjeju-container { 
    max-width: 900px; 
    margin: 40px auto; 
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif; 
    color: #1e293b; 
    line-height: 1.8; 
    word-break: keep-all; 
    background-color: #fff; 
    padding: 0 20px; 
    text-align: center; 
    box-sizing: border-box; 
}

/* [2. 헤더 섹션] */
.asjeju-main-header { 
    display: flex !important; 
    flex-direction: column !important; 
    align-items: center !important; 
    margin-bottom: 50px !important; 
}
.asjeju-main-title { 
    font-size: clamp(30px, 5vw, 60px) !important; 
    font-weight: 900 !important; 
    color: #1e1b4b !important; 
    margin-bottom: 20px !important; 
    line-height: 1.1 !important; 
    letter-spacing: -2px !important; 
}
.asjeju-title-bar { 
    width: 100px; 
    height: 7px; 
    background: linear-gradient(90deg, #2563eb, #06b6d4); 
    border-radius: 10px; 
    margin-bottom: 25px !important; 
}
.asjeju-sub-title { 
    font-size: clamp(18px, 3vw, 24px) !important; 
    font-weight: 800 !important; 
    color: #475569 !important; 
}

/* [3. 리스트 및 카드 섹션] */
.asjeju-diff-box { margin: 40px 0 60px 0; background: #fff; padding: 40px 20px; border: 2px solid #f1f5f9; border-radius: 35px; }
.asjeju-diff-li { 
    display: flex; 
    align-items: center; 
    gap: 15px; 
    margin: 0 auto 12px auto; 
    background: #fff; 
    padding: 18px 25px; 
    border-radius: 20px; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); 
    border: 1px solid #f1f5f9; 
    text-align: left; 
    max-width: 500px; 
}
.asjeju-diff-circle { 
    background: #2563eb; 
    color: #fff; 
    padding: 4px 12px; 
    border-radius: 50px; 
    font-weight: 900; 
    font-size: 13px; 
    flex-shrink: 0; 
}
.asjeju-diff-txt { font-weight: 800; font-size: 18px; color: #1e1b4b; }

.asjeju-intro-card { border-left: 12px solid #3b82f6; background: #f0f7ff; padding: 40px; border-radius: 0 35px 35px 0; margin-bottom: 40px; text-align: left; }
.asjeju-mark { background: linear-gradient(to top, #fde047 45%, transparent 45%); font-weight: 900; padding: 0 2px; }

.asjeju-worry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 30px; }
.asjeju-worry-card { background: #f8fafc; padding: 22px; border-radius: 20px; border: 1px solid #f1f5f9; display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 16px; color: #475569; text-align: left; }

.asjeju-notice-box { background: #fff1f2; border: 2px dashed #fda4af; padding: 40px 30px; border-radius: 35px; text-align: center; margin-bottom: 60px; }

.asjeju-level-card { border: 1px solid #e2e8f0; border-radius: 30px; padding: 35px; background: #fff; text-align: left; margin-bottom: 25px; position: relative; overflow: hidden; }
.asjeju-level-card::before { content: ''; position: absolute; top:0; left:0; width:10px; height:100%; background:#2563eb; }
.asjeju-level-card h4 { font-size: 24px; font-weight: 900; color: #1e1b4b; margin-bottom: 15px; font-style: italic; }

/* [4. 테이블 섹션] */
.asjeju-table-wrap { overflow-x: auto; border: 1px solid #e2e8f0; border-radius: 20px; margin: 30px 0; }
.asjeju-table { width: 100%; border-collapse: collapse; min-width: 600px; font-size: 15px; }
.asjeju-table th { background: #f8fafc; padding: 18px; color: #64748b; border-bottom: 2px solid #e2e8f0; font-weight: 800; }
.asjeju-table td { padding: 20px 18px; border-bottom: 1px solid #f1f5f9; font-weight: 600; }

/* [5. 유튜브 및 비디오] */
.asjeju-video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 60px; }
.asjeju-video-item {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Ratio */
    height: 0;
    border-radius: 25px;
    overflow: hidden;
    background: #000;
}
.asjeju-video-item iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: none;
}

/* [6. 팀장 프로필 섹션 - 중앙 집중 정렬 수정버전] */
.asjeju-profile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 60px auto;
    width: 100%;
}
.asjeju-profile-img {
    width: 100%;
    max-width: 450px;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    object-fit: cover;
}
.asjeju-profile-info { 
    width: 100%; 
    text-align: center; 
}
/* 리스트 정렬 보정: 덩어리는 중앙, 내용은 왼쪽시작 */
.asjeju-profile-list-wrap {
    display: inline-block; /* 내용물 폭에 맞춰 박스 크기 축소 */
    text-align: left;     /* 리스트 텍스트는 왼쪽 정렬로 라인 맞춤 */
}
.asjeju-profile-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #475569;
}
.asjeju-profile-list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}
.asjeju-profile-list li::before {
    content: '🔹';
    position: absolute;
    left: 0;
}

/* [7. 하단 CTA] */
.asjeju-footer-cta { background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%); color: #fff; border-radius: 40px; padding: 60px 20px; text-align: center; margin-top: 60px; }
.asjeju-call-btn { 
    text-decoration: none; 
    border-radius: 20px; 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    padding: 20px 40px; 
    width: 100%; 
    max-width: 380px; 
    color: #fff; 
    background: #AA1F91; 
    font-weight: 900; 
    font-size: 26px; 
    transition: all 0.3s; 
    margin-bottom: 15px; 
    letter-spacing: 1px; 
}
.asjeju-call-btn:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }

/* [8. 반응형 통합 조정 (Mobile)] */
@media (max-width: 768px) {
    .asjeju-container { padding: 0 10px; margin: 20px auto; }
    
    .asjeju-worry-grid, 
    .asjeju-video-grid { grid-template-columns: 1fr; gap: 15px; }
    
    .asjeju-intro-card, 
    .asjeju-footer-cta { border-radius: 0; margin-left: -10px; margin-right: -10px; }
    
    .asjeju-profile-img { max-width: 100%; border-radius: 0; }
    .asjeju-profile-info { padding: 0 15px; }
    .asjeju-profile-list { font-size: 14px; } /* 모바일에서 텍스트 겹침 방지 */
    
    .asjeju-main-title { letter-spacing: -1px; }
}