@charset "utf-8";

.nview__all{ max-width: 1000px; margin:0 auto;}
/* 공지사항 */
/* ---------- 게시판 기본 여백에 흔들리지 않도록 초기화 ---------- */
.nview__p,
.nview__lead,
.nview__h3,
.nview__h4,
.nview__figure,
.nview__figure figcaption,
.nview__info,
.nview__info div,
.nview__info dt,
.nview__info dd,
.nview__table-wrap,
.nview__table,
.nview__table th,
.nview__table td,
.nview__list,
.nview__list li,
.nview__quote,
.nview__quote p,
.nview__quote cite,
.nview__cta,
.nview__cta a {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: inherit;
}
.nview__list { list-style: none; }
.nview__cta a { text-decoration: none; }
.nview__figure img { max-width: 100%;  margin: 0 auto;}

/* ---------- 문단 ---------- */
.nview__p {
    font-size: 16.5px;
    line-height: 1.85;
    color: #3D4954;
}
.nview__p + .nview__p { margin-top: 10px; }

/* ---------- 강조 한 줄 ---------- */
.nview__lead {
    margin: 34px 0;
    text-align: center;
    font-size: clamp(19px, 2.4vw, 23px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -.03em;
    color: #0E4C63;
}

/* ---------- 큰 제목 ---------- */
.nview__h3 {
    position: relative;
    margin: 54px 0 20px;
    padding-left: 16px;
    font-size: 22px; font-weight: 800;
    letter-spacing: -.03em;
    color: #171E24;
}
.nview__h3::before {
    content: '';
    position: absolute; left: 0; top: .2em; bottom: .2em;
    width: 4px;
    border-radius: 4px;
    background: #1FC9FF;
}

/* ---------- 작은 제목 ---------- */
.nview__h4 {
    display: inline-block;
    margin: 30px 0 12px;
    padding: 7px 18px;
    border-radius: 999px;
    font-size: 15.5px; font-weight: 700;
    letter-spacing: -.02em;
    color: #0E4C63;
    background: #D9F0F7;
}

/* ---------- 이미지 ---------- */
.nview__figure {
    margin: 30px 0;
    border-radius: 16px;
    overflow: hidden;
    background: #F4F8FA;
}
.nview__figure p {
    text-align: center;
    padding:15px;
}
.nview__figure figcaption {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #6C7885;
}

/* ---------- 항목 - 내용 ---------- */
.nview__info {
    margin: 26px 0;
    padding: 10px 30px;
    border-radius: 16px;
    background: #F4F8FA;
}
.nview__info-row {
    display: flex; align-items: baseline; gap: 18px;
    padding: 14px 0 !important;
}
.nview__info-row + .nview__info-row { border-top: 1px dashed #DBE4EA; }
.nview__info-th {
    flex: none; width: 96px;
    font-size: 15px; font-weight: 700;
    color: #0E4C63;
}
.nview__info-td {
    font-size: 16px;
    line-height: 1.7;
    color: #3D4954;
}

/* ---------- 표 ---------- */
.nview__table-wrap {
    margin: 20px 0 30px;
    overflow-x: auto;                       /* 좁은 화면에서는 가로로 넘겨 본다 */
    -webkit-overflow-scrolling: touch;
}
.nview__table {
    width: 100%;
    min-width: 560px;                       /* 이보다 좁아지면 글자가 뭉개진다 */
    border-collapse: collapse;
    font-size: 15.5px;
}
.nview__table th,
.nview__table td {
    padding: 14px 16px;
    border: 1px solid #E2E8ED;
    line-height: 1.6;
    vertical-align: middle;
}
.nview__table thead th {
    font-weight: 700;
    color: #fff;
    background: #0E4C63;
    border-color: #0E4C63;
    text-align: center;
    white-space: nowrap;
}
.nview__table td {
    color: #3D4954;
    background: #fff;
    text-align: left;
}
/* 첫 칸(번호 · 트랙)은 가운데 정렬한 머리칸처럼 */
.nview__table .nview__table-head {
    width: 92px;
    text-align: center;
    font-weight: 700;
    color: #0E4C63;
    background: #F4F8FA;
    white-space: nowrap;
}
.nview__table tbody tr:hover td { background: #FAFCFD; }

/* ---------- 불릿 목록 ---------- */
.nview__list { margin: 18px 0 30px; }
.nview__list > li {
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    color: #3D4954;
}
.nview__list > li + li { margin-top: 6px; }
.ck-content blockquote {
    font-style: normal;
}
/* ---------- 인용 (참가비 안내) ---------- */
.nview__quote {
    position: relative;
    margin: 24px 0 34px;
    padding: 32px 34px;
    border-radius: 16px;
    background: #0E4C63;
    color: #fff;
    text-align: center;
}
.nview__quote p {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .92);
}
.nview__quote cite {
    display: block;
    margin-top: 14px;
    font-size: 14.5px; font-weight: 700; font-style: normal;
    color: #1FC9FF;
}

/* ---------- 신청 버튼 ---------- */
.nview__cta { margin: 34px 0; text-align: center; }
.nview__cta a {
    display: inline-flex; align-items: center; gap: 10px;
    min-height: 58px;
    padding: 0 38px;
    border-radius: 999px;
    font-size: 17px; font-weight: 700;
    color: #fff;
    background: linear-gradient(120deg, #0E4C63 0%, #13718F 100%);
    box-shadow: 0 12px 36px rgba(14, 76, 99, .10);
    transition: transform .25s cubic-bezier(.22, .61, .36, 1),
                box-shadow .25s cubic-bezier(.22, .61, .36, 1);
}
.nview__cta a svg { width: 20px; height: 20px; flex: none; }
.nview__cta a:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(14, 76, 99, .28);
}

/* ==================================================================
 * 화면이 좁아질 때
 * ================================================================== */
@media (max-width: 767.98px) {
    .nview__info { padding: 6px 20px; }
    .nview__info > div { flex-direction: column; gap: 4px; padding: 12px 0; }
    .nview__info dt { width: auto; }
}

@media (max-width: 640px) {
    .nview__h3 { margin-top: 40px; font-size: 20px; }
    .nview__figure { margin: 24px 0; }
    .nview__quote { padding: 26px 20px; }
    .nview__quote p { font-size: 15.5px; }
    .nview__cta a { width: 100%; justify-content: center; padding: 0 20px; font-size: 16px; }
    .nview__list > li, .nview__info dd { font-size: 15.5px; }
}
