@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');

@font-face {
    font-family: 'Noto Sans KR';
    src: url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+KR:wght@100..900&display=swap')
        format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SpoqaHanSansNeo';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
}
.col-xl-2 {
    width: 13.66666667%;
}
.col-xl-10 {
    width: 86.33333333%;
}
.textwrap {
    text-wrap: wrap;
}
/* 영어만 roboto 적용 */
.en-font,
*[lang='en'] {
    font-family: 'Roboto', 'SpoqaHanSansNeo-Regular', sans-serif !important;
}

/* headline */
h1 {
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 0;
}
h2 {
    font-size: 1.275rem;
    font-weight: 700;
    margin-bottom: 0;
    text-wrap: nowrap;
}
h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0;
    text-wrap: nowrap;
}
h4 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}
h5 {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0;
}

/* 로그인 */
.login .messages {
    padding-left: 0 !important;
    margin-bottom: 24px;
}
.login .messages .error {
    list-style: none;
    font-size: 0.875rem;
    color: #ff6767;
    text-align: center;
}

/* 헤더메뉴 ,좌측메뉴 font */
header {
    width: 100%;
    position: fixed !important;
    z-index: 1000;
    box-shadow: 1px 1px 2px rgab(0, 0, 0, 0.15);
}
.toggle-label {
    width: 48px;
}

header .navbar-nav.menu li {
    padding: 0 24px;
    border-right: 1px solid #eee;
}
header .navbar-nav.menu li:first-child {
    padding-left: 0;
}
header .navbar-nav.menu li:last-child {
    padding-right: 0;
    border-right: none;
}
header .navbar-nav.menu li .nav-link span {
    font-size: 1rem;
    font-weight: 500;
    color: #6a6b70;
}
header #common_menu,
header #pef_menu {
    border-radius: 16px !important;
    display: none !important;
}

/* 헤더 우측아이콘 */
header .navbar-nav li .nav-link i,
header .navbar-nav li .nav-link i:before {
    font-size: 1.25rem;
    color: #99a1b7;
}
header .navbar-nav li .nav-link i.bi-globe-asia-australia:before {
    font-size: 1.125rem;
}

header .navbar-nav li .nav-link:hover i,
header .navbar-nav li .nav-link:hover i:before {
    color: #6d7ba2;
}

header #gsel_workplace_list {
    padding-left: 12px;
    margin-right: 16px;
}
#gsel_year_list {
}
#sidebar .tui-datepicker {
    left: -100px;
}

/* 언어설정 */
.lang {
    position: relative;
}
.lang-wrap {
    width: 120px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 100%;
    left: -60%;
    display: none;
}
.lang-ul {
    list-style-type: none;
    font-size: 0.875rem;
    color: #333;
    padding: 0 18px;
}
.lang-ul li {
    text-align: center;
    cursor: pointer;
    padding: 12px 0;
}
.lang-ul li:hover {
    color: #18a19d;
}
/* 프로젝트 단위공정 선택 목록 */
.ul-unit-process-line {
    list-style-type: none;
    font-size: 0.875rem;
    color: #333;
    padding: 0 18px;
    display: none;
    width: fit-content;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    /* top: 14%;
    left: 17%; */
    display: none;

    z-index: 10;
}
.ul-unit-process-line li {
    text-align: center;
    cursor: pointer;
    padding: 12px 0;
    font-size: 1.125rem;
}
.ul-unit-process-line li:hover {
    color: #18a19d;
}
.ul-unit-process-line li a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}
/* menu mouseover 색깔 */
header .navbar-nav.menu li .nav-link:hover span {
    font-weight: 500 !important;
    color: #444 !important;
}

/* footer */
footer {
    /* width: calc(100% - 250px);
    position: fixed;
    bottom: 0;
    right: 0;*/
    border-top: 1px solid #eee;
    height: 100px;
    color: #666;
}
footer .part_corp {
    width: 235px;
}
footer p {
    margin: 0 !important;
    color: #666;
    font-size: 12px;
}
footer span {
    color: #666;
    font-size: 11px;
}
footer img {
    width: 48px;
    height: 24px;
}

footer .site_main ul {
    list-style: none;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
footer .site_main ul li {
    position: relative;
    font-size: 12px;
    padding-right: 16px;
}
footer .site_main ul li a {
    color: #666;
    text-decoration: none;
}

/* menu 활성화 색깔 */
.nav-link.active span,
.nav-link.active i {
    font-weight: 500;
    color: #18a19d !important;
    /* #474bff */
}

/* group="role" 컨테이너 */
div[role='group'].row {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* 좌측메뉴(#sidebar) collapsed */
#sidebar {
    position: fixed !important;
    top: 0;
    left: 0;
    max-width: 250px;
    z-index: 999;
    padding-top: 5rem !important;
    overflow-y: auto;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    /* transition: 0.5s ease-in-out; */
}
.sidebar-blank {
    width: 250px;
}

#sidebar::-webkit-scrollbar {
    display: none;
}
#sidebar .show .nav-link span,
#sidebar .collapsing .nav-link span,
#sidebar .show .nav-link i,
#sidebar .collapsing .nav-link i {
    font-size: 0.875rem;
}

#sidebarCheck ~ main {
    width: calc(100% - 250px) !important;
    padding-left: 250px;
}

#sidebarCheck:checked ~ main {
    width: calc(100% - 60px) !important;
    padding-left: 60px;
}
#sidebarCheck:checked ~ #sidebar {
    max-width: 60px;
}
#sidebarCheck:checked ~ #sidebar span {
    display: none;
}
#sidebarCheck:checked ~ #sidebar .collapse {
    display: none;
}
#sidebarCheck:checked ~ #sidebar .nav-link {
    text-align: center;
}
#sidebarCheck:checked ~ #sidebar .nav-link i {
    margin-right: 0;
}
#sidebarCheck:checked ~ .sidebar-blank {
    width: 60px;
}

/* 메뉴 색상 */
#sidebar .nav-link {
    font-weight: 500;
    color: #6a6b70 !important;
    --bs-nav-link-padding-y: 0.2rem;
}
#sidebar .nav-link i {
    margin-right: 0.5rem;
}

/* 좌측메뉴 아이콘 */
#sidebar .nav-link[data-bs-toggle='collapse']::after {
    content: '\F229';
    font-family: 'Bootstrap-icons';
    transition: transform 0.2s;
    float: right;
    font-size: 14px;
}
#sidebar .nav-link[data-bs-toggle='collapse'][aria-expanded='true']::after {
    content: '\F235';
    font-size: 14px;
}

#sidebarCheck:checked ~ #sidebar h3,
#sidebarCheck:checked ~ #sidebar select {
    display: none;
}
#sidebarCheck:checked ~ #sidebar .nav-link[data-bs-toggle='collapse']::after {
    display: none;
}
#sidebarCheck:checked ~ #sidebar .nav-link[data-bs-toggle='collapse'][aria-expanded='true']::after {
    display: none;
}

#sidebar .nav > .nav-item .nav-link {
    margin: 8px 0;
    transition: 0.2s ease-in-out;
}
#sidebar .nav > .nav-item .nav-link:hover {
    color: #555 !important;
    background-color: #f4f4fa !important;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

/* 좌측메뉴 팝오버 */
.popover {
    --bs-popover-border-color: #ccc !important;
}
.popover-header {
    padding: 12px 0;
    padding-left: 16px;
    --bs-popover-header-bg: #f7f7f7 !important;
    font-weight: 600;
}
.popover-body {
    padding: 0 !important;
}
.custom-popover {
    width: 300px;
    left: 1.5% !important;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    --bs-popover-border-color: none;
    --bs-popover-header-bg: #fff;
    --bs-popover-header-color: #333;
}
.popover-body .nav-link {
    padding: 0.75rem 1rem !important;
}

.popover-body .nav-link span,
.popover-body .nav-link i {
    font-size: 15px !important;
    color: #333;
}
.popover-body .nav-link i::before {
    content: '\F3D7';
    margin-right: 6px;
}
.popover-body .nav-link:hover span,
.popover-body .nav-link:focus span,
.popover-body .nav-link:hover i,
.popover-body .nav-link:focus i {
    color: #18a19d;
}

.popover-arrow {
    display: none !important;
}

/* main */
main {
    width: calc(100% - 250px) !important;
    padding-left: 200px;
    background-color: #f4f4fa;
}

/* 콘텐츠 타이틀 */
.breadcrumb-item {
    text-wrap: nowrap;
    color: #777;
}
.breadcrumb-item.active {
    font-weight: 500;
    color: #333;
}
/* section */
section {
    border-radius: 8px;
}
/* 로딩화면 */
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    cursor: wait;
}
.blur {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    opacity: 0.25;
}
.dots {
    width: 70px;
    height: 14px;
    background: radial-gradient(circle closest-side, #18a19d 90%, #0000) 0% 50%, radial-gradient(circle closest-side, #18a19d 90%, #0000) 50% 50%,
        radial-gradient(circle closest-side, #18a19d 90%, #0000) 100% 50%;
    background-size: calc(100% / 3) 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 48%;
    left: 48%;
    animation: dots 1s infinite linear;
}

@keyframes dots {
    33% {
        background-size: calc(100% / 3) 0%, calc(100% / 3) 100%, calc(100% / 3) 100%;
    }
    50% {
        background-size: calc(100% / 3) 100%, calc(100% / 3) 0%, calc(100% / 3) 100%;
    }
    66% {
        background-size: calc(100% / 3) 100%, calc(100% / 3) 100%, calc(100% / 3) 0%;
    }
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
    text-align: right;
}

/* 버튼 light, primary, success, danger, info */
.btn {
    text-wrap: nowrap;
}
.btn-common {
    height: 32px;
    border-radius: 5px;
    padding: 0.25rem 1rem;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #6c757d;
    color: #6c757d;
    vertical-align: middle;
    box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
}
.btn-common:hover {
    background-color: #fff;
}
.btn-common:focus {
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.tui-grid-table .btn-common {
    height: auto;
    padding: 2px 6px;
}
.tui-grid-cell-content input[type='button'] {
    margin-top: 0px;
}
.tui-grid-editor-select-box-layer {
    /* max-width: 700px !important; */
    /* min-width: 500px !important; */
}

.tui-grid-layer-editing {
    border-color: #18a19d !important;
}
.tui-grid-layer-editing.tui-grid-cell-content.tui-grid-cell-content-editor > .tui-grid-layer-editing-inner {
    font-size: 0px;
}

.btn-column-header {
    height: 16px;
    line-height: 16px;
    border-radius: 5px;
    padding: 0.25rem 1rem;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #6c757d;
    color: #6c757d;
    vertical-align: middle;
    box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
}
.btn-column-header:hover {
    background-color: #fff;
}
.btn-column-header:focus {
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.btn-primary {
    background-color: #18a19d !important;
    border-color: #18a19d !important;
}
.btn-primary:hover {
    background-color: #0e8581 !important;
    border-color: #0e8581 !important;
}

.btn-outline-secondary:hover {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
}
.btn-outline-primary:hover {
    border: 1px solid #6a80ff;
    color: #6a80ff;
}
.btn-outline-success:hover {
    border: 1px solid #18a19d;
    color: #18a19d;
}
.btn-outline-danger:hover {
    border: 1px solid #ff4e4e;
    color: #ff4e4e;
}
.btn-outline-warning:hover {
    border: 1px solid #ff8534;
    color: #ff8534;
}

.btn-outline-warning:focus {
    border: 1px solid #ff8534;
    background-color: #ff8534 !important;
    color: #fff !important;
}
.btn-close {
    width: 16px;
    height: 16px;
    padding: 0;
}

/* 조회조건 영역 폼 */
.sec-ttl {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
}
.sec-ttl h3 {
    margin-right: 24px;
}

.sec-ttl .form-label {
    font-size: 1rem !important;
    font-weight: 500;
    margin-right: 1.5rem;
}
.sec-ttl .form-control,
.sec-ttl .form-select,
.sec-ttl .form-date-picker {
    height: 2rem;
    font-size: 0.875rem;
    border-radius: 0.375rem !important;
}

.sec-ttl [type='radio'] {
    color: #333;
}

.sec-ttl [type='radio']:checked + label {
    color: #333;
}
.sec-ttl [type='file'] {
    width: 24px !important;
    padding: 0 !important;
}

/* 본문 폼 */
label {
    text-wrap: nowrap;
    margin-bottom: 0 !important;
}
.sec-ctn {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 1rem;
}
.sec-ctn .arr_top {
    padding-bottom: 12px;
    border-bottom: 2px solid #f4f4fa;
}
.sec-ctn .form-label {
    font-size: 1rem !important;
    color: #666;
}
.sec-ctn .form-control,
.sec-ctn .form-select,
.sec-ctn .form-date-picker {
    height: 2rem;
    font-size: 14px;
}
.form-check-input {
    margin-top: 0 !important;
}
.form-check-input:checked {
    background-color: #18a19d !important;
    border-color: #18a19d !important;
}

.form-control:focus,
.form-select:focus,
.form-date-picker:focus {
    border: 1px solid #18a19d;
    box-shadow: none;
}

.form-control::placeholder,
.form-select::placeholder,
.form-date-picker::placeholder {
    color: #ccc;
}
.input-group > .form-control {
    border-radius: 4px !important;
}

.input-group > button {
    border-radius: 4px !important;
    border: none;
    background-color: #333;
    font-size: 0.75rem;
}
.form-control[disabled] {
    background-color: #f1f1f1;
    border: #f1f1f1;
}
input[name='rate_calc_method'] {
    width: 260px;
}

/* radios */
.radios {
    font-size: 0.875rem;
}
.radios input[type='radio'] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
.radios input[type='radio']:checked {
    accent-color: #18a19d;
}
.radios input[type='radio'] + span {
    color: #333;
}
.radios input[type='radio']:not(:checked) + span {
    color: #aaa;
}

/* 본문 섹션탭 */
.sec-tab {
    width: 100%;
    border-radius: 0;
    margin-top: 16px;
    border-bottom: 1px solid #e0e0e0;
}
.sec-tab .nav-item {
    margin-bottom: -1px;
    margin-right: -1px;
    padding: 12px 32px;
    border: 1px solid #eee;
    background: #fff;
    color: #666;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
}
.sec-tab .nav-item:hover {
    border-top-color: #18a19d;
}
.sec-tab .nav-item:has(.nav-link[aria-current='page']) {
    border-bottom-color: #fff;
    border-top-color: #18a19d;
    background-color: #fff;
}
.sec-tab .nav-item .nav-link[aria-current='page'] span {
    color: #18a19d;
}

.sec-tab .nav-item:has(.nav-link[aria-disabled='true']),
.sec-tab .nav-item .nav-link[aria-disabled='true'] {
    color: #aaa;
    cursor: default;
}
.sec-tab .nav-item:has(.nav-link[aria-disabled='true']):hover {
    border: 1px solid #eee;
}
.sec-tab .nav-link {
    padding: 0;
    color: #666;
}

/* modal popup */
.modal .modal-title {
    font-size: 1rem;
}
#AlertModal .modal-content,
#ConfirmModal .modal-content {
    max-width: 800px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
}
.modal-dialog-centered {
    justify-content: center;
}
.modal-header {
    border: none;
    padding: 20px 30px 20px;
}
.modal-body {
    padding: 16px 30px 16px;
    font-size: 15px;
}
.modal-body label {
    margin-right: 0.5rem !important;
}
.modal-body p {
    max-width: 800px;
    text-wrap: wrap;
    margin-bottom: 0;
}
.modal-footer {
    padding: 12px 12px 20px;
    justify-content: center !important;
    border: none;
}

/* toast */
.toast {
}
.toast-header {
}
.toast-body {
    margin-bottom: 10px;
}
.toast,
.toast-header,
.toast-body {
    border: none;
}
.toast-body p {
    font-size: 0.875rem;
    margin: 0;
    color: #666;
}

/* grid */
.tui-grid-container {
    font-family: 'spoqaHanSansNeo-Regular';
    border: 1px solid #6a6b70 !important;
}
.tui-grid-content-area {
    border: none;
}
.tui-grid-header-area {
    border-color: #6a6b70 !important;
}
.tui-grid-header-area,
.tui-grid-body-area,
.tui-grid-cell-summary {
    /* border: 1px solid #6a6b70 !important; */
}
.tui-grid-cell-summary {
    border: 1px solid #6a6b70 !important;
    text-align: right;
}
.tui-grid-content-area th,
.tui-grid-content-area td:not(.tui-calendar-date, .tui-calendar-month, .tui-calendar-year) {
    font-size: 14px;
    font-weight: 500;
    color: #444;
    border: 1px solid #6a6b70;
    border-top: none;
}
.tui-calendar-body-header th {
    font-size: unset;
    font-weight: unset;
    color: unset;
    border: unset;
    border-top: unset;
}

/* tui-icon */
.tui-grid-cell-content input,
input.tui-btn {
    margin-top: 4px !important;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.tui-grid-cell-content input {
    margin: 0 !important;
}
input.tui-btn {
    width: 18px;
    height: 18px;
    margin: 4px 5px;
}

.tui-grid-cell-content input.tui-delete[value],
input.tui-btn.tui-delete[value] {
    background: url('/static/images/grid/tui_delete.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-view[value],
input.tui-btn.tui-view[value] {
    background: url('/static/images/grid/tui_pencil.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-download[value],
input.tui-btn.tui-download[value] {
    background: url('/static/images/grid/tui_download.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-add[value],
input.tui-btn.tui-add[value] {
    background: url('/static/images/grid/tui_add.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-upload[value],
input.tui-btn.tui-upload[value] {
    background: url('/static/images/grid/tui_upload.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-search[value],
input.tui-btn.tui-search[value] {
    background: url('/static/images/grid/tui_search.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-copy[value],
input.tui-btn.tui-copy[value] {
    background: url('/static/images/grid/tui_copy.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-info[value],
input.tui-btn.tui-info[value] {
    background: url('/static/images/grid/tui_info.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-up[value],
input.tui-btn.tui-up[value] {
    background: url('/static/images/grid/tui_up.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-down[value],
input.tui-btn.tui-down[value] {
    background: url('/static/images/grid/tui_down.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-quick[value],
input.tui-btn.tui-quick[value] {
    background: url('/static/images/grid/tui_quick.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-plus[value],
input.tui-btn.tui-plus[value] {
    background: url('/static/images/grid/tui_plus.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-minus[value],
input.tui-btn.tui-minus[value] {
    background: url('/static/images/grid/tui_minus.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-connect[value],
input.tui-btn.tui-connect[value] {
    background: url('/static/images/grid/tui_connect.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-steam[value],
input.tui-btn.tui-steam[value] {
    background: url('/static/images/grid/tui_steam.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-yes[value],
input.tui-btn.tui-yes[value] {
    background: url('/static/images/grid/tui_yes.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-no[value],
input.tui-btn.tui-no[value] {
    background: url('/static/images/grid/tui_no.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-material[value],
input.tui-btn.tui-material[value] {
    background: url('/static/images/grid/tui_material.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-water[value],
input.tui-btn.tui-water[value] {
    background: url('/static/images/grid/tui_water.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-cutoff[value],
input.tui-btn.tui-cutoff[value] {
    background: url('/static/images/grid/tui_cutoff.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-main[value],
input.tui-btn.tui-main[value] {
    background: url('/static/images/grid/tui_main.svg') no-repeat center;
}
.tui-grid-cell-content input.tui-detail[value],
input.tui-btn.tui-detail[value] {
    background: url('/static/images/grid/tui_detail.svg') no-repeat center;
}

.tui-grid-cell .btn-group-sm > .btn,
.btn-sm {
    --bs-btn-padding-x: 0.25rem;
    --bs-btn-padding-y: 0.25rem;
}
.tui-select-box-input:focus {
    outline: none;
}
.tui-grid-cell-content .tui-relation-checkbox-editor {
    border: 1px solid #aaa;
    overflow: auto;
    /* border-radius: 0.375rem; */
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); */
    background-color: white;
    margin-top: 0.5rem;
    font-size: 14px;
    max-width: 100% !important;
}
.tui-process-name-select-editor {
    display: block;
    margin-top: 5px;
}
.tui-process-name-select-editor li.tui-select-box-item {
    padding: 0 8px;
}

.tui-grid-cell-content .tui-relation-checkbox-editor ul li {
    line-height: 32px;
    height: 32px;
}
.tui-grid-cell-content .tui-relation-checkbox-editor ul li input {
    margin-right: 4px !important;
}
.tui-grid-cell-content .tui-relation-checkbox-editor ul li label {
    padding: 0.25rem;
    margin-right: 8px !important;
}
.tui-grid-cell-content .tui-relation-checkbox-editor ul li:hover {
    background-color: #e5f6ff;
}

.tui-grid-cell-header {
    text-wrap: wrap;
    /* white-space: pre-wrap; */
}

.tui-grid-cell-disabled {
    /* color: #c1c1c1 !important; */
    color: #888 !important;
}
.tui-grid-cell-row-header.tui-grid-cell-disabled {
    color: #444444 !important;
}

/* PEF 토글스위치버튼 */
.tui-switch-button {
    margin: 0px;
    border: 1px solid #18a19d;
}
.tui-switch-button label {
    font-size: 14px;
}
.tui-switch-button input[type='radio'] {
    display: none;
}
.tui-switch-button .btn {
    margin: 0;
    padding: 2px 8px !important;
    border-radius: 6px;
    color: #6a6b70;
    border: none;
}
.tui-switch-button .btn:hover {
    background-color: #e5f0ff !important;
    color: #18a19d;
    z-index: 0;
}
.tui-switch-button .btn.active {
    background-color: #18a19d !important;
    color: #fff !important;
}
.tui-switch-button .btn-outline-secondary {
    background-color: #fff;
    color: #6c757d;
}

/* card in grid */
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem 0.25rem 1rem;
}
.table.table-bordered {
    /* height: 300px; */
}
.table.table-bordered td:first-child,
.table.table-bordered td:last-child {
    width: calc(100% / 10);
    text-align: center;
}
.table.table-bordered td .card {
    height: 70px;
}
.table.table-bordered td .card:hover {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}
.table .card-title {
    margin-bottom: 0;
}

/* tui tree */

/* page scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
    height: 16px;
    background: #f9f9f9;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 3px;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    width: 50px;
    background-color: #c0c0c0;
    -webkit-border-radius: 3px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb:hover {
    height: 50px;
    width: 50px;
    background-color: #c1c1c1 !important;
    -webkit-border-radius: 3px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 4px rgba(3, 3, 3, 0.1);
}
/* tui-grid scrollbar */
.tui-grid-container ::-webkit-scrollbar {
    width: 16px !important;
    height: 16px !important;
}
.tui-grid-scrollbar-right-top,
.tui-grid-scrollbar-right-bottom,
.tui-grid-scrollbar-left-bottom {
    border: none;
}
.tui-grid-cell.tui-row-style-cutoff {
    background-color: #fff0f5;
}
.tui-grid-cell.tui-row-style-air-pollutant-by-others {
    background-color: #ffffcc;
}
.tui-grid-cell.tui-row-style-primary {
    color: #dc3545 !important;
    font-weight: bold;
}
/* tui-datepicker */
.datepicker-cell {
    position: absolute;
}
.btn-ccms-primary {
    background-color: #18a19d;
    color: #fff;
}
.btn-ccms-primary:hover {
    background-color: #18a19d;
    color: #fff;
    border-color: #18a19d;
}
.bg-ccms-primary {
    background-color: #18a19d;
}
.border-ccms-primary {
    border-color: #18a19d;
}
.tui-datepicker {
    z-index: 20;
    left: 45px;
    right: auto;
    top: 20px;
}
.modal-dialog .tui-datepicker {
    left: 220px;
}
.form-date-picker {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' class='bi bi-calendar' viewBox='0 0 16 16'%3e%3cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: 0;
}
/* select2 */
.select2-selection.select2-selection--single {
    --bs-form-select-bg-img: url(
        data:image/svg + xml,
        %3csvgxmlns='http://www.w3.org/2000/svg'viewBox='0 0 16 16'%3e%3cpathfill='none'stroke='%23343a40'stroke-linecap='round'stroke-linejoin='round'stroke-width='2'd='m2 5 6 6 6-6'/%3e%3c/svg%3e
    );
    display: block;
    width: 100%;
    height: 32px;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 18px;
    font-size: 14px;
    padding: 0px;
}
.select2-results ul li {
    font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #efefef;
    color: #000;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px groove;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 6px 0px 6px;
    margin-left: -7px;
    border-color: #aaa rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
/* dropzone.js 관련 */
.file-upload .buttonzone {
    display: flex;
    justify-content: end;
    padding: 0;
}
.file-upload .buttonzone button {
    height: 31px;
    padding: 0 12px;
    border: 1px solid #cacaca;
    background-color: #f5f7f9;
    color: #272b3e;
    font-size: 0.875rem;
}
.file-upload .dropzone {
    border: none;
    background-color: #f5f7f9;
}

.dropzone .dz-default img {
    width: 46px;
    height: 46px;
    margin-right: 1rem;
}

.dropzone .dz-preview .dz-remove {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2000;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer !important;
    text-decoration: none !important;
}
.dropzone .dz-preview .dz-progress {
    /* display: none; */
}

/* MD */
@media screen and (max-width: 768px) {
    .sec-ttl h3,
    .sec-ctn h3,
    label.text-primary {
        font-size: 14px;
        text-wrap: wrap;
    }
    #lb_info_msg_within_20_years {
        display: none;
    }
    .row > div:first-child {
        padding-bottom: 16px;
    }
}
@media screen and (max-width: 1050px) {
    header .navbar-nav.menu li {
        padding: 0 16px;
        border-right: none;
    }
    header .navbar-nav.menu li .nav-link span {
        font-size: 0.75rem;
    }

    /* 반응형 상단고정 */
    .arr_top {
        align-items: flex-start !important;
    }
    .arr_column {
        flex-direction: column;
        gap: 8px;
    }
}
@media screen and (max-width: 1260px) {
    header .navbar-nav.menu li .nav-link span {
        font-size: 0.875rem;
    }
    header .navbar-nav.menu {
        display: none !important;
    }
    header #common_menu,
    header #pef_menu {
        display: flex !important;
    }
    /* grid */
    .table .card-body {
        flex-direction: column;
        justify-content: space-around !important;
    }
    .table h5 {
        font-size: 1rem !important;
    }
    .sec-ttl .form-label {
        display: none;
    }
    .sec-ctn .hidden-label {
        display: none;
    }
}
/* XXL */
@media screen and (max-width: 1400px) {
    main {
        width: calc(100% - 60px) !important;
    }
    header .navbar-brand img {
        content: url('/static/images/cora.png');
    }
    header .navbar-nav.menu li {
        padding: 0 16px;
        border-right: 1px solid #eee;
    }
    .form-label,
    .form-control,
    .form-select {
        font-size: 14px !important;
    }
    .tui-grid-content-area th,
    .tui-grid-content-area td {
        font-size: 14px !important;
    }
    .table h5 {
        font-size: 12px;
    }
    .sec-ttl label {
        font-size: 14px !important;
    }
}
form .ms-options-wrap {
    width: 70%;
}
.ms-options-wrap {
    width: 220px;
    height: 2rem;
    font-size: 14px;
    display: block;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ms-options-wrap > button {
    position: unset !important;
    border: none !important;
    cursor: unset !important;
    background: none !important;
    margin-top: 0px;
    padding: 0px !important;
    font-size: 14px !important;
    color: #ccc;
}
.ms-options-wrap > button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: none !important; /* 포커스 시에도 동일한 테두리 유지 */
}
.ms-options {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: white;
    padding: 0.5rem;
    font-size: 14px;
    max-width: 100% !important;
}
/* .ms-options-wrap > button:after {
    content: none;
} */

/* unit_process */
#list_product_process {
    overflow-x: auto;
}
#list_product_process::-webkit-scrollbar {
    height: 8px;
}
#list_product_process::-webkit-scrollbar-track {
    background-color: #eee;
}
#list_product_process::-webkit-scrollbar-button:start:decrement,
#list_product_process::-webkit-scrollbar-button:end:increment {
    display: block;
    width: 40px;
    background: #eee;
}
#list_product_process::-webkit-scrollbar-thumb {
    width: 20px;
    background-color: #ccc;
    -webkit-border-radius: 3px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}
#list_product_process::-webkit-scrollbar-thumb:hover {
    height: 50px;
    width: 50px;
    background-color: #aaa !important;
    -webkit-border-radius: 3px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}

.list_group {
    background-color: #fff;
    margin-bottom: 16px;
    padding: 16px;
    padding-left: 20px !important;
    z-index: 0;
    position: relative;
    margin: 10px;
    border: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    transition: 0.3s ease-in-out;
}

.list_group:hover,
.list_group:focus,
.list_group.selected {
    background-color: #f0f4ff;
    border: 1px solid #0d6efd;
}

.list_group.row {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* list_group item */
.list_group .list_process_subline {
    height: 30px;
    margin: 16px 8px 8px 0;
    padding: 0 16px;
    border: 1px solid;
    background-color: #d5ddf8;
    color: #394157;
    position: relative;
}
.list_group .list_process_subline:hover,
.list_group .list_process_subline:focus {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.list_group:hover .list_process_subline,
.list_group:focus .list_process_subline,
.list_group.selected .list_process_subline {
    /* border: 1px solid #0d6efd; */
}

.list_group .list_process_subline.nouse {
    border: 1px solid #999;
    background-color: #fefefe;
    color: #999;
}
.list_group .list_process_subline.nouse:hover,
.list_group .list_process_subline.nouse:focus {
    color: #444;
}

/* workplace unit_process paper_area */
.paper_area {
    width: 100%;
    height: 200px;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}
#paper,
#paper2 {
    background-color: #f5f7fd;
    position: relative;
    height: 200px;
    width: max-content;
}
.highlighted-parent rect {
    /* stroke: #fe854f; */
    stroke: #42476f !important;
    stroke-width: 2;
    transition: stroke 1s;
}

.highlighted-parent text {
    /* fill: #fe854f; */
    fill: red;
    transition: fill 1s;
    text-decoration: underline;
}

.selected rect {
    stroke: #42476f !important; /* 선택된 도형 테두리 빨간색 강조 */
    stroke-width: 1px !important;
    transition: stroke 0.3s;
    stroke-dasharray: 10 10;
}

.span_class {
    display: flex;
}

/* PEF TEST (단위공정화면) - 프로젝트 정보 표시 부분 디자인 */
.pi h3 {
}
.pi h3,
.pi p {
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0;

    cursor: default;
}
.pi-elem {
    -webkit-user-select: none;
    color: #777;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 12px;
    margin-right: 16px;
    align-items: center;
}
.pi-elem p {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pi-elem p:hover {
    max-width: 100%;
    overflow: visible;
}

/* PEF TEST (단위공정화면) - 프로젝트 흐름 표시 부분 디자인 */
.pf {
}
.pf h3,
.pf p {
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0;
}
.pf-main {
    justify-content: center;
}
.pf-main .pf-path {
    width: 170px;
    height: 64px;
    background-color: #b4b6cd;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%);
    margin-right: 16px;
    margin-bottom: 8px;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pf-main .pf-path:hover,
.pf-main .pf-path:focus,
.pf-main .pf-path:has(.nav-link[aria-current='page']) {
    background-color: #18a19d;
}

.pf-main .pf-path .nav-link {
    color: #fff;
    padding: 8px 40px;
    text-align: center;
}
.pf-tab {
    width: 100%;
    border-radius: 0;
    padding-top: 32px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: stretch;
}
.pf-tab .nav-item {
    /* flex: 1 1 auto; */
    min-width: 0;
    margin-bottom: -1px;
    padding: 8px 16px;
    border: 1px solid #ccc;
    background: #fefefe;
    color: #666;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
}
.pf-tab .nav-item:hover {
    border-top-color: #18a19d;
}
.pf-tab .nav-item:has(.nav-link[aria-current='page']) {
    border-bottom-color: #fff;
    border-top-color: #18a19d;
    background: #fff;
    color: #222;
}
.pf-tab .nav-item .nav-link[aria-current='page'] span {
    color: #18a19d;
}
.pf-tab .nav-link {
    padding: 0;
    color: #666;
}

.cl_project_unit_process_info {
    overflow-x: scroll;
}
.cl_project_unit_process_info::-webkit-scrollbar {
    display: none;
}

/* work area */
.work-area {
    gap: 1rem;
}
.area {
    width: 25%;
    background-color: #f8f8f8;
}
.area .head {
    width: 100%;
    height: 2.5rem;
    background-color: #a8a8a8;
}
.area .head h3 {
    color: #fff;
}
.area .container {
    width: 100%;
    padding: 24px 30px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}
.area .item {
    width: 140px;
    height: 140px;
    padding: 8px;
    border-radius: 16px;
    background-color: #f2f2f2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: width 0.3s ease-in-out;
}
.area .item .work-icon {
    width: 64px;
    height: 64px;
    margin: 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.area .item span {
    text-wrap: nowrap;
    color: #bbb;
    font-weight: 600;
}

@media (max-width: 1400px) {
    .area {
        width: 48%;
        min-width: 200px;
    }
    .area .item {
        width: 110px;
        height: 110px;
        justify-content: space-between;
    }
    .area .container {
        padding: 16px 10px;
        gap: 0.5rem;
    }
    .area .item span {
        font-size: 11px;
    }
    .area .item .work-icon {
        margin: 0;
    }
}

/* 모바일 */
@media (max-width: 1200px) {
    .work-area {
        flex-direction: column !important;
        gap: 0.5rem;
    }
    .area {
        width: 100%;
        min-width: 0;
        margin-bottom: 12px;
    }
    .area .item {
        width: 90px;
        height: 90px;
        font-size: 13px;
    }
    .area .container {
        padding: 8px 2px;
        gap: 0.5rem;
    }
    .area .item .work-icon {
        width: 40px;
        height: 40px;
        margin: 8px 0;
    }
}

/* [aria-current='page'] 상태 */
.area[aria-current='page'] {
    background-color: #ecedf1;
    border: 1px solid #465d97;
}
.area[aria-current='page'] .head {
    background-color: #465d97;
}
.area[aria-current='page'] .item {
    background-color: #d1d5df;
}
.area[aria-current='page'] .work-icon {
    filter: brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(800%) hue-rotate(200deg);
}
.area[aria-current='page'] .item:hover {
    background-color: #c5cbd9;
    box-shadow: 2px -2px 4px rgba(70, 93, 151, 0.15);
    cursor: pointer;
}
.area[aria-current='page'] .item span {
    color: #4c4e80;
}

/* Main page */
.main_body .container {
    padding: 0 !important;
}
.main_body .page {
    width: 25%;
    height: 330px;
    border: 1px solid #18a19d;
    box-shadow: 0px 2px 36px #a4ffd540;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-out;
}
.main_body .page:hover {
    transform: translate(0, -10%);
}
.main_body .page img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main_body .page img:last-child {
    top: 90% !important;
}

.main_body .page p {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    color: #333;
    z-index: 2;
    cursur: default;
}

/* modal 프로그레스 */
.tui-grid-layer-state {
    background: transparent;
    justify-content: center;
    align-items: center;
}
.tui-grid-layer-state-content {
    padding-top: 0 !important;
}
.tui-grid-layer-state-content p {
    max-width: unset;
}

.tui-grid-layer-state-loading {
    background: url('') !important;
    width: 11.2px;
    height: 11.2px;
    border-radius: 11.2px;
    box-shadow: 28px 0px 0 0 rgba(24, 161, 157, 0.2), 22.7px 16.5px 0 0 rgba(24, 161, 157, 0.4), 8.68px 26.6px 0 0 rgba(24, 161, 157, 0.6),
        -8.68px 26.6px 0 0 rgba(24, 161, 157, 0.8), -22.7px 16.5px 0 0 #18a19d;
    animation: spin 1s infinite linear;
}

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

/* 시스템관리 > 사용자관리 관련 메뉴탭 */
.user-menu .sec-ttl .nav-item {
    width: 100px;
    background-color: #f9f9f9;
    border-radius: 6px;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.user-menu .sec-ttl .nav-item:hover {
    background-color: #ebebeb;
}
.user-menu .sec-ttl .nav-item:has(.nav-link[aria-disabled='true']):hover {
    background-color: #f7f7f7;
}

.user-menu .sec-ttl .nav-item .nav-link {
    color: #555;
}
.user-menu .sec-ttl .nav-item .nav-link[aria-current='page'] {
    color: #18a19d;
    font-weight: 500;
}
.user-menu .sec-ttl .nav-item .nav-link[aria-disabled='true'] {
    color: #aaa;
}
.user-menu .sec-ttl .nav-underline {
    --bs-nav-underline-border-width: 0;
}

/* unit_process */
g[joint-selector='layers'] {
    position: absolute;
    left: 0;
}

/* index */
.index {
    font-family: 'Pretendard-Regular' !important;
}
.index header {
    height: 80px;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.index header ul,
li {
    padding-left: 0;
    list-style: none !important;
}
.index header a {
    padding: 12px;
    color: #333 !important;
    text-decoration: none !important;
}
.index .dim {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    filter: brightness(50%);
    overflow: hidden;
}
.index video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.index .content {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 1000;
    cursor: default;
}
.index .content h1,
.index .content p {
    color: #fff;
}
.index .content h1 {
    font-size: 60px;
}
.index .content p {
    font-size: 24px;
}
.index .content .subtit {
    display: inline-block;
    border: 1.7px solid #fff;
    font-size: 16px;
    padding: 8px 12px;
}
.index .btn {
    height: 40px;
    padding: 12px 16px;
    border-radius: 20px;
    color: #fff !important;
    border: none !important;
}
.index .btn-primary {
    background-color: #3c3c3c !important;
}
.index .btn-secondary {
    background-color: #007d38 !important;
}
.index .btn-primary:hover {
    background-color: #2c2c2c !important;
}
.index .btn-secondary:hover {
    background-color: #005e2a !important;
}

.btn-secondary img {
    align-self: center;
    vertical-align: middle;
    height: 20px; /* 필요시 크기 조정 */
}

/* 커스텀 DateEditor 스타일 */
.ccms-date-editor {
    width: 100%;
    height: 100%;
    border: 1px solid #e1e5e9;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 13px;
    color: #333;
    background: #fff;
    outline: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-family: inherit;
}

.ccms-date-editor:hover {
    border-color: #adb5bd;
}

.ccms-date-editor:focus {
    border-color: #18a19d;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* 그리드 셀 내부에서의 DateEditor 스타일 조정 */
.tui-grid-cell-content .ccms-date-editor {
    margin: -1px;
    height: calc(100% + 2px);
}

.tui-grid-cell-invalid.tui-grid-cell {
    background-color: #f1ffee !important;
}
/* 모바일 반응형 */
@media (max-width: 768px) {
    .ccms-date-editor {
        font-size: 12px;
        padding: 3px 6px;
    }
}
input:-internal-autofill-selected {
    background-color: #fff !important;
}

/* 메인 화면 로그아웃 버튼 */
.hover-link {
    font-size: 16px;
    font-weight: 500;
    color: #18a19d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hover-link:hover {
    color: #007d38;
}
