.logo-lg {
    padding: 10px 20px;
    height: 70px;
    font-size: 0;
}
.logo-lg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.logo-txt {
    color: white;
    line-height: 22px;
    font-size: 22px;
    vertical-align: middle;
    padding-top: 2px;
    margin-left: 10px;
}
.logo-lg {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-preview-wrap {
    border-left: 1px solid #cbcbcb;
    height: 600px;
}
.img-preview-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #cbcbcb;
}
.img-preview-no-result {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #eee;
    border: 1px solid #cbcbcb;
}
.img-preview-no-result.on {
    display: block;
}
.img-preview-no-result:after {
    content: '등록된 이미지가 없습니다.';
    font-size: 16px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.account-pages {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-login.jpg);
    background-position: center;
    background-size: cover;

}
.account-pages .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
div#login-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}

.label-text {
    font-size: 1.2rem; /* 원하는 크기로 조정 */
}

.txt-0 {
    color: gray;
}
.txt-1 {
    color: #3BC0C3;
}
.txt-2 {
    color: red;
}
.active-button {
    background-color: #007bff; /* 원하는 배경색으로 변경 */
    color: white;
}
th.text-center {
    vertical-align: middle;
}
td.text-center {
    vertical-align: middle;
}
.menu-divider {
    border: none; /* 기본 테두리를 제거 */
    border-top: 1px solid #5C6573; /* 위쪽 테두리에만 선 추가 */
    margin: 10px 20px;
}

.menu-hidden {
    display: none;
}

.placeholder-light::placeholder {
    color: #bbb;
}

.horizontal-scroll-wrapper th {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}

/* 테이블을 더 modern하게 */
.modern-table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.modern-table td, .modern-table th {
    vertical-align: middle;
}

.modern-table tr:hover {
    background-color: #f1f3f5;
}

.modern-table .form-switch,
.modern-table .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-check-input {
    margin-top: 0 !important; /* 수직 정렬 미스 방지 */
}

.form-check-label {
    font-weight: 500;
    white-space: nowrap;
}

.active-button {
    background-color: #007bff;
    color: white;
    font-weight: bold;
}