/* IBMPlexSansKR */
@font-face {
    font-family: 'IBMPlexSansKR';
    font-weight: 400;
    src: url('/static/fonts/IBMPlexSansKR-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'IBMPlexSansKR';
    font-weight: 300;
    src: url('/static/fonts/IBMPlexSansKR-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'IBMPlexSansKR';
    font-weight: 700;
    src: url('/static/fonts/IBMPlexSansKR-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'IBMPlexSansKR';
    font-weight: 100;
    src: url('/static/fonts/IBMPlexSansKR-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'IBMPlexSansKR';
    font-weight: 200;
    src: url('/static/fonts/IBMPlexSansKR-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'IBMPlexSansKR';
    font-weight: 600;
    src: url('/static/fonts/IBMPlexSansKR-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'IBMPlexSansKR';
    font-weight: 500;
    src: url('/static/fonts/IBMPlexSansKR-Medium.ttf') format('truetype');
}

/* NanumSquare */
@font-face {
    font-family: 'NanumSquare';
    font-weight: 400;
    src: url('/static/fonts/NanumSquareR.eot');
    src: local('☺'),
        url('/static/fonts/NanumSquareR.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/NanumSquareR.woff2') format('woff2'),
        url('/static/fonts/NanumSquareR.woff') format('woff'),
        url('/static/fonts/NanumSquareR.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumSquare';
    font-weight: 700;
    src: url('/static/fonts/NanumSquareB.eot');
    src: local('☺'),
        url('/static/fonts/NanumSquareB.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/NanumSquareB.woff2') format('woff2'),
        url('/static/fonts/NanumSquareB.woff') format('woff'),
        url('/static/fonts/NanumSquareB.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumSquare';
    font-weight: 800;
    src: url('fonts/NanumSquareEB.eot');
    src: local('☺'),
        url('/static/fonts/NanumSquareEB.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/NanumSquareEB.woff2') format('woff2'),
        url('/static/fonts/NanumSquareEB.woff') format('woff'),
        url('/static/fonts/NanumSquareEB.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumSquare';
    font-weight: 300;
    src: url('/static/fonts/NanumSquareL.eot');
    src: local('☺'),
        url('/static/fonts/NanumSquareL.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/NanumSquareL.woff2') format('woff2'),
        url('/static/fonts/NanumSquareL.woff') format('woff'),
        url('/static/fonts/NanumSquareL.ttf') format('truetype');
}

/* AC */
@font-face {
    font-family: 'NanumSquareAc';
    font-weight: 400;
    src: url('/static/fonts/NanumSquareAcR.eot');
    src: local('☺'),
        url('/static/fonts/NanumSquareAcR.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/NanumSquareAcR.woff2') format('woff2'),
        url('/static/fonts/NanumSquareAcR.woff') format('woff'),
        url('/static/fonts/NanumSquareAcR.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumSquareAc';
    font-weight: 700;
    src: url('/static/fonts/NanumSquareAcB.eot');
    src: local('☺'),
        url('/static/fonts/NanumSquareAcB.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/NanumSquareAcB.woff2') format('woff2'),
        url('/static/fonts/NanumSquareAcB.woff') format('woff'),
        url('/static/fonts/NanumSquareAcB.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumSquareAc';
    font-weight: 800;
    src: url('/static/fonts/NanumSquareAcEB.eot');
    src: local('☺'),
        url('/static/fonts/NanumSquareAcEB.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/NanumSquareAcEB.woff2') format('woff2'),
        url('/static/fonts/NanumSquareAcEB.woff') format('woff'),
        url('/static/fonts/NanumSquareAcEB.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumSquareAc';
    font-weight: 300;
    src: url('/static/fonts/NanumSquareAcL.eot');
    src: local('☺'),
        url('/static/fonts/NanumSquareAcL.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/NanumSquareAcL.woff2') format('woff2'),
        url('/static/fonts/NanumSquareAcL.woff') format('woff'),
        url('/static/fonts/NanumSquareAcL.ttf') format('truetype');
}

/* Noto Sans KR */
@font-face {
    font-family: 'Noto Sans KR light';
    font-weight: 300;
    src: url('/static/fonts/NotoSansKr-Light.otf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 300;
    src: url('/static/fonts/NotoSansKR-Regular.otf') format('truetype');
}

.form-control {
    font-size: unset !important;
}

.form-select {
    font-size: unset !important;
}

.btn {
    --bs-btn-font-size: unset !important;
}

.btn-lg {
    --bs-btn-font-size: unset !important;
}

.btn-sm {
    --bs-btn-font-size: unset !important;
}


* {
    font-family: 'IBMPlexSansKR', 'NanumSquareAc', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

b,
strong {
    font-weight: 600;
}

.unique-600 .modal-body {
    height: 690px;
}

.sihyun:hover {
    transform: scale(1.3);
}

/* 스크롤바 */
.app-content-padding::-webkit-scrollbar {
    width: 6px;
}

/* 드래그 가능한 스크롤 핸들 막대 */
.app-content-padding::-webkit-scrollbar-thumb {
    background: #adb5bd;
    border-radius: 6px;
}

/* 스크롤바 트랙*/
.app-content-padding::-webkit-scrollbar-track {
    background-color: transparent;
}

/* 탭 관련 CSS */
.ui-state-active {
    border: 1px solid #2D353C !important;
    background-color: #2D353C !important;
}

.ui-widget-header {
    background-color: #E9ECEF !important;
}

.ui-tabs {
    padding: 0 !important;
}

#tabs li .fa-xmark {
    cursor: pointer;
}

.card.border-0 {
    height: 100%;
}

.ui-tabs .ui-tabs-nav li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.xBtn {
    right: 5px;
    position: absolute;
}

.paym_row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* 웹 접근성을 고려하여 텍스트 숨기기 */
.text-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
}

/* img 크기 공통화를 위한 figure CSS */
.image-106x20 {
    margin: 0;
    width: 106px;
    height: 20px;
}

/* 지출결재대기 결재선 정보 timeline CSS */
.timeline .timeline-times {
    position: absolute;
    width: 18%;
    left: 0;
}

.timeline .timeline-times .date {
    display: block;
    font-weight: 600;
    color: rgba(var(--app-component-color-rgb), .85);
}

.timeline .timeline-times .time {
    display: block;
    font-weight: 600;
    line-height: 24px;
    font-size: 1.5rem;
    color: rgba(var(--app-component-color-rgb), .85);
}

.timeline .timeline-headers {
    padding: 0.9375rem;
    display: flex;
    align-items: center;
}

.timeline .timeline-contens {
    background: var(--app-component-bg);
    position: relative;
    font-size: 14px;
    max-width: 640px;
    border-radius: 6px;
    margin-left: 23%;
}

.timeline .timeline-content:before {
    content: "";
    display: block;
    position: absolute;
    border: 0px solid transparent;
    top: 20px;
    left: -20px;
    border-right-color: var(--app-component-bg);
}

.timeline .timeline-icons {
    position: absolute;
    width: 10%;
    text-align: center;
    top: 33px;
    left: 15%;
}

.timeline .timeline-icons a {
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: var(--bs-body-bg);
    line-height: 10px;
    color: #fff;
    font-size: 14px;
    border: 5px solid #495057;
    transition: border-color .2s linear;
    border-radius: 24px;
}

/*  */
ol.progress-meter li {
    display: inline-block;
    text-align: center;
    text-indent: -19px;
    height: 36px;
    width: 24.99%;
    font-size: 12px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
}

ol.progress-meter li:before {
    position: relative;
    float: left;
    text-indent: 0;
    left: -webkit-calc(50% - 9.5px);
    left: -moz-calc(50% - 9.5px);
    left: -ms-calc(50% - 9.5px);
    left: -o-calc(50% - 9.5px);
    left: calc(50% - 9.5px);
}

ol.progress-meter li.done {
    font-size: 12px;
}

ol.progress-meter li.done:before {
    content: "\2713";
    height: 19px;
    width: 19px;
    line-height: 21.85px;
    bottom: -28.175px;
    border: none;
    border-radius: 19px;
}

ol.progress-meter li.return:before {
    content: "\f00d";
    height: 19px;
    width: 19px;
    line-height: 21.85px;
    bottom: -28.175px;
    border: none;
    border-radius: 19px;
    font-family: "Font Awesome\ 5 Free";
}

ol.progress-meter li.todo {
    font-size: 12px;
}

ol.progress-meter li.todo:before {
    content: "\2B24";
    font-size: 17.1px;
    bottom: -26.95px;
    line-height: 18.05px;
}

ol.progress-meter li.done {
    color: black;
    border-bottom-color: yellowgreen;
}

ol.progress-meter li.return {
    color: black;
    border-bottom-color: red;
}

ol.progress-meter li.done:before {
    color: white;
    background-color: yellowgreen;
}

ol.progress-meter li.return:before {
    color: white;
    background-color: red;
}

ol.progress-meter li.todo {
    color: silver;
    border-bottom-color: silver;
}

ol.progress-meter li.todo:before {
    color: silver;
}

/* USER LIST TABLE */
.user-list tbody td>img {
    position: relative;
    float: left;
    margin-right: 15px;
}

.user-list tbody td .user-link {
    display: block;
    font-size: 1.25em;
    padding-top: 3px;
    margin-left: 60px;
}

.user-list tbody td .user-subhead {
    font-size: 0.875em;
    font-style: italic;
}

/* TABLES */
#assent_table {
    border-collapse: separate;
}

#assent_table thead>tr>th {
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 0;
}

#assent_table tbody>tr>td {
    font-size: 0.875em;
    vertical-align: middle;
    text-align: center;
}

#assent_table thead>tr>th span {
    border-bottom: 2px solid #C2C2C2;
    display: inline-block;
    padding: 0 5px;
    padding-bottom: 5px;
    font-weight: normal;
}

#assent_table thead>tr>th>a span {
    color: #344644;
}

#assent_table thead>tr>th>a span:after {
    content: "\f0dc";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 5px;
    font-size: 0.75em;
}

#assent_table thead>tr>th>a.asc span:after {
    content: "\f0dd";
}

#assent_table thead>tr>th>a.desc span:after {
    content: "\f0de";
}

#assent_table thead>tr>th>a:hover span {
    text-decoration: none;
    color: #2bb6a3;
    border-color: #2bb6a3;
}

#assent_table.table-hover tbody>tr>td {
    -webkit-transition: background-color 0.15s ease-in-out 0s;
    transition: background-color 0.15s ease-in-out 0s;
}

#assent_table tbody tr td .call-type {
    display: block;
    font-size: 0.75em;
    text-align: center;
}

#assent_table tbody tr td .first-line {
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.125em;
}

#assent_table tbody tr td .first-line span {
    font-size: 0.875em;
    color: #969696;
    font-weight: 300;
}

#assent_table tbody tr td .second-line {
    font-size: 0.875em;
    line-height: 1.2;
}

#assent_table a.table-link {
    margin: 0 5px;
    font-size: 1.125em;
}

#assent_table a.table-link:hover {
    text-decoration: none;
    color: #2aa493;
}

#assent_table a.table-link.danger {
    color: #fe635f;
}

#assent_table a.table-link.danger:hover {
    color: #dd504c;
}

.table-products tbody>tr>td {
    background: none;
    border: none;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: background-color 0.15s ease-in-out 0s;
    transition: background-color 0.15s ease-in-out 0s;
    position: relative;
}

.table-products tbody>tr:hover>td {
    text-decoration: none;
    background-color: #f6f6f6;
}

.table-products .name {
    display: block;
    font-weight: 600;
    padding-bottom: 7px;
}

.table-products .price {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: 0.875em;
}

.table-products .price>i {
    color: #8dc859;
}

.table-products .warranty {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: 0.875em;
}

.table-products .warranty>i {
    color: #f1c40f;
}

#assent_table tbody>tr.table-line-fb>td {
    background-color: #9daccb;
    color: #262525;
}

#assent_table tbody>tr.table-line-twitter>td {
    background-color: #9fccff;
    color: #262525;
}

#assent_table tbody>tr.table-line-plus>td {
    background-color: #eea59c;
    color: #262525;
}

.table-stats .status-social-icon {
    font-size: 1.9em;
    vertical-align: bottom;
}


/* 2023.11.08 기존에 acct_001.html 설정했던 부분을 이동함(전종표) */
#spinnerimageContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(254, 254, 254, 0.5);
    /* 필요에 따라 배경을 불투명하게 설정할 수 있음 */
    z-index: 9999;
    /* 다른 요소 위에 표시하기 위한 z-index 설정 */
}

#spinnerimageContainer img {
    max-width: 100px;
    /* 이미지의 최대 너비 설정 */
    max-height: 100px;
    /* 이미지의 최대 높이 설정 */
}

.w-120px {
    width: 120px !important;
}

/* 2024-03-05 카카오맵 customOverLay 관련 CSS (정영진) */
.customoverlay {
    position: relative;
    bottom: 50px;
    border-radius: 6px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ddd;
    float: left;
}

.customoverlay:nth-of-type(n) {
    border: 0;
    box-shadow: 0px 1px 2px #888;
}

.customoverlay a {
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    background: #d95050;
    background: #d95050 url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/arrow_white.png) no-repeat right 14px center;
}

.customoverlay .title {
    display: block;
    text-align: center;
    background: #fff;
    margin-right: 35px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
}

.customoverlay:after {
    content: '';
    position: absolute;
    margin-left: -12px;
    left: 50%;
    bottom: -12px;
    width: 22px;
    height: 12px;
    background: url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')
}



/* 기존 body 스타일은 content 영역의 최상단 div에 적용될 수 있도록 조정 */
/* body { background-color : white; } */

.card.border-0.h-100.d-flex.flex-column {
    min-height: 0 !important;
}

.acct-content-wrapper {
    background-color: white;
    height: 100%;
    /* 부모 탭 영역을 꽉 채우도록 설정 */
    display: flex;
    flex-direction: column;
}

/* 새로 추가된 Card를 acct-content-wrapper의 자식으로 설정 */
.acct-content-wrapper>.card {
    flex-grow: 1;
    /* 남은 공간을 모두 차지 */
    min-height: 0;
    /* Flex Item에서 높이 계산을 위한 필수 속성 */
    background-color: white;
    outline-color: gray;
}

/* 1. 검색 영역 (acct_001_03.html) - 높이 자동 */
.search-area {
    padding: 0 !important;
    border: 0 !important;
    background-color: white;
    flex-shrink: 0;
    /* 공간이 부족해도 줄어들지 않음 */
    /* padding-bottom: 10px; 주석 처리 또는 제거 */
}

/* 2. Tabulator가 포함된 영역: 남은 모든 공간을 차지하며 스크롤 가능하게 설정 */
.grid-area {
    flex-grow: 1;
    /* ⭐️ 남은 공간을 모두 차지하도록 설정 */
    min-height: 0;
    /* ⭐️ 핵심: 무한 확장을 방지하고 높이 계산 가능하게 함 */
    overflow-y: auto;
    /* 그리드 내용이 넘칠 경우 스크롤바 생성 */
}

#clipdata-table {
    height: 100%;
}

/* 테이블 영역: flex 분할 + 내부 스크롤용 */
.tabulator-wrapper {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

/* Tabulator가 영역 꽉 채우도록 */
.tabulator-wrapper>div {
    height: 100%;
}

/* 버튼/상세영역 고정 */
.fixed-area {
    flex: 0 0 auto;
}