@charset "utf-8";

/* ********************

2023-01-12 최신 버전
박재성

******************** */
/* top-fix-title 없는 경우 */
#main-content.no-head{
    padding-top: 63px
}

/* scroll 플러그인 재정의*/
.mCSB_inside>.mCSB_container {
    margin-right: 10px;
}

.mCSB_scrollTools {
    width: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 0 0 auto;
}

/********************* 왼쪽 사이드바 영역  *********************/
.sidebar-menu.active .list-menu>li:first-child {
    margin-top: 15px
}

.sidebar-menu {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 230px;
    max-width: 230px;
    height: 100%;
    box-shadow: 3px 0 6px 0 rgba(0, 0, 0, .13);
    background-color: #f8f9fd;
    color: #fff;
    overflow: auto;
    z-index: 1001;
    font-family: 'Noto Sans Korean', sans-serif
}

.sidebar-menu.active {
    min-width: 55px;
    max-width: 55px;
    padding: 48px 0 0 0;
    background: #f8f9fd
}

@media screen and (max-width:768px) {
    .sidebar-menu {
        margin-left: -100%;
        margin-top: 96px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }

    .sidebar-menu.m_active {
        margin-left: 0;
        min-width: 100%;
        max-width: 100%;
        padding-bottom: 96px;
    }
}

.sidebar-wrap {
    padding: 64px 10px 30px
}

.sidebar-menu.active .sidebar-wrap {
    padding: 0
}

@media screen and (max-width:768px) {
    .sidebar-wrap {
        padding: 0
    }
}

/********************* 왼쪽 메뉴  *********************/
/* 1Lv 메뉴 */
.list-menu>li {
    position: relative
}

.list-menu>li>a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 10px 7px 35px;
    font-size: 15px;
    color: #5b6874;
    font-weight: 400;
    transition: all .3s;
    line-height: 1.5;
    border-radius: 10px;
    word-break: break-all
}

.list-menu>li>a i {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 1px;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    color: #5a6773;
}

.list-menu>li:hover>a {
    border-radius: 5px;
    padding: 7px 10px 7px 32px;
    background: #233671;
    color: #fff;
}

.list-menu>li:hover>a i,
.list-menu>li>a.active i {
    color: #fff;
}

.list-menu>li>a.active {
    border-bottom: none;
    border-left: none;
    border-radius: 5px;
    padding: 7px 10px 7px 35px;
    background: #233671;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.sidebar-menu.active .list-menu>li>a,
.sidebar-menu.active .list-menu>li:hover>a,
.sidebar-menu.m_active .list-menu>li:hover>a {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.sidebar-menu.active .menu-label {
    display: none
}

.sidebar-menu.active .list-menu>li>a i {
    left: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width:768px) {
    .sidebar-menu.active .list-menu>li>a {
        text-align: left
    }

    .list-menu>li:hover>a,
    .list-menu>li>a.active {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
}

/* 2Lv 메뉴 */
.list-menu>li .depth02 {
    padding: 2px 0;
    background-color: #eceef5;
    border-bottom: 1px dashed #acacac;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.list-menu>li .depth02>li>a {
    position: relative;
    display: block;
    padding: 4px 0 4px 28px;
    color: #6f7a86;
    font-weight: 400;
    font-size: 13px;
    transition: all .3s;
    word-break: keep-all
}
.list-menu>li .depth02>li>a:not(.arrow)::before {
    content: '';
    width: 2px;
    height: 2px;
    background-color: #6f7a86;
    position: absolute;
    left: 18px;
    top: 13px;
}
.list-menu>li .depth02>li>a:hover,
.list-menu>li .depth02>li>a.active:hover,
.list-menu>li .depth02>li>a.active {
    color: #984400;
}

.list-menu>li .depth02>li>a:hover::before,
.list-menu>li .depth02>li>a:not(.arrow).active::before {
    background-color: #984400;
}

.list-menu>li .depth02>li>a.arrow {
    background: url(../images/depth02_arr.png) no-repeat 12px 9px
}

.list-menu>li .depth02>li>a.arrow[aria-expanded=true] {
    background: url(../images/depth02_arr_on.png)no-repeat 12px 9px;
    color: #984400;
}

/* 3Lv 메뉴 */
.list-menu>li .depth02>li .depth03 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.list-menu>li .depth02>li .depth03>li>a {
    position: relative;
    display: block;
    padding: 4px 10px 4px 36px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
    color: #6f7a86;
    transition: all .3s;
    word-break: keep-all;
}

.list-menu>li .depth02>li .depth03>li>a:not(.arrow)::before {
    content: '';
    width: 2px;
    height: 2px;
    background-color: #6f7a86;
    position: absolute;
    top: 13px;
    left: 30px;
}

.list-menu>li .depth02>li .depth03>li>a:hover,
.list-menu>li .depth02>li .depth03>li>a.active:hover,
.list-menu>li .depth02>li .depth03>li>a.active {
    color: #984400;
}

.list-menu>li .depth02>li .depth03>li>a:hover::before,
.list-menu>li .depth02>li .depth03>li>a.active::before {
    background-color: #984400;
}

.list-menu>li .depth02>li .depth03>li>a.arrow {
    background: url(../images/depth03_arr.png) no-repeat 22px 9px
}

.list-menu>li .depth02>li .depth03>li>a[aria-expanded=true] {
    color: #984400;
    background: url(../images/depth03_arr_on.png) no-repeat 22px 9px;
}

/* 4Lv 메뉴 */
.list-menu>li .depth02>li .depth03>li .depth04 {
    padding: 2px 0
}

.list-menu>li .depth02>li .depth03>li .depth04 li a {
    position: relative;
    display: block;
    padding: 2px 0 2px 44px;
    transition: all .3s;
    word-break: keep-all;
    font-size: 12px;
    line-height: 1.5;
    color: #6f7a86;
    font-weight: 300
}

.list-menu>li .depth02>li .depth03>li .depth04 li a::before {
    content: '';
    width: 2px;
    height: 2px;
    background-color: #6f7a86;
    position: absolute;
    left: 36px;
    top: 11px;
}

.list-menu>li .depth02>li .depth03>li .depth04 li a:hover,
.list-menu>li .depth02>li .depth03>li .depth04 li a.active {
    color: #984400;
}

.list-menu>li .depth02>li .depth03>li .depth04 li a:hover::before,
.list-menu>li .depth02>li .depth03>li .depth04 li a.active::before {
    background-color: #984400;
}

/********************* 컨텐츠 영역  *********************/
#content {
    min-height: 100vh;
    margin: 0 0 0 230px;
    background: #e1e8f1
}

.sidebar-menu.active~#content {
    margin: 0 0 0 55px
}

@media screen and (max-width:768px) {
    #content {
        width: 100%;
        margin: 0
    }

    .sidebar-menu.active~#content {
        margin: 0
    }
}

/********************* 헤더 영역  *********************/
.header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    height: 48px;
    z-index: 1002
}

.header .nav-wrap {
    height: 100%;
    margin-left: 230px;
    background: #233671;
    font-size: 0;
}

.header.on .nav-wrap {
    margin-left: 55px;
}

@media screen and (max-width :768px) {
    .header .nav-wrap {
        margin-left: 0;
        width: 100%
    }

    .header.on .nav-wrap {
        margin-left: 0;
    }
}

/* 헤더 로고 영역 부분 */
.header .sidebar-header {
    float: left;
    width: 230px;
    height: 48px;
    background: #233671;
    text-align: center
}

.header .sidebar-header h1 {
    padding: 8px;
    margin: 0;
    text-align: center
}

.header .sidebar-header h1 img {
    opacity: 1
}

.header .sidebar-header h1 img:hover {
    opacity: .8;
    transition: all .5s
}

.header .sidebar-header h1 .fa-home {
    display: none;
    color: #fff;
}

.header.on .sidebar-header {
    width: 55px;
}

.header.on .sidebar-header h1 img {
    display: none;
}

.header.on .sidebar-header h1 .fa-home {
    display: inline-block;
}

@media screen and (max-width:768px) {

    .header .sidebar-header,
    .header.on .sidebar-header {
        float: none;
        width: 100%
    }

    .header.on .sidebar-header h1 .fa-home {
        display: none;
    }

    .header.on .sidebar-header h1 img {
        display: inline-block;
        transform: rotate(0deg);
        transform-origin: none;
    }
}

/* 햄버거 버튼 */
.header .btn-info {
    width: 48px;
    height: 48px;
    background: #233671;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, .3);
    border-left: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #fff;
}

.header .btn-info:hover {
    color: rgba(255, 255, 255, .7);
    border-right: 1px solid rgba(0, 0, 0, .7);
}

.header .btn-info:focus {
    outline: 0
}

.header .btn-info .fa-bars {
    font-size: 22px
}

@media screen and (max-width:768px) {

    .header .btn-info,
    .header .btn-info:hover {
        border-right: 0;
        border-left: 0;
    }
}

/* 헤더 모듈 링크 영역 */
.top-utile {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.top-utile ul {
    height: 100%;
    ;
    font-size: 0
}

.top-utile ul li {
    display: inline-flex;
    align-items: center;
    height: 100%;
    ;
}

.top-utile ul li a,
.top-utile ul li a:not([href]):not([tabindex]) {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    font-size: 13px;
    color: #fff;
    opacity: 1;
    font-weight: bold;
    border-right: 1px solid rgba(0, 0, 0, .3);
    letter-spacing: .1px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.top-utile ul li.active a,
.top-utile ul li:hover a,
.top-utile ul li.active a:not([href]):not([tabindex]),
.top-utile ul li:hover a:not([href]):not([tabindex]) {
    background-color: #2d4aa4;
}

.top-utile ul li a .module-icon {
    margin-left: 6px;
}

@media screen and (max-width:1280px) {

    .top-utile ul li a,
    .top-utile ul li a:not([href]):not([tabindex]) {
        padding: 0 10px;
        font-size: 11px;
    }
}

/* 헤더 사용자 정보 영역 */
.top-myinfo {
    float: right
}

.top-myinfo .top-infoList {
    height: 100%;
    font-size: 0
}

.top-myinfo .top-infoList>li {
    position: relative;
    display: inline-block;
    line-height: 48px;
    padding: 0 10px;
    vertical-align: middle
}

.top-myinfo .top-infoList>li>a {
    color: #fff;
    opacity: .7
}

.top-myinfo .top-infoList>li>a i.faRight {
    margin-left: 5px;
    vertical-align: middle
}

.top-myinfo .top-infoList>li>a i.faLeft {
    margin-right: 5px;
    width: 25px;
    height: 25px;
    margin-top: -3px;
    background: rgba(255, 255, 255, .5);
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle
}

.top-myinfo .top-infoList>li>a i.faLeft:before {
    color: rgba(255, 255, 255, 1)
}

.top-myinfo .top-infoList li a {
    display: block;
    height: 100%;
    font-size: 14px
}

.top-myinfo .top-infoList li:hover a {
    opacity: .95
}

.top-myinfo .top-infoList>li .bell_btn {
    position: relative
}

.top-myinfo .top-infoList>li .bell_btn .badge {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    padding: .2em .5em .25em .4em
}

.top-myinfo .top-infoList>li .bell_btn i {
    margin-top: 3px;
    font-size: 20px;
    color: #fff
}

.top-myinfo .top-infoList>li:hover .bell_btn i {
    color: #eaf0f5
}

.top-myinfo .top-infoList>li:hover .bell_btn .badge {
    background: #f2721c
}

.top-myinfo .top-infoList li a:not([href]):not([tabindex]) {
    color: #fff
}

.top-myinfo .top-infoList li:hover a:not([href]):not([tabindex]) {
    opacity: .95
}

.top-myinfo .top-infoList>li .dropdown-menu {
    position: absolute;
    left: 0 !important;
    top: 47px !important;
    width: 100% !important;
    transform: none !important;
    min-width: 100%;
    margin: 0;
    padding: 0;
    border: 2px solid #233671;
    border-top: none;
    z-index: 999;
    border-radius: 0 0 10px 10px
}

.top-myinfo .top-infoList>li .dropdown-menu a {
    display: block;
    height: 30px;
    line-height: 29px;
    padding: 0 10px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #f2f3f5
}

.top-myinfo .top-infoList>li .dropdown-menu a:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
}

.top-myinfo .top-infoList>li .dropdown-menu a:hover {
    color: #666;
    background-color: #c5d9f3;
}

.top-myinfo .top-infoList>li .dropdown-menu a:active {
    background: #fff
}

@media screen and (max-width:1108px) {
    /* .top-utile {
        display: none
    } */
}

/* 모듈 링크 모바일 221110*/
.mo-utile {
    display: none;
}

@media screen and (max-width: 768px) {
    .mo-utile {
        display: flex;
        margin-bottom: 10px;
        list-style: none;
        flex-wrap: wrap;
    }

    .mo-utile li {
        width: calc(100% / 3);
        flex: 0 1 auto;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, .3);
        border-bottom: 1px solid rgba(0, 0, 0, .7);
    }

    .mo-utile li:nth-child(3n) {
        border-right: 0;
    }

    .mo-utile li a {
        display: block;
        padding: 8px 5px;
        font-size: 12px;
        color: #333;
    }

    .mo-utile li.active a {
        color: #fff;
        background-color: #1c2242;
    }
}

@media screen and (max-width:768px) {
    .top-utile {
        display: none
    }

    .top-myinfo .top-infoList>li {
        padding: 0 10px
    }

    .top-myinfo .top-infoList li a {
        font-size: 0
    }

    .top-myinfo .top-infoList li a i {
        font-size: 12px
    }

    .top-myinfo .top-infoList>li>a i.faRight {
        display: none
    }

    .top-myinfo .top-infoList>li .info-01 {
        left: -120px !important;
        width: 180px !important
    }

    .top-myinfo .top-infoList>li .info-02 {
        left: -136px !important;
        width: 180px !important
    }
}

/********************* 컨텐츠 영역  *********************/
main {
    padding: 98px 15px 45px 15px
}

@media screen and (max-width:768px) {
    main {
        min-width: auto;
        padding: 168px 15px 45px 15px
    }
}

/********************* 페이지 타이틀 및 버튼 영역  *********************/
.top-fix-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 230px;
    top: 48px;
    right: 0;
    /* margin-bottom: 8px; */
    padding: 5px 15px;
    min-height: 45px;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    /* overflow: hidden; */
    z-index: 1000
}

.sidebar-menu.active~#content .top-fix-title {
    left: 54px;
}

@media screen and (max-width:768px) {
    .sidebar-menu.active~#content .top-fix-title {
        left: 0
    }
}

/* 버튼 영역 */
.fixed-btnGroup ul {
    overflow: hidden;
}

.fixed-btnGroup ul li {
    float: left;
    margin: 2.5px;
    font-size: 0
}

.fixed-btnGroup ul li:last-child {
    margin-right: 0
}

.fixed-btnGroup ul li a {
    display: inline-block
}

@media screen and (max-width:768px) {
    .top-fix-title {
        flex-direction: column;
        align-items: flex-start;
        left: 0;
        top: 96px;
        height: auto;
    }

    .fixed-btnGroup {
        margin-top: 5px;
    }
}

/********************* 푸터 영역 *********************/
footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 30px;
    line-height: 29px;
    text-align: center;
    background: #fff;
    color: #9b9eb3;
    font-size: 11px;
    z-index: 1002;
    border-top: 1px solid #e9ecef
}

/* horizontality 가로 모드인 경우 */
@media screen and (min-width: 769px) {
    .hor .header {
        top: 0px;
        padding-left: 230px;
    }

    .hor .header .sidebar-header {
        position: fixed;
        left: 0;
        top: 0;
    }

    .hor .header .nav-wrap {
        margin-left: 0;
        border-bottom: 0;
    }

    .hor .header .btn-info {
        display: none;
    }

    .hor .top-utile {
        display: inline-flex;
        height: 100%;
        align-items: center;
        margin-left: 5px;
    }

    .hor .top-utile ul li a:not([href]):not([tabindex]) {
        color: #fff;
        opacity: .9;
    }

    .hor .sidebar-menu {
        min-width: 100%;
        height: 48px;
        top: 48px;
        padding-left: 0px;
        overflow: inherit;
        z-index: 1001;
    }

    .hor .sidebar-wrap {
        height: 100%;
        padding: 0 10px;
    }

    .hor #main-content {
        padding-top: 149px;
    }

    .hor .list-menu {
        display: flex;
        height: 100%;
        position: relative;
        z-index: 999;
    }

    .hor .list-menu>li {
        flex-shrink: 0;
    }

    .hor .list-menu>li>a {
        display: inline-flex;
        align-items: center;
        min-height: 100%;
        padding: 0px 30px;
        font-size: 14px;
        font-weight: 300;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .hor .list-menu>li>a:hover {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .hor .list-menu>li>a.active {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .hor .list-menu>li .depth02 {
        min-width: 100%;
        width: 200px;
        position: absolute;
        top: 48px;
        left: 0;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom: 0;
    }

    .hor #content {
        margin-left: 0;
    }

    /* 통합검색 페이지 배경 색상 변경 221110 */
    .hor.main #content {
        background-color: #fff;
    }

    .hor .sidebar-menu.active {
        max-width: 100%;
        top: -48px;
        padding: 0;
    }

    .hor .list-menu>li .depth02>li:last-child {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .hor .header.on .sidebar-header {
        top: 0;
        width: 230px;
    }

    .hor .sidebar-menu.active~#content {
        margin: 0;
    }

    .hor .header.on {
        top: 0px;
    }

    .hor #main-content.on {
        padding-top: 101px;
    }

    .hor .top-fix-title {
        top: 96px;
        left: 0;
    }

    .hor .sidebar-menu.active~#content .top-fix-title {
        top: 48px;
        left: 0;
    }

    .hor .list-menu>li .depth02>li>a {
        padding: 4px 15px 4px 28px;
        font-size: 14px;
        /* background: none; */
    }

    .hor .list-menu>li .depth02>li>a:hover {
        color: #984400;
    }

    .hor.main #main-content {
        padding: 96px 0 45px 0;
    }

}