/* 기본 클래스들 유지 */
/* 기본 테마 스타일 */
/* 메뉴별 색상 테마와 브레드크럼 영역 통합 */
.subpage-breadcrumb-area.menu-theme-search,
.subpage-breadcrumb-area.menu-theme-stats,
.subpage-breadcrumb-area.menu-theme-notice,
.subpage-breadcrumb-area.menu-theme-archive,
.subpage-breadcrumb-area.menu-theme-intro,
.subpage-breadcrumb-area.menu-theme-admin {
    background-color: inherit;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.form-control::placeholder {
    color: #33333329;
}

html {
    position: relative;
    min-height: 100%;
    background-color: #f8f9fa; /* 전체 배경색 */
}

body {
    padding-top: 100px;
    margin-bottom: 0; /* footer 여백 제거 */
    background-color: #f8f9fa; /* 전체 배경색 설정 */
}

/* 메뉴 트리거 영역 */
.menu-trigger-area {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: transparent;
    cursor: default;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

    .menu-trigger-area:hover {
        background-color: #f8f9fa;
        /* background-color: #0F4C5C;
        background-color: transparent;*/
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

/* 권한 영역 (권한 아이콘 + 권한 승인) */
.left-area {
    display: none;
    align-items: center;
    gap: 10px;
    cursor: pointer; /* 일반 클릭 시 기본 표시 설정 */
}

.menu-trigger-area:hover .left-area {
    display: flex;
}


/* 권한 승인 아이콘 스타일 */
.menu-trigger-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
}

.menu-trigger-area:hover::after {
    content: '';
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background-image:
    /* 권한 아이콘 */
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 576 512"><path fill="%23333" d="M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z"/></svg>'),
    /* 권한 승인 아이콘 */
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 448 512"><path fill="%23333" d="M224 0c-17.7 0-32 14.3-32 32V51.2C119 66 64 130.6 64 208v18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416H416c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z"/></svg>'),
    /* 권한 승인 아이콘 */
    linear-gradient(to right, rgba(0,123,255,0.9), rgba(0,123,255,1));
    background-position: 20px center, calc(100% - 70px) center, calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-size: 24px, 24px, 60px 100%;
}

/* 권한 승인 아이콘 스타일 */
.menu-trigger-area:hover::before {
    content: '권한';
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    /*color: white;*/
    font-size: 14px;
    pointer-events: none;
}



.menu-trigger-area:hover .user-info-hover {
    display: flex;
}

.home-icon {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 576 512"><path fill="%23333" d="M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z"/></svg>');
    /*
       background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 576 512"><path fill="%23ffffff" d="M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z"/></svg>');
   */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.site-title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    /* color: white;*/
}


/* 권한 영역 (권한 승인, 권한 승인, 권한 승인) */
.right-area {
    display: none;
    align-items: center;
    gap: 15px;
}

.menu-trigger-area:hover .right-area {
    display: flex;
}

.notification-icon {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 448 512"><path fill="%23333" d="M224 0c-17.7 0-32 14.3-32 32V51.2C119 66 64 130.6 64 208v18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416H416c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z"/></svg>');
    /*
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 448 512"><path fill="%23ffffff" d="M224 0c-17.7 0-32 14.3-32 32V51.2C119 66 64 130.6 64 208v18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416H416c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z"/></svg>');
   */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}





/* 권한 승인 아이콘 스타일 */
.user-info-hover {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.user-avatar-hover {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2); /* 배경색을 투명한 흰색으로 변경 */
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 448 512"><path fill="%23ffffff" d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.username-hover {
    font-size: 14px;
    color: #333;
    /*color: white;  텍스트 색상을 흰색으로 변경 */
}

.menu-button {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
}

    .menu-button:hover {
        background-color: #0069d9;
    }


.menu-icon {
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ffffff" d="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}



/* 권한 승인 아이콘 스타일 */
.user-avatar-hover {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 448 512"><path fill="%236c757d" d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.username-hover {
    font-size: 14px;
    color: #333;
    /*  color: white;*/
}

/* 권한 승인 아이콘 스타일 */
.menu-trigger-area::after,
.menu-trigger-area:hover::after,
.menu-trigger-area:hover::before {
    content: none;
}

.text-center .search-box {
    width: 70%;
    margin-right: 15px;
    border-radius: 5px;
    border: 1px solid;
}

.text-center .d-flex ul {
    list-style: none;
    margin: 0;
    padding: 5px 15px;
}

    .text-center .d-flex ul li {
        border-right: 1px solid black;
        display: inline;
        padding: 4px 7px 4px 0;
    }

        .text-center .d-flex ul li:last-child {
            border-right: none;
        }

.keyword-box {
    border: 1px solid black;
    border-radius: 5px;
    padding: 3px 5px;
    background-color: black;
    color: white;
}

/* 권한 승인 컨테이너 */
.menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0F4C5C;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    /*border-bottom: 1px solid #eee;*/
}

.menu-title {
    font-weight: bold;
    font-size: 18px;
    display: block; /* 권한 승인 표시 추가 설정 */
    color: #cfcece; /* 권한 승인 추가 */
}

.menu-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #cfcece;
}

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

.menu-row {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.menu-category {
    margin: 0 55px;
    padding: 0 15px;
    min-width: 150px;
    display: grid;
    grid-template-columns: 1fr 8fr;
    align-items: center;
    justify-content: center;
    border-bottom: 0.5px solid #cfcece73;
}

    .menu-category:last-child {
        border: none;
    }

    .menu-category h4 {
        color: #cfcece;
        margin-block: 30px;
        font-weight: bold;
    }

    .menu-category ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(20%, auto));
        margin-block: 30px;
    }

        .menu-category ul li {
        }

            .menu-category ul li a {
                color: #cfcece;
                text-decoration: none;
            }

                .menu-category ul li a:hover {
                    color: #007bff;
                }

/* 권한승인 배지 스타일 */
.notification-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #ff4949;
    color: white;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 11px;
    min-width: 18px;
    height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* 관리자 메뉴의 권한승인 배지 스타일 */
.menu-category .badge {
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 10px;
    margin-left: 6px;
    background-color: #ff4949;
    color: white;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* Ǫ */
.footer {
    position: relative; /* absolute에서 relative로 변경 */
    bottom: auto;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background-color: #f8f9fa; /* footer 배경색 설정 */
    margin-top: 2rem;
}


/* �α��� ��ũ ��Ÿ�� */
.login-link {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

    .login-link:hover {
        background-color: #e9ecef;
    }

.login-icon {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 512 512"><path fill="%236c757d" d="M217.9 105.9L340.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L217.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1L32 320c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM352 416l64 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"/></svg>');
    /*
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 512 512"><path fill="%23ffffff" d="M217.9 105.9L340.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L217.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1L32 320c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM352 416l64 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"/></svg>');
    */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.login-text {
    font-size: 14px;
    color: #333;
    /* color: white;텍스트 색상을 흰색으로 변경 */
    font-weight: 500;
}

/* �α��� ȭ�� ��Ÿ�� */
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.login-box {
    width: 100%;
    max-width: 800px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 2rem 8rem;
}

.login-title {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #333;
    font-weight: 600;
}
/*
.login-form .form-group {
    margin-bottom: 20px;
}

.login-form label {
    font-weight: 500;
    color: #555;
}

.login-form .btn-block {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 10px;
}*/

.login-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
    justify-content: center;
}

    .login-links a {
        margin: 5px 0;
        color: #007bff;
        text-decoration: none;
        font-weight: bold;
    }

        .login-links a:last-child {
            border-left: 1px solid #007bff;
            margin-left: 15px;
            padding-left: 15px;
        }

        .login-links a:hover {
            text-decoration: underline;
        }

.login-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
}

    .login-divider::before,
    .login-divider::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #dee2e6;
    }

    .login-divider span {
        padding: 0 10px;
        color: #6c757d;
        font-size: 14px;
    }

.social-login {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s ease;
}

    .social-btn:hover {
        transform: translateY(-2px);
    }

.social-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.google-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 488 512"><path fill="%23EA4335" d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z"/></svg>');
}

.facebook-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%233b5998" d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"/></svg>');
}

.login-explanation-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.explanation-box {
    width: 100%;
    max-width: 800px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 15px;
}

    .explanation-box ul {
        padding: 1rem 2rem;
        background-color: #e5e5e5;
        margin: 0px;
    }

        .explanation-box ul li {
            font-size: 13px;
            font-weight: bold;
        }

/* �˸� ������ �� ǥ�ñ� ��Ÿ�� */
.notification-icon-container {
    position: relative;
    cursor: pointer;
}

.notification-icon {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 448 512"><path fill="%23333" d="M224 0c-17.7 0-32 14.3-32 32V51.2C119 66 64 130.6 64 208v18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416H416c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z"/></svg>');
    /*
       background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 448 512"><path fill="%23ffffff" d="M224 0c-17.7 0-32 14.3-32 32V51.2C119 66 64 130.6 64 208v18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416H416c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z"/></svg>');
   */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/*
.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    background-color: #ff4d4f;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 2px white;
}*/

/* 권한 승인 아이콘 스타일 */
.notifications-page {
    padding: 20px 0;
}

.notifications-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.notifications-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notification-item {
    padding: 15px;
    border-radius: 6px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    transition: background-color 0.2s;
}

    .notification-item:hover {
        background-color: #f8f9fa;
    }

    .notification-item.unread {
        border-left: 4px solid #007bff;
    }

.notification-icon-large {
    width: 40px;
    height: 40px;
    background-color: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.notification-content {
    flex-grow: 1;
}

.notification-title {
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.notification-message {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}

.notification-time {
    color: #999;
    font-size: 12px;
}

.notification-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.no-notifications {
    text-align: center;
    padding: 50px 0;
    color: #666;
}

.no-notifications-icon {
    font-size: 48px;
    margin-bottom: 20px;
    color: #ddd;
}


/* 권한 승인 아이콘 스타일 */
.register-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.register-box {
    width: 100%;
    max-width: 500px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.register-title {
    text-align: center;
    margin-bottom: 25px;
    color: #333;
    font-weight: 600;
}

.register-form .form-group {
    margin-bottom: 20px;
}

.register-form label {
    font-weight: 500;
    color: #555;
}

.register-form .btn-block {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 10px;
}

.register-links {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

    .register-links a {
        color: #007bff;
        text-decoration: none;
    }

        .register-links a:hover {
            text-decoration: underline;
        }

.forgot-password-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.forgot-password-box {
    width: 100%;
    max-width: 400px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 2rem;
}

.forgot-password-title {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #333;
    font-weight: 600;
}

.forgot-password-links {
    text-align: center;
    margin-top: 15px;
}

    .forgot-password-links a {
        color: #007bff;
        text-decoration: none;
    }

        .forgot-password-links a:hover {
            text-decoration: underline;
        }
/* 권한 승인 아이콘 스타일 */
.admin-icon-container {
    display: flex;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
}

.admin-icon {
    width: 24px;
    height: 24px;
    background-image: url('/images/admin-icon.svg');
    background-size: contain;
    margin-right: 5px;
}



.admin-text {
    font-size: 14px;
    color: #333;
    /* color: white;  텍스트 색상을 흰색으로 변경 */
}
/* 권한 승인 아이콘 스타일 */
.notification-badge {
    position: absolute;
    top: -8px;
    right: -12px;
    background-color: #ff4949;
    color: white;
    border-radius: 50%;
    padding: 3px 6px;
    font-size: 0.7rem;
    min-width: 18px;
    text-align: center;
}

/* 권한 승인 아이콘 스타일 */
.approval-icon {
    width: 24px;
    height: 24px;
    background-image: url('/images/approval-icon.svg'); /* 권한 승인 아이콘 추가 */
    background-size: contain;
    margin-right: 5px;
}

.approval-text {
    font-size: 14px;
    color: #333;
}

.admin-icon-container {
    display: flex;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
}

/* 권한 승인 아이콘 스타일 */
.user-dropdown {
    position: relative;
}

.dropdown-icon {
    margin-left: 5px;
    font-size: 10px;
    color: white; /* 텍스트 색상을 흰색으로 변경 */
}

.user-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 160px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    margin-top: 5px;
}

.user-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .user-menu-list li {
        padding: 0;
    }

        .user-menu-list li a,
        .user-menu-list li .logout-button {
            display: block;
            padding: 10px 15px;
            text-decoration: none;
            color: #333;
            transition: background-color 0.3s;
            text-align: left;
            width: 100%;
        }

            .user-menu-list li a:hover,
            .user-menu-list li .logout-button:hover {
                background-color: #f5f5f5;
            }

.logout-form {
    margin: 0;
}

.logout-button {
    background: none;
    border: none;
    cursor: pointer;
    color: #dc3545;
    text-align: left;
    font-weight: bold;
}

/* 통합 헤더 영역 */
.jbilp-header-bg {
    background-color: #0F4C5C !important;
    color: white;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

.jbilp-menu-bg {
    background-color: #0F4C5C !important;
}

/* 서브페이지 스타일 */
.subpage-header {
    background-color: #0F4C5C;
    color: white;
    margin-bottom: 0 !important; /* 마진 제거 */
    padding-bottom: 1rem;
}

    .subpage-header .container h1{
        text-align: center;
        color:white;
    }

.subpage-breadcrumb-area {
    background-color: white;
    /*color: white;*/
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 0;
}

    .subpage-breadcrumb-area .breadcrumb {
        background-color: transparent;
        padding: 0.5rem 0;
        margin-bottom: 0;
    }

    .subpage-breadcrumb-area .breadcrumb-item a {
        /*color: rgba(255, 255, 255, 0.7);*/
    }

    .subpage-breadcrumb-area .breadcrumb-item.active {
        /*color: white;*/
    }

    .subpage-breadcrumb-area .breadcrumb-item + .breadcrumb-item::before {
        /*color: rgba(255, 255, 255, 0.5);*/
    }

.subpage-menu-trigger {
    background-color: #0F4C5C !important;
    color: white;
}

    .subpage-menu-trigger:hover {
        background-color: #0F4C5C !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }

.subpage-menu-button {
    background-color: #0F4C5C;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

    .subpage-menu-button:hover {
        background-color: #0c3e4a;
        border-color: rgba(255, 255, 255, 0.5);
    }

.subpage-menu-text {
    color: white;
}

.subpage-menu-trigger .login-text,
.subpage-menu-trigger .admin-text,
.subpage-menu-trigger .username-hover,
.subpage-menu-trigger .dropdown-icon {
    color: white;
}

.subpage-top-nav {
    background-color: #0F4C5C;
    color: white;
}

/* 메뉴별 색상 테마 - 지적이고 고급스러운 색상 체계 */
.menu-theme-search {
    background: linear-gradient(135deg, #1a365d, #2a4365); /* 검색 - 깊이 있는 남색 */
    color: #ffffff;
}

.menu-theme-stats {
    background: linear-gradient(135deg, #155e63, #266b75); /* 통계 - 진한 청록색 */
    color: #ffffff;
}

.menu-theme-notice {
    background: linear-gradient(135deg, #553c9a, #6d50b5); /* 알림마당 - 진한 보라색 */
    color: #ffffff;
}

.menu-theme-archive {
    background: linear-gradient(135deg, #2d6a4f, #3d835c); /* 자료실 - 진한 녹색 */
    color: #ffffff;
}

.menu-theme-intro {
    background: linear-gradient(135deg, #663c1f, #875125); /* 소개 - 진한 갈색 */
    color: #ffffff;
}

.menu-theme-admin {
    background: linear-gradient(135deg, #374151, #4b5563); /* 관리자 - 진한 회색 */
    color: #ffffff;
}

/* 브레드크럼 에리어 색상 적용 */
.subpage-breadcrumb-area.menu-theme-search {
    background: linear-gradient(135deg, #1a365d, #2a4365) !important;
    color: #ffffff;
}

.subpage-breadcrumb-area.menu-theme-stats {
    background: linear-gradient(135deg, #155e63, #266b75) !important;
    color: #ffffff;
}

.subpage-breadcrumb-area.menu-theme-notice {
    background: linear-gradient(135deg, #553c9a, #6d50b5) !important;
    color: #ffffff;
}

.subpage-breadcrumb-area.menu-theme-archive {
    background: linear-gradient(135deg, #2d6a4f, #3d835c) !important;
    color: #ffffff;
}

.subpage-breadcrumb-area.menu-theme-intro {
    background: linear-gradient(135deg, #663c1f, #875125) !important;
    color: #ffffff;
}

.subpage-breadcrumb-area.menu-theme-admin {
    background: linear-gradient(135deg, #374151, #4b5563) !important;
    color: #ffffff;
}

/* 페이지 제목 영역 (h2 태그) */
h2.page-title {
    background-color: #0F4C5C;
    color: white;
    padding: 1rem;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
}

/* 그래피언트 배경 헤더 */
.bg-gradient-header {
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: 1rem;
    width: 100%;
    position: relative;
    top: -1px; /* 메뉴와의 간격 제거 */
}

    .bg-gradient-header h2 {
        margin: 0;
        padding: 0;
    }


/* 새로 추가: 인라인 스타일을 CSS 클래스로 변환 */

/* 기본 숨김 클래스 */
.d-none {
    display: none !important;
}

/* 폭 100% 클래스 */
.w-100 {
    width: 100%;
}

/* 플렉스 레이아웃 클래스 */
.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

/* 텍스트 정렬 클래스 */
.text-center {
    text-align: center;
}

.text-end {
    text-align: end;
}

/* 마진 클래스 */
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.me-2 { margin-right: 0.5rem; }
.me-3 { margin-right: 1rem; }

/* 카드 스타일 */
.card {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.card-header {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-weight: 600;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card-body {
    padding: 1.25rem;
}

/* 배지 스타일 */
.badge {
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-primary { 
    color: #fff;
    background-color: #007bff;
}

.badge-secondary { 
    color: #fff;
    background-color: #6c757d;
}

.badge-success { 
    color: #fff;
    background-color: #28a745;
}

.badge-warning { 
    color: #212529;
    background-color: #ffc107;
}

.badge-danger { 
    color: #fff;
    background-color: #dc3545;
}

.badge-info { 
    color: #fff;
    background-color: #17a2b8;
}

/* 폼 컨트롤 스타일 */
.search-box {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* 버튼 기본 스타일 */
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

/* 통계 항목 스타일 */
.stat-item {
    padding: 1rem;
}



/* 메뉴별 버튼 스타일 */
.menu-theme-search .btn-primary,
.menu-theme-search .btn {
    background-color: #1a365d;
    border-color: #1a365d;
    color: #ffffff;
    transition: all 0.3s ease;
}
.menu-theme-search .btn-primary:hover,
.menu-theme-search .btn:hover {
    background-color: #2a4365;
    border-color: #2a4365;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(26, 54, 93, 0.3);
}

.menu-theme-stats .btn-primary,
.menu-theme-stats .btn {
    background-color: #155e63;
    border-color: #155e63;
    color: #ffffff;
    transition: all 0.3s ease;
}
.menu-theme-stats .btn-primary:hover,
.menu-theme-stats .btn:hover {
    background-color: #266b75;
    border-color: #266b75;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(21, 94, 99, 0.3);
}

.menu-theme-notice .btn-primary,
.menu-theme-notice .btn {
    background-color: #553c9a;
    border-color: #553c9a;
    color: #ffffff;
    transition: all 0.3s ease;
}
.menu-theme-notice .btn-primary:hover,
.menu-theme-notice .btn:hover {
    background-color: #6d50b5;
    border-color: #6d50b5;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(85, 60, 154, 0.3);
}

.menu-theme-archive .btn-primary,
.menu-theme-archive .btn {
    background-color: #2d6a4f;
    border-color: #2d6a4f;
    color: #ffffff;
    transition: all 0.3s ease;
}
.menu-theme-archive .btn-primary:hover,
.menu-theme-archive .btn:hover {
    background-color: #3d835c;
    border-color: #3d835c;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(45, 106, 79, 0.3);
}

.menu-theme-intro .btn-primary,
.menu-theme-intro .btn {
    background-color: #663c1f;
    border-color: #663c1f;
    color: #ffffff;
    transition: all 0.3s ease;
}
.menu-theme-intro .btn-primary:hover,
.menu-theme-intro .btn:hover {
    background-color: #875125;
    border-color: #875125;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(102, 60, 31, 0.3);
}

.menu-theme-admin .btn-primary,
.menu-theme-admin .btn {
    background-color: #374151;
    border-color: #374151;
    color: #ffffff;
    transition: all 0.3s ease;
}
.menu-theme-admin .btn-primary:hover,
.menu-theme-admin .btn:hover {
    background-color: #4b5563;
    border-color: #4b5563;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(55, 65, 81, 0.3);
}

/* 메뉴별 폼 컨트롤 스타일 */
.menu-theme-search .form-control:focus {
    border-color: #1a365d;
    box-shadow: 0 0 0 0.2rem rgba(26, 54, 93, 0.25);
}

.menu-theme-stats .form-control:focus {
    border-color: #155e63;
    box-shadow: 0 0 0 0.2rem rgba(21, 94, 99, 0.25);
}

.menu-theme-notice .form-control:focus {
    border-color: #553c9a;
    box-shadow: 0 0 0 0.2rem rgba(85, 60, 154, 0.25);
}

.menu-theme-archive .form-control:focus {
    border-color: #2d6a4f;
    box-shadow: 0 0 0 0.2rem rgba(45, 106, 79, 0.25);
}

.menu-theme-intro .form-control:focus {
    border-color: #663c1f;
    box-shadow: 0 0 0 0.2rem rgba(102, 60, 31, 0.25);
}

.menu-theme-admin .form-control:focus {
    border-color: #374151;
    box-shadow: 0 0 0 0.2rem rgba(55, 65, 81, 0.25);
}

/* 메뉴별 테이블 헤더 스타일 */
.menu-theme-search .table thead th {
    background-color: #1a365d;
    color: #ffffff;
    border-color: #2a4365;
}

.menu-theme-stats .table thead th {
    background-color: #155e63;
    color: #ffffff;
    border-color: #266b75;
}

.menu-theme-notice .table thead th {
    background-color: #553c9a;
    color: #ffffff;
    border-color: #6d50b5;
}

.menu-theme-archive .table thead th {
    background-color: #2d6a4f;
    color: #ffffff;
    border-color: #3d835c;
}

.menu-theme-intro .table thead th {
    background-color: #663c1f;
    color: #ffffff;
    border-color: #875125;
}

.menu-theme-admin .table thead th {
    background-color: #374151;
    color: #ffffff;
    border-color: #4b5563;
}

/* 메뉴별 링크 스타일 */
.menu-theme-search a {
    color: #1a365d;
    transition: all 0.3s ease;
}
.menu-theme-search a:hover {
    color: #2a4365;
    text-decoration: none;
}

.menu-theme-stats a {
    color: #155e63;
    transition: all 0.3s ease;
}
.menu-theme-stats a:hover {
    color: #266b75;
    text-decoration: none;
}

.menu-theme-notice a {
    color: #553c9a;
    transition: all 0.3s ease;
}
.menu-theme-notice a:hover {
    color: #6d50b5;
    text-decoration: none;
}

.menu-theme-archive a {
    color: #2d6a4f;
    transition: all 0.3s ease;
}
.menu-theme-archive a:hover {
    color: #3d835c;
    text-decoration: none;
}

.menu-theme-intro a {
    color: #663c1f;
    transition: all 0.3s ease;
}
.menu-theme-intro a:hover {
    color: #875125;
    text-decoration: none;
}

.menu-theme-admin a {
    color: #374151;
    transition: all 0.3s ease;
}
.menu-theme-admin a:hover {
    color: #4b5563;
    text-decoration: none;
}

/* 버튼 기본 스타일 수정 */
.btn {
    display: inline-block;
    font-weight: 500;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.btn-primary {
    color: #fff;
    background-color: #1a365d;
    border-color: #1a365d;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #2a4365;
    border-color: #2a4365;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(26, 54, 93, 0.3);
}

.btn-danger {
    color: #fff;
    background-color: #7f1d1d;
    border-color: #7f1d1d;
    transition: all 0.3s ease;
}

.btn-danger:hover {
    background-color: #991b1b;
    border-color: #991b1b;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(127, 29, 29, 0.3);
}

/* 추가적인 버튼 스타일 */
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
}

.btn-outline-primary {
    color: #1a365d;
    border-color: #1a365d;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #1a365d;
    border-color: #1a365d;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(26, 54, 93, 0.3);
}

/* 배지 스타일 향상 */
.badge {
    display: inline-block;
    padding: 0.35em 0.7em;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.5rem;
    letter-spacing: 0.3px;
}

.badge-primary {
    color: #fff;
    background-color: #1a365d;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-success {
    color: #fff;
    background-color: #166534;
}

.badge-warning {
    color: #fff;
    background-color: #92400e;
}

.badge-danger {
    color: #fff;
    background-color: #991b1b;
}

.badge-info {
    color: #fff;
    background-color: #0d4a63;
}

/* 검색박스 스타일 향상 */
.search-box {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    border: 2px solid #ced4da;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.search-box:focus {
    border-color: #1a365d;
    box-shadow: 0 0 0 0.2rem rgba(26, 54, 93, 0.15), 0 4px 6px rgba(0,0,0,0.1);
}

/* 타이포그래피 향상 */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.3;
}

/* 메뉴 어둠어둠이 효과 제거 */
/*

.menu-trigger-area {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #0F4C5C;
    cursor: default;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.menu-trigger-area:hover {
    background-color: #0F4C5C;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
*/
/* 드롭 버튼 스타일 개선 */
.dropdown-icon {
    margin-left: 5px;
    font-size: 10px;
    color: #fff;
    transition: transform 0.3s ease;
}

.user-info-hover:hover .dropdown-icon {
    transform: rotate(180deg);
}

/* 메뉴 버튼 스타일 개선 */
.menu-button {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.5rem;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menu-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

/* 카드 기반 목록 공통 스타일 */
.hover-shadow {
    transition: all 0.3s ease;
}

.hover-shadow:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
    transform: translateY(-2px);
}

.card-title {
    line-height: 1.4;
    min-height: 2.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 유망기술 관련 스타일 */
.promising-tech-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.125);
}

.promising-tech-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transform: translateY(-3px);
    border-color: rgba(0,123,255,0.3);
}

.promising-tech-badge {
    font-size: 0.75em;
    padding: 0.25em 0.6em;
    border-radius: 0.5rem;
}

.card-footer {
    border-top: 1px solid rgba(0,0,0,0.125);
    background-color: rgba(0,0,0,0.03);
}

/* 하이브리드 레이아웃 - 데스크톱은 테이블, 모바일은 카드 */
.hybrid-layout .desktop-table {
    display: block;
}

.hybrid-layout .mobile-cards {
    display: none;
}

/* 개선된 테이블 스타일 */
.enhanced-table {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.enhanced-table thead th {
    background: linear-gradient(135deg, #1a365d, #2a4365);
    color: white;
    font-weight: 600;
    padding: 1rem 0.75rem;
    border: none;
    position: relative;
}

.enhanced-table thead th:first-child {
    border-top-left-radius: 0.5rem;
}

.enhanced-table thead th:last-child {
    border-top-right-radius: 0.5rem;
}

.enhanced-table tbody tr {
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.enhanced-table tbody tr:hover {
    background-color: rgba(26, 54, 93, 0.05);
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

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

.enhanced-table tbody td {
    padding: 1rem 0.75rem;
    vertical-align: middle;
    border: none;
}

.tech-title {
    font-weight: 600;
    color: #1a365d;
    line-height: 1.3;
    margin-bottom: 0.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2.6em;
}

.tech-subtitle {
    font-size: 0.875rem;
    color: #6c757d;
    font-style: italic;
}

.date-badge {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 0.8rem;
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
    min-width: 90px;
    text-align: center;
}

.org-name {
    font-weight: 500;
    color: #2d3748;
}

.custom-footer {
    background: #39354a;
    color: #fff;
    padding: 24px 32px 16px 32px;
    font-size: 15px;
}

    .custom-footer a {
        color: #4ec3ff;
        margin-right: 24px;
        text-decoration: none;
        font-weight: 600;
    }

        .custom-footer a:hover {
            text-decoration: underline;
        }

.footer-links {
    margin-bottom: 8px;
}

.footer-info {
    margin-bottom: 8px;
}

    .footer-info span {
        margin-right: 24px;
    }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.top-btn {
    background: #2e2940;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-weight: bold;
    cursor: pointer;
}

/* 액션 버튼 그룹 */
.action-buttons {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-start;
}

.action-buttons .btn {
    min-width: auto;
    white-space: nowrap;
}

/* 해제 버튼 개선 */
.btn-remove {
    color: #dc3545;
    background-color: transparent;
    border: 1px solid #dc3545;
    transition: all 0.3s ease;
}

.btn-remove:hover {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}

.btn-remove:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* 총 개수 배지 스타일 개선 */
.count-badge {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #333 !important;
    font-weight: 600;
    padding: 0.4rem 0.8rem;
    border-radius: 1rem;
    font-size: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* 모바일에서 카드로 전환 */
@media (max-width: 768px) {
    .hybrid-layout .desktop-table {
        display: none;
    }
    
    .hybrid-layout .mobile-cards {
        display: block;
    }
}

/* 태블릿에서 테이블 최적화 */
@media (max-width: 992px) and (min-width: 769px) {
    .enhanced-table {
        font-size: 0.9rem;
    }
    
    .enhanced-table thead th,
    .enhanced-table tbody td {
        padding: 0.75rem 0.5rem;
    }
    
    .btn-sm {
        padding: 0.25rem 0.5rem;
        font-size: 0.8rem;
    }
}

/* 기존 카드 스타일 개선 - 모바일 전용 */
.tech-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0.5rem;
}

.tech-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transform: translateY(-2px);
    border-color: rgba(0,123,255,0.25);
}

.patent-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.125);
}

.patent-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

.info-badge {
    font-size: 0.8em;
    padding: 0.3em 0.7em;
    border-radius: 0.4rem;
    font-weight: 600;
}

/* 반응형 카드 레이아웃 */
@media (max-width: 768px) {
    .hover-shadow,
    .tech-card,
    .patent-card {
        margin-bottom: 1rem;
    }
    
    .card-title {
        min-height: auto;
        font-size: 1rem;
    }
    
    .info-badge {
        font-size: 0.75em;
    }
}

@media (max-width: 576px) {
    .promising-tech-card .card-body,
    .tech-card .card-body,
    .patent-card .card-body {
        padding: 0.75rem;
    }
    
    .promising-tech-card .card-footer,
    .tech-card .card-footer,
    .patent-card .card-footer {
        padding: 0.5rem 0.75rem;
    }
    
    .btn-sm {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
    }
}

/* 애니메이션 개선 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.5s ease-out;
}

/* 로딩 애니메이션 */
.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0,0,0,.1);
    border-radius: 50%;
    border-top-color: #007bff;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* 기존 스타일링 요소들 제거 또는 수정 */
.menu-trigger-area::after,
.menu-trigger-area:hover::after,
.menu-trigger-area:hover::before {
    content: none;
}

/* Search/Index 페이지에서 이동한 스타일 */
.hover-shadow {
    transition: all 0.3s ease;
}

.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.form-control-lg {
    font-size: 1.1rem;
}

.btn-group .btn {
    padding: .375rem .75rem;
}
