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

/* ── 레이아웃 ── */
.admission7 .adm7_inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
}

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

.admission7 .adm7_eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.admission7 .adm7_eyebrow_no {
    font-size: 13px; font-weight: 600; color: #1f7a52;
    letter-spacing: 0.04em; font-family: 'Pretendard Mono','Pretendard',monospace; line-height: 1;
}
.admission7 .adm7_eyebrow_bar {
    display: inline-block; width: 26px; height: 1.5px;
    background: #1f7a52; border-radius: 2px; flex-shrink: 0;
}
.admission7 .adm7_kicker {
    font-size: 13px; font-weight: 600; color: #1f7a52;
    letter-spacing: 0.02em; line-height: 1;
}
.admission7 .adm7_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;
}
.admission7 .adm7_desc {
    font-size: 17px; color: #5b616e; line-height: 1.7;
    word-break: keep-all; display: block;
}

/* ── 2열 그리드 ── */
.admission7 .adm7_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
    margin-bottom: 24px;
}

/* ── 카드 박스 공통 ── */
.admission7 .adm7_restrict_box,
.admission7 .adm7_caution_box {
    background: #fff;
    border: 1px solid #dee1e6;
    border-radius: 24px;
    padding: 30px 32px;
    transition: box-shadow 200ms ease-out, transform 200ms ease-out;
}
.admission7 .adm7_restrict_box:hover,
.admission7 .adm7_caution_box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(15,23,42,0.08);
}

/* ── 박스 헤더 ── */
.admission7 .adm7_box_header {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
}
.admission7 .adm7_icon_tile {
    width: 40px; height: 40px;
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.admission7 .adm7_icon_tile--rose  { background: #fdecf3; }
.admission7 .adm7_icon_tile--amber { background: #fff4e6; }
.admission7 .adm7_box_title {
    font-size: 17px; font-weight: 700; color: #0a0b0d;
    letter-spacing: -0.02em;
}

/* ── 리스트 공통 ── */
.admission7 .adm7_item_list,
.admission7 .adm7_caution_list {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 16px;
}
.admission7 .adm7_item,
.admission7 .adm7_caution_item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* ── 항목 마크 ── */
.admission7 .adm7_item_mark,
.admission7 .adm7_caution_mark {
    flex-shrink: 0;
    width: 22px; height: 22px;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    margin-top: 1px;
}
.admission7 .adm7_item_mark--rose  { background: #fdecf3; }
.admission7 .adm7_caution_mark--amber { background: #fff4e6; }

/* ── 항목 텍스트 ── */
.admission7 .adm7_item_body { display: flex; flex-direction: column; gap: 4px; min-width: 0; flex: 1; }
.admission7 .adm7_item_text,
.admission7 .adm7_caution_text {
    font-size: 14.5px; color: #5b616e; font-weight: 500;
    line-height: 1.55; word-break: keep-all; display: block;
}
.admission7 .adm7_item_desc { font-size: 12.5px; color: #7c828a; font-weight: 400; line-height: 1.45; word-break: keep-all; }

/* ── 문의처 ── */
.admission7 .adm7_contact {
    background: #fff;
    border: 1px solid #dee1e6;
    border-radius: 24px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
.admission7 .adm7_contact_left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.admission7 .adm7_icon_tile--green { background: #eaf5ee; }
.admission7 .adm7_contact_left .adm7_icon_tile {
    width: 44px;
    height: 44px;
}
.admission7 .adm7_contact_title {
    font-size: 16px;
    font-weight: 700;
    color: #0a0b0d;
    letter-spacing: -0.02em;
}
.admission7 .adm7_contact_org {
    font-size: 13px;
    color: #7c828a;
    margin-top: 2px;
    display: block;
}
.admission7 .adm7_contact_items {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
    flex: 1;
}
.admission7 .adm7_contact_item {
    display: flex;
    align-items: center;
    gap: 11px;
}
.admission7 .adm7_contact_icon { flex-shrink: 0; }
.admission7 .adm7_contact_label {
    font-size: 12px;
    color: #7c828a;
    margin-bottom: 2px;
}
.admission7 .adm7_contact_value {
    font-size: 14.5px;
    color: #0a0b0d;
    font-weight: 600;
    letter-spacing: -0.01em;
    display: block;
}
.admission7 .adm7_contact_value--mono {
    font-family: 'Pretendard Mono','Pretendard',monospace;
}
.admission7 .adm7_contact_value + .adm7_contact_value { margin-top: 3px; }

/* ── 반응형 ── */
@media (max-width: 991px) {
    .admission7 .adm7_inner  { padding: 0 20px; }
    .admission7 .adm7_head   { margin-bottom: 28px; }
    .admission7 .adm7_title  { font-size: 26px; margin-bottom: 12px; }
    .admission7 .adm7_desc   { font-size: 15px; }
    .admission7 .adm7_bottom { grid-template-columns: 1fr; }
    .admission7 .adm7_contact { gap: 20px; padding: 20px 24px; }
    .admission7 .adm7_contact_items { gap: 20px; }
    .admission7 .adm7_restrict_box,
    .admission7 .adm7_caution_box { padding: 20px 24px; }
    .admission7 .adm7_item_text, 
    .admission7 .adm7_caution_text { font-size: 13px; }
}
