@import url("header.css");
@import url("button.css");

* {
    zoom: unset !important;
}

html,
body {
    height: 100%;
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    font-weight: normal;
}

html {
    width: 100%;
    height: auto;
}

.modal {
    height: 100vh;
    z-index: 1400 !important;
}

.fixed {
    height: 100vh !important;
    position: fixed !important;
}

.content-mh {
    min-height: calc(100vh - 80px);
}

#treeDept {
    width: 100%;
}

#cbp-spmenu-s1 {
    width: 100%;
    min-width: 250px;
}

.modal-backdrop {
    z-index: 1300 !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select {
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

.form-control,
.btn,
.btn-link,
.dropdown-item,
.input-group-text,
.custom-select,
.custom-file-label,
.tooltip,
.popover {
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

strong {
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

a {
    color: #041794;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #2f42c1;
    text-decoration: underline;
}

.form-control {
    height: calc(1.5em + 0.625rem + 2px);
    padding: 0.25rem 0.75rem 0.5rem 0.5rem;
    font-size: 0.875rem;
}

.form-control-xs {
    height: calc(1rem + 0.5rem + 2px);
    padding: 0.1rem 0.5rem 0.25rem 0.375rem;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 0.2rem;
}

.form-search {
    height: calc(1.5em + 0.625rem + 2px);
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
}

.license-count-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 10px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    color: #0f172a;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
}

.license-count-label {
    color: #334155;
    font-weight: 600;
}

.license-count-sep {
    color: #94a3b8;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.2rem;
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
    border: 1px solid transparent;
}

.status-badge--mapped {
    color: #0f8a5f;
    background-color: #ecfdf3;
    border-color: #b7f7d1;
}

.status-badge--unmapped {
    color: #e5484d;
    background-color: #fff1f2;
    border-color: #fecdd3;
}

.status-badge--use {
    color: #0f8a5f;
    background-color: #ecfdf3;
    border-color: #b7f7d1;
}

.status-badge--not-use {
    color: #e5484d;
    background-color: #fff1f2;
    border-color: #fecdd3;
}

.status-badge--session-started {
    color: #1d4ed8;
    background-color: #eff6ff;
    border-color: #bfdbfe;
}

.status-badge--session-ended {
    color: #475569;
    background-color: #f8fafc;
    border-color: #cbd5e1;
}

.status-badge--session-uploaded {
    color: #0f8a5f;
    background-color: #ecfdf3;
    border-color: #b7f7d1;
}

.status-badge--session-error {
    color: #e5484d;
    background-color: #fff1f2;
    border-color: #fecdd3;
}

.status-badge--session-unknown {
    color: #6b7280;
    background-color: #f3f4f6;
    border-color: #d1d5db;
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 45 920;
    font-display: swap;
    src: url(../fonts/Pretendard/PretendardVariable.woff2) format("woff2");
}

@font-face {
    font-family: "NotoKrR";
    font-style: normal;
    font-weight: 300;
    src: local("Noto Sans Regular"), local("NotoSans-Regular"), url(./fonts/NotoSansKR-Regular.otf);
    src:
        url(./fonts/NotoSansKR-Regular.woff2) format("woff2"),
        url(./fonts/NotoSansKR-Regular.woff) format("woff");
}

@font-face {
    font-family: "NotoKrM";
    font-style: normal;
    font-weight: 500;
    src: local("Noto Sans Medium"), local("NotoSans-Medium"), url(./fonts/NotoSansKR-Medium.otf);
    src:
        url(./fonts/NotoSansKR-Medium.woff2) format("woff2"),
        url(./fonts/NotoSansKR-Medium.woff) format("woff");
}

@font-face {
    font-family: "NotoKrB";
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(./fonts/NotoSansKR-Bold.otf);
    src:
        url(./fonts/NotoSansKR-Bold.woff2) format("woff2"),
        url(./fonts/NotoSansKR-Bold.woff) format("woff");
}

.font-bold {
    font-weight: 600 !important;
}

.font-light {
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif !important;
    font-weight: 300 !important;
}

.font-m {
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif !important;
    font-weight: 500 !important;
}

.font-b {
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif !important;
    font-weight: 700 !important;
}

.font-12 {
    font-size: 0.75rem;
}

.font-14 {
    font-size: 0.875rem;
}

.font-16 {
    font-size: 1rem;
}

.font-18 {
    font-size: 1.125rem;
}

.font-20 {
    font-size: 1.25rem;
}

.font-24 {
    font-size: 1.5rem;
}

.font-30 {
    font-size: 1.875rem;
}

.text-primary {
    color: #2f42c1 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #041794 !important;
}

.text-info-b {
    color: #98acff;
}

.title {
    font-weight: 600;
    color: #222;
}

.text-s {
    color: #999;
}

.text-d {
    color: #e5e5e5;
}

.text-muted {
    color: #6c757d !important;
}

.pt-10,
.py-10 {
    padding-top: 6rem !important;
}

.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 1px;
}

.wrap {
    width: 100%;
    min-height: calc(99% - 85px);
    /*overflow-y: auto;*/
}

#blind-box {
    transform: scale(1.1);
}

.wrap-upload {
    background: url(../images/contents/bg-upload.png) center center;
    background-size: cover;
    background-position: 0 0;
}

.user-headbox {
    background-color: #e9e9e9;
    border-left: 1px solid #ccc !important;
}

.manager-headbox {
    background-color: #e9e9e9;
    font-size: 0.8rem;
    border: none;
}

.contents {
    width: 100%;
    height: calc(100% - 80px);
    padding-right: 15px;
    padding-left: 15px;
}

.contents-menu {
    padding: 1rem;
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
}

.transfer-headbox {
    background-color: #e9e9e9;
    border-left: 1px solid #ccc !important;
}

.transfer-menu {
    padding: 1rem;
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr max-content;
    row-gap: 10px;
}

#modal-download-content {
    height: 100vh !important;
}

.contents-row {
    display: grid;
    grid-template-columns: 1fr 9fr;
}

.mht-100 {
    min-height: 100vh !important;
}

#search-val,
#search-btn {
    white-space: nowrap;
}

.search-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contents-upload {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 85px);
    padding-right: 15px;
    padding-left: 15px;
}

.content-article-2 {
    width: calc(100% - 230px);
    padding: 0;
    height: 100%;
    min-height: 100%;
}

.content-list {
    min-height: 100vh;
    height: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.transfer-content-list {
    min-height: 100vh;
    height: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

/* scroll (chrome, safari) */
.scroll-laby {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100vh;
}

.scroll-laby::-webkit-scrollbar {
    width: 5px; /*스크롤바의 너비*/
    height: 5px; /*스크롤바의 너비*/
}

.scroll-laby::-webkit-scrollbar-thumb {
    background-color: #666; /*스크롤바의 색상*/
}

.scroll-laby::-webkit-scrollbar-track {
    background-color: #e7e7e7; /*스크롤바 트랙 색상*/
}

/* Firefox scrollbar */
.scroll-laby {
    scrollbar-width: thin;
    scrollbar-color: gray transparent;
}

/* left slidemenu */
.cbp-spmenu-vertical {
    width: 250px;
    height: 100vh;
    min-height: 100%;
    position: relative;
    z-index: 999;
    top: 0;
    background: #fff;
}

.cbp-spmenu-left {
    left: 0px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    transform: translateX(0);
}

.cbp-spmenu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.admin-video {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 0;
    font-size: 0.8rem;
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eeeeee;
}

.panel-default > .panel-heading {
    padding-left: 0.5rem;
    margin: 0;
    border-radius: 0;
    color: #707070;
    background-color: #f8f8ff;
}

.panel-default > .panel-filter {
    padding-left: 0.5rem;
    margin: 0;
    border-radius: 0;
    color: #707070;
    background-color: #fff;
}

.panel-title ul {
    padding: 0;
}

.panel-title,
.panel-title li {
    font-size: 0.875rem;
    list-style: none;
}

.panel-title img {
    margin-right: 0.5rem;
}

.panel-title {
    color: #222;
    display: block;
    padding: 0.5rem;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.panel-title > a:hover {
    display: block;
    text-decoration: none;
}

.panel-title.top {
    padding: 0.5rem;
    border-bottom: 1px solid #dff5ff;
    background-color: #f5fbff;
}

.panel-title.top a > a:hover {
    display: block;
    text-decoration: none;
}

/* .panel-title .top li {
  display: block;
  padding: 0.5rem;
  background-color: #f5fbff;
  border-bottom: 1px solid #dff5ff;
}
.panel-title .top li > a:hover {
  display: block;
  text-decoration: none;
}*/
.panel-heading.active {
    background-color: #e3e3ff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eeeeee;
}

.panel-body ul {
    list-style: none;
    padding-left: 1.5rem;
}

.panel-body li {
    padding: 0.375rem 0 0.375rem 0.8rem;
    font-size: 0.8rem;
}

/*.panel-title.top > a,
.panel-title.top li > a {
  background-color: #f5fbff;
  border-bottom: 1px solid #dff5ff;
}
.panel-title.top > a:hover,
.panel-title.top li > a:hover,
.panel-title.top > a:active,
.panel-title.top li > a:active,
.panel-title.top > a.active,
.panel-title.top li > a.active {
  background-color: #e5f3fb;
  border-bottom: 1px solid #70c0e7;
} */
.more-less {
    float: right;
    color: #212121;
}

/* left slidemenu toggle */
.sidebar-toggle-box {
    z-index: 99999999;
    float: left;
    margin-left: -15px;
    width: 32px;
    height: 32px;
    position: absolute;
    right: -32px;
    top: 0;
    cursor: pointer;
}

/* left menu - popup */
#sidebar-2 {
    width: 230px;
    height: 100%;
    position: relative;
    z-index: 900;
    border-right: 1px solid #cfd5d7;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0;
}

.btn-video-close {
    z-index: 99999999;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 2px;
    top: -31px;
    cursor: pointer;
}

/* responsive -desktop */
@media (min-width: 1311px) {
    .content-list,
    .transfer-content-list,
    .content-article,
    .content-info {
        position: relative;
        width: 100%;
        padding: 0;
        font-size: 0.8rem;
        font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    }

    .info {
        width: 50%;
    }

    .content-article {
        width: 100%;
        height: 100%;
    }

    .content-article > div {
        height: 100%;
    }

    .content-article > div > div {
        height: 100%;
    }

    .content-list,
    .transfer-content-list {
        /* width: calc(100% - 47.5rem); */
        width: calc(100% - 600px);
        height: 100%;
        float: left;
    }

    .modal-visible {
        display: none;
    }

    .content-info {
        /* -ms-flex: 0 0 47.5rem; width 160px
        flex: 0 0 47.5rem; */
        width: 600px;
        float: left;
    }

    .content-info-modal {
        display: none;
    }

    #layerBtn {
        cursor: pointer;
    }

    .sidebar-toggle-box,
    .btn-video-close,
    #lay,
    #blind-box {
        display: none;
    }
}

/* responsive - tablet */
@media (min-width: 768px) and (max-width: 1310px) {
    .content-list,
    .transfer-content-list {
        position: static;
        width: 100%;
        min-height: 100vh;
        padding: 0;
        font-size: 0.8rem;
    }

    .content-article {
        position: static;
        width: 100%;
        min-height: 100%;
        padding: 0;
        font-size: 0.8rem;
    }

    .content-article {
        width: 100%;
        padding: 0;
    }

    .user-headbox,
    .transfer-headbox {
        border: none;
    }

    .contents-menu,
    .transfer-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cbp-spmenu-vertical {
        width: 250px;
    }

    /*.content-list {
      width: 50%;
      float: left;
      border-left: 1px solid #ccc;
    }*/
    .content-list,
    .transfer-content-list {
        width: 100%;
        font-size: 0.75rem;
        font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    }

    .content-info {
        display: none;
    }

    .form-search {
        width: 13.75rem;
    }

    .view-option,
    .sidebar-toggle-box,
    .btn-video-close {
        display: none;
    }

    .info {
        width: 90%;
    }

    #layerBtn {
        cursor: pointer;
    }

    #lay {
        position: absolute;
        background-color: #fff;
        z-index: 1301 !important;
        left: 50%;
        top: 50px;
        width: 700px;
        transform: translateX(-50%);
        padding: 10px;
        font-size: 0.75rem;
        font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    }

    #blind-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 1300;
    }
}

/* responsive - mobile */
@media (max-width: 767px) {
    html,
    body {
        font-size: 90%;
    }

    #cbp-spmenu-s1 {
        width: calc(100% - 32px);
    }

    .content-list,
    .transfer-content-list,
    .content-article {
        /* -ms-flex: 0 0 100%;
        flex: 0 0 100%; */
        width: 100%;
        max-width: 0 0 100%;
        min-height: 100%;
    }

    .contents-row {
        display: flex;
    }

    .content-info {
        display: none;
    }

    .contents-menu,
    .transfer-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 10px;
    }

    .search-wrapper {
        flex-wrap: nowrap !important;
    }

    #lay {
        position: absolute;
        background-color: #fff;
        z-index: 1301 !important;
        left: 50%;
        top: 90px;
        width: 95%;
        margin-left: -47%;
        padding: 10px;
        font-size: 0.75rem;
        font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    }

    #blind-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 1300;
    }

    .view-option {
        display: none;
    }

    .inv-mo {
        display: none;
    }

    .form-search {
        width: 10rem;
    }

    .info {
        width: 90%;
    }

    table.dataTable thead th {
        white-space: nowrap;
        width: 0 !important;
    }

    table.dataTable thead th,
    table.dataTable thead td {
        padding: 10px 2px;
    }

    .table-thumbnail .img-thumbnail {
        padding: 0.25rem;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        width: 7.625rem;
        height: 4.75rem;
    }

    .table-video-info colgroup {
        display: none !important;
    }

    .table-video-info colgroup col {
        width: 100%;
    }

    .table-video-info tr {
        display: grid;
        grid-template-columns: 1fr 2fr 1fr 2fr;
        border-top: 1px solid #dee2e6;
    }

    .table-video-info th,
    .table-video-info td {
        display: block;
        font-size: 0.8rem;
        padding: 0.75rem 0rem 0.75rem 0.3rem;
        border-top: none;
    }

    .table-video-info td {
        padding-left: 1.25rem;
        color: #707070;
    }

    .table-video-info th {
        border-bottom: 0 !important;
    }

    .cbp-spmenu-vertical {
        width: 200px;
        height: auto;
        border-bottom: 1px solid #ccc;
        z-index: 1002;
        position: absolute;
        top: 72px;
        box-shadow:
            0 4px 8px 0 rgba(255, 255, 255, 0.1),
            0 6px 20px 0 rgba(0, 0, 0, 0.1);
    }

    .cbp-spmenu-left {
        transform: translateX(-100%);
    }

    .badge-outline {
        vertical-align: text-bottom;
        padding: 0.4em 0.4em 0.25em;
    }
}

/* login */
#wrap_login {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    left: 0;
    top: 0;
}

.bg_login {
    width: 100%;
    height: 900px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 0);
}

.signin-logo {
    z-index: 100;
    max-width: 16rem;
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.signin {
    width: 28.5rem;
    z-index: 100;
    max-width: 31.25rem;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 50%;
    top: 5rem;
    transform: translate(-50%, 0);
    box-shadow:
        0 4px 8px 0 rgba(255, 255, 255, 0.1),
        0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.signin-bundle {
    width: 26.5rem;
    height: 30.25rem;
    z-index: 100;
    max-width: 31.25rem;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 50%;
    top: 5rem;
    transform: translate(-50%, 0);
    box-shadow:
        0 4px 8px 0 rgba(255, 255, 255, 0.1),
        0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.signin-bundle > .box_signin {
    width: 22.75rem;
    height: auto;
    margin: 0 auto;
}

.box_signin h1 {
    font-size: 1.5rem !important;
    text-align: center;
    font-weight: bold;
}

.box_signin h2 {
    font-size: 1rem !important;
    text-align: center;
    color: #777777;
    margin-bottom: 1.875rem;
}

.box_signin .checkbox {
    font-weight: 400;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 6px;
}

.box_signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 0.625rem;
    font-size: 1rem;
}

.box_signin .form-control:focus {
    z-index: 2;
}

section {
    margin: 0 auto;
}

.info {
    position: absolute;
    height: auto;
    left: 50%;
    top: 30rem;
    transform: translate(-50%, 0);
}

.info-bundle {
    position: absolute;
    height: auto;
    left: 50%;
    top: 45rem;
    transform: translate(-50%, 0);
}

.info_01,
.info_02,
.info_03 {
    width: 100%;
}

.info_01 ul {
    padding: 20px 0 0 10px;
}

.info_01 li {
    list-style: none;
    text-align: left;
    font-size: 1rem;
    line-height: 2rem;
}

.info_01 h1 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

.info_01 h2 {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 192px;
}

.info_01 .img-01 {
    background: url(../images/login/intro_0101.png) no-repeat 90% 90%;
}

.info_01 .img-02 {
    background: url(../images/login/intro_0102.png) no-repeat 95% 95%;
}

.info_01 .img-03 {
    background: url(../images/login/intro_0103.png) no-repeat 90% 95%;
}

.info_03 .media {
    border-bottom: 1px solid #ddd;
    padding: 2rem 0;
}

.info_03 .media-body {
    padding-top: 1.6rem;
}

.figure {
    display: inline-block;
    margin: 0 0 1rem;
}

.figure-img {
    margin-bottom: 2rem;
    line-height: 1;
}

.figure-caption {
    font-size: 1.4em;
    color: #707070;
    text-align: center;
}

footer {
    width: 100%;
    height: 50px;
    font-size: 1rem;
    text-align: center;
    color: #999;
    margin-top: 6.25rem;
}

.modal-dialog {
    overflow-y: initial !important;
}

.modal-body {
    height: 100%;
    overflow-y: auto;
}

.video-wrap {
    width: 100%;
    border: 1px solid #ccc;
    position: relative;
    padding-bottom: 56.25%;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrap .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 26px;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
}

/* margin padding */
.ms-auto {
    margin-left: auto !important;
}

.bg-primary {
    background-color: #2f42c1 !important;
}

/* fancytree */
span.fancytree-empty,
span.fancytree-vline,
span.fancytree-expander,
span.fancytree-icon,
span.fancytree-checkbox,
span.fancytree-drag-helper-img,
#fancytree-drop-marker {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-image: url("../images/icon/fancytree-icons.gif");
    background-position: 0px 0px;
}

.fancytree-connectors .fancytree-exp-n span.fancytree-expander,
.fancytree-connectors .fancytree-exp-nl span.fancytree-expander {
    background-image: url("../images/icon/fancytree-icons.gif");
    margin-top: 0;
}

.fancytree-loading span.fancytree-expander,
.fancytree-loading span.fancytree-expander:hover,
.fancytree-statusnode-loading span.fancytree-icon,
.fancytree-statusnode-loading span.fancytree-icon:hover,
span.fancytree-icon.fancytree-icon-loading {
    background-image: url("../vendor/fancytree/images/loading.gif");
    background-position: 0px 0px;
}

span.fancytree-node {
    /* See #117 */
    display: inherit;
    width: 100%;
    margin-top: 0;
    padding: 8px 0 8px 0;
}

span.fancytree-title {
    color: #222222;
    cursor: pointer;
    display: inline-block;
    width: 88%;
    vertical-align: top;
    min-height: 20px;
    padding: 0 3px 0 3px;
    margin: 0px 0 0 3px;
    border: 1px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

table.fancytree-ext-table span.fancytree-node {
    margin-left: 1rem;
    display: flex;
    box-sizing: border-box;
    width: 200px;
}

table.fancytree-ext-table {
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    font-size: 0.8rem;
    border-collapse: collapse;
    /* ext-ariagrid */
}

table.fancytree-ext-table tbody tr td {
    border-top: 1px solid #ededed;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

table.fancytree-ext-table tbody tr:hover {
    background-color: #fff;
    outline: none;
}

table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-active {
    background-color: #e3e3ff;
    outline: none;
}

.panel-unClassified-content {
    cursor: pointer;
    border-top: 1px solid #ededed;
}

.panel-heading.panel-unClassified-content.active {
    background-color: #e3e3ff;
}

.badge-outline {
    background-color: #f8f8ff;
    border: 1px solid #d6e0ff;
    color: #98acff;
    vertical-align: text-bottom;
    padding-right: 0.188rem;
    padding-left: 0.188rem;
    padding-bottom: 0.125rem;
    padding-top: 0.125rem;
    font-weight: normal;
    font-size: 10px;
}

a.badge-outline:hover,
a.badge-outline:focus {
    background-color: #fff;
    border: 1px solid #d6e0ff;
    color: #98acff;
}

a.badge-outline:focus,
a.badge-outline.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.table-video-info th,
.table-video-info td {
    font-size: 0.8rem;
    font-weight: normal;
}

.table-video-info td {
    padding-left: 1.25rem;
    color: #707070;
}

.table-thumbnail {
    width: 100%;
}

.table-thumbnail th {
    text-align: center;
    background-color: #f8f8f8;
    border-bottom: 2px solid #eee;
    padding: 0.625rem 0;
}

.table-thumbnail td {
    border-bottom: 1px solid #eee;
    padding: 0.625rem 0;
}

.table-thumbnail .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    width: 110px;
    height: 70px;
}

.modal-header {
    background-color: #2f42c1;
}

.modal-title {
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-header .close {
    color: #fff;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    text-shadow: 0 1px 0 #000;
    opacity: 0.5;
}

.tooltip-custom {
    position: relative;
    display: inline;
}

.tooltip-custom .tooltip-text {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 0.5rem;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    margin-left: -80px;
    top: 100%;
    left: 50%;
    width: 100px;
}

.tooltip-custom:hover .tooltip-text {
    visibility: visible;
}

/* contents upload */
.contents-upload .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 1rem;
    padding: 3rem;
    background-color: #fff;
    border: 1px solid #eee;
    cursor: pointer;
}

.contents-upload .media:hover {
    background: #f8f8ff;
    border: 1px solid #98acff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contents-upload .media .media-body {
    -ms-flex: 1;
    flex: 1;
    height: 110px;
}

@media (min-width: 768px) and (max-width: 1310px) {
    .contents-upload .media .media-body h3 {
        font-size: 1.25rem;
    }

    .contents-upload .media .media-body img {
        width: 54px;
    }
}

.contents-upload .media .media-body img {
    padding-right: 10px;
}

.contents-upload .media-02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 1rem;
    padding: 3rem;
    color: #fff;
    cursor: pointer;
}

.contents-upload .media-02:hover {
    color: #98acff;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contents-error {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../images/contents/bg-error.png) center center no-repeat;
    background-size: cover;
    padding-right: 15px;
    padding-left: 15px;
}

/* upload */
.upload-box {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 100%;
}

.upload-box nav {
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

.upload-box .tab-content {
    min-height: 400px;
}

.upload-box .nav-tabs .nav-link {
    border: none;
    padding: 1rem 1.75rem;
    color: #222;
}

.upload-box .nav-tabs .nav-link img {
    margin: 0 0.25rem 0.25rem 0;
}

.upload-box .nav-tabs .nav-link:hover,
.upload-box .nav-tabs .nav-link:focus {
    background-color: #fffaf2;
    border-bottom: 3px solid #f49310;
    color: #222;
}

.upload-box .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.upload-box .nav-tabs .nav-link.active,
.upload-box .nav-tabs .nav-item.show .nav-link {
    background-color: #fffaf2;
    border-bottom: 3px solid #f49310;
    color: #f49310;
}

.upload-box .nav-pills {
    background-color: #fafafa;
    padding: 0.5rem;
    border-bottom: 1px solid #f1f1f1;
}

.upload-box .nav-pills .nav-link {
    color: #707070;
    background: none;
}

.upload-box .nav-pills .nav-link.active,
.upload-box .nav-pills .nav-link:hover,
.upload-box .nav-pills .nav-link:focus {
    color: #f49310;
}

.upload-box .nav-pills .nav-link img {
    margin: 0 0.5rem 0.25rem 0;
}

.upload-box .tab-pane .tab-content {
    padding: 20px !important;
    overflow-y: hidden;
}

.upload-box .tab-pane .tab-content .card-header {
    background-color: #fffaf2;
}

/* plupload */
.plupload_button {
    display: -moz-inline-box;
    display: inline-block;
    font: normal 12px sans-serif;
    text-decoration: none;
    color: #333;
    border: 1px solid #f49310;
    padding: 2px 8px 3px 20px;
    margin-right: 4px;
    background: url("../images/icon/buttons.png") no-repeat 0 center;
    outline: 0;

    /* Optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.plupload_button:hover {
    color: #f49310;
    text-decoration: none;
}

.plupload_disabled,
a.plupload_disabled:hover {
    color: #f8b965;
    border-color: #f8b965;
    background: #ededed url("../images/icon/buttons-disabled.png") no-repeat 0 center;
    cursor: default;
}

.plupload_add {
    background-position: -181px center;
}

.plupload_wrapper {
    font:
        normal 11px Verdana,
        sans-serif;
    width: 100%;
}

.plupload_container {
    padding: 0;
}

.plupload_header {
    height: 1px;
    background: none;
}

.plupload_header_content,
.plupload_header_title,
.plupload_header_text {
    width: 0;
    height: 0;
    visibility: hidden;
}

.plupload_filelist_header,
.plupload_filelist_footer {
    background: #fff;
    padding: 8px;
    color: #42454a;
}

.plupload_filelist_header {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: #f4f4f4;
}

.plupload_filelist_footer {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: #f4f4f4;
}

#file-upload-file .plupload_scroll .plupload_filelist {
    height: 60px;
    background: #fafafa;
    overflow-y: hidden;
}

#file-upload-doc .plupload_scroll .plupload_filelist {
    height: 60px;
    background: #fafafa;
    overflow-y: hidden;
}

#file-upload-1ch .plupload_scroll .plupload_filelist {
    height: 60px;
    background: #fafafa;
    overflow-y: hidden;
}

#file-upload-1ch-mix .plupload_scroll .plupload_filelist {
    height: 60px;
    background: #fafafa;
    overflow-y: hidden;
}

#file-upload-2ch-01 .plupload_scroll .plupload_filelist {
    height: 60px;
    background: #fafafa;
    overflow-y: hidden;
}

#file-upload-2ch-02 .plupload_scroll .plupload_filelist {
    height: 60px;
    background: #fafafa;
    overflow-y: hidden;
}

#file-upload-2ch-mix .plupload_scroll .plupload_filelist {
    height: 60px;
    background: #fafafa;
    overflow-y: hidden;
}

#file-upload-3ch-01 .plupload_scroll .plupload_filelist {
    height: 204px;
    background: #fafafa;
    overflow-y: hidden;
}

#file-upload-3ch-02 .plupload_scroll .plupload_filelist {
    height: 60px;
    background: #fafafa;
    overflow-y: hidden;
}

#file-upload-3ch-03 .plupload_scroll .plupload_filelist {
    height: 60px;
    background: #fafafa;
    overflow-y: hidden;
}

#file-upload-3ch-mix .plupload_scroll .plupload_filelist {
    height: 60px;
    background: #fafafa;
    overflow-y: hidden;
}

#file-upload-4ch-01 .plupload_scroll .plupload_filelist {
    height: 60px;
    background: #fafafa;
    overflow-y: hidden;
}

#file-upload-4ch-02 .plupload_scroll .plupload_filelist {
    height: 60px;
    background: #fafafa;
    overflow-y: hidden;
}

#file-upload-4ch-03 .plupload_scroll .plupload_filelist {
    height: 60px;
    background: #fafafa;
    overflow-y: hidden;
}

#file-upload-4ch-04 .plupload_scroll .plupload_filelist {
    height: 60px;
    background: #fafafa;
    overflow-y: hidden;
}

#file-upload-4ch-mix .plupload_scroll .plupload_filelist {
    height: 60px;
    background: #fafafa;
    overflow-y: hidden;
}

#file-upload-bundle .plupload_scroll .plupload_filelist {
    height: 120px;
    background: #fafafa;
    overflow-y: hidden;
}

#file-upload-bundle-mix .plupload_scroll .plupload_filelist {
    height: 60px;
    background: #fafafa;
    overflow-y: hidden;
}

.plupload_filelist li {
    padding: 6px 8px;
    background: #fafafa;
    border-bottom: 1px solid #ddd;
}

li.plupload_droptext {
    border: 0;
    line-height: 40px;
}

#fileupload-bundle li.plupload_droptext {
    border: 0;
    line-height: 100px;
}

#fileupload-3ch-01 li.plupload_droptext {
    border: 0;
    line-height: 170px;
}

/* manager */
.manager-article {
    width: calc(100% - 200px);
    border-left: 1px solid #ccc;
}

.manager-list {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    font-size: 0.8rem;
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

.leftnav-manager {
    width: 200px;
    height: 100%;
    position: relative;
    z-index: 999;
    top: 0;
    background: #fff;
}

.leftnav-manager ol {
    list-style: none;
    margin: 1rem 0.75rem 1rem 1.2rem;
    padding: 0;
}

.leftnav-manager ol li {
    color: #222;
    font-size: 0.8rem;
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    font-weight: 700;
}

.leftnav-manager ol li ol {
    margin: 0.5rem 0 0.75rem 1rem;
}

.leftnav-manager ol li ol li {
    padding-bottom: 3px;
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    font-weight: 500;
}

.leftnav-manager ol li a {
    color: #707070;
    font-size: 0.8rem;
    padding-right: 20px;
}

.leftnav-manager ol li a.active,
.leftnav-manager ol li a:focus {
    color: #2f42c1;
    text-decoration: none;
    background: url(../images/icon/f-arrow-sm.png) no-repeat right 60%;
}

.leftnav-manager ol li a:hover {
    color: #2f42c1;
}

#input-start,
#input-end {
    background: url(../images/icon/calendar.png) no-repeat 95px 50% #fff;
}

.table-manager {
    width: 100%;
}

.table-manager th,
.table-manager td {
    font-size: 0.8rem;
}

.table-manager th {
    text-align: center;
    background-color: #f8f8f8;
    border-bottom: 2px solid #eee;
    padding: 0.625rem 0;
    color: #222;
    font-weight: normal;
}

.table-manager td {
    border-bottom: 1px solid #eee;
    padding: 0.625rem 0;
    color: #707070;
}

.table-manager .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    width: 110px;
    height: 70px;
}

.table-manager tbody tr:hover {
    background-color: #f8f8ff;
}

.table-manager caption {
    padding: 0.75rem 0 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: #222;
    text-align: left;
    caption-side: top;
}

.table-row {
    width: 100%;
    border-top: 1px solid #eee;
}

.table-row th,
.table-row td {
    font-size: 0.8rem;
    border-bottom: 1px solid #eee;
}

.table-row th {
    text-align: center;
    background-color: #f8f8f8;
    padding: 0.625rem 0;
    color: #222;
    font-weight: normal;
}

.table-row td {
    padding: 0.625rem 0 0.625rem 0.625rem;
    color: #707070;
}

.table-row .img-logo {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 5px;
    width: 110px;
    height: auto;
}

.table-row caption {
    padding: 0.75rem 0 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: #222;
    text-align: left;
    caption-side: top;
}

/* paging */
.pagingType01 {
    text-align: center;
    width: 100%;
    clear: both;
    margin-top: 20px;
    line-height: 30px;
}

.pagingType01 .current {
    padding: 6px 10px;
    margin: 3px;
    font-size: 13px;
    color: #2f42c1;
    font-weight: bold;
    border-radius: 3px;
}

.pagingType01 .page {
    padding: 0 7px 2px 7px;
    margin: 3px;
    color: #707070;
    font-size: 0.8rem;
    font-weight: normal;
    border-radius: 3px;
}

.pagingType01 .pageUpDown {
    padding: 0 7px 2px 7px;
    border: 1px solid #dddddd;
    color: #707070;
    margin: 2px;
    border-radius: 3px;
}

.pagingType01 a {
    border: 0px;
    color: #333;
}

.pagingType01 a:hover {
    text-decoration: none;
    color: #000;
}

.pagingType01 .page:hover {
    background: none;
    color: #000;
}

.pagingType01 .pageUpDown:hover {
    background: #f5f5f5;
}

.pagingType01 .pageUpDownDisable {
    padding: 0 7px 2px 7px;
    border: 1px solid #e7e7e7;
    color: #707070;
    margin: 1px;
    border-radius: 3px;
    cursor: not-allowed;
}

/* helpdesk */
.helpdesk {
    font-size: 0.8;
}

.helpdesk .card-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    background-color: #f8f8f8;
    border-bottom: none;
}

.helpdesk .card-header a {
    background: url(../images/icon/tree_minus.png) no-repeat right center;
}

.helpdesk .card-header .collapsed {
    background: url(../images/icon/tree_plus.png) no-repeat right center;
}

.helpdesk .card-body {
    color: #707070;
    line-height: 1.6;
    padding: 1rem 1rem 1rem 3rem;
    background: url(../images/icon/help-a.png) no-repeat 1.25rem 1rem;

    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

.helpdesk .btn-link {
    font-weight: 400;
    color: #222;
    text-decoration: none;
}

.helpdesk .btn-link:hover {
    color: #2f24c1;
    text-decoration: none;
}

.helpdesk .btn-link:focus,
.helpdesk .btn-link.focus {
    color: #2f24c1;
    text-decoration: underline;
}

.helpdesk .btn-link:disabled,
.helpdesk .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.modal-add-folder {
    position: relative;
    list-style-type: none;
    width: 100%;
    padding: 0;
}

.modal-add-folder a:hover {
    text-decoration: none;
}

.modal-add-folder .icon {
    position: absolute;
    left: 20px;
    top: 0px;
    font-size: 30px;
    color: #707070;
}

.modal-add-folder .text {
    margin-left: 40px;
}

.modal-body .searchBox {
    margin: 17px 0 10px 0px;
    position: relative;
}

.modal-body .searchBox input.form-control {
    width: 100%;
}

.modal-body .searchBox .icon-search {
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 3px;
    color: #f49310;
}

.modal-add-folder2 {
    position: absolute;
    left: -4px;
    top: -32px;
}

.jspVerticalBar {
    width: 5px;
}

/* 사용자매뉴얼 탭 */
.nav-contents {
    border-bottom: 2px solid #2f24c1;
}

.nav-contents .nav-item {
    margin-bottom: -1px;
}

.nav-contents .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-contents .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-contents .nav-link.active,
.nav-contents .nav-item.show .nav-link {
    color: #fff;
    background-color: #2f24c1;
}

.navbar-nav .on .nav-link {
    color: #2f42c1;
    background-color: #fff;
    border: 1px solid #fff;
}

.nav-contents .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* 1024 */
.cbp-spmenu-vertical-s {
    width: 100%;
    border-right: 1px solid #ccc;
    font-size: 0.75rem;
}

.cbp-spmenu-vertical-s table.fancytree-ext-table {
    font-size: 0.75rem;
}

.cbp-spmenu-vertical-s .panel-title,
.cbp-spmenu-vertical-s .panel-title li {
    font-size: 0.75rem;
    list-style: none;
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

.content-list-s {
    width: 100%;
    font-size: 0.75rem;
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

.content-info-s {
    position: relative;
    width: 98%;
    height: calc(100vh - 90px);
    min-height: 100%;
    padding: 0;
    font-size: 0.75rem;
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    border-left: 1px solid #ccc;
}

.table-thumbnail .img-thumbnail-s {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    width: 90px;
    height: 60px;
}

.table-s th,
.table-s td {
    font-size: 0.75rem;
    font-weight: normal;
    padding: 10px 3px;
}

.table-s td {
    color: #707070;
}

body.modal-open {
    overflow: hidden;
}

body.modal-open[style] {
    padding-right: 0px !important;
}

@media (min-width: 576px) {
    .signin,
    .signin-bundle {
        width: 28.4rem;
        position: absolute;
        left: 50%;
        top: 10rem;
    }
}

#dataTable-title-truncate {
    max-width: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.live_box {
    border: 1px solid #dddddd;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.live_media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.live_media_player {
    width: 190px;
    height: 120px;
    border: 1px solid #dddddd;
    text-align: center;
}

.live_media_body {
    -ms-flex: 1;
    flex: 1;
}

.live_box_onair {
    border: 1px solid #dddddd;
    box-sizing: border-box;
    border-radius: 5px;
}

.ellipsis {
    /*width: 200px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}

.modal-set-folder {
    position: relative;
    list-style-type: none;
    width: 100%;
    padding: 0;
}

.modal-set-folder a:hover {
    text-decoration: none;
}

.modal-set-folder .icon {
    position: absolute;
    left: 20px;
    top: 0px;
    font-size: 30px;
    color: #707070;
}

.modal-set-folder .text {
    margin-left: 40px;
}

.not-folder-list {
    line-height: 48px;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 16px;
}

/* findForm CSS */
.auth-bundle-body {
    background: linear-gradient(180deg, #eef0ff 0%, #f6f7fb 45%, #ffffff 100%);
    color: #111827;
    min-height: 100vh;
}

.auth-bundle-wrap {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 16px 40px;
}

.auth-bundle-stack {
    width: 100%;
    max-width: 440px;
}

.auth-bundle-stack--wide {
    max-width: 520px;
}

.auth-bundle-panel {
    width: 100%;
    min-height: 0;
    padding: 28px 24px;
}

.auth-bundle-brand__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}

.auth-bundle-brand__subtitle {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 22px;
}

.auth-bundle-brand {
    width: 100%;
    text-align: center;
}

.auth-bundle-panel.find-form,
.auth-bundle-panel.find-id-done,
.auth-bundle-panel.find-pw-done {
    background-color: transparent;
    box-shadow: none !important;
}

.auth-bundle-panel .find-form-header {
    align-items: flex-start;
    width: 100%;
}

.auth-bundle-panel .find-form-header__title {
    font-size: 24px;
    font-weight: 700;
}

.auth-bundle-panel .find-form-header__sub-title {
    color: #6b7280;
    font-size: 14px;
}

.auth-bundle-panel .signup-form__group label {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}

.auth-bundle-panel .find-form__input-text {
    height: 52px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 0 14px;
    font-size: 16px;
}

.auth-bundle-panel .find-form__input-text:focus {
    border-color: #3f51b5;
    outline: none;
    box-shadow: 0 0 0 4px rgba(63, 81, 181, 0.16);
}

.auth-bundle-panel .find-form__button {
    border-radius: 12px;
    height: 52px;
    font-size: 16px;
    font-weight: 600;
}

.auth-bundle-panel .find-form__submit {
    border: none;
    background: #3f51b5;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(63, 81, 181, 0.22);
}

.auth-bundle-panel .find-form__submit::before {
    background-color: #4e5fc7;
}

.auth-bundle-panel .find-form__button-back {
    background-color: #f8fafc;
    color: #374151 !important;
    border: 1px solid #d8dee8 !important;
}

.auth-bundle-panel .find-id-done-contents__btn {
    background: #3f51b5;
    border: none !important;
}

.auth-bundle-panel .find-form__tooltip {
    color: #ef4444 !important;
}

.auth-org-autocomplete {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
    padding: 4px 0;
}

.auth-org-autocomplete .ui-menu-item-wrapper {
    border: 0 !important;
    padding: 10px 14px;
    font-size: 14px;
    color: #374151;
}

.auth-org-autocomplete .ui-state-active,
.auth-org-autocomplete .ui-menu-item-wrapper.ui-state-active {
    background: #eef2ff !important;
    color: #111827 !important;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wrapper,
.wrapper * {
    box-sizing: border-box;
}

.find-form,
.find-id-done,
.find-pw-done,
.find-confirm-done,
.find-change-pw,
.find-change-done {
    padding: 40px 40px;
    width: 100%;
    max-width: 500px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    background-color: #ffffff;
    overflow: hidden;
}

.find-id-done,
.find-pw-done,
.find-confirm-done,
.find-change-pw,
.find-change-done {
    padding: 40px !important;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 40px;
}

.find-confirm-done {
    display: flex;
}

.find-form-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.find-form-header__title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #212529;
}

.find-form-header__sub-title {
    font-size: 1rem;
    color: #777777;
}

.find-form-header__tool-tip {
    margin-top: 10px;
    font-size: 1rem;
}

.find-form-contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 600ms ease-in-out;
}

.find-form-contents > * {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
}

.signup-form {
    align-items: flex-start;
}

.signup-form {
    row-gap: 12px;
}

.signup-form__group {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.signup-form__group label {
    margin: 0;
}

.find-form-pw {
    display: none;
}

.find-form__footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
}

.find-form__input-text {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 0.625rem;
    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;
}

.find-form__button {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 0.625rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: #2f42c1;
    background-clip: padding-box;
    border: 1px solid #2f42c1;
    border-radius: 0.25rem;
}

.find-form__button.invaild {
    background-color: #dc3545;
    color: #ffffff;
    animation: denial 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-animation: denial 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.find-form__button-back,
.find-change-done-contents__btn {
    background-color: #5a6268;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #ffffff !important;
    border: none !important;
}

.find-change-done-contents__btn {
    background-color: #2f42c1;
}

.find-form__tooltip {
    display: none;
    align-self: flex-start;
    color: #dc3545 !important;
    font-size: 0.75rem;
}

@keyframes denial {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
        -webkit-transform: translate3d(-1px, 0, 0);
        -moz-transform: translate3d(-1px, 0, 0);
        -ms-transform: translate3d(-1px, 0, 0);
        -o-transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
        -webkit-transform: translate3d(2px, 0, 0);
        -moz-transform: translate3d(2px, 0, 0);
        -ms-transform: translate3d(2px, 0, 0);
        -o-transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
        -webkit-transform: translate3d(-4px, 0, 0);
        -moz-transform: translate3d(-4px, 0, 0);
        -ms-transform: translate3d(-4px, 0, 0);
        -o-transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
        -webkit-transform: translate3d(4px, 0, 0);
        -moz-transform: translate3d(4px, 0, 0);
        -ms-transform: translate3d(4px, 0, 0);
        -o-transform: translate3d(4px, 0, 0);
    }
}

.find-form__submit:disabled {
    color: #ffffff;
    z-index: 1;
}

.find-form__submit::before {
    background-color: #2f42fa;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.find-form__submit:disabled::before {
    width: 100%;
}

.find-id-done-contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 40px;
}

.find-id-done-contents__title {
    font-size: 1.5rem;
    font-weight: bold;
}

.find-id-done-contents__id {
    width: 100%;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    background-color: #e8f3ff;
    box-shadow: 0 0.125rem 0.25rem rgba(0 0 0 / 8%) !important;
    font-size: 2rem;
}

.find-id-done-contents__msg {
    font-size: 1rem;
}

.find-id-done-contents__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #ffffff !important;
    border: none !important;
    background-color: #ffc107;
}

.find-form__toggle {
    background-color: #727272;
    border: #727272;
}

@media (max-width: 576px) {
    .auth-bundle-wrap {
        padding: 20px 14px 32px;
    }

    .auth-bundle-panel {
        padding: 20px;
    }

    .auth-bundle-brand__title {
        font-size: 20px;
    }

    .auth-bundle-brand__subtitle {
        font-size: 13px;
    }
}

.updateUserForm-profile {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
}

.updateUserForm-profile__image {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 70%;
    overflow: hidden;
}

.updateUserForm-profile__image--img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.updateUserForm-profile__file {
    width: 100%;
}

.dropdown__image {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 70%;
    overflow: hidden;
    margin-right: 10px;
}

.dropdown__image--img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.chart__wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
}

.chart__contents:nth-child(1) {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr;
    height: 270px;
    column-gap: 10px;
}

.chart__contents:nth-child(2) {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr;
    height: 500px;
    column-gap: 20px;
}

.chart__realtime--item {
    width: 100%;
    height: 270px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 6px 25px rgb(24 25 31 / 5%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.chart__realtime--panel {
    width: 100%;
    height: 270px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 6px 25px rgb(24 25 31 / 5%);
    position: relative;
    overflow: hidden;
}

.chart__realtime--panel .chart__realtime--item-header {
    padding: 14px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    border-bottom: 1px solid #f2f3f9;
}

.chart__realtime--panel .chart__realtime--item-icon {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #000000;
}

.chart__realtime--panel .chart__realtime--item-title {
    margin: 0;
    align-self: flex-start;
    font-size: 18px;
    font-weight: 700;
}

.chart__realtime--panel .chart__realtime--item-contents {
    font-size: 0.8rem;
    font-weight: normal;
    width: 100%;
    height: calc(100% - 49px);
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    text-align: left;
}

.chart__realtime--panel .chart__realtime--item-footer {
    width: 100%;
    height: 50px;
    border-top: 1px solid #f2f3f9;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
}

.chart__realtime--item-header {
    padding: 14px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    border-bottom: 1px solid #f2f3f9;
}

.chart__realtime--item-icon {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #000000;
}

#chart__realtime--receive .chart__realtime--item-icon {
    background-color: #29c293;
}
#chart__realtime--sent .chart__realtime--item-icon {
    background-color: #4e78fc;
}
#chart__realtime--total .chart__realtime--item-icon {
    background-color: #c23cff;
}

.chart__realtime--item-title {
    margin: 0;
    align-self: flex-start;
    font-size: 18px;
    font-weight: 700;
}

.chart__realtime--item-contents {
    font-size: 40px;
    font-weight: 700;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.chart__realtime--item-footer {
    width: 100%;
    height: 50px;
    border-top: 1px solid #f2f3f9;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
}

.chart__realtime--panel-list {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
}

.chart__realtime--panel-list .chart__realtime--item-contents {
    display: block;
    height: 100%;
}

.chart__realtime--panel-list .table {
    font-size: 0.8rem;
}

.chart__realtime--panel-list .table-responsive {
    width: 100%;
    height: 100%;
}

.chart__realtime--info {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #717278;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chart__realtime--chart {
    width: 100%;
    height: 270px;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.chart__stack--chart {
    grid-column: span 3;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 25px rgb(24 25 31 / 5%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#chart__realtime--chart {
    width: 100%;
    height: 100%;
}

#chart__stack--chart {
    width: 100%;
    height: 100%;
    padding: 10px 0px;
}

.chart__stack--item-header {
    padding: 14px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f2f3f9;
}

.chart__stack--item-icon {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #e48400;
}

.chart__stack--item-title {
    margin: 0;
    align-self: flex-start;
    font-size: 18px;
    font-weight: 700;
}

.chart__stack--item-aside {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.chart__stack--button {
    cursor: pointer;
    padding: 4px 6px;
    color: #fff;
    background-color: #e48400;
    font-size: 12px;
    font-weight: 400;
    outline: none !important;
    border: none;
    border-radius: 4px;
}

.chart__stack--button-unit {
    cursor: pointer;
    padding: 4px 6px;
    color: #fff;
    background-color: darkblue;
    font-size: 12px;
    font-weight: 400;
    outline: none !important;
    border-radius: 4px;
    border: none;
}

.chart__stack--button-unit:hover,
.chart__stack--button-unit.active {
    filter: hue-rotate(90deg);
}

.chart__stack--button:hover,
.chart__stack--button.active {
    filter: hue-rotate(-45deg);
}

.chart__aside {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.chart__prepare--item {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 25px rgb(24 25 31 / 5%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.chart__prepare--item-header {
    padding: 14px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    border-bottom: 1px solid #f2f3f9;
}

.chart__prepare--item-icon {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #000000;
}

#chart__realtime--receive .chart__realtime--item-icon {
    background-color: #29c293;
}
#chart__realtime--sent .chart__realtime--item-icon {
    background-color: #4e78fc;
}
#chart__realtime--total .chart__realtime--item-icon {
    background-color: #c23cff;
}

.chart__prepare--item-title {
    margin: 0;
    align-self: flex-start;
    font-size: 18px;
    font-weight: 700;
}

.chart__stack--item-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

#chart__prepare--chart {
    padding: 10px;
    width: 100%;
    height: 100%;
}

.dataTables_paginate {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dataTables_paginate > span {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* shadcn 스타일 테이블 */
.table-shadcn {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.8125rem;
    color: #0f172a;
    background-color: #ffffff;
}

.table-shadcn thead th {
    padding: 0.5rem 0.75rem;
    font-weight: 600;
    color: #334155;
    background-color: #f1f5f9;
    border-bottom: 1px solid #cbd5f5;
    text-transform: none;
    letter-spacing: 0.01em;
}

.table-shadcn tbody td {
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #e2e8f0;
    color: #0f172a;
}

.table-shadcn tbody tr {
    background-color: #ffffff;
}

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

.table-shadcn tbody tr:hover {
    background-color: #f1f5f9;
}

.table-shadcn .text-muted {
    color: #64748b !important;
}

.table-shadcn--compact thead th {
    padding: 0.375rem 0.625rem;
}

.table-shadcn--compact tbody td {
    padding: 0.375rem 0.625rem;
}

.vtt-modal-compact {
    max-width: 520px;
}
