@charset "UTF-8";

@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 0;
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 0.375rem;
        box-shadow: none;
    }

    .navbar-nav .dropdown-item {
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #e9ecef;
    }

    .navbar-nav .dropdown-item:last-child {
        border-bottom: none;
    }

    .navbar-nav .dropdown-item:hover {
        background-color: #e9ecef;
    }

    .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #e9ecef;
    }

    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }

    .navbar-nav .dropdown-toggle::after {
        float: right;
        margin-top: 0.5rem;
    }
}

/* 서브내비: 페이지 간 이동용 링크 */
a.sub-nav-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

a.sub-nav-tab:hover {
    color: white;
}

a.sub-nav-tab.active {
    color: #333;
}

/* CEO 본문 */
.ceo-letter-wrap {
    max-width: 1150px;
    margin: 0 auto;
}

.ceo-photo {
    max-width: 360px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    object-fit: cover;
}

.ceo-letter-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
}

.ceo-letter-body p {
    margin-bottom: 1.25rem;
    color: #333;
    line-height: 1.9;
    font-size: 1rem;
    text-align: justify;
    word-break: break-word;
}

.ceo-letter-body p:last-of-type {
    margin-bottom: 0;
}

.ceo-letter-closing {
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-weight: 500;
}

.ceo-signature {
    margin-top: 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    letter-spacing: 0.02em;
}

.ceo-sig-spacer {
    display: inline-block;
    width: 2.5rem;
}

@media (max-width: 991.98px) {
    .ceo-photo {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .ceo-letter-title {
        text-align: center !important;
        font-size: 1.5rem;
    }

    .ceo-signature {
        text-align: center !important;
    }
}
