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

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

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

.admission6 .adm6_eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.admission6 .adm6_eyebrow_no { font-size: 13px; font-weight: 600; color: #1f7a52; letter-spacing: 0.04em; font-family: 'Pretendard Mono', 'Pretendard', monospace; line-height: 1; }
.admission6 .adm6_eyebrow_bar { display: inline-block; width: 26px; height: 1.5px; background: #1f7a52; border-radius: 2px; flex-shrink: 0; }
.admission6 .adm6_kicker { font-size: 13px; font-weight: 600; color: #1f7a52; letter-spacing: 0.02em; line-height: 1; }

.admission6 .adm6_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; }
.admission6 .adm6_desc  { font-size: 17px; color: #5b616e; line-height: 1.7; word-break: keep-all; display: block; }

/* ── 2열 그리드 ── */
.admission6 .adm6_grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }

/* ── 서류 박스 공통 ── */
.admission6 .adm6_doc_box { background: #fff; border: 1px solid #dee1e6; border-radius: 16px; overflow: hidden; }

/* ── 박스 헤더 ── */
.admission6 .adm6_box_head { display: flex; align-items: center; gap: 10px; padding: 16px 22px; border-bottom: 1px solid #dee1e6; }
.admission6 .adm6_box_head--green { background: #f0faf4; }
.admission6 .adm6_box_head--blue  { background: #f0f5ff; }
.admission6 .adm6_box_head_label  { font-size: 15px; font-weight: 700; color: #0a0b0d; letter-spacing: -0.02em; }
.admission6 .adm6_box_head_sub    { font-size: 13px; color: #7c828a; margin-left: 2px; }

/* ── 서류 리스트 ── */
.admission6 .adm6_doc_list { list-style: none; margin: 0; padding: 8px 0; }
.admission6 .adm6_doc_item { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 22px; border-bottom: 1px solid #f0f1f3; }
.admission6 .adm6_doc_item:last-child { border-bottom: none; }

.admission6 .adm6_doc_left { display: flex; align-items: center; gap: 8px; min-width: 0; flex: 1; }
.admission6 .fpi-doc-icon { width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.admission6 .adm6_doc_info { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.admission6 .adm6_doc_name { font-size: 14.5px; color: #2c3140; font-weight: 500; word-break: keep-all; }
.admission6 .adm6_doc_desc { font-size: 12px; color: #7c828a; font-weight: 400; line-height: 1.4; word-break: keep-all; }

/* ── 형식 뱃지 ── */
.admission6 .adm6_doc_fmt { flex-shrink: 0; font-size: 12px; font-weight: 600; padding: 3px 9px; border-radius: 20px; white-space: nowrap; letter-spacing: 0.02em; }
.admission6 .adm6_doc_item .adm6_doc_fmt--green {width: auto; background: #eaf5ee; color: #1f7a52; }
.admission6 .adm6_doc_item .adm6_doc_fmt--blue  {width: auto; background: #ecf2fc; color: #2f6ad1; }

/* ── 경고 메모 ── */
.admission6 .adm6_warn_note { display: flex; align-items: flex-start; gap: 8px; padding: 13px 22px; background: #fff9ec; border-top: 1px solid #f3e6c4; }
.admission6 .adm6_warn_text { font-size: 13px; color: #7a5200; line-height: 1.6; word-break: keep-all; display: block; flex: 1; }

/* ── 오른쪽 컬럼 ── */
.admission6 .adm6_right_col { display: flex; flex-direction: column; gap: 20px; }

/* ── 다운로드 박스 ── */
.admission6 .adm6_dl_box { background: #f7f8fa; border: 1px solid #dee1e6; border-radius: 16px; padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.admission6 .adm6_dl_info { display: flex; flex-direction: column; gap: 5px; min-width: 0; flex: 1; }
.admission6 .adm6_dl_title { font-size: 16px; font-weight: 700; color: #0a0b0d; letter-spacing: -0.02em; display: block; }
.admission6 .adm6_dl_desc  { font-size: 13px; color: #7c828a; line-height: 1.55; display: block; word-break: keep-all; }

.admission6 .adm6_dl_btn { flex-shrink: 0; display: inline-flex; align-items: center; gap: 7px; padding: 11px 20px; background: #1f7a52; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; transition: background 200ms ease-out; letter-spacing: -0.01em; }
.admission6 .adm6_dl_btn:hover { background: #175e3e; color: #fff; text-decoration: none; }
.admission6 .adm6_dl_btn--disabled { background: #b0b8c1; pointer-events: none; }

/* ── 반응형 ── */
@media (max-width: 991px) {
    .admission6 .adm6_inner { padding: 0 20px; }
    .admission6 .adm6_head  { margin-bottom: 28px; }
    .admission6 .adm6_title { font-size: 26px; margin-bottom: 12px; }
    .admission6 .adm6_desc  { font-size: 15px; }
    .admission6 .adm6_grid  { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .admission6 .adm6_dl_box { flex-direction: column; align-items: flex-start; }
    .admission6 .adm6_dl_btn { width: 100%; justify-content: center; }
}
