/* =====================================================
   Header & Navigation
   ===================================================== */
.header {
    height: 60px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header-inner {
    padding: 0 15px;
    height: 100%;
}

.logo {
    max-width: 200px;
}

.logo-img {
    height: 51px;
    width: auto;
}

.logo-sub-text {
    display: none;
}

/* Desktop navigation hidden on mobile */
.gnb {
    display: none;
}

/* Mobile menu button visible */
.mobile-menu-btn {
    display: flex !important;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

/* =====================================================
   Hero Slider (Main Page)
   ===================================================== */
.hero-slider {
    margin-top: 60px;
}

.slide {
    min-height: 350px;
}

.slide-content {
    padding: 0 15px;
}

.sub-title {
    font-size: 12px;
    margin-bottom: 10px;
}

.main-title {
    font-size: 28px !important;
    line-height: 1.3;
}

/* .slide-desc { display: none; } */

.sub-title {
    display: none;
}

/* Slider navigation arrows */
.slick-prev,
.slick-next {
    width: 35px;
    height: 35px;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

/* Slide-specific text alignment for mobile */
.slide-left .slide-content {
    align-items: flex-start;
    text-align: left;
    padding-top: 60px;

}

.slide-center .slide-content {
    align-items: flex-start;
    text-align: left;
    padding-top: 60px;

}

.slide-right .slide-content {
    align-items: flex-end;
    text-align: right;
    justify-content: flex-end;
    padding-top: 50px;
}

/* =====================================================
   Main Business Section
   ===================================================== */
.section-header {
    align-items: flex-start;
    margin-bottom: 20px;
}

.main-business {
    padding: 30px 0;
}

.business-title {
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-left: 15px;
}

.business-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: #2e7d32;
}

.business-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0;
}

.business-card {
    padding: 20px 12px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.card-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 12px;
}

.business-card h3 {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.3;
}

.business-card p {
    font-size: 11px;
    line-height: 1.5;
    color: #666;
    word-break: keep-all;
}

.news-media-section {
    padding: 30px 0;
}

.news-media-section {
    padding: 5px 0;
    overflow: hidden;
}

.news-media-wrapper {
    gap: 30px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video-box,
.notice-box,
.job-box {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.video-box,
.notice-box,
.job-box {
    max-width: 100%;
    width: 100%;
    margin: 0;
}



.btn-more {
    background-color: #fff;
    color: var(--primary-orange);
}


.article-list-box .box-header,
.video-box .box-header,
.notice-box .box-header,
.job-box .box-header {
    padding: 10px 12px 10px 0;
}

.article-list-box .box-header h3,
.video-box .box-header h3,
.notice-box .box-header h3,
.job-box .box-header h3 {
    font-size: 16px;
}

.article-list-box .box-header h3,
.video-box .box-header h3 {
    margin-top: 0;
}

.video-box .video-wrapper {
    position: relative;
    padding-bottom: 56.25% !important;
    height: 0;
    overflow: hidden;
    margin-top: 0 !important;
}

.video-box .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-list {
    padding: 10px 15px;
}

.article-list li a {
    padding: 12px 0;
}

.article-title {
    font-size: 13px;
}

.article-date {
    font-size: 11px;
}


.notice-jobs-stack {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}


.notice-jobs-stack .list {
    padding: 6px 12px;
    margin-bottom: 50px;
    margin-top: 10px;
    list-style: none;
    margin: 0;
}

.notice-jobs-stack .list li {
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.notice-jobs-stack .list li:last-child {
    border-bottom: none;
}

.notice-jobs-stack .list li a {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
}

.notice-jobs-stack .list .title {
    flex: 1 !important;
    font-size: 13px !important;
    color: #333 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    display: block !important;
}

.notice-jobs-stack .list .date {
    flex-shrink: 0 !important;
    font-size: 11px !important;
    color: #999 !important;
    white-space: nowrap !important;
}


.gallery-section {
    padding: 30px 0;
}

.bento-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 15px;
}

.bento-item {
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
}

.gallery-grid-home {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0;
    width: 100% !important;
}

.gallery-grid-home .gallery-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    background: #fff;
    text-decoration: none;
    display: block;
}

.gallery-grid-home .gallery-card-img {
    height: 130px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    aspect-ratio: unset;
    border-radius: 0;
}

.gallery-grid-home .gallery-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-grid-home .gallery-card-info {
    padding: 0px 10px 10px;
    text-align: center;
}

.gallery-grid-home .gallery-card-title {
    font-size: 13px;
    word-break: keep-all;
    letter-spacing: -0.5px;
    line-height: 1.4;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
}

.gallery-grid-home .gallery-card-date {
    font-size: 10px;
    color: #999;
}

.gallery-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 5px;
}

.gallery-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gallery-card .thumb {
    height: 120px;
    background-size: cover;
    background-position: center;
}

.gallery-card .info {
    padding: 12px;
}

.gallery-card .info .title {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 5px;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery-card .info .date {
    font-size: 10px;
    color: #999;
}

/* =====================================================
   Location Section
   ===================================================== */
.location-section {
    padding: 30px 0;
}

.location-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
}

.location-info-box {
    padding: 25px 15px;
    overflow: hidden;
}

.location-info-box h3 {
    font-size: 18px;
}

.location-info-box h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.location-info-box p {
    font-size: 13px;
    line-height: 1.6;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.location-info-box p strong {
    display: inline;
    white-space: nowrap;
}

.info-block {
    padding-bottom: 0px;
    border-bottom: 1px solid #eee;
}

.info-block:last-child {
    border-bottom: none;
}

.gallery-card-home {
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid lightgray;
    overflow: hidden;
}

/* =====================================================
   Footer
   ===================================================== */
.footer {
    padding: 30px 0;
}

.footer-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.footer-info p,
.footer-line {
    font-size: 10px !important;
    line-height: 1.8;
    margin: 0;
    padding: 2px 0;
}

.footer-line strong {
    font-weight: 700;
}

.footer-title {
    font-size: 10px !important;
    font-weight: normal;
    line-height: 2;
}

.footer-title strong {
    font-size: 11px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}

.footer-title span,
.footer-info span {
    font-size: 10px !important;
}

.footer-copyright {
    font-size: 10px;
}

/* Footer mobile line breaks */
.footer-br-mo {
    display: inline !important;
}

.footer-br-pc {
    display: none !important;
}

.footer-mobile-row {
    display: block;
    font-size: 10px !important;
}

.org-chart-wrapper {
    padding: 15px;
    background: #f9f9f9;
    border-radius: 12px;
    overflow-x: auto;
}

.org-level {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.org-box {
    padding: 8px 12px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 6px;
    text-align: center;
    min-width: 60px;
    white-space: nowrap;
}

.org-president {
    background: #1b5e20;
    color: white;
    padding: 10px 20px;
    font-size: 12px;
}

.org-yellow {
    background: #fff8e1;
    color: #f57c00;
    border: 1px solid #ffcc80;
}

.org-orange {
    background: #fff3e0;
    color: #e65100;
    border: 1px solid #ffab91;
}

.org-green {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.org-purple {
    background: #f3e5f5;
    color: #7b1fa2;
    border: 1px solid #ce93d8;
}

.org-gray {
    background: #f5f5f5;
    color: #616161;
    border: 1px solid #e0e0e0;
}

.org-business {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.org-business-item {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.org-business-item .org-box {
    width: 100%;
    margin-bottom: 8px;
}

.org-sub-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.org-sub-list li {
    font-size: 9px;
    color: #666;
    padding: 3px 0;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.4;
}

.org-sub-list li:last-child {
    border-bottom: none;
}

/* =====================================================
   Subpage Hero
   ===================================================== */
.page-hero {
    margin-top: 60px;
    min-height: 150px;
    padding-bottom: 60px !important;
    /* fixed sub-nav 높이 보정 */
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
}

/* 🔧 참여신청서 페이지 히어로 숨김 (모바일) */
.page-hero.hero-apply {
    display: none !important;
}

.page-hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 15px;
}

/* 🔧 히어로 페이지 타이틀 위치 조정 */
.page-title {
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: 160px;
    /* ← 이 값을 늘리면 아래로 이동 */
}

/* 🔧 히어로 페이지 서브타이틀 위치 조정 */
.page-subtitle {
    font-size: 12px;
    /* ← 이 값을 늘리면 아래로 이동 */
}

.breadcrumb {
    font-size: 11px;
}

/* =====================================================
   Subpage Navigation
   ===================================================== */
.sub-nav {
    overflow-x: visible !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: auto;
    background: #fff !important;
    border-bottom: 1px solid #e0e0e0;
    position: fixed !important;
    top: 60px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 100 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sub-nav::after {
    display: none;
}

.sub-nav-list {
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px 10px;
    justify-content: center;
    min-width: auto;
    background: #fff !important;
}

.sub-nav-list li a {
    font-size: 12px !important;
    padding: 8px 12px !important;
    white-space: nowrap !important;
    border-radius: 20px !important;
    background: transparent !important;
    color: #555 !important;
    transition: all 0.2s ease !important;
    border: 1px solid #ddd !important;
}

.sub-nav-list li a:hover {
    background: #e8f5e9 !important;
    border-color: #4caf50 !important;
}

.sub-nav-list li a.active {
    background: #4caf50 !important;
    color: #fff !important;
    font-weight: 500 !important;
    border-color: #4caf50 !important;
}

html,
body {
    overflow-x: hidden;
    max-width: 100vw;
}

.page-content {
    padding: 30px 0;
    padding-top: 70px !important;
    /* fixed sub-nav 높이 보정 */
    overflow-x: hidden;
}

.content-section {
    margin-bottom: 30px;
    padding-top: 10px;
    overflow: visible;
}

.content-section .section-title {
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 15px;
    display: block;
    visibility: visible;
    position: relative;
    overflow: visible;
}

.content-section .section-title::before {
    height: 18px;
}

.board-list {
    gap: 0;
    width: 100%;
}

.board-table {
    width: 100%;
    font-size: 11px;
    border-collapse: collapse;
}

.board-table thead {
    display: none;
}

.board-table tbody tr {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    gap: 8px;
}

.board-table tbody tr:last-child {
    border-bottom: none;
}

.board-table td.num {
    flex-shrink: 0;
    width: 32px;
    text-align: center;
    font-size: 10px;
    color: #888;
}

.board-table td.num .notice-badge {
    background: #4caf50;
    color: #fff;
    font-size: 9px;
    padding: 2px 4px;
    border-radius: 3px;
}

.board-table td.title {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.board-table td.title a {
    font-size: 12px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.board-table td.date {
    flex-shrink: 0;
    width: 55px;
    font-size: 10px;
    color: #999;
    text-align: right;
}

.board-table td.views {
    flex-shrink: 0;
    width: 28px;
    font-size: 10px;
    color: #aaa;
    text-align: right;
}

/* 공지 강조 */
.board-table tr.notice-row {
    background: #f9fff9;
}

.jobs-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}

.job-item {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #eee !important;
    gap: 8px !important;
    background: transparent !important;
}

.job-item:last-child {
    border-bottom: none !important;
}

.job-badge {
    flex-shrink: 0 !important;
    font-size: 9px !important;
    padding: 3px 8px !important;
    border-radius: 3px !important;
    font-weight: 600 !important;
    min-width: 28px !important;
    text-align: center !important;
}

.job-badge.hiring {
    background: #e8f5e9 !important;
    color: #2e7d32 !important;
}

.job-badge.seeking {
    background: #fff3e0 !important;
    color: #e65100 !important;
}

.job-info {
    flex: 1 1 auto !important;
    overflow: hidden !important;
    display: block !important;
}

.job-info h4 {
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    display: block !important;
}

.job-info h4 a {
    color: #333 !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

.job-info p {
    display: none !important;
}

.job-date {
    flex: 0 0 auto !important;
    max-width: 60px !important;
    font-size: 10px !important;
    color: #999 !important;
    white-space: nowrap !important;
    text-align: right !important;
}

.board-item {
    padding: 10px 0;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.board-item-title {
    font-size: 12px;
    word-break: keep-all;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.board-item-info {
    font-size: 10px;
    margin-top: 4px;
    color: #999;
}

.jobs-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.job-card {
    padding: 15px;
    border-radius: 10px;
    background: #f9f9f9;
    overflow: hidden;
}

.job-card .badge {
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
    display: inline-block;
}

.job-card .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
    word-break: keep-all;
}

.job-card .company,
.job-card .date {
    font-size: 12px;
    color: #666;
}

.gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0;
}

.gallery-item {
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-card-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

.gallery-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    background: #fff;
    width: 100%;
    max-width: 100%;
}

.gallery-card .thumb {
    height: 100px;
    background-size: cover;
    background-position: center;
}

.gallery-card .info {
    padding: 8px;
}

.gallery-card .info .title {
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 2px;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery-card .info .date {
    font-size: 10px;
    color: #999;
}

.gallery-card-img {
    height: 120px;
    overflow: hidden;
}

.gallery-card-info {
    padding: 8px 5px;
}

.gallery-card-title {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery-card-date {
    font-size: 10px;
    color: #999;
}

.pagination {
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px;
}

.page-btn {
    min-width: 28px;
    height: 28px;
    font-size: 11px;
    padding: 0 6px;
    border-radius: 4px;
}

.page-btn.page-first,
.page-btn.page-last,
.page-btn.page-prev,
.page-btn.page-next {
    font-size: 10px;
}

/* =====================================================
   Pagination
   ===================================================== */
.pagination {
    gap: 5px;
    flex-wrap: wrap;
}

.page-btn {
    min-width: 32px;
    height: 32px;
    font-size: 12px;
}

/* =====================================================
   Service Info Table (Senior page)
   ===================================================== */
.service-info-table {
    font-size: 12px;
}

.service-info-table th,
.service-info-table td {
    padding: 10px 8px;
    display: block;
    width: 100%;
}

.service-info-table tr {
    display: block;
    border-bottom: 1px solid #e0e0e0;
}

/* Service Grid */
.service-grid {
    grid-template-columns: 1fr;
    gap: 10px;
}

.service-item {
    padding: 12px;
}

.service-item h5 {
    font-size: 14px;
}

.service-item p {
    font-size: 12px;
}

/* Section Image Grid */
.section-image-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    justify-items: center;
}

.image-placeholder {
    height: 100px;
}

/* Service Intro Box */
.service-intro-box {
    padding: 20px 15px;
}

.service-intro-box h4 {
    font-size: 16px;
}

.service-intro-box p {
    font-size: 13px;
}

/* =====================================================
   About Page
   ===================================================== */
/* Greeting Section */
.greeting-content {
    flex-direction: column;
    gap: 20px;
}

.greeting-image {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.greeting-text h3 {
    font-size: 20px;
}

.greeting-text p {
    font-size: 14px;
}

/* Mission & Vision */
.mission-vision-grid {
    grid-template-columns: 1fr;
    gap: 20px;
}

.mv-card {
    padding: 25px 20px;
}

.mv-card h3 {
    font-size: 18px;
}

.mv-card p {
    font-size: 13px;
}

/* Organization Chart */
.org-chart {
    padding: 20px 15px;
}

.org-level {
    gap: 10px;
}

.org-box {
    font-size: 12px;
    padding: 10px 15px;
}

/* =====================================================
   Apply Page
   ===================================================== */
.apply-form {
    padding: 20px 15px;
}

.form-group label {
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    font-size: 14px;
    padding: 10px 12px;
}

.btn-submit {
    width: 100%;
    padding: 15px;
    font-size: 16px;
}

/* =====================================================
   Products Page
   ===================================================== */
.product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
}

.product-card {
    padding: 20px;
}

.product-image {
    height: 180px;
}

.product-title {
    font-size: 18px;
}

.product-desc {
    font-size: 13px;
}

/* =====================================================
   Apply CTA Section
   ===================================================== */
.apply-cta {
    padding: 40px 20px;
}

.apply-cta h3 {
    font-size: 20px;
}

.apply-cta p {
    font-size: 14px;
}

.btn-primary {
    padding: 12px 25px;
    font-size: 14px;
}

/* =====================================================
   General Utility
   ===================================================== */
.container {
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.section-title {
    font-size: 22px;
    padding-left: 15px;
}

.section-title::before {
    height: 20px;
}

/* Hide elements on mobile */
.hide-mobile {
    display: none !important;
}

/* Show elements on mobile */
.show-mobile {
    display: block !important;
}

/* =====================================================
   Mobile Menu Overlay
   ===================================================== */
.mobile-menu {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    padding: 20px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu ul {
    list-style: none;
}

.mobile-menu li {
    border-bottom: 1px solid #e0e0e0;
}

.mobile-menu li a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.mobile-menu .submenu {
    padding-left: 20px;
    background: #f9f9f9;
}

.mobile-menu .submenu li a {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 0;
}

/* =====================================================
   Organization Chart Image & Modal - Mobile
   ===================================================== */

/* ����Ͽ��� ������ �ȳ� ���� ǥ�� */
.org-chart-notice {
    display: block !important;
    font-size: 12px;
    margin-bottom: 10px;
}

/* ����� ������ �̹��� */
.org-chart-image-wrapper {
    margin: 20px 0;
}

.org-chart-image {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* ����� ��� ���� */
.org-modal {
    padding-top: 30px;
}

.org-modal-content {
    max-width: 95%;
    max-height: 80vh;
}

.org-modal-close {
    top: 10px;
    right: 20px;
    font-size: 35px;
}

.org-modal-caption {
    font-size: 12px;
    padding: 8px 0;
}

/* Fix encoding for date and views labels in mobile mode */
.board-table td.date::before {
    content: "작성일 ";
}

/* Fix encoding issues - using Unicode escape sequences */
.board-table td.date::before {
    content: "" !important;
}

.board-table td.views::before {
    content: "\c870\d68c " !important;
}