@import url("header.css");
@import url("button.css");

*{ zoom: unset !important; }

html,
body {
    height: 100%;
    font-family: "NotoKrM", 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: "NotoKrM", sans-serif;
}

.form-control,
.btn,
.btn-link,
.dropdown-item,
.input-group-text,
.custom-select,
.custom-file-label,
.tooltip,
.popover {
    font-family: "NotoKrR", sans-serif;
}

strong {
    font-family: "NotoKrB", 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;
}

@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: NotoKrR !important;
}

.font-m {
    font-family: "NotoKrM" !important;
}

.font-b {
    font-family: "NotoKrB" !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;
}

#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;
}

/* 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: "NotoKrR";
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eeeeee;
}

.panel-default > .panel-heading {
    padding-left: .5rem;
    margin: 0;
    border-radius: 0;
    color: #707070;
    background-color: #f8f8ff;
}

.panel-default > .panel-filter {
    padding-left: .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,
    .content-article,
    .content-info {
        position: relative;
        width: 100%;
        padding: 0;
        font-size: 0.8rem;
        font-family: "NotoKrR";
    }

    .info {
        width: 50%;
    }

    .content-article {
        width: 100%;
        height: 100%;
    }

    .content-article > div {
        height: 100%;
    }

    .content-article > div > div {
        height: 100%;
    }

    .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 {
        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 {
        border: none;
    }

    .contents-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 {
        width: 100%;
        font-size: 0.75rem;
        font-family: "NotoKrR";
    }

    .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: "NotoKrR";
    }

    #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,
    .content-article {
        /* -ms-flex: 0 0 100%;
        flex: 0 0 100%; */
        width: 100%;
        max-width: 100%;
        min-height: 100%;
    }

    .contents-row {
        display: flex;
    }

    .content-info {
        display: none;
    }

    .contents-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: "NotoKrR";
    }

    #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, .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, .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: "NotoKrM", 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: 0.375rem;
}

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 .tooltiptext {
    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 .tooltiptext {
    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: "NotoKrM", 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) !important;
    border-left: 1px solid #ccc;
}

.manager-list {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    font-size: 0.8rem;
    font-family: "NotoKrR";
}

.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: "NotoKrB";
}

.leftnav-manager ol li ol {
    margin: 0.5rem 0 1rem 1.3rem;
}

.leftnav-manager ol li ol li {
    padding-bottom: 3px;
    font-family: "NotoKrR";
}

.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 .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: "NotoKrR", 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: "NotoKrR";
}

.content-list-s {
    width: 100%;
    font-size: 0.75rem;
    font-family: "NotoKrR";
}

.content-info-s {
    position: relative;
    width: 98%;
    height: calc(100vh - 90px);
    min-height: 100%;
    padding: 0;
    font-size: 0.75rem;
    font-family: "NotoKrR";
    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 */
.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: .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;
}

.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: .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: .25rem;
}

.find-form__button.invaild {
    background-color: #dc3545;
    color: #ffffff;
    animation: denial 0.5s cubic-bezier(.36,.07,.19,.97) both;
    -webkit-animation: denial 0.5s cubic-bezier(.36,.07,.19,.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;
}

.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;
    column-gap: 20px;
}

.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: 8px;
    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--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;
}

.usage_chart__contents {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    gap: 20px;
}

.usage_chart__contents:first-child {
    grid-column: span 3;
}

#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--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: max-content;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 6px 25px rgb(24 25 31 / 5%);
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    position: relative;
    overflow: hidden;
}

#chart__usage_prepare--chart {
    width: 100%;
}

.usage_chart__stack--item-icon {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: rgb(0, 123, 255);
}

.chart__usage_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__aside {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr !important;
}

#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;
}

/* Peer Assessment CSS */
.document__load { position: fixed; left: 0; top: 0; z-index: 9999; width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; overflow: hidden; }

.am__contents, .am__contents * { margin: 0; padding: 0; box-sizing: border-box; }
.am__contents { width: calc(100% - 200px); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 0; border-left: 1px solid #CCCCCC; }
.am__contents *::-webkit-scrollbar { width: 4px; height: 4px; }
.am__contents *::-webkit-scrollbar-thumb { background: #f49310; border-radius: 0.5rem; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
.am__contents *::-webkit-scrollbar-track { background: #CCCCCC; border-radius: 0.5rem; }

.am__video { width: 100%; }
.am__video--container { margin: 0 auto; width: 100%; height: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto auto 1fr; gap: 0; overflow: hidden; }
.am__video--header { width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 10px; background: #E9E9E9; }
.am__video--column { padding: 4px 20px; width: 100%; display: grid; grid-template-columns: 5fr 5fr 3fr 3fr 90px 90px 10fr 4fr; gap: 10px; place-items: center; border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; }
.am__video--column-text { font-size: 13px; font-weight: 400; color: #999999; }
.am__video--contents { width: 100%; height: 100%; overflow: hidden; }
.am__video--item { padding: 10px 20px; width: 100%; display: grid; grid-template-columns: 5fr 5fr 3fr 3fr 90px 90px 10fr 4fr; gap: 10px; place-items: center; border-bottom: 1px solid #EEEEEE; }
.am__video--item-thumbnail { padding-top: 56.25%; position: relative; width: 100%; cursor: pointer; }
.am__video--item-thumbnail img { padding: 4px; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; border: 1px solid #dee2e6; border-radius: 4px; }
.am__video--item-link { width: fit-content; max-width: 100%; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px; font-weight: 400; color: #2F42C1; cursor: pointer; }
.am__video--item-link:hover { text-decoration: underline; }
.am__video--item-text { width: fit-content; max-width: 100%; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px; font-weight: 400; color: #707070; }
.am__video--item-progress { width: 100%; display: flex; justify-content: center; align-items: center; gap: 10px; }
.am__video--item-status { padding: 10px; width: 110px; display: inline-flex; justify-content: center; align-content: center; gap: 0; background: #FFFFFF; border: 1px solid #687CFF; border-radius: 50px; font-size: 13px; font-weight: 400; color: #687CFF; }
.am__video--item-status.active { background: #687CFF; color: #FFFFFF; }
.am__video--item-status.clear { border: 1px solid #E5E5E5; background: #E5E5E5; color: #999999; }
.am__video--pagination { margin-top: 20px; width: 100%; display: flex; justify-content: center; align-items: center; gap: 2px; }
.am__video--pagination-list { display: flex; justify-content: center; align-items: center; gap: 2px; }
.am__video--pagination-item { padding: 0 7px 2px 7px; margin: 3px; color: #707070; font-size: 0.8rem; font-weight: normal; border-radius: 3px; user-select: none; cursor: pointer; }
.am__video--pagination > span { height: 24px; display: inline-flex; justify-content: center; align-items: center; }

.am__sheet { width: 100%; }
.am__sheet--container { margin: 0 auto; width: 100%; height: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto 1fr; gap: 0; overflow: hidden; }
.am__sheet--header { width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 10px; background: #E9E9E9; }
.am__sheet--column { padding: 10px 20px; width: 100%; display: grid; grid-template-columns: 7fr 80px 80px 50px 50px 100px 100px 370px; gap: 10px; place-items: center; border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; }
.am__sheet--column-label { display: flex; justify-content: center; align-items: center; }
.am__sheet--column-text { font-size: 13px; font-weight: 400; color: #999999; }
.am__sheet--column-checkbox { width: 20px; height: 20px; }
.am__sheet--contents { width: 100%; height: 100%; overflow: hidden; }
.am__sheet--item { padding: 10px 20px; width: 100%; display: grid; grid-template-columns: 7fr 80px 80px 50px 50px 100px 100px 370px; gap: 10px; place-items: center; border-bottom: 1px solid #EEEEEE; }
.am__sheet--item-label { display: flex; justify-content: center; align-items: center; }
.am__sheet--item-checkbox { width: 20px; height: 20px; }
.am__sheet--item-text { width: 100%; display: inline-flex; justify-content: center; align-items: center; gap: 4px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px; font-weight: 400; color: #707070; }
.am__sheet--item-text:first-child { justify-content: flex-start; }
.am__sheet--item-status { padding: 4px 6px; display: inline-flex; justify-content: center; align-items: center; gap: 4px; background: #F49310; border-radius: 4px; color: #FFFFFF; user-select: none; cursor: pointer; }
.am__sheet--item-status.gray { padding: 4px 6px; display: inline-flex; justify-content: center; align-items: center; gap: 4px; background: #7C7C7C; border-radius: 4px; color: #FFFFFF; user-select: none; cursor: pointer; }
.am__sheet--item-status.red { background: #F41010; }
.am__sheet--item-status.green { background: #00CB60; }
.am__sheet--item-link { width: fit-content; max-width: 100%; display: inline-flex; justify-content: center; align-items: center; gap: 4px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px; font-weight: 400; color: #2F42C1; cursor: pointer; }
.am__sheet--item-link:hover { text-decoration: underline; }
.am__sheet--item-function { display: inline-flex; justify-content: center; align-items: center; gap: 10px; }
.am__sheet--item-select { padding: 4px 6px; display: inline-flex; justify-content: center; align-items: center; gap: 4px; background: #007BFF; border-radius: 4px; font-size: 12px; font-weight: 400; color: #FFFFFF !important; cursor: default; pointer-events: none; }
.am__sheet--item-btn { padding: 4px 6px; display: inline-flex; justify-content: center; align-items: center; gap: 4px; background: #F49310; border-radius: 4px; user-select: none; cursor: pointer; }
.am__sheet--item-btn i { width: 10px; color: #FFFFFF; }
.am__sheet--item-btn svg { width: 12px !important; height: 12px; }
.am__sheet--item-btn path { fill: #FFFFFF; }
.am__sheet--item-btn span { white-space: nowrap; font-size: 12px; font-weight: 400; color: #FFFFFF; }
.am__sheet--item-btn.blue { background: #007BFF; }
.am__sheet--item-btn.red { background: #F41010; }
.am__sheet--item-btn.green { background: #00CB60; }
.am__sheet--item-btn.gray { background: #7C7C7C; }
.am__sheet--item-btn.disabled { user-select: none; cursor: default; pointer-events: none; background: #007BFF; }

.am__sheet--create { padding: 20px; width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 20px; place-items: flex-start; }
.am__sheet--twin { width: 100%; display: grid; grid-template-columns: 1.75fr 1fr; grid-auto-rows: min-content; gap: 40px; }
.am__sheet--form { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; grid-auto-rows: min-content; gap: 20px; }
.am__sheet--form-header { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.am__sheet--form-radio { display: inline-flex; justify-content: center; align-items: center; gap: 10px; }
.am__sheet--form-inline { width: 100%; display: inline-flex; justify-content: flex-start; align-items: center; gap: 10px; }
.am__sheet--form-row { width: 100%; display: inline-flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 20px; }
.am__sheet--form-file { width: 100%; font-size: 12px; font-weight: 400; color: #222222; }
.am__sheet--form-contents { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr; grid-auto-rows: min-content; gap: 20px; }
.am__sheet--form-title { white-space: nowrap; font-size: 16px; font-weight: 500; color: #2F42C1; }
.am__sheet--form-subtitle { white-space: nowrap; font-size: 14px; font-weight: 400; color: #222222; }
.am__sheet--form-item { width: 100%; display: inline-flex; justify-content: center; align-items: center; gap: 10px; }
.am__sheet--form-item span { white-space: nowrap; font-size: 14px; font-weight: 400; color: #222222; }
.am__sheet--form-item textarea { padding: 6px; width: 100%; height: 36px; border: 1px solid #CED4DA; border-radius: 4px; font-family: 'NotoKrR', Sans-Serif, serif; font-size: 14px; font-weight: 400; color: #222222; overflow: hidden; resize: none; }
.am__sheet--form-item input { padding: 6px; width: 100%; border: 1px solid #CED4DA; border-radius: 4px; font-family: 'NotoKrR', Sans-Serif, serif; font-size: 14px; font-weight: 400; color: #222222; }
.am__sheet--form-item:nth-child(2) { align-items: flex-start; }
.am__sheet--form-item:nth-child(2) input { text-align: center; }
.am__sheet--form-item input:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 4px 0.2rem rgba(0, 123, 255, .25); }
.am__sheet--form-item select { padding: 6px; width: 100%; border: 1px solid #CED4DA; border-radius: 4px; font-family: 'NotoKrR', Sans-Serif, serif; font-size: 14px; font-weight: 400; color: #222222; }
.am__sheet--form-item select:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 4px 0.2rem rgba(0, 123, 255, .25); }
.am__sheet--form-group { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 20px; }
.am__sheet--total-score { white-space: nowrap; font-size: 20px; font-weight: 500; color: #222222; }
.am__sheet--preview { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; }
.am__sheet--preview-title { white-space: nowrap; font-size: 16px; font-weight: 500; color: #2F42C1; }
.am__sheet--preview-score { width: 100%; text-align: right; white-space: nowrap; font-size: 20px; font-weight: 500; color: #222222; }
.am__sheet--group { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 0; border: 1px solid #DBDBDB; border-radius: 4px; }
.am__sheet--group-header { padding: 10px; width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 10px; background: #2F42C1; }
.am__sheet--group-title { padding: 4px; width: 90%; border: 1px solid #CED4DA; border-radius: 4px; font-family: 'NotoKrR', Sans-Serif, serif; font-size: 14px; font-weight: 400; color: #222222; }
.am__sheet--group-title:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 4px 0.2rem rgba(0, 123, 255, .25); }
.am__sheet--group-total { white-space: nowrap; font-family: 'NotoKrR', Sans-Serif, serif; font-size: 16px; font-weight: 500; color: #FFFFFF; }
.am__sheet--group-contents { padding: 10px; width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 10px; }
.am__sheet--group-function:first-child { width: 100%; display: inline-flex; justify-content: flex-start; align-items: center; gap: 10px; }
.am__sheet--group-function { display: inline-flex; justify-content: center; align-items: center; gap: 10px; }
.am__sheet--group-list { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 10px; }
.am__sheet--group-item { width: 100%; display: grid; grid-template-columns: 3fr 100px auto; gap: 10px; }
.am__sheet--group-side { width: 100%; display: flex; justify-content: flex-end; align-items: flex-start; gap: 10px; }
.am__sheet--line { width: 100%; height: 1px; background: #DBDBDB; }
.am__sheet--view { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 20px; }
.am__sheet--view-group { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; grid-auto-rows: min-content; gap: 10px; }
.am__sheet--view-header { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.am__sheet--view-title { font-size: 16px; font-weight: 500; color: #222222; }
.am__sheet--view-info { padding: 4px 10px !important; width: 100%; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #DBDBDB; background: #2F42C1; }
.am__sheet--view-info > * { color: #FFFFFF !important; }
.am__sheet--view-name { padding: 6px 0; width: 100%; font-size: 16px; font-weight: 500; color: #222222; }
.am__sheet--view-total { white-space: nowrap; font-size: 20px; font-weight: 500; color: #222222; }
.am__sheet--view-item { width: 100%; display: grid; grid-template-columns: 1fr 100px; gap: 10px; place-items: center flex-start; }
.am__sheet--view-score { width: 100%; display: inline-flex; justify-content: flex-end; align-self: flex-end; }
.am__sheet--view-score input { padding: 6px; width: min-content; border: 1px solid #CED4DA; border-radius: 4px; font-family: 'NotoKrR', Sans-Serif, serif; font-size: 12px; font-weight: 400; color: #222222; }
.am__sheet--view-score input:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 4px 0.2rem rgba(0, 123, 255, .25); }
.am__sheet--view-text { white-space: pre; font-size: 14px; }

.am__category { width: 100%; }
.am__category--container { margin: 0 auto; width: 100%; height: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto 1fr; gap: 0; overflow: hidden; }
.am__category--header { width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 10px; background: #E9E9E9; }
.am__category--column { padding: 10px 20px; width: 100%; display: grid; grid-template-columns: 3fr 12fr 3fr 8fr; gap: 20px; place-items: center; border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; }
.am__category--column-label { display: flex; justify-content: center; align-items: center; }
.am__category--column-text { font-size: 13px; font-weight: 400; color: #999999; }
.am__category--column-checkbox { width: 20px; height: 20px; }
.am__category--contents { width: 100%; height: 100%; overflow: hidden; }
.am__category--item { padding: 10px 20px; width: 100%; height: 51px; display: grid; grid-template-columns: 3fr 12fr 3fr 8fr; gap: 20px; place-items: center; border-bottom: 1px solid #EEEEEE; }
.am__category--order { display: inline-flex; justify-content: center; align-items: center; gap: 4px; }
.am__category--order-item { width: 30px; height: 30px; border-radius: 2px; border: 1px solid #DBDBDB; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.am__category--order-item img { width: 12px; }
.am__category--order-item svg { width: 12px; }
.am__category--item-label { display: flex; justify-content: center; align-items: center; }
.am__category--item-checkbox { width: 20px; height: 20px; }
.am__category--item-text { width: fit-content; max-width: 100%; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px; font-weight: 400; color: #707070; }
.am__category--item-input { width: fit-content; max-width: 100%; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px; font-weight: 400; color: #707070; }
.am__category--item-link { width: fit-content; max-width: 100%; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px; font-weight: 400; color: #2F42C1; cursor: pointer; }
.am__category--item-link:hover { text-decoration: underline; }
.am__category--item-function { display: inline-flex; justify-content: center; align-items: center; gap: 10px; }
.am__category--item-btn { padding: 4px 6px; display: inline-flex; justify-content: center; align-items: center; gap: 4px; background: #F49310; border-radius: 4px; cursor: pointer; }
.am__category--item-btn.blue { background: #007BFF; }
.am__category--item-btn.red { background: #F41010; }
.am__category--item-btn.green { background: #00CB60; }
.am__category--item-btn.gray { background: #7C7C7C; }
.am__category--item-btn i { width: 12px; color: #FFFFFF; }
.am__category--item-btn img { width: 12px !important; height: 12px; }
.am__category--item-btn svg { width: 12px !important; height: 12px; }
.am__category--item-btn path { fill: #FFFFFF; }
.am__category--item-btn span { font-size: 12px; font-weight: 400; color: #FFFFFF; }

.pa__contents, .pa__contents * { margin: 0; padding: 0; box-sizing: border-box; }
.pa__contents { width: 100%; height: calc(100vh - 82px); display: grid; grid-template-columns: 250px auto; gap: 0; overflow: hidden; }
.pa__contents--sheet { grid-template-columns: 1fr; }
.pa__contents--chart { grid-template-columns: 1fr; grid-auto-rows: min-content; height: unset; }
.pa__contents--chart .pa__read--left { height: calc(100vh - 140px); grid-template-columns: 1fr; grid-auto-rows: min-content; }
.pa__contents--chart .pa__read--right { grid-template-columns: 1fr; grid-template-rows: unset; grid-auto-rows: min-content; }
.pa__contents *::-webkit-scrollbar { width: 4px; height: 4px; }
.pa__contents *::-webkit-scrollbar-thumb { background: #f49310; border-radius: 0.5rem; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
.pa__contents *::-webkit-scrollbar-track { background: #CCCCCC; border-radius: 0.5rem; }

.pa__menu { width: 100%; height: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 0; overflow-y: auto; border-right: 1px solid #CCCCCC; }
.pa__menu--group { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 0; }
.pa__menu--head { padding: 10px; width: 100%; display: inline-flex; justify-content: flex-start; align-items: center; gap: 4px; cursor: pointer; }
.pa__menu--head.active { background: #e3e3ff; }
.pa__menu--head-title { font-size: 14px; font-weight: 600; color: #2f42c1; }
.pa__menu--item { padding-left: 30px; width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 4px; cursor: pointer; }
.pa__menu--item.active { background: #e3e3ff; }
.pa__menu--item-title { font-size: 14px; font-weight: 400; color: #222222; }
.pa__menu--item-number { padding: 1px 3px; font-size: 10px; font-weight: 400; color: #98acff; background: #f8f8ff; border: 1px solid #d6e0ff; border-radius: 3px; }
.pa__filter { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 0; }
.pa__filter--header { padding: 10px; width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.pa__filter--title { font-size: 14px; font-weight: 600; color: #222222; }
.pa__filter--contents { padding: 10px; width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 10px; }
.pa__filter--search { padding: 6px; width: 100%; display: grid; grid-template-columns: 1fr 20px; gap: 10px; place-items: center; border: 1px solid #DBDBDB; border-radius: 4px; }
.pa__filter--search-input { width: 100%; text-align: left; font-size: 14px; font-weight: 400; color: #222222; border: none; outline: none; }
.pa__filter--search-btn { user-select: none; cursor: pointer; }
.pa__filter--list { padding: 4px; width: 100%; height: 200px; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 2px; overflow-y: auto; place-items: flex-start; border: 1px solid #DBDBDB; border-radius: 4px; }
.pa__filter--content { padding: 6px; width: 100%; font-size: 12px; font-weight: 400; color: #222222; border-radius: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; user-select: none; cursor: pointer; }
.pa__filter--content:hover { background: #5259b9; color: #FFFFFF; }
.pa__filter--content.active { background: #5259b9; color: #FFFFFF; }
.pa__filter--btn { padding: 4px 6px; display: inline-flex; justify-content: center; align-items: center; gap: 4px; background: #F49310; border-radius: 4px; cursor: pointer; }
.pa__filter--btn.disabled { user-select: none; cursor: default; pointer-events: none; filter: grayscale(1); }
.pa__filter--btn.blue { background: #007BFF; }
.pa__filter--btn.green { background: #30c900; }
.pa__filter--btn i { width: 10px; color: #FFFFFF; }
.pa__filter--btn svg { width: 12px !important; height: 12px; }
.pa__filter--btn path { fill: #FFFFFF; }
.pa__filter--btn span { font-size: 12px; font-weight: 400; color: #FFFFFF; }

.pa__list { width: 100%; height: 100%; display: none; overflow: hidden; }
.pa__list.active { display: flex; }
.pa__list--container { margin: 0 auto; width: 100%; height: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto 1fr; gap: 0; overflow: hidden; }
.pa__list--header { padding: 10px; width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 10px; background: #E9E9E9; }
.pa__list--filter-title { font-size: 14px; font-weight: 400; color: #000000; }
.pa__list--filter-input { font-size: 14px; font-weight: 400; color: #000000; }
.pa__list--contents { width: 100%; height: 100%; overflow-y: auto; }
.pa__list--receive-column { padding: 4px 20px; width: 100%; display: grid; grid-template-columns: 8fr 4fr 4fr 5fr 4fr 15fr 3fr; gap: 10px; place-items: center; border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; }
.pa__list--child-column { padding: 4px 20px; width: 100%; display: grid; grid-template-columns: 3fr 5fr 3fr 5fr 3fr 15fr 5fr; gap: 10px; place-items: center; border-bottom: 1px solid #DBDBDB; background: #EFEFEF; }
.pa__list--column { padding: 4px 20px; width: 100%; display: grid; grid-template-columns: 3fr 15fr 10fr 5fr 5fr 8fr; gap: 20px; place-items: center; border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; }
.pa__list--column-text { font-size: 13px; font-weight: 400; color: #999999; }
.pa__list--group { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 0; }
.pa__list--group.selected .pa__list--group--contents { display: grid; }
.pa__list--group.selected .pa__list--item { background: #5259b9; }
.pa__list--group.selected .pa__list--item * { color: #FFFFFF; }
.pa__list--group--header { width: 100%; }
.pa__list--group--contents { position: relative; display: none; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 0; }
.pa__list--group--contents:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.125); pointer-events: none; }
.pa__list--item { padding: 10px 20px; width: 100%; display: grid; grid-template-columns: 3fr 15fr 10fr 5fr 5fr 8fr; gap: 20px; place-items: center; border-bottom: 1px solid #EEEEEE; }
.pa__list--child-item { padding: 10px 20px; width: 100%; display: grid; grid-template-columns: 3fr 5fr 3fr 5fr 3fr 15fr 5fr; gap: 10px; place-items: center; border-bottom: 1px solid #EEEEEE; background: #f7f7ff; }
.pa__list--receive-item { padding: 10px 20px; width: 100%; display: grid; grid-template-columns: 8fr 4fr 4fr 5fr 4fr 15fr 3fr; gap: 10px; place-items: center; border-bottom: 1px solid #EEEEEE; background: #f7f7ff; }
.pa__list--item-checkbox { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.pa__list--item-checkbox input { width: 22px; height: 22px; }
.pa__list--item-thumbnail { padding-top: 56.25%; position: relative; width: 100%; cursor: pointer; }
.pa__list--item-thumbnail img { padding: 4px; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; border: 1px solid #dee2e6; border-radius: 4px; }
.pa__list--item-info { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; gap: 4px; place-items: center flex-start; }
.pa__list--item-side { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline-flex; justify-content: flex-start; align-items: center; gap: 4px; }
.pa__list--item-title { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px; font-weight: 400; color: #2F42C1; cursor: pointer; }
.pa__list--item-title:hover { text-decoration: underline; }
.pa__list--item-date { width: 100%; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; font-weight: 400; color: #999999; }
.pa__list--item-text { width: 100%; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; font-weight: 400; color: #999999; }
.pa__list--item-progress { width: 100%; display: flex; justify-content: center; align-items: center; gap: 10px; }
.pa__list--item-status { padding: 10px; width: 110px; display: inline-flex; justify-content: center; align-content: center; gap: 0; background: #FFFFFF; border: 1px solid #687CFF; border-radius: 50px; font-size: 13px; font-weight: 400; color: #687CFF; }
.pa__list--item-status.active { background: #687CFF; color: #FFFFFF; }
.pa__list--item-status.clear { border: 1px solid #E5E5E5; background: #E5E5E5; color: #999999; }
.pa__list--item-function { position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; gap: 4px; }
.pa__list--item-btn { padding: 4px 6px; display: inline-flex; justify-content: center; align-items: center; gap: 4px; background: #F49310; border-radius: 4px; cursor: pointer; }
.pa__list--item-btn.disabled { user-select: none; cursor: default; pointer-events: none; filter: grayscale(1); }
.pa__list--item-btn.blue { background: #007BFF; }
.pa__list--item-btn.green { background: #30c900; }
.pa__list--item-btn i { width: 10px; color: #FFFFFF; }
.pa__list--item-btn svg { width: 12px !important; height: 12px; }
.pa__list--item-btn path { fill: #FFFFFF; }
.pa__list--item-btn span { font-size: 12px; font-weight: 400; color: #FFFFFF; }
.pa__list--child-checkbox { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.pa__list--child-checkbox input { width: 22px; height: 22px; }
.pa__list--child-thumbnail { padding-top: 56.25%; position: relative; width: 100%; cursor: pointer; }
.pa__list--child-thumbnail img { padding: 4px; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; border: 1px solid #dee2e6; border-radius: 4px; }
.pa__list--child-info { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; gap: 4px; place-items: center flex-start; }
.pa__list--child-side { width: 100%; display: inline-flex; justify-content: center; align-items: center; gap: 4px; }
.pa__list--child-side .pa__list--child-text { width: min-content; }
.pa__list--child-title { width: 100%; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px; font-weight: 400; color: #2F42C1; cursor: pointer; }
.pa__list--child-title:hover { text-decoration: underline; }
.pa__list--child-date { width: 100%; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; font-weight: 400; color: #999999; }
.pa__list--child-text { width: 100%; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; font-weight: 400; color: #999999; }
.pa__list--child-progress { width: 100%; display: flex; justify-content: center; align-items: center; gap: 10px; }
.pa__list--child-status { padding: 10px; width: 110px; display: inline-flex; justify-content: center; align-content: center; gap: 0; background: #FFFFFF; border: 1px solid #687CFF; border-radius: 50px; font-size: 13px; font-weight: 400; color: #687CFF; }
.pa__list--child-status.active { background: #687CFF; color: #FFFFFF; }
.pa__list--child-status.clear { border: 1px solid #E5E5E5; background: #E5E5E5; color: #999999; }
.pa__list--child-function { position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; gap: 4px; }
.pa__list--child-btn { padding: 4px 6px; display: inline-flex; justify-content: center; align-items: center; gap: 4px; background: #F49310; border-radius: 4px; cursor: pointer; }
.pa__list--child-btn i { width: 10px; color: #FFFFFF; }
.pa__list--child-btn svg { width: 12px !important; height: 12px; }
.pa__list--child-btn path { fill: #FFFFFF; }
.pa__list--child-btn span { font-size: 12px; font-weight: 400; color: #FFFFFF; }

.pa__read { padding: 20px; width: 100%; height: 100%; overflow: hidden; }
.pa__read--container { margin: 0 auto; width: 100%; height: 100%; display: grid; grid-template-columns: 1fr 1.75fr; gap: 20px; overflow: hidden; }
.pa__read--left { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto auto 1fr; grid-auto-rows: min-content; gap: 10px; overflow: hidden; }
.pa__read--left.visible { height: 100%; overflow: visible !important; }
.pa__read--right { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: 6fr 2fr auto; grid-auto-rows: min-content; gap: 20px; overflow: hidden; }
.pa__read--right-manager { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 20px; overflow: hidden; }
.pa__read--side { width: 100%; height: 100%; display: grid; grid-template-columns: 25vh auto; gap: 20px; overflow: hidden; }
.pa__read--line { width: 100%; height: 1px; background: #DBDBDB; }
.pa__read--video { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr auto; grid-auto-rows: min-content; gap: 0; }
.pa__read--video-frame { padding-top: 56.25%; position: relative; width: 100%; }
.pa__read--video-frame iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.pa__read--video-info { padding: 10px; position: relative; width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 10px; background: #f8f9fa; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.pa__read--video-title { max-width: calc(100% - 70px); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; letter-spacing: -0.01em; line-height: 160%; font-size: 14px; font-weight: 500; color: #222222; }
.pa__read--video-text { letter-spacing: -0.01em; line-height: 160%; font-size: 12px; font-weight: 400; color: #222222; }
.pa__read--video-self { width: min-content; font-size: 12px; font-weight: 400; color: #222222; }
.pa__read--video-item { display: inline-flex; justify-content: center; align-items: center; gap: 6px; }
.pa__read--video-item i { width: 14px; font-size: 14px; }
.pa__read--video-item svg { width: 12px !important; height: 12px; font-size: 14px; }
.pa__read--video-item b { width: 14px; font-size: 14px; }
.pa__read--video-item span { letter-spacing: -0.01em; line-height: 160%; font-size: 12px; font-weight: 300; color: #444444; }
.pa__read--icon { width: 16px; font-size: 16px; }
.pa__read--video-side { width: 100%; display: inline-flex; justify-content: flex-start; align-items: center; gap: 10px; overflow: hidden; }
.pa__read--video-grid { width: 100%; display: grid; grid-template-columns: 1fr auto; place-items: flex-start; gap: 10px; overflow: hidden; }
.pa__read--video-pdf { display: inline-flex; justify-content: flex-start; align-items: center; gap: 4px; }
.pa__read--video-files { display: inline-flex; justify-content: flex-start; align-items: center; gap: 4px; }
.pa__read--video-file { padding: 4px; white-space: nowrap; max-width: 200px; display: inline-flex; justify-content: center; align-items: center; gap: 4px; border: 1px solid #DBDBDB; border-radius: 2px; font-size: 12px; font-weight: 400; color: #222222; cursor: pointer; }
.pa__read--video-file span { overflow: hidden; text-overflow: ellipsis; }
.pa__read--video-btn { padding: 4px 6px; display: inline-flex; justify-content: center; align-items: center; gap: 4px; background: #F49310; border-radius: 4px; cursor: pointer; }
.pa__read--video-btn.blue { background: #007BFF; }
.pa__read--video-btn.red { background: #F41010; }
.pa__read--video-btn.green { background: #30c900; }
.pa__read--video-btn i { width: 10px; color: #FFFFFF; }
.pa__read--video-btn svg { width: 12px !important; height: 12px; }
.pa__read--video-btn path { fill: #FFFFFF; }
.pa__read--video-btn span { font-size: 12px; font-weight: 400; color: #FFFFFF; }
.pa__read--timeline { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: auto 1fr; gap: 10px; overflow: hidden;}
.pa__read--timeline-contents { width: 100%; height: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 10px; overflow-y: auto; }
.pa__read--timeline-create { padding: 10px ; width: 100%; display: grid; grid-template-columns: auto auto auto auto 1fr auto; gap: 4px; place-items: center; border: 1px solid #CED4DA; border-radius: 4px; }
.pa__read--timeline-create i { width: 10px; color: #FFFFFF; }
.pa__read--timeline-create svg { width: 12px !important; height: 12px; }
.pa__read--timeline-create path { fill: #222222; }
.pa__read--timeline-create span { font-size: 12px; font-weight: 400; color: #222222; }
.pa__read--timeline-create > input { padding: 6px; width: 100%; border: none; font-family: 'NotoKrR', Sans-Serif, serif; border-radius: 4px; font-size: 14px; font-weight: 400; color: #222222; }
.pa__read--timeline-create > input:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25); }
.pa__read--timeline-clock { position: relative; display: inline-flex; justify-content: center; align-items: center; }
.pa__read--timeline-current { padding: 6px; display: inline-flex; justify-content: center; align-items: center; }
.pa__read--timeline-current i { transform: translateY(5%); width: 12px !important; height: 12px; }
.pa__read--timeline-current svg { transform: translateY(5%); width: 12px !important; height: 12px; }
.pa__read--timeline-time { position: relative; z-index: 10; width: max-content; display: inline-flex; justify-content: center; align-items: center; gap: 2px; font-size: 14px; font-weight: 400; color: #222222; border-radius: 4px; background: #FFFFFF; }
.pa__read--timeline-time span { display: inline-flex; justify-content: center; align-items: center; }
.pa__read--timeline-number { width: 30px; text-align: center; border: none; font-family: 'NotoKrR', Sans-Serif, serif; border-radius: 4px; font-size: 12px; font-weight: 400; color: #222222; }
.pa__read--timeline-input { margin: auto; padding: 4px; width: 100%; border: none; background: #FFFFFF; font-family: 'NotoKrR', Sans-Serif, serif; font-size: 12px; font-weight: 400; color: #222222; }
.pa__read--timeline-line { width: 1px; height: 50%; background: #DBDBDB; }
.pa__read--timeline-done { cursor: pointer; }
.pa__read--timeline-set { position: relative; width: 100%; display: inline-flex; justify-content: center; align-items: center; gap: 2px; }
.pa__read--timeline-set:before { content: ''; position: absolute; left: 50%; top: 50%; width: 100%; height: calc(100% + 30px); transform: translate(-50%, -50%); }
.pa__read--timeline-set:hover .pa__read--timeline-btn { display: inline-flex; }
.pa__read--timeline-btn { position: absolute; left: 0; top: 0; z-index: 10; width: 100%; height: 14px; display: none; justify-content: center; align-items: center; border-radius: 4px; cursor: pointer; user-select: none; }
.pa__read--timeline-btn:first-child { position: absolute; left: 50%; top: 0; transform: translate(-50%, -100%); }
.pa__read--timeline-btn:last-child { position: absolute; left: 50%; top: 100%; transform: translate(-50%, 0); }
.pa__read--timeline-function { display: inline-flex; justify-content: center; align-items: center; gap: 10px; }
.pa__read--timeline-item { padding: 10px; width: 100%; height: min-content; display: grid; grid-template-columns: 1fr 9fr; grid-auto-rows: min-content; gap: 10px; place-items: flex-start; border-radius: 4px; background: #F6F6F6; }
.pa__read--timeline-item.sheet { grid-template-columns: 1fr 9fr auto; }
.pa__read--timeline-item:hover { background: #DCF3FF; }
.pa__read--timeline-item > span:first-child { white-space: nowrap; letter-spacing: -0.025em; line-height: 160%; font-size: 14px; font-weight: 400; color: #3864FF; cursor: pointer; }
.pa__read--timeline-item > span:first-child:hover { text-decoration: underline; }
.pa__read--timeline-item > span:last-child { white-space: nowrap; letter-spacing: -0.025em; line-height: 160%; font-size: 14px; font-weight: 400; color: #222222; }
.pa__read--timeline-item p { width: 100%; word-break: break-all; text-align: justify; letter-spacing: -0.01em; line-height: 160%; font-size: 14px; font-weight: 400; color: #222222; }
.pa__read--timeline-item b { cursor: pointer; }
.pa__read--timeline-info { width: 100%; display: inline-flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 4px; }
.pa__read--timeline-info span { width: 100%; display: flex; justify-content: flex-end; font-size: 12px; font-weight: 400; color: #828282; }
.pa__read--scorecard { padding-bottom: 20px; position: relative; width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 0; overflow: hidden; }
.pa__read--scorecard.up:before { content: ''; padding: 4px; width: 100%; height: 20px; position: absolute; left: 50%; top: 0; z-index: 10; transform: translate(-50%, calc(100% + 8px)); border-radius: 4px; font-size: 10px; font-weight: 500; color: #FFFFFF; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0)); }
.pa__read--scorecard.down:after { content: ''; padding: 4px; width: 100%; height: 20px; position: absolute; left: 50%; bottom: 0; z-index: 10; transform: translate(-50%, 0); border-radius: 4px; font-size: 10px; font-weight: 500; color: #FFFFFF; background: linear-gradient(to top, rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0)); }
.pa__read--scorecard-header { padding-right: 10px; width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 10px; overflow: hidden; }
.pa__read--scorecard-title { width: 100%; letter-spacing: -0.01em; line-height: 160%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 22px; font-weight: 500; color: #222222; }
.pa__read--scorecard-total { letter-spacing: -0.01em; line-height: 160%; white-space: nowrap; font-size: 22px; font-weight: 500; color: #222222; }
.pa__read--scorecard-number { margin-bottom: 10px; letter-spacing: -0.01em; line-height: 160%; white-space: nowrap; font-size: 22px; font-weight: 500; color: #222222; }
.pa__read--scorecard-side .pa__read--scorecard-total { font-size: 16px; font-weight: 400; }
.pa__read--scorecard-contents { padding-right: 10px; position: relative; width: 100%; height: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 10px; overflow-y: auto; }
.pa__read--scorecard-list { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 10px; }
.pa__read--scorecard-list .pa__read--scorecard-item { padding: 10px; }
.pa__read--scorecard-list .pa__read--scorecard-question { font-family: 'NotoKrR', Sans-Serif, serif; font-size: 72%; font-weight: 400; color: #222222; }
.pa__read--scorecard-list .pa__read--scorecard-total { font-family: 'NotoKrR', Sans-Serif, serif; font-size: 80%; font-weight: 500; color: #222222; }
.pa__read--scorecard-list .pa__read--scorecard-column { font-family: 'NotoKrR', Sans-Serif, serif; font-size: 72%; font-weight: 400; color: #222222; }
.pa__read--scorecard-list .pa__read--scorecard-text { font-family: 'NotoKrR', Sans-Serif, serif; font-size: 72%; font-weight: 400; color: #222222; }
.pa__read--scorecard-block { padding: 10px; width: 100%; display: grid; grid-template-columns: 1fr auto; gap: 10px; overflow: hidden; background: #FAFAFA; border: 1px solid #F1F1F1; border-radius: 4px; }
.pa__read--scorecard-item { padding: 10px; width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 0; overflow: hidden; border-radius: 4px; background: #F6F6F6; }
.pa__read--scorecard-twin { width: 100%; display: grid; grid-template-columns: 1fr auto; grid-auto-rows: min-content; gap: 10px; overflow: hidden; }
.pa__read--scorecard-item:hover { background: #DCF3FF; }
.pa__read--scorecard-inline { width: 100%; display: inline-flex; justify-content: flex-start; align-items: center; gap: 14px; }
.pa__read--scorecard-side { padding: 4px; width: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; gap: 4px; flex-wrap: wrap; overflow: hidden; white-space: pre-line; }
.pa__read--scorecard-side:first-child { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; overflow: hidden; }
.pa__read--scorecard-comment { width: 100%; display: grid; grid-template-columns: repeat(11, 1fr); gap: 0; }
.pa__read--scorecard-info { padding: 4px 10px; height: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; gap: 0; border-right: 1px solid #DBDBDB; }
.pa__read--scorecard-info:last-child { border: none; }
.pa__read--scorecard-score { text-align: center; white-space: nowrap; font-size: 18px; font-weight: 400; color: #222222; }
.pa__read--scorecard-column { width: 100%; text-align: center; white-space: nowrap; font-size: 14px; font-weight: 400; color: #222222; }
.pa__read--scorecard-text { width: 100%; text-align: center; white-space: nowrap; font-size: 14px; font-weight: 400; color: #222222; }
.pa__read--scorecard-text:nth-child(2n-2) { color: #000000; }
.pa__read--scorecard-text:nth-child(2n-1) { color: #000000; }
.pa__read--scorecard-input { padding: 4px; width: 100px; text-align: center; border: 1px solid #CED4DA; border-radius: 4px; font-family: 'NotoKrR', Sans-Serif, serif; font-size: 16px; font-weight: 400; color: #222222; }
.pa__read--scorecard-input:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 4px 0.2rem rgba(0, 123, 255, .1); }
.pa__read--scorecard-question { width: 100%; height: 100%; text-align: justify; letter-spacing: -0.01em; line-height: 160%; font-size: 14px; font-weight: 400; color: #222222; }
.pa__read--chart { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: 34px 1fr; gap: 10px; overflow: hidden; }
.pa__read--chart-header { width: 100%; display: grid; grid-template-columns: auto 1fr; gap: 10px; }
.pa__read--chart-title { letter-spacing: -0.01em; line-height: 160%; font-size: 18px; font-weight: 500; color: #222222; }
.pa__read--chart-contents { width: 25vh; height: 25vh; border: 1px solid #DBDBDB; }
.pa__read--chart-image { padding: 10px; position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.pa__read--chart-image > div > .apexcharts-svg { overflow: visible; transform: scale(0.95); }
.pa__read--chart-info { width: 100%; }
.pa__read--column { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 10px; overflow: hidden; }
.pa__read--column-header { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.pa__read--column-title { letter-spacing: -0.01em; line-height: 160%; font-size: 18px; font-weight: 500; color: #222222; }
.pa__read--column-contents { width: 100%; height: 100%; border: 1px solid #DBDBDB; }
.pa__read--column-image { position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.pa__read--column-image > div { position: absolute !important; left: 0; top: 0; min-width: 100%; min-height: 100%; }
.pa__read--column-image > div > svg { overflow: visible; }
.pa__read--summary { padding: 10px; width: 100%; height: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 10px; overflow: hidden; }
.pa__read--summary-header { width: 100%; }
.pa__read--summary-title { font-size: 18px; font-weight: 500; color: #222222; }
.pa__read--summary-list { width: 100%; height: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 10px; }
.pa__read--summary-item { padding: 14px; width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 10px; overflow: hidden; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.pa__read--summary-item.sheet { grid-template-rows: unset; }
.pa__read--summary-text { position: relative; height: 100%; overflow-y: auto; white-space: break-spaces; word-break: break-word; font-family: 'NotoKrM', sans-serif; text-align: justify; letter-spacing: -0.01em; line-height: 160%; font-size: 14px; font-weight: lighter; color: #222222; }
.pa__read--summary-text.fold { position: relative; max-height: 80px; overflow: hidden; white-space: break-spaces; word-break: break-word; font-family: 'NotoKrM', sans-serif; text-align: justify; letter-spacing: -0.01em; line-height: 160%; font-size: 14px; font-weight: lighter; color: #222222 ; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; cursor: pointer; }
.pa__read--summary-text.fold:after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 20px; background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); }
.pa__read--summary-text.unfold { max-height: unset; overflow: unset; -webkit-line-clamp: unset; cursor: default; }
.pa__read--summary-text.unfold:after { content: unset; display: none; }
.pa__read--summary-writer { width: 100%; font-family: 'NotoKrM', sans-serif; text-align: right; letter-spacing: -0.01em; line-height: 160%; font-size: 12px; font-weight: lighter; color: #828282; }
.pa__read--summary-textarea { padding: 6px; width: 100%; height: 100%; border: none; border-radius: 4px; font-family: 'NotoKrR', Sans-Serif, serif; font-size: 14px; font-weight: 400; color: #222222; overflow: hidden; resize: none; }
.pa__read--function { width: 100%; display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.pa__read--item-btn { padding: 4px 6px; display: inline-flex; justify-content: center; align-items: center; gap: 4px; background: #F49310; border-radius: 4px; cursor: pointer; }
.pa__read--item-btn.gray { background: #7C7C7C; }
.pa__read--item-btn.blue { background: #007BFF; }
.pa__read--item-btn.red { background: #F41010; }
.pa__read--item-btn i { width: 10px; color: #FFFFFF; }
.pa__read--item-btn svg { width: 12px !important; height: 12px; }
.pa__read--item-btn path { fill: #FFFFFF; }
.pa__read--item-btn span { font-size: 12px; font-weight: 400; color: #FFFFFF; }
.pa__read--group { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 10px; }
.pa__read--group-header { padding: 10px; width: 100%; background: #e8e8ff; border-radius: 4px; }
.pa__read--group-title { font-size: 16px; font-weight: 500; color: #222222; }
.pa__read--group-contents { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 10px; }
.pa__read--report-btn { padding: 10px; width: 100%; gap: 10px; }
.pa__read--report-btn svg { width: 16px !important; height: 16px; }
.pa__read--report-btn span { font-size: 16px; font-weight: 400; }

.pa__choice { display: inline-flex; justify-content: center; align-items: center; gap: 10px; }
.pa__choice--item { display: inline-flex; justify-content: center; align-items: center; gap: 4px; }
.pa__choice--item span { font-size: 14px; font-weight: 400; color: #222222; }
.pa__interval { display: inline-flex; justify-content: center; align-items: center; gap: 10px; }
.pa__interval--item { display: inline-flex; justify-content: center; align-items: center; gap: 4px; }
.pa__interval--item span { font-size: 14px; font-weight: 400; color: #222222; }

.sheet__modal, .sheet__modal * { margin: 0; padding: 0; box-sizing: border-box; }
.sheet__modal::-webkit-scrollbar { width: 4px; height: 4px; }
.sheet__modal::-webkit-scrollbar-thumb { background: #f49310; border-radius: 0.5rem; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
.sheet__modal::-webkit-scrollbar-track { background: #CCCCCC; border-radius: 0.5rem; }
.sheet__modal { padding: 10mm; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 10000; width: 100%; height: 100%; display: none; justify-content: center; overflow-y: auto; background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(1px); }
.sheet__modal.active { display: flex; }
.sheet__modal--remote { position: sticky; right: 0; top: 0; width: min-content; height: min-content; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 10px; transform: translateX(30px); }
.sheet__modal--remote-item { width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border-radius: 50%; background: #206F44; font-size: 20px; color: #FFFFFF; cursor: pointer; }
.sheet__modal--remote-item:first-child { background: #DBDBDB; }
.sheet__modal--page { padding: 10mm; width: 210mm; min-height: 90vh; height: fit-content; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 5mm; border: 1px #D3D3D3 solid; border-radius: 5px; background: #FFFFFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.sheet__modal .am__sheet--view-info { padding: 4px !important; background: transparent; border-bottom: 1px solid #DBDBDB; }
.sheet__modal .am__sheet--view-name { font-size: 16px; color: #222222 !important; }
.sheet__modal .am__sheet--view-total { font-size: 16px; color: #222222 !important; }

.pa__rank, .pa__rank * { margin: 0; padding: 0; box-sizing: border-box; }
.pa__rank::-webkit-scrollbar { width: 4px; height: 4px; }
.pa__rank::-webkit-scrollbar-thumb { background: #f49310; border-radius: 0.5rem; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
.pa__rank::-webkit-scrollbar-track { background: #CCCCCC; border-radius: 0.5rem; }
.pa__rank { padding: 10mm; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 10000; width: 100%; height: 100%; display: none; justify-content: center; overflow-y: auto; background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(1px); }
.pa__rank.active { display: flex; }
.pa__rank--remote { position: sticky; right: 0; top: 0; width: min-content; height: min-content; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 10px; transform: translateX(30px); }
.pa__rank--remote-item { width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border-radius: 50%; background: #206F44; font-size: 20px; color: #FFFFFF; cursor: pointer; }
.pa__rank--remote-item:first-child { background: #FF0000; }
.pa__rank--page { padding: 10mm; width: 1000px; min-height: 90vh; height: fit-content; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 5mm; border: 1px #D3D3D3 solid; border-radius: 5px; background: #FFFFFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.pa__rank--page * { font-size: 100%; font-weight: 400; color: #222222; }
.pa__rank--h1 { font-size: 160%; font-weight: 600; color: #222222; }
.pa__rank--h2 { font-size: 140%; font-weight: 600; color: #222222; }
.pa__rank--h3 { font-size: 120%; font-weight: 600; color: #222222; }
.pa__rank--h3-strong { font-size: 110%; font-weight: 700; color: #2f42c1; }
.pa__rank--h4 { font-size: 100%; font-weight: 600; color: #222222; }
.pa__rank--strong { font-family: 'NotoKrR', Sans-Serif, serif; font-size: 90%; font-weight: 600; color: #222222; }
.pa__rank--text { font-family: 'NotoKrR', Sans-Serif, serif; font-size: 80%; font-weight: 400; color: #222222; }
.pa__rank--link { font-family: 'NotoKrR', Sans-Serif, serif; font-size: 80%; font-weight: 400; color: #222222; user-select: none; cursor: pointer; }
.pa__rank--link:hover { text-decoration: underline; color: #2f42c1; }
.pa__rank--info { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 2mm; }
.pa__rank--contents { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 0; place-items: flex-start; }
.pa__rank--column { padding: 10px; width: 100%; display: grid; grid-template-columns: 50px 1fr 150px 80px 80px 70px 200px; place-items: center; border-bottom: 1px solid #DBDBDB; background: #FAFAFA; }
.pa__rank--list { padding: 6px 0; width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 6px; place-items: flex-start; }
.pa__rank--item { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 0; place-items: flex-start; }
.pa__rank--item-header { padding: 10px; width: 100%; display: grid; grid-template-columns: 50px 1fr 150px 80px 80px 70px 200px; place-items: center; border-radius: 4px; }
.pa__rank--item-header:hover { background: #F8F8FF; box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.1), inset 0 0 10px rgba(70, 70, 70, 0.1); }
.pa__rank--item-contents { width: 100%; display: none; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 0; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.pa__rank--item.active { box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border: 2px solid #5259b9; border-radius: 8px; }
.pa__rank--item.active .pa__rank--item-header { background: #5259b9; border-bottom-left-radius: 0; border-bottom-right-radius: 0; box-shadow: none !important; }
.pa__rank--item.active .pa__rank--item-header * { color: #FFFFFF; }
.pa__rank--item.active .pa__rank--item-contents { display: grid; }
.pa__rank--item-text { display: inline-flex; justify-content: center; align-items: center; gap: 4px; overflow: hidden; text-align: center; }
.pa__rank--evaluator-column { padding: 10px; width: 100%; display: grid; grid-template-columns: 100px 3fr 2fr 100px 150px; place-items: center; border-radius: 4px; background: #EFEFEF; }
.pa__rank--evaluator-list { position: relative; width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 0; place-items: flex-start; }
.pa__rank--evaluator-list.wait { height: 100px; }
.pa__rank--evaluator-list.wait:after { content: url("/public/images/icon/load.svg"); position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; backdrop-filter: blur(1px); transform: scale(0.5); }
.pa__rank--evaluator-list.none:after { content: '조회된 학생이 없습니다.'; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 14px; font-weight: 400; color: #222222; }
.pa__rank--evaluator-item { padding: 10px; width: 100%; display: grid; grid-template-columns: 100px 3fr 2fr 100px 150px; place-items: center; border-radius: 4px; }
.pa__rank--evaluator-item:hover { background: #F8F8FF; }

.pa__print, .pa__print * { margin: 0; padding: 0; box-sizing: border-box; }
.pa__print::-webkit-scrollbar { width: 4px; height: 4px; }
.pa__print::-webkit-scrollbar-thumb { background: #f49310; border-radius: 0.5rem; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
.pa__print::-webkit-scrollbar-track { background: #CCCCCC; border-radius: 0.5rem; }
.pa__print { padding: 10mm; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 10000; width: 100%; height: 100%; display: none; justify-content: center; overflow-y: auto; background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(1px); }
.pa__print.active { display: flex; }
.pa__print--remote { position: sticky; right: 0; top: 0; width: min-content; height: min-content; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 10px; transform: translateX(30px); }
.pa__print--remote-item { width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border-radius: 50%; background: #F49310; font-size: 20px; color: #FFFFFF; cursor: pointer; }
.pa__print--remote-item:first-child { background: #FF0000; }
.pa__print--page { padding: 20mm; width: 210mm; min-height: 297mm; height: fit-content; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 5mm; border: 1px #D3D3D3 solid; border-radius: 5px; background: #FFFFFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.pa__print--page * { font-size: 100%; font-weight: 400; color: #222222; }
.pa__print--between { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.pa__print--h1 { font-size: 160%; font-weight: 600; color: #222222; }
.pa__print--h2 { font-size: 140%; font-weight: 600; color: #222222; }
.pa__print--h3 { font-size: 120%; font-weight: 600; color: #222222; }
.pa__print--h4 { font-size: 100%; font-weight: 600; color: #222222; }
.pa__print--stats { width: 100%; display: flex; justify-content: flex-end; align-items: center; gap: 0; }
.pa__print--stats-text { padding: 0 6px; border-left: 1px solid #DBDBDB; font-family: 'NotoKrR', Sans-Serif, serif; font-size: 100%; font-weight: 600; color: #222222; }
.pa__print--stats-text:first-child { border: none; }
.pa__print--strong { font-family: 'NotoKrR', Sans-Serif, serif; font-size: 100%; font-weight: 600; color: #222222; }
.pa__print--user { width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 10px; font-family: 'NotoKrR', Sans-Serif, serif; font-size: 72%; font-weight: 400; color: #222222; }
.pa__print--user * { font-family: 'NotoKrR', Sans-Serif, serif; font-size: 100%; font-weight: 400; color: #222222; }
.pa__print--text { font-family: 'NotoKrR', Sans-Serif, serif; font-size: 72%; font-weight: 400; color: #222222; }
.pa__print--grid { width: 100%; display: grid; grid-template-columns: 200px auto; grid-auto-rows: 200px; gap: 4mm; }
.pa__print--video { width: 100%; display: grid; grid-template-columns: 1fr 2fr; grid-auto-rows: min-content; gap: 1mm; }
.pa__print--video-thumbnail { padding-top: 56.25%; position: relative; width: 100%; }
.pa__print--video-thumbnail img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.pa__print--info { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 2mm; }
.pa__print--side { width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 4mm; overflow: hidden; }
.pa__print--line { width: 100%; height: 1px; background: #DBDBDB; }
.pa__print--inline { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; gap: 3mm; }
.pa__print--row { width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; gap: 2mm; }
.pa__print--summary { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 10px; }
.pa__print--summary > .pa__read--summary-item { padding: 10px; border: 1px solid #DBDBDB; box-shadow: unset; }
.pa__print--summary * { font-family: 'NotoKrR', Sans-Serif, serif; font-size: 85% !important; font-weight: 400; color: #222222; }
.pa__print--item { display: inline-flex; justify-content: center; align-items: center; gap: 1mm; }
.pa__print--item i { width: 12px !important; color: #222222; }
.pa__print--item svg { width: 12px !important; color: #222222; }
.pa__print--icon { width: 16px; height: 16px; font-size: 110%; font-weight: 400; color: #222222; }
.pa__print--sender-cnt { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pa__print--timeline { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 0; border: 1px solid #DBDBDB; }
.pa__print--timeline-column { width: 100%; display: grid; grid-template-columns: 80px 8.75fr 80px; place-items: center flex-start; gap: 0; background: #E9E9E9 !important; border-bottom: 1px solid #DBDBDB; }
.pa__print--timeline-column > * { padding: 2mm; }
.pa__print--timeline-list { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 0; border: 1px solid #DBDBDB; }
.pa__print--timeline-item { width: 100%; display: grid; grid-template-columns: 80px 8.75fr 80px; place-items: center flex-start; gap: 0; background: #FFFFFF; border-bottom: 1px solid #DBDBDB; }
.pa__print--timeline-item:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0.0) !important; }
.pa__print--timeline-item > * { padding: 2mm; width: 100%; height: 100%; }
.pa__print--timeline-item > *:first-child { white-space: nowrap; text-align: center; border-right: 1px solid #DBDBDB; }
.pa__print--timeline-item > *:last-child { text-align: center; border-left: 1px solid #DBDBDB; }
.pa__print--chart { position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border: 1px solid #DBDBDB; }
.pa__print--chart img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain; }
.pa__print--group { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 10px; }
.pa__print--group-header { padding: 4px 0; width: 100%; border-bottom: 1px solid #DBDBDB; }
.pa__print--group-title { font-size: 16px; font-weight: 500; color: #222222; }
.pa__print--group-contents { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 10px; }
.pa__print--sheet { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; }
.pa__print--sheet * { font-family: 'NotoKrR', Sans-Serif, serif; font-size: 72%; font-weight: 400; color: #222222; }
.pa__print--page .pa__read--group-header { padding: 6px; }
.pa__print--page .pa__read--group-title { font-size: 14px; }
.pa__print--sheet > .pa__read--scorecard-item { padding: 10px; }
.pa__print--contents { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; }
.pa__print--sheet-head { width: 100%; display: grid; grid-template-columns: 7fr 1.5fr; place-items: center flex-start; gap: 0; background: #E9E9E9; border-bottom: 1px solid #DBDBDB; }
.pa__print--sheet-head > * { padding: 2mm; width: 100%; height: 100%; border-right: 1px solid #DBDBDB; text-align: center; }
.pa__print--sheet-head > *:first-child { text-align: left; }
.pa__print--sheet-head > *:last-child { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; border: none; }
.pa__print--sheet-item { width: 100%; display: grid; grid-template-columns: 7fr 1.5fr; place-items: center flex-start; gap: 0; background: #FFFFFF; border-bottom: 1px solid #DBDBDB; }
.pa__print--sheet-item:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0.0) !important; }
.pa__print--sheet-item > * { padding: 2mm; width: 100%; height: 100%; display: inline-flex; justify-content: center; align-items: center; border-right: 1px solid #DBDBDB; text-align: center; }
.pa__print--sheet-item > *:first-child { text-align: left; display: block; }
.pa__print--sheet-item > *:last-child { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; border: none; }
.pa__print--summary-text { white-space: pre-line; font-family: 'NotoKrR', Sans-Serif, serif; font-size: 72%; font-weight: 400; color: #222222; }
.pa__print--summary-item { padding: 10px !important; border-radius: 10px; border: 1px solid #DBDBDB; }
.pa__read--video-item .pa__print--content-text { width: 100%; white-space: nowrap; font-size: 12px; font-weight: 400; }
.pa__print--page .pa__print--content-text { width: 100%; font-size: 12px; font-weight: 400; }
.pa__print--page .pa__print--content-text.sign { text-align: right; }
.pa__print--page .pa__read--scorecard-info { padding: 6px; }
.pa__print--page .pa__read--summary-item .pa__print--content-text { white-space: pre-line; word-break: break-all;  }
.pa__print--page .pa__print--info .pa__print--content-text { width: 100%; white-space: pre-line; font-size: 12px; font-weight: 400; }

@page { margin: 20mm; }
@media print {
    * { min-height: unset; overflow: unset; -webkit-print-color-adjust: exact; print-color-adjust: exact; background: transparent; break-before: page; page-break-before: auto; page-break-after: auto; }
    body * { font-size: 16px; height: min-content; overflow: unset; box-sizing: border-box; }
    body, html { width: 210mm !important; }
    .navbar { display: none !important; }
    .leftnav-manager { display: none !important; }
    .am__contents { display: none !important; }
    .pa__rank--remote { display: none; }
    .pa__print--remote { display: none; }
    .pa__contents--chart { display: none; }
    .pa__print--grid { grid-template-columns: 300px auto; grid-auto-rows: 300px; }
    .pa__print--page, .pa__print--page * { visibility: visible; }
    .pa__print { margin: 0 !important; padding: 0 !important; overflow: visible; position: static; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; background: #FFFFFF; }
    .pa__print--page { margin: 0; padding: 0; position: absolute; left: 0; top: 0; border: initial; min-width: 100%; width: initial; max-width: 210mm; height: unset; background: #FFFFFF; box-shadow: unset; border-radius: unset; border: unset; }
    .pa__print--info { page-break-after: auto; }
    .pa__print--h1 { font-size: 200% !important; font-weight: 600; color: #222222; }
    .pa__print--h2 { font-size: 180% !important; font-weight: 600; color: #222222; }
    .pa__print--h3 { font-size: 160% !important; font-weight: 600; color: #222222; }
    .pa__print--h3-strong { font-size: 160% !important; font-weight: 700; color: #2f42c1; }
    .pa__print--h4 { font-size: 140% !important; font-weight: 600; color: #222222; }
    .pa__print--strong { font-size: 100% !important; font-weight: 600; color: #222222; }
    .pa__print--summary .pa__read--summary-writer { font-size: 100% !important; font-weight: 400; color: #222222; }
    .pa__print--sheet-head { background: #E9E9E9 !important; border-bottom: 1px solid #DBDBDB; }
    .pa__print--text { font-size: 14px !important; font-weight: 400; color: #222222; }
    .pa__print--content-text { font-size: 14px !important; font-weight: 400; color: #222222; }
    .pa__rank--grid { grid-template-columns: 300px auto; grid-auto-rows: 300px; }
    .pa__rank--page, .pa__rank--page * { visibility: visible; }
    .pa__rank { margin: 0 !important; padding: 0 !important; overflow: visible; position: static; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; background: #FFFFFF; }
    .pa__rank--page { margin: 0; padding: 0; position: absolute; left: 0; top: 0; border: initial; min-width: 100%; width: initial; max-width: 210mm; height: unset; background: #FFFFFF; box-shadow: unset; border-radius: unset; border: unset; }
    .pa__rank--info { page-break-after: auto; }
    .pa__rank--h1 { font-size: 200% !important; font-weight: 600; color: #222222; }
    .pa__rank--h2 { font-size: 180% !important; font-weight: 600; color: #222222; }
    .pa__rank--h3 { font-size: 120% !important; font-weight: 600; color: #222222; }
    .pa__rank--h3-strong { font-size: 120% !important; font-weight: 700; color: #2f42c1; }
    .pa__rank--h4 { font-size: 100% !important; font-weight: 600; color: #222222; }
    .pa__rank--strong { font-size: 90% !important; font-weight: 600; color: #222222; }
    .pa__rank--summary .pa__read--summary-writer { font-size: 90% !important; font-weight: 400; color: #222222; }
    .pa__rank--sheet-head { background: #E9E9E9 !important; border-bottom: 1px solid #DBDBDB; }
    .pa__rank--text { font-size: 13px !important; font-weight: 400; color: #222222; }
    .pa__rank--content-text { font-size: 13px !important; font-weight: 400; color: #222222; }
}

.pa__modal, .pa__modal * { margin: 0; padding: 0; box-sizing: border-box; }
.pa__modal *::-webkit-scrollbar { width: 4px; }
.pa__modal *::-webkit-scrollbar-thumb { background: #f49310; border-radius: 4px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
.pa__modal *::-webkit-scrollbar-track { background: #CCCCCC; border-radius: 4px; }
.pa__modal input[type="number"]::-webkit-inner-spin-button, .pa__modal input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; }
.pa__modal input[type="number"] { -moz-appearance: textfield; }
.pa__modal { position: sticky; left: 0; top: 0; right: 0; bottom: 0; z-index: 10000; width: 100%; height: 100vh; display: none; justify-content: center; align-items: center; overflow: hidden; background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(1px); }
.pa__modal.active { display: flex; }
.pa__modal--container { margin: 0 auto; width: 100%; max-width: 1100px; min-height: 700px; height: 100%; max-height: 60vh; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr auto; gap: 0; overflow: hidden; border-radius: 4px; background: #FFFFFF; }
.pa__modal--header { padding: 10px 20px; width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 10px; background: #2f42c1; }
.pa__modal--title { font-size: 16px; font-weight: 400; color: #FFFFFF; }
.pa__modal--cancel { cursor: pointer; }
.pa__modal--contents { padding: 16px; width: 100%; height: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto 1fr; gap: 20px; overflow: hidden; }
.pa__modal--side { width: 100%; height: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 20px; overflow: hidden; }
.pa__modal--sheet { position: relative; width: 100%; display: grid; grid-template-columns: auto 1fr auto auto; gap: 10px; place-items: center flex-start; overflow: hidden; }
.pa__modal--sheet.disabled .pa__modal--sheet-selector { user-select: none; cursor: none; pointer-events: none; }
.pa__modal--sheet.disabled .pa__modal--sheet-btn:nth-child(3) { filter: grayscale(1); user-select: none; cursor: none; pointer-events: none; }
.pa__modal--sheet-btn { padding: 4px 8px; width: max-content; display: inline-flex; justify-content: center; align-items: center; gap: 4px; border: 1px solid #007BFF; border-radius: 4px; background: #007BFF; cursor: pointer; font-size: 12px; font-weight: 400; color: #FFFFFF; }
.pa__modal--sheet-btn.red { background: #FF0000; border: 1px solid #FF0000; }
.pa__modal--sheet-title { font-size: 14px; font-weight: 400; color: #222222; }
.pa__modal--sheet-selector { padding: 4px 8px; width: 100%; overflow: hidden !important; font-size: 14px; font-weight: 400; color: #222222; }
.pa__modal--sheet-selector option { width: 100%; font-size: 14px; font-weight: 400; color: #222222; overflow: hidden !important; }
.pa__modal--twin { width: 100%; height: 100%; display: grid; grid-template-columns: 1fr 1.5fr 1.5fr; grid-auto-rows: auto; gap: 10px; place-items: flex-start; overflow: hidden; }
.pa__modal--user { width: 100%; height: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto 1fr; gap: 20px; overflow: hidden; }
.pa__modal--evaluator { width: 100%; height: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 20px; overflow: hidden; }
.pa__modal--user-title { font-size: 14px; font-weight: 400; color: #222222; }
.pa__modal--file { padding: 4px 8px; width: max-content; display: inline-flex; justify-content: center; align-items: center; gap: 4px; border: 1px solid #007BFF; border-radius: 4px; background: #007BFF; cursor: pointer; font-size: 12px; font-weight: 400; color: #FFFFFF; }
.pa__modal--file-contents { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 0; overflow: hidden; }
.pa__modal--file-header { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.pa__modal--file-title { font-size: 14px; font-weight: 400; color: #222222; }
.pa__modal--file-list { width: 100%; display: flex; justify-content: flex-start; align-items: center; gap: 10px; place-items: flex-start center; flex-wrap: wrap; overflow-y: auto; }
.pa__modal--file-item { padding: 10px; display: grid; grid-template-columns: auto 1fr auto; place-items: center flex-start; gap: 10px; overflow: hidden; border-radius: 4px; cursor: pointer; }
.pa__modal--file-item:hover { background: #F6F6F6; }
.pa__modal--file-icon { width: 12px !important; }
.pa__modal--file-icon path { fill: #222222; }
.pa__modal--file-name { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; font-weight: 400; color: #222222; }
.pa__modal--file-delete { padding: 4px 8px; display: inline-flex; justify-content: center; align-items: center; gap: 4px; border-radius: 4px; background: #f17502; cursor: pointer; }
.pa__modal--file-delete img { width: 12px; }
.pa__modal--file-delete span { font-size: 12px; font-weight: 400; color: #FFFFFF; }
.pa__modal--file img { width: 12px !important; }
.pa__modal--file svg { width: 12px !important; }
.pa__modal--file i { width: 12px !important; }
.pa__modal--file path { fill: #FFFFFF; }
.pa__modal--file-text { font-size: 12px; font-weight: 400; color: #FFFFFF; }
.pa__modal--file-input { display: none; width: 100%; font-size: 12px; }
.pa__modal--list { position: relative; }
.pa__modal--search { position: relative; width: 100%; place-items: center flex-start; }
.pa__modal--search-input { padding: 4px 8px; position: relative; width: 100%; font-size: 14px; font-weight: 400; }
.pa__modal--search-input::placeholder { color: #CCCCCC; }
.pa__modal--search.depth:after { content: '소속으로 검색하세요.'; position: absolute; left: 0; top: 100%; font-size: 12px; font-weight: 200; color: #AAAAAA; }
.pa__modal--search.name:after { content: '아이디 또는 이름으로 검색하세요.'; position: absolute; left: 0; top: 100%; font-size: 12px; font-weight: 200; color: #AAAAAA; }
.pa__modal--search-btn { width: 18px; height: 100%; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.pa__modal--search-list { padding: 4px; position: absolute; left: 0; top: calc(100% + 24px); width: 100%; height: min-content; max-height: 200px; display: none; overflow-y: auto; border: 1px solid rgb(118, 118, 118); border-radius: 2px; background: #FFFFFF; font-size: 12px; }
.pa__modal--search-list.active { display: unset; }
.pa__modal--search-item { padding: 10px 4px; width: 100%; display: grid; grid-template-columns: 1fr 40px 1fr; gap: 10px; place-items: center; cursor: default; }
.pa__modal--search-item:hover { background: #e9ecff; }
.pa__modal--search-item:active { background: #e9ecff; }
.pa__modal--search-item.active { background: #e9ecff; }
.pa__modal--search-depth { padding: 10px 4px; width: 100%; display: grid; grid-template-columns: 1fr; gap: 10px; place-items: flex-start; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; font-weight: 400; color: #222222; cursor: default; }
.pa__modal--search-depth:hover { background: #e9ecff; }
.pa__modal--search-depth:active { background: #e9ecff; }
.pa__modal--search-depth.active { background: #e9ecff; }
.pa__modal--search-text { width: 100%; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; font-weight: 400; color: #222222; }
.pa__modal--append { width: 100%; height: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 0; overflow-y: auto; }
.pa__modal--append-item { padding: 10px 4px; width: 100%; display: grid; grid-template-columns: 1fr 0.5fr 0.5fr 0.5fr; gap: 10px; place-items: center; border-radius: 4px; cursor: default; }
.pa__modal--append-item:hover { background: #F6F6F6; }
.pa__modal--append-text { width: 100%; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px; font-weight: 400; color: #222222; }
.pa__modal--append-delete { padding: 4px 8px; display: inline-flex; justify-content: center; align-items: center; gap: 4px; border-radius: 4px; background: #f17502; cursor: pointer; }
.pa__modal--append-delete img { width: 12px; }
.pa__modal--append-delete span { font-size: 12px; font-weight: 400; color: #FFFFFF; }
.pa__modal--function { padding: 10px 20px; width: 100%; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #DBDBDB; }
.pa__modal--function-side { display: inline-flex; justify-content: center; align-items: center; gap: 10px; }
.pa__modal--select-total { font-size: 14px; font-weight: 400; color: #222222; }
.pa__modal--function-btn { padding: 4px 8px; display: inline-flex; justify-content: center; align-items: center; gap: 4px; border: 1px solid #f17502; border-radius: 4px; background: #f17502; cursor: pointer; }
.pa__modal--function-btn.red { border: 1px solid #F41010; background: #F41010; }
.pa__modal--function-btn img { width: 12px !important; }
.pa__modal--function-btn svg { width: 12px !important; }
.pa__modal--function-btn i { width: 12px !important; }
.pa__modal--function-btn path { fill: #FFFFFF; }
.pa__modal--function-btn span { font-size: 12px; font-weight: 400; color: #FFFFFF; }
.pa__modal--function-cancel { padding: 4px 8px; display: inline-flex; justify-content: center; align-items: center; gap: 4px; border: 1px solid #DBDBDB; border-radius: 4px; background: #e2e6ea; cursor: pointer; }
.pa__modal--function-cancel img { width: 12px; }
.pa__modal--function-cancel span { font-size: 12px; font-weight: 400; color: #666666; }

.pa__stats, .pa__stats * { margin: 0; padding: 0; box-sizing: border-box; }
.pa__stats::-webkit-scrollbar { width: 4px; height: 4px; }
.pa__stats::-webkit-scrollbar-thumb { background: #f49310; border-radius: 0.5rem; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
.pa__stats::-webkit-scrollbar-track { background: #CCCCCC; border-radius: 0.5rem; }
.pa__stats { padding: 10mm; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 10000; width: 100%; height: 100vh; display: flex; justify-content: center; overflow-y: auto; background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(1px); }
.pa__stats.active { display: flex; }
.pa__stats--container { padding: 15mm; width: 210mm; min-height: 297mm; height: fit-content; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 5mm; overflow: hidden;  border: 1px #D3D3D3 solid; border-radius: 5px; background: #FFFFFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.pa__stats--remote { position: sticky; right: 0; top: 0; width: min-content; height: max-content; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 10px; transform: translateX(30px); }
.pa__stats--remote-item { width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border-radius: 50%; background: #F49310; font-size: 20px; color: #FFFFFF; cursor: pointer; }
.pa__stats--remote-item:first-child { background: #DBDBDB; }
.pa__stats--twin { width: 100%; height: 100%; display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: min-content; gap: 40px; overflow: hidden; }
.pa__stats--chart { width: 100%; height: 300px; }
.pa__stats--info { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; grid-auto-rows: min-content; gap: 10px; place-items: flex-start; }
.pa__stats--info-header { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 10px; }
.pa__stats--info-title { font-size: 100%; font-weight: 600; color: #222222; }
.pa__stats--info-select { display: inline-flex; justify-content: center; align-items: center; gap: 10px; font-family: "NotoKrM", Sans-Serif, serif; font-size: 95%; font-weight: 500; color: #222222; }
.pa__stats--info-select > * { font-family: "NotoKrM", Sans-Serif, serif; font-size: 95%; font-weight: 500; color: #222222; }
.pa__stats--info-radio { display: inline-flex; justify-content: center; align-items: center; gap: 4px; }
.pa__stats--info-contents { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; gap: 10px; flex-wrap: wrap; }
.pa__stats--item { display: inline-flex; justify-content: center; align-items: center; gap: 1mm; }
.pa__stats--item i { width: 14px; color: #222222; }
.pa__stats--icon { font-family: "NotoKrM", Sans-Serif, serif; font-size: 72%; font-weight: 500; color: #222222; }
.pa__stats--text { font-family: "NotoKrM", Sans-Serif, serif; font-size: 72%; font-weight: 500; color: #222222; }
.pa__stats--table { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 0; border: 1px solid #DBDBDB; }
.pa__stats--table-column { width: 100%; display: grid; grid-template-columns: 3fr 3fr 1.5fr 3fr; place-items: center; background: #E9E9E9; }
.pa__stats--table-item { width: 100%; display: grid; grid-template-columns: 3fr 3fr 1.5fr 3fr; place-items: center; border-top: 1px solid #DBDBDB !important; }
.pa__stats--table-item > * { width: 100%; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-right: 1px solid #DBDBDB; }
.pa__stats--table-item > *:last-child { border-right: 1px solid rgba(0, 0, 0, 0.0) !important; }
.pa__stats--right { position: relative; width: 100%; height: 100%; }
.pa__stats--group { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 10px; }
.pa__stats--group-header { padding: 4px 0; width: 100%; border-bottom: 1px solid #DBDBDB; }
.pa__stats--group-title { font-size: 16px; font-weight: 500; color: #222222; }
.pa__stats--group-contents { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 10px; }
.pa__stats--sheet { width: 100%; display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; gap: 0; border: 1px solid #DBDBDB; }
.pa__stats--sheet-head { width: 100%; display: grid; grid-template-columns: 8fr 2fr; place-items: center flex-start; gap: 0; background: #E9E9E9; border-bottom: 1px solid #DBDBDB; }
.pa__stats--sheet-head > * { padding: 2mm; width: 100%; height: 100%; }
.pa__stats--sheet-head > *:first-child { border-right: 1px solid #DBDBDB; }
.pa__stats--sheet-head > *:last-child { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; }
.pa__stats--sheet-item { width: 100%; display: grid; grid-template-columns: 8fr 2fr; place-items: center flex-start; gap: 0; background: #FFFFFF; border-bottom: 1px solid #DBDBDB; }
.pa__stats--sheet-item:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0.0) !important; }
.pa__stats--sheet-item > * { padding: 2mm; width: 100%; height: 100%; }
.pa__stats--sheet-item > *:first-child { border-right: 1px solid #DBDBDB; }
.pa__stats--sheet-item > *:last-child { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }

.apexcharts-xaxis * { width: 100px !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }