﻿/*Layout*/
html, 
body {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
body {
    background: #2A3F54;
    color: #fff;
    /*font-family: "Helvetica Neue", Helvetica, Arial, 'Times New Roman', Times, serif, sans-serif, "돋움", "굴림", "명조", "고딕", "나눔 고딕", "Nanum Gothic", "나눔 명조", "Nanum Myeongjo", "Apple SD Gothic Neo", "Noto Sans CJK KR";*/
    font-family: Gulim, "굴림", Dotum, "돋움", "명조", "나눔 명조", "Nanum Myeongjo", "고딕", "바탕", Pretendard, "Pretendard", Verdana, Helvetica, "Helvetica Neue", Arial, Times, "Times New Roman", serif, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
    font-style: normal;
    overflow: inherit;
}
.container {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: inherit;
}
body .container.body .right_col {
    background: #2A3F54;
    overflow: inherit;
}

/*progress*/
#nprogress .spinner {
    top: 50%;
    right: 50%;
}
.progress {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/progress1.gif') 50% 50% no-repeat;
}
body.loading .progress {
    overflow: hidden;
    display: block;
}

/*right_col*/
.bodycontent {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}
.row {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/*left_col*/
.left_col {
    background: #2A3F54;
    border-right:1px solid #515356;
}
.site_title i {
    border: 1px solid #EAEAEA;
    padding: 5px 6px;
    border-radius: 50%
}
.site_title img {
    max-height: 66px;
    max-width: 180px;
}
.menu_section {
    margin: 0;
    padding:0;
}
.menu_section h3 {
    padding-left: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 1px 1px #000
}
.menu_section > ul {
    margin-top: 0px
}
.profile_pic {
    width: 35%;
    float: left
}
.img-circle.profile_img {
    width: 70%;
    background: #fff;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 10px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    padding: 4px
}
.profile_info {
    padding: 10px;
    width: 65%;
    float: left
}
.profile_info span {
    font-size: 13px;
    line-height: 30px;
    color: #BAB8B8
}
.profile_info h2 {
    font-size: 14px;
    color: #ECF0F1;
    margin: 0;
    font-weight: 300
}

.main_menu span.fas {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
    color: #C4CFDA
}
.active a span.fas {
    text-align: right !important;
    margin-right: 4px
}

.nav_menu {
    float: left;
    background: #2A3F54;
    border-left: 1px solid #515356;
    border-bottom: 1px solid #808080;
    min-height: 60px;
    width: 100%;
    position: relative
}
.nav_menu nav {
    height: 100%;
    width: 100%;
    position: relative
}
.nav_menu .nav.menu_cms {
    margin: auto 5px;
    padding: 0 10px;
    background: #017572;
    border-radius: 10px;
}
.nav_menu .nav.menu_cms a {
    font-size: 2em;
    color: #fff;
    margin:auto 5px;
}
.nav.menu_cms a.enabled {
    pointer-events: auto;
    opacity: 1.0;
    cursor: auto;
}

.nav.menu_cms a,
.nav.menu_toggle.disabled,
.nav.menu_cms .disabled {
    pointer-events: none;
    opacity: 0.4;
    cursor: not-allowed;
}
.nav-md .container.body .col-md-3.left_col {
    display:block;
    min-height: 100%;
    width: 230px;
    padding: 0;
    position: relative;
}
.nav-md .container.body .col-md-3.left_col.menu_fixed {
    height: 100%;
    position: fixed
}
.nav-md .container.body .right_col {
    padding: 0;
    padding-top: 60px;
    margin-left: 230px;
}
.navbar-nav > li > a,
.navbar-brand,
.navbar-nav > li > a {
    color: #515356;
}
.top_nav .nav > li > a:focus,
.top_nav .nav > li > a:hover,
.top_nav .nav .open > a,
.top_nav .nav .open > a:focus,
.top_nav .nav .open > a:hover {
    background: rgba(28, 28, 29, 0.57);
}
.main_container .top_nav {
    display: block;
    margin-left: 230px
}

.menu_toggle {
    float: left;
    margin: 0;
}

.menu_toggle a {
    padding: 5px 5px 0;
    margin: 0;
    color: #fff;
    cursor: pointer
}
.menu_toggle a i {
    font-size: 26px
}
.nav-md ul.nav.side-menu {
    overflow-x:hidden;
    overflow-y: auto;
}
ul.nav.side-menu::-webkit-scrollbar {
    /*display: none;*/
    width: 2px;
    background: transparent;
}


/*Main Page*/
.tile_count {
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: Helvetica, Verdana, "돋움";
}
.tile_count .tile_stats_count {
    border-bottom: 1px solid #D9DEE4;
    padding: 0 10px 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}
@media (min-width: 992px) {
    .tile_count .tile_stats_count {
        margin-bottom: 10px;
        border-bottom: 0;
        padding-bottom: 10px
    }
}
.tile_count .tile_stats_count:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border-left: 2px solid #ADB2B5;
    margin-top: 10px
}
@media (min-width: 992px) {
    .tile_count .tile_stats_count:first-child:before {
        border-left: 0
    }
}
.tile_count .tile_stats_count .count {
    font-size: 30px;
    line-height: 47px;
    font-weight: 600
}
@media (min-width: 768px) {
    .tile_count .tile_stats_count .count {
        font-size: 40px
    }
}
@media (min-width: 992px) and (max-width: 1100px) {
    .tile_count .tile_stats_count .count {
        font-size: 30px
    }
}
.tile_count .tile_stats_count span {
    font-size: 12px
}
@media (min-width: 768px) {
    .tile_count .tile_stats_count span {
        font-size: 13px
    }
}
.tile_count .tile_stats_count .count_bottom i {
    width: 12px
}

/*Common*/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 10px;
    padding-left: 10px
}

h1,
h2,
h3 {
    margin-top: 10px;
    margin-bottom: 10px
}

a {
    color: #5A738E;
    text-decoration: none
}

a,
a:visited,
a:focus,
a:active,
:visited,
:focus,
:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0
}

a:hover,
a:focus {
    text-decoration: none
}

.navbar {
    margin-bottom: 0
}
.navbar-right {
    margin-right: 0
}
.top_nav .navbar-right {
    margin: 0;
    float: right
}
.top_nav .navbar-right li {
    display: inline-block;
    float: right;
    position: relative;
}

.top_nav .dropdown-menu li {
    width: 100%
}
.top_nav .dropdown-menu li a {
    width: 100%;
    padding: 12px 20px;
}
.top_nav li a i {
    font-size: 15px
}

.nav.side-menu > li {
    position: relative;
    display: block;
    cursor: pointer;
    background: none;
}
.nav.side-menu > li > a {
    margin-bottom: 6px
}
.nav.side-menu > li > a:hover {
    color: #F2F5F7 !important
}
.nav.side-menu > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background: transparent
}

.nav.child_menu {
    display: none
}
.nav.child_menu > li.active {
    background-color: rgba(255, 255, 255, 0.1);
}
.nav.child_menu li {
    padding-left: 30px
}
.nav.child_menu > li a:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff
}
.nav.child_menu > li:has(> ul > li.active) {
    background: none;
}

.nav-md ul.nav.child_menu li:before {
    position: absolute;
    background: #425668;
    bottom: auto;
    content: "";
    width: 8px;
    height: 8px;
    left: 23px;
    margin-top: 15px;
    right: auto;
    z-index: 1;
    border-radius: 50%
}
.nav-md ul.nav.child_menu li:after {
    position: absolute;
    border-left: 1px solid #425668;
    bottom: 0;
    content: "";
    left: 27px;
    top: 0
}
.nav-md ul.nav.child_menu li:last-child::after {
    bottom: 50%;
}

.nav.side-menu > li > a,
.nav.child_menu > li > a {
    color: #E7E7E7;
    font-weight: 500;
    white-space:nowrap;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 13px 15px 12px
}
.nav > li > a > i{
padding-right:5px;
}

.nav.side-menu > li.current-page,
.nav li.current-page {
    background: rgba(255, 255, 255, 0.05)
}
.nav li li li.current-page {
    background: none
}
.nav li li.current-page a {
    color: #fff
}
.nav.side-menu > li.active > a {
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: linear-gradient(#334556, #2C4257), #2A3F54;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0
}

.navbar-brand,
.navbar-nav > li > a {
    font-weight: 500;
    color: #515356;
    color: #fff;
    margin-left: 0 !important;
}
.site_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 2rem;
    width: 100%;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 59px;
    display: block;
    height: 55px;
    margin: 0;
    padding-left: 10px
}
.site_title:hover,
.site_title:focus {
    text-decoration: none
}
.nav.top_menu > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #34495E !important
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent
}
.nav.child_menu > li > a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    padding: 9px
}
.main_menu_side {
    padding: 0
}

*,
*:before,
*:after {
    box-sizing: border-box
}

ul.msg_list{
    background: #2A3F54;
}
ul.msg_list li {
    background: #283c4f;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 6px 0;
    width: 96% !important;
}
ul.msg_list li:last-child {
    margin-bottom: 6px;
}
ul.msg_list li a {
    padding: 3px 5px !important
}
ul.msg_list li a .image img {
    border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    float: left;
    margin-right: 10px;
    width: 11%
}
ul.msg_list li a .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 35px
}
ul.msg_list li a .message {
    display: block !important;
    font-size: 11px
}

.dropdown-menu.msg_list span {
    white-space: normal
}
.dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 9998;
    border: 1px solid #D9DEE4;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.dropdown-menu > li > a {
    color: #D9DEE4;
}
.navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #2A3F54;
    margin-top: 0;
    border: 1px solid #5a84ae;
    -webkit-box-shadow: none;
    right: 0;
    left: auto;
}
.navbar-nav .open .dropdown-menu.msg_list {
    width: 300px
}
.info-number {
    font-size: 14px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 6px;
    position: absolute;
    right: 2px;
    top: 8px
}

.sidebar-footer {
    bottom: 0px;
    clear: both;
    display: block;
    padding: 5px 0 0 0;
    position: fixed;
    width: 230px;
    background: #2A3F54;
    z-index: 999;
}
.sidebar-footer a {
    padding: 7px 0 3px;
    text-align: center;
    width: 25%;
    font-size: 17px;
    display: block;
    float: left;
    background: #172D44;
    cursor: pointer;
}
.sidebar-footer a:hover {
    background: #425567
}

a.user-profile {
    color: #fff !important
}
.user-profile img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px
}

textarea {
    padding: 10px;
    vertical-align: top;
    width: 200px
}

.clearfix:after,
form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.nav_title {
    width: 100%;
    background: #2A3F54;
    border-radius: 0;
    height: 60px;
    font-family: Helvetica, Verdana;
}
.nav_title .site_title {
    text-align: center;
    padding: 0;
    display: inline-block;
    height: 55px;
    line-height: 55px;
}
.nav_title .site_title img {
    width: 25px;
    margin-top: -5px;
}
.nav_title .site_title span {
    margin-left: 10px;
    font-weight: 500;
}

.site-profile {
    height: 70px;
    background-color: #fff;
    margin-left: 20px;
    border-radius: 10px 0px 0px 10px;
    text-align: center;
    overflow: hidden;
}
.site-profile img {
    width: 150px;
    margin-top: 10%;
}
.nav-sm .site-profile {
    display: none
}

.tenant-profile {
    display:block;
    width:100%;
    margin: 0;
    padding:0;
    color:#fff;
    text-align: center;
    overflow: hidden;
}
.tenant-profile img {
    height:35px;
    margin: 5px auto;
    padding: 0;
    object-fit: contain;
}
.toolmenu a i {
    margin-right: 10px;
}
.nav.side-menu[disabled=disabled] {
    pointer-events: none;
}

.scroll-view{
    display:block;
    width:100%;
    height:100%;
}
.left_col .tenant {
    width: 100%;
    height: 20px;
    line-height:1;
    font-weight:600;
    color: aliceblue;
    text-align: center;
}
/*클라이언트 페이지 로딩시 흰색배경이 보이는 문제를 해결하기 위해 사용함*/
.pagecontainer {
    background: #2A3F54;
}

.noscroll {
    -ms-overflow-style: none; 
}
.noscroll::-webkit-scrollbar {
    display: none; 
}

*::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
*::-webkit-scrollbar-track {
    background: #2A3F54;
}
*::-webkit-scrollbar-thumb {
    background: #03fcf5;
}
*::-webkit-scrollbar-thumb:hover {
    background: #017572;
}

.slimscroll::-webkit-scrollbar {
    width: 5px;
}
.slimscroll::-webkit-scrollbar-track {
    background: #2A3F54;
}
.slimscroll::-webkit-scrollbar-thumb {
    background: #03fcf5;
}
.slimscroll::-webkit-scrollbar-thumb:hover {
    background: #017572;
}
/*미리보기*/
.btnPlay {
    position: fixed;
    display: none;
    justify-content: center;
    top: 8px;
    right: 2px;
    width: 30px;
    height: 24px;
    font-size: 17px;
    color: #fff;
    background: rgba(0, 0, 0, 0.64);
    box-shadow: 0 0 5px 2px #fff;
    cursor: pointer;
    z-index: 9998;
}
.play .btnPlay{
    display:flex;
}
.play .container.body .col-md-3.left_col,
.play .top_nav {
    display: none;
}
.play .container.body .right_col {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
[contenteditable] {
    user-select: none;
    pointer-events: none;
}

.UserPage .tagText[contenteditable] {
    user-select: text;
    pointer-events: auto;
}
