/*
(주)파이브센스_FIVESENSES.Corp.
파이브프로_FIVEPro_웹솔루션.
본 라이브러리(소스코드 및 디자인 포함)는 (주)파이브센스의 자산이며, 저작권법 및 부정경쟁방지법에 의해 보호됩니다.
무단 사용, 외부 유출, 복제, 배포, 변형을 금지합니다.
위반 시 민·형사상 법적 책임 및 손해배상 청구 대상이 됩니다.
작성일: 2025-03-18 | 저작권자: (주)파이브센스(520-86-01244) | All Rights Reserved.
*/

.admission2 .adm2_inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ── 섹션 헤더 ── */
.admission2 .adm2_head { margin-bottom: 48px; }

.admission2 .adm2_eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.admission2 .adm2_eyebrow_no {
    font-size: 13px; font-weight: 600; color: #1f7a52;
    letter-spacing: 0.04em; font-family: 'Pretendard Mono','Pretendard',monospace; line-height: 1;
}
.admission2 .adm2_eyebrow_bar {
    display: inline-block; width: 26px; height: 1.5px;
    background: #1f7a52; border-radius: 2px; flex-shrink: 0;
}
.admission2 .adm2_kicker {
    font-size: 13px; font-weight: 600; color: #1f7a52;
    letter-spacing: 0.02em; line-height: 1;
}
.admission2 .adm2_title {
    font-size: 38px; font-weight: 700; color: #0a0b0d;
    margin: 0 0 18px; letter-spacing: -0.035em; line-height: 1.25;
    display: block; word-break: keep-all;
}
.admission2 .adm2_desc {
    font-size: 17px; color: #5b616e; line-height: 1.7;
    word-break: keep-all; display: block;
}

/* ── 참가 가능 대상 레이블 ── */
.admission2 .adm2_audience_label {
    font-size: 16px; font-weight: 700; color: #0a0b0d;
    margin: 0 0 18px; letter-spacing: -0.02em;
}

/* ── 참가 가능 대상 그리드 ── */
.admission2 .adm2_audience_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

.admission2 .adm2_audience_card {
    background: #fff;
    border: 1px solid #dee1e6;
    border-radius: 24px;
    padding: 30px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 200ms ease, box-shadow 200ms ease;
}
.admission2 .adm2_audience_card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(15,23,42,0.08);
}

/* nth-child 톤 */
.admission2 .adm2_audience_grid .adm2_audience_card:nth-child(1) { --adm2-ink: #1f7a52; --adm2-soft: #eaf5ee; }
.admission2 .adm2_audience_grid .adm2_audience_card:nth-child(2) { --adm2-ink: #2f6ad1; --adm2-soft: #ecf2fc; }
.admission2 .adm2_audience_grid .adm2_audience_card:nth-child(3) { --adm2-ink: #6c4fd1; --adm2-soft: #f1edfb; }
.admission2 .adm2_audience_grid .adm2_audience_card:nth-child(4) { --adm2-ink: #0e9488; --adm2-soft: #e6f6f4; }
.admission2 .adm2_audience_grid .adm2_audience_card:nth-child(5) { --adm2-ink: #d6457f; --adm2-soft: #fdecf3; }

.admission2 .adm2_audience_icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: var(--adm2-soft);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px; flex-shrink: 0;
    overflow: hidden;
}
.admission2 .adm2_audience_icon img {
    width: 30px; height: 30px; object-fit: contain;
}

.admission2 .adm2_audience_title {
    font-size: 15.5px; font-weight: 700; color: #0a0b0d;
    letter-spacing: -0.02em; word-break: keep-all; display: block;
}
.admission2 .adm2_audience_sub {
    font-size: 12px; color: #7c828a;
    margin-top: 5px; word-break: keep-all; display: block;
}

/* ── 하단 2열 ── */
.admission2 .adm2_bottom {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 24px;
    align-items: stretch;
}

/* ── 필수 참가 조건 ── */
.admission2 .adm2_cond_box {
    background: #f7f7f7;
    border: 1px solid #dee1e6;
    border-radius: 24px;
    padding: 30px 32px;
}
.admission2 .adm2_cond_head {
    display: flex; align-items: center; gap: 9px; margin-bottom: 20px;
}
.admission2 .adm2_cond_icon {
    width: 40px; height: 40px; border-radius: 12px;
    background: #eaf5ee;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.admission2 .adm2_cond_head_label {
    font-size: 16px; font-weight: 700; color: #0a0b0d; letter-spacing: -0.02em;
}
.admission2 .adm2_cond_list {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 14px;
}
.admission2 .adm2_cond_item {
    display: flex; align-items: flex-start; gap: 12px;
}
.admission2 .adm2_cond_mark {
    flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
    background: #eaf5ee;
    display: inline-flex; align-items: center; justify-content: center; margin-top: 1px;
}
.admission2 .adm2_cond_text {
    font-size: 14.5px; color: #5b616e; line-height: 1.55;
    white-space: pre-line; word-break: keep-all;
}

/* ── 참가 제한 안내 ── */
.admission2 .adm2_warn_box {
    background: #fffbeb;
    border: 1px solid rgba(217,119,6,0.2);
    border-left: 3px solid #d97706;
    border-radius: 24px;
    padding: 30px 28px;
    display: flex; flex-direction: column; justify-content: center;
}
.admission2 .adm2_warn_head {
    display: flex; align-items: center; gap: 9px; margin-bottom: 12px;
}
.admission2 .adm2_warn_head_label {
    font-size: 15px; font-weight: 700; color: #d97706; letter-spacing: -0.02em;
}
.admission2 .adm2_warn_text {
    font-size: 15px; color: #0a0b0d; margin: 0; line-height: 1.6;
    word-break: keep-all; font-weight: 600; display: block;
}
.admission2 .adm2_warn_text strong { color: #d97706; }

/* ── 반응형 ── */
@media (max-width: 991px) {
    .admission2 .adm2_inner { padding: 0 20px; }
    .admission2 .adm2_head { margin-bottom: 32px; }
    .admission2 .adm2_title { font-size: 28px; margin-bottom: 10px; }
    .admission2 .adm2_desc { font-size: 14px; }

    .admission2 .adm2_audience_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 28px;
    }
    .admission2 .adm2_audience_card { padding: 24px 14px; }
    .admission2 .adm2_audience_icon { width: 52px; height: 52px; margin-bottom: 12px; }
    .admission2 .adm2_audience_title { font-size: 14px; }

    .admission2 .adm2_bottom { grid-template-columns: 1fr; }
    .admission2 .adm2_cond_box { padding: 24px 20px; }
    .admission2 .adm2_warn_box { padding: 24px 20px; }
}

@media (max-width: 480px) {
    .admission2 .adm2_audience_grid { grid-template-columns: 1fr 1fr; }
}
