@charset "utf-8";

/* ========================================
   협회소식 갤러리 스킨 (icia_news_gallery)
   커피 브라운 팔레트 · Pinterest 메이슨리 레이아웃
   ======================================== */

:root {
    --ng-accent: #6f4e37;        /* 에스프레소 브라운 */
    --ng-accent-2: #c69c6d;      /* 라떼 / 카라멜 */
    --ng-accent-3: #8b5e3c;      /* 모카 */
    --ng-accent-soft: #f5ede4;   /* 크레마 */
    --ng-cream: #faf6f0;         /* 우유 거품 배경 */
    --ng-ink: #2a1810;           /* 진한 원두색 */
    --ng-ink-2: #4a3528;         /* 미디엄 로스트 */
    --ng-muted: #8b7569;         /* 라이트 로스트 */
    --ng-line: #ebe2d8;          /* 부드러운 테두리 */
    --ng-line-2: #f3ebe1;
    --ng-soft: #fbf7f2;
    --ng-shadow: 28 16 8;        /* rgb 베이스 - 갈색 톤 그림자 */

    --ng-serif: "Nanum Myeongjo", "Noto Serif KR", "Noto Serif", Georgia, serif;
}

/* ========================================
   히어로 헤더
   ======================================== */
.icia-news-hero {
    position: relative;
    margin-top: 64px;
    padding: 80px 20px 72px;
    background:
        radial-gradient(900px 460px at 88% -20%, rgba(198, 156, 109, .28), transparent 60%),
        radial-gradient(700px 360px at 4% 110%, rgba(111, 78, 55, .14), transparent 60%),
        linear-gradient(180deg, var(--ng-cream) 0%, #ffffff 100%);
    border-bottom: 1px solid var(--ng-line);
    overflow: hidden;
}
.icia-news-hero::before {
    content: "";
    position: absolute; inset: 0;
    background-image:
        radial-gradient(rgba(111, 78, 55, .07) 1px, transparent 1.5px);
    background-size: 22px 22px;
    background-position: 0 0;
    pointer-events: none;
    opacity: .6;
    mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%);
}
.icia-news-hero__bean {
    position: absolute;
    top: 50%;
    right: -60px;
    width: 320px;
    height: 320px;
    transform: translateY(-50%) rotate(-18deg);
    color: var(--ng-accent);
    pointer-events: none;
    opacity: .55;
}
.icia-news-hero__bean svg { width: 100%; height: 100%; }

.icia-news-hero__inner {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
}
.icia-news-hero__crumb {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--ng-muted);
    font-size: 13px;
    letter-spacing: .02em;
}
.icia-news-hero__crumb a {
    color: var(--ng-muted);
    text-decoration: none;
    transition: color .18s ease;
}
.icia-news-hero__crumb a:hover { color: var(--ng-accent); }
.icia-news-hero__crumb .sep { color: var(--ng-accent-2); }
.icia-news-hero__kicker {
    margin: 22px 0 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ng-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .32em;
    text-transform: uppercase;
}
.icia-news-hero__kicker::before {
    content: "";
    width: 36px;
    height: 1px;
    background: var(--ng-accent);
}
.icia-news-hero__title {
    margin: 0 0 16px;
    color: var(--ng-ink);
    font-family: var(--ng-serif);
    font-size: clamp(34px, 5vw, 54px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.015em;
}
.icia-news-hero__desc {
    margin: 0;
    max-width: 580px;
    color: var(--ng-ink-2);
    font-size: 15px;
    line-height: 1.75;
    opacity: .85;
}

/* view 페이지 호환 */
.icia-news-breadcrumb {
    margin: 72px 0 24px;
    padding: 22px 0;
    border-top: 1px solid var(--ng-line);
    border-bottom: 1px solid var(--ng-line);
    background: var(--ng-soft);
}
.icia-news-breadcrumb__inner { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.icia-news-breadcrumb__title { margin: 0 0 8px; color: var(--ng-ink); font-family: var(--ng-serif); font-size: 28px; line-height: 1.25; font-weight: 700; }
.icia-news-breadcrumb__list { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; color: var(--ng-muted); font-size: 14px; }
.icia-news-breadcrumb__list a { color: var(--ng-ink-2); text-decoration: none; }
.icia-news-breadcrumb__list a:hover { color: var(--ng-accent); }
.icia-news-breadcrumb__sep { color: var(--ng-accent-2); }
.icia-news-breadcrumb__current { color: var(--ng-accent); font-weight: 600; }

/* ========================================
   래퍼
   ======================================== */
#bo_gall {
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 20px 96px;
}
#bo_gall h2 { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ========================================
   카테고리 필터 (pill)
   ======================================== */
#bo_cate { margin: 0 0 28px; }
#bo_cate ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 0 22px;
    margin: 0;
    list-style: none;
    border-bottom: 1px dashed var(--ng-line);
}
#bo_cate li { display: inline-block; }
#bo_cate a {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid var(--ng-line);
    border-radius: 999px;
    background: #fff;
    color: var(--ng-ink-2);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s ease;
}
#bo_cate a:hover, #bo_cate a:focus {
    border-color: var(--ng-accent);
    color: var(--ng-accent);
    background: var(--ng-accent-soft);
    text-decoration: none;
}
#bo_cate #bo_cate_on,
#bo_cate a.bo_cate_on {
    background: var(--ng-accent);
    color: #fff;
    border-color: var(--ng-accent);
    font-weight: 600;
    box-shadow: 0 4px 12px -4px rgba(111, 78, 55, .4);
}

/* ========================================
   상단 툴바
   ======================================== */
#bo_btn_top {
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
#bo_list_total {
    color: var(--ng-muted);
    font-size: 13px;
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
}
#bo_list_total span {
    color: var(--ng-accent);
    font-family: var(--ng-serif);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.01em;
}
#bo_list_total em {
    color: var(--ng-muted);
    font-style: normal;
    font-size: 12px;
    padding-left: 10px;
    margin-left: 2px;
    border-left: 1px solid var(--ng-line);
}

.btn_bo_user {
    display: flex;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.btn_bo_user li { position: relative; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--ng-line);
    background: #fff;
    color: var(--ng-ink-2);
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s ease;
}
.btn:hover {
    background: var(--ng-accent);
    color: #fff;
    border-color: var(--ng-accent);
    transform: translateY(-1px);
    box-shadow: 0 6px 14px -6px rgba(111, 78, 55, .5);
}
.btn_admin { background: var(--ng-accent-soft); color: var(--ng-accent); }
.more_opt {
    position: absolute;
    top: 46px;
    right: 0;
    min-width: 150px;
    padding: 6px 0;
    background: #fff;
    border: 1px solid var(--ng-line);
    border-radius: 12px;
    box-shadow: 0 18px 36px -12px rgba(28, 16, 8, .18);
    list-style: none;
    z-index: 100;
    display: none;
}
.more_opt li { padding: 0; }
.more_opt li a,
.more_opt li button {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 10px 16px;
    background: none;
    border: none;
    color: var(--ng-ink-2);
    font-size: 13px;
    text-align: left;
    cursor: pointer;
}
.more_opt li a:hover,
.more_opt li button:hover {
    background: var(--ng-accent-soft);
    color: var(--ng-accent);
}

/* 체크박스 */
.selec_chk { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0; outline: 0; z-index: -1; overflow: hidden; }
.chk_box { position: relative; }
.chk_box input[type="checkbox"] + label { position: relative; padding-left: 26px; color: var(--ng-ink-2); vertical-align: baseline; cursor: pointer; }
.chk_box input[type="checkbox"] + label span {
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid var(--ng-line);
    border-radius: 5px;
    transition: all .18s ease;
}
.chk_box input[type="checkbox"]:checked + label span {
    background: var(--ng-accent);
    border-color: var(--ng-accent);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M3 8 L7 12 L13 5'/></svg>");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 13px 13px;
}
.all_chk.chk_box input[type="checkbox"] + label span { top: 0; }

/* ========================================
   메이슨리 그리드 (CSS columns)
   ======================================== */
#gall_ul.gall_masonry {
    column-count: 4;
    column-gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.gall_masonry .gall_li {
    width: 100% !important;
    float: none !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    display: block;
}

.gall_li .gall_box {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--ng-line);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(28, 16, 8, .04);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    isolation: isolate;
}
.gall_li .gall_box:hover {
    transform: translateY(-4px);
    border-color: var(--ng-accent-2);
    box-shadow: 0 22px 38px -18px rgba(28, 16, 8, .25);
}
.gall_li.gall_now .gall_box {
    border-color: var(--ng-accent);
    box-shadow: 0 0 0 2px var(--ng-accent), 0 18px 32px -16px rgba(111, 78, 55, .25);
}
.gall_li.gall_notice .gall_box {
    background: linear-gradient(135deg, var(--ng-accent-soft) 0%, #fff 100%);
    border-color: var(--ng-accent-2);
}

/* 체크박스 오버레이 */
.gall_li .gall_chk {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
}
.gall_li .gall_chk .chk_box input[type="checkbox"] + label { padding-left: 0; }
.gall_li .gall_chk .chk_box input[type="checkbox"] + label span {
    position: static;
    display: block;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 2px 6px rgba(28, 16, 8, .15);
}

/* 썸네일 - 메이슨리이므로 자연 비율 유지 */
.gall_li .gall_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--ng-accent-soft);
    flex-shrink: 0;
}
.gall_li .gall_img a {
    position: relative;
    display: block;
    width: 100%;
    line-height: 0;
}
.gall_li .gall_img img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .6s cubic-bezier(.2, .7, .2, 1);
}
.gall_li .gall_box:hover .gall_img img { transform: scale(1.05); }

.gall_li .gall_img .no_image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, var(--ng-accent-soft), #ece1d2);
    color: var(--ng-accent);
}
.gall_li .gall_img .no_image i {
    font-size: 32px;
    opacity: .6;
}
.gall_li .gall_img .no_image b {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    opacity: .7;
}
.gall_li .gall_img .is_notice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    aspect-ratio: 4 / 3;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.18), transparent 60%),
        linear-gradient(135deg, var(--ng-accent) 0%, var(--ng-accent-3) 60%, var(--ng-accent-2) 100%);
    color: #fff;
}
.gall_li .gall_img .is_notice em {
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .32em;
    opacity: .85;
}
.gall_li .gall_img .is_notice b {
    font-family: var(--ng-serif);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .04em;
}

/* hover 오버레이 + CTA */
.gall_img__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(28, 16, 8, 0) 40%, rgba(28, 16, 8, .68) 100%);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1;
    pointer-events: none;
}
.gall_li .gall_box:hover .gall_img__overlay { opacity: 1; }

.gall_img__cta {
    position: absolute;
    left: 18px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .3s ease, transform .3s ease;
    z-index: 2;
    pointer-events: none;
}
.gall_img__cta svg {
    width: 16px;
    height: 16px;
    transition: transform .3s ease;
}
.gall_li .gall_box:hover .gall_img__cta {
    opacity: 1;
    transform: translateY(0);
}
.gall_li .gall_box:hover .gall_img__cta svg {
    transform: translateX(4px);
}

/* ========================================
   카드 본문
   ======================================== */
.gall_li .gall_con {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 18px 20px 20px;
}
.gall_li .gall_text_href {
    flex-grow: 1;
    margin: 0;
}
.gall_li .bo_cate_link {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    background: var(--ng-accent-soft);
    color: var(--ng-accent);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
    transition: all .18s ease;
}
.gall_li .bo_cate_link:hover { background: var(--ng-accent); color: #fff; }
.gall_li .bo_tit {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ng-ink);
    font-family: var(--ng-serif);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -.01em;
    word-break: keep-all;
    text-decoration: none;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: color .2s ease;
}
.gall_li .bo_tit:hover { color: var(--ng-accent); }
.gall_li .bo_tit .new_icon,
.gall_li .bo_tit .hot_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    border-radius: 5px;
    color: #fff;
    font-family: -apple-system, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    vertical-align: 2px;
}
.gall_li .bo_tit .new_icon { background: var(--ng-accent-2); }
.gall_li .bo_tit .hot_icon { background: #c0392b; }

.gall_li .bo_cnt {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 8px;
    color: var(--ng-muted);
    font-size: 13px;
    line-height: 1.65;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.gall_li .cnt_cmt {
    display: inline-block;
    padding: 2px 8px;
    margin-left: 4px;
    background: var(--ng-accent-soft);
    color: var(--ng-accent);
    border-radius: 999px;
    font-family: -apple-system, sans-serif;
    font-size: 10px;
    font-weight: 700;
    vertical-align: 2px;
}

/* 메타 */
.gall_li .gall_info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px dashed var(--ng-line-2);
    color: var(--ng-muted);
    font-size: 12px;
}
.gall_li .gall_author {
    color: var(--ng-ink-2);
    font-weight: 600;
}
.gall_li .gall_dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--ng-line);
}
.gall_li .gall_date,
.gall_li .gall_view {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--ng-muted);
}
.gall_li .gall_view {
    margin-left: auto;
    color: var(--ng-accent);
    font-weight: 600;
}

/* 빈 목록 */
.empty_list {
    column-span: all;
    margin: 32px 0;
    padding: 96px 20px;
    border: 1px dashed var(--ng-line);
    border-radius: 18px;
    background: var(--ng-soft);
    text-align: center;
    list-style: none;
}
.empty_list__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--ng-accent-soft);
    color: var(--ng-accent);
    font-size: 28px;
}
.empty_list__title {
    margin: 0 0 6px;
    color: var(--ng-ink);
    font-family: var(--ng-serif);
    font-size: 20px;
    font-weight: 700;
}
.empty_list__desc {
    margin: 0;
    color: var(--ng-muted);
    font-size: 14px;
}

/* ========================================
   페이지네이션
   ======================================== */
.pg_wrap { text-align: center; margin: 44px 0 8px; }
.pg_wrap .pg { display: inline-flex; gap: 4px; flex-wrap: wrap; justify-content: center; }
.pg_wrap a,
.pg_wrap strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    margin: 2px;
    border: 1px solid var(--ng-line);
    border-radius: 10px;
    color: var(--ng-ink-2);
    font-size: 13px;
    text-decoration: none;
    background: #fff;
    transition: all .2s ease;
}
.pg_wrap a:hover {
    border-color: var(--ng-accent);
    color: var(--ng-accent);
    background: var(--ng-accent-soft);
    transform: translateY(-1px);
}
.pg_wrap strong {
    background: var(--ng-accent);
    border-color: var(--ng-accent);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 6px 14px -6px rgba(111, 78, 55, .5);
}

/* ========================================
   하단 버튼
   ======================================== */
.bo_fx {
    display: flex;
    justify-content: flex-end;
    margin: 16px 0 0;
}
.bo_fx ul {
    display: flex;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ========================================
   검색 모달
   ======================================== */
.bo_sch_wrap {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}
.bo_sch_bg {
    position: absolute;
    inset: 0;
    background: rgba(28, 16, 8, .55);
    z-index: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.bo_sch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 440px;
    max-width: calc(100vw - 32px);
    padding: 32px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 30px 60px -15px rgba(28, 16, 8, .4);
    z-index: 2;
}
.bo_sch h3 {
    margin: 0 0 20px;
    color: var(--ng-ink);
    font-family: var(--ng-serif);
    font-size: 22px;
    font-weight: 700;
}
.bo_sch select {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    margin-bottom: 10px;
    border: 1px solid var(--ng-line);
    border-radius: 10px;
    background: #fff;
    color: var(--ng-ink-2);
    font-size: 14px;
}
.sch_bar { display: flex; gap: 8px; }
.sch_input {
    flex: 1;
    height: 44px;
    padding: 0 14px;
    border: 1px solid var(--ng-line);
    border-radius: 10px;
    color: var(--ng-ink);
    font-size: 14px;
    outline: none;
    transition: border-color .18s ease;
}
.sch_input:focus { border-color: var(--ng-accent); }
.sch_btn {
    height: 44px;
    padding: 0 22px;
    border: none;
    border-radius: 10px;
    background: var(--ng-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .18s ease;
}
.sch_btn:hover { background: var(--ng-accent-3); }
.bo_sch_cls {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    border-radius: 50%;
    color: var(--ng-muted);
    font-size: 16px;
    cursor: pointer;
    transition: all .18s ease;
}
.bo_sch_cls:hover {
    background: var(--ng-accent-soft);
    color: var(--ng-accent);
}

/* ========================================
   게시물 읽기 (Fallback - A4_1 외 사용)
   ======================================== */
#bo_v { max-width: 1240px; margin: 0 auto; padding: 32px 20px 80px; }
#bo_v_title {
    margin: 0 0 20px;
    padding-bottom: 18px;
    border-bottom: 2px solid var(--ng-accent);
    color: var(--ng-ink);
    font-family: var(--ng-serif);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
}
.bo_v_cate {
    display: inline-block;
    margin-right: 8px;
    padding: 3px 10px;
    background: var(--ng-accent-soft);
    color: var(--ng-accent);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
}

#bo_v_info { margin-bottom: 20px; }
.profile_info {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--ng-line-2);
}
.pf_img img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}
.profile_info_ct {
    color: var(--ng-muted);
    font-size: 13px;
    line-height: 1.8;
}
.profile_info_ct strong { color: var(--ng-ink-2); margin-right: 8px; }

#bo_v_top { margin: 14px 0; }
.bo_v_com {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

#bo_v_share { margin-bottom: 18px; }

#bo_v_img {
    margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
#bo_v_img img {
    max-width: 220px;
    border: 1px solid var(--ng-line);
    border-radius: 10px;
}

#bo_v_con {
    color: var(--ng-ink-2);
    font-size: 15px;
    line-height: 1.85;
}
#bo_v_con img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

#bo_v_act {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 32px 0;
}
.bo_v_good,
.bo_v_nogood {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    border: 1px solid var(--ng-line);
    border-radius: 999px;
    background: #fff;
    color: var(--ng-ink-2);
    font-size: 14px;
    text-decoration: none;
    transition: all .18s ease;
}
.bo_v_good:hover {
    border-color: var(--ng-accent);
    background: var(--ng-accent);
    color: #fff;
}
.bo_v_nogood:hover {
    border-color: #c0392b;
    background: #c0392b;
    color: #fff;
}

#bo_v_file,
#bo_v_link {
    margin: 22px 0;
    padding: 18px 20px;
    background: var(--ng-soft);
    border: 1px solid var(--ng-line);
    border-radius: 12px;
}
#bo_v_file h2,
#bo_v_link h2 {
    margin: 0 0 12px;
    color: var(--ng-accent);
    font-size: 14px;
    font-weight: 700;
}
#bo_v_file ul,
#bo_v_link ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#bo_v_file li,
#bo_v_link li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 0;
    border-bottom: 1px solid var(--ng-line-2);
}
#bo_v_file li:last-child,
#bo_v_link li:last-child { border-bottom: none; }
#bo_v_file a,
#bo_v_link a {
    color: var(--ng-ink-2);
    font-size: 13px;
    text-decoration: none;
}
#bo_v_file a:hover,
#bo_v_link a:hover { color: var(--ng-accent); }
.bo_v_file_cnt,
.bo_v_link_cnt {
    color: var(--ng-muted);
    font-size: 11px;
}

.bo_v_nb {
    list-style: none;
    margin: 32px 0 22px;
    padding: 0;
    border-top: 1px solid var(--ng-line);
    border-bottom: 1px solid var(--ng-line);
}
.bo_v_nb li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--ng-line-2);
}
.bo_v_nb li:last-child { border-bottom: none; }
.nb_tit {
    min-width: 60px;
    color: var(--ng-accent);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}
.bo_v_nb a {
    flex: 1;
    color: var(--ng-ink-2);
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bo_v_nb a:hover { color: var(--ng-accent); }
.nb_date {
    color: var(--ng-muted);
    font-size: 12px;
    white-space: nowrap;
}

#bo_vc { margin: 32px 0 0; }

/* ========================================
   반응형 - 메이슨리 컬럼 수 조정
   ======================================== */
@media (max-width: 1280px) {
    #gall_ul.gall_masonry { column-count: 3; }
}
@media (max-width: 900px) {
    #gall_ul.gall_masonry { column-count: 2; column-gap: 16px; }
    .gall_masonry .gall_li { margin-bottom: 16px !important; }
}
@media (max-width: 767px) {
    .icia-news-hero { margin-top: 56px; padding: 56px 16px 48px; }
    .icia-news-hero__bean { width: 220px; height: 220px; right: -80px; opacity: .35; }
    .icia-news-breadcrumb { margin: 62px 0 18px; padding: 18px 0; }
    .icia-news-breadcrumb__inner { padding: 0 14px; }
    .icia-news-breadcrumb__title { font-size: 22px; }
    #bo_gall { padding: 28px 16px 64px; }
    .gall_li .gall_con { padding: 14px 16px 16px; }
    .gall_li .bo_tit { font-size: 15px; }
    #bo_btn_top { flex-wrap: wrap; }
    #bo_v_title { font-size: 22px; }
}
@media (max-width: 480px) {
    #gall_ul.gall_masonry { column-count: 1; }
    .gall_masonry .gall_li { margin-bottom: 18px !important; }
}
