@charset "utf-8";

button.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .3125rem;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .25s ease-in-out;
    white-space: nowrap;
    padding: .45rem 1.5rem;
}

button.btn-main,
button.btn-primary {
    background-color: #3f5c8e;
    color: var(--white_color);
}

button.btn-main:hover,
button.btn-primary:hover,
button.btn-primary:active,
button.btn-primary:focus,
button.btn-primary:active:focus {
    background-color: #334970;
    color: var(--white_color);
    box-shadow: none !important;
}

button.btn-cxl,
button.btn-light {
    background-color: var(--sub_color);
    color: #515966;
}

button.btn-cxl:hover,
button.btn-light:hover,
button.btn-light:active,
button.btn-light:focus,
button.btn-light:active:focus {
    background-color: #d7d9dd;
    color: #515966;
    box-shadow: none !important;
}

button.btn-updown {
    background-color: var(--white_color);
    color: #217346;
    border-color: #217346;
}

button.btn-updown:hover {
    background-color: #217346;
    color: var(--white_color);
    border-color: transparent;
}

button.btn-sub-dark,
button.btn-dark {
    background-color: #41454d;
    color: var(--white_color);
}

button.btn-sub-dark:hover,
button.btn-dark:hover,
button.btn-dark:active,
button.btn-dark:focus,
button.btn-dark:active:focus {
    background-color: #282b30;
    color: var(--white_color);
    box-shadow: none !important;
}

button.btn-sub-red,
button.btn-danger {
    background-color: #be0606;
    color: var(--white_color);
}

button.btn-sub-red:hover,
button.btn-danger:hover,
button.btn-danger:active,
button.btn-danger:focus,
button.btn-danger:active:focus {
    background-color: #980505;
    color: var(--white_color);
    box-shadow: none !important;
}

button.btn-sub-outline {
    background-color: var(--white_color);
    color: #063b94;
    border-color: #063b94;
}

button.btn-sub-outline:hover {
    background-color: var(--white_color);
    color: #04245a;
    border-color: #04245a;
}

button.btn-date {
    background-color: #727272;
    color: #fff;
}

button.btn-date:hover {
    background-color: #555;
    color: #fff;
}

button.btn-secondary {
    background-color: #2F8886;
    color: var(--white_color);
}

button.btn-secondary:hover,
button.btn-secondary:active,
button.btn-secondary:focus,
button.btn-secondary:active:focus {
    background-color: #337977;
    color: var(--white_color);
    box-shadow: none !important;
}

option:disabled {
    color: #bbb;
}

.form-control,
.form-select {
    color: #666;
    border-color: #ccc;
    border-radius: .3125rem !important;
    font-size: 14px;
}

.form-control:focus,
.form-select:focus {
    color: #666;
    background-color: #fff;
    border-color: #3f5c8e;
}

.form-control:disabled,
.form-control[readonly],
.form-select:disabled,
.form-select[readonly] {
    background-color: #eee;
    border-color: #ccc;
}

.form-check-input {
    border-color: #ccc;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--main_color);
    border-color: var(--main_color);
}

.form-check-label {
    cursor: pointer;
}

.dot {
    position: relative;
}

.dot::after {
    content: "*";
    position: absolute;
    top: -2px;
    right: -9px;
    color: #fe0000;
    font-size: 18px;
}

.rotation {
    transform: rotate(180deg);
}

.borderCCC {
    border: 1px solid #ccc !important;
}

.borderbottomCCC {
    border-bottom: 1px solid #ccc !important;
}

.border-collapse {
    border-collapse: collapse !important;
}

.border-none {
    border: none !important;
}

.cursor-point {
    cursor: pointer;
}

.input-group>.form-control,
.input-group>.form-select {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* header */
.header {
    background-color: var(--main_color);
    color: var(--white_color);
}

.header__content-end .header__btn:focus,
.header__content-end.header__btn:hover {
    background-color: transparent;
}

.front-container,
.hd--fair.mn--max,
.hd--fair.mn--min {
    min-width: 1200px;
    background-color: var(--sub_color);
    color: var(--black_color);
}

.hd--fair.mn--max .header .header__brand,
.hd--fair.mn--min .header .header__brand {
    background-color: transparent;
    color: var(--white_color);
}

.header__brand {
    max-width: 100% !important;
    width: max-content !important;
    background-color: transparent;
    color: var(--white_color);
    align-items: center;
    display: flex;
    height: 100%;
}

.header .header__inner .header__content .form-select,
.menuSiteSelect .form-select,
#pageSize.form-select {
    padding: .34rem 3rem .34rem 1rem;
    font-size: 12px;
}

.head_nav_box {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    padding-left: 0 !important;
}

.head_nav_box li {
    width: 20%;
    padding: 1px;
}

.head_nav_box li a {
    display: block;
    width: 100%;
    color: var(--white_color);
    font-size: 1.125rem;
    border-radius: .3125rem;
}

.head_nav_box li a:hover {
    color: var(--sub_color);
}

.prfl_img {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
    background-image: url(../img/prfl_icon.png);
    background-repeat: repeat;
    background-size: cover;
}

.header__content-end .header__btn:focus,
.header__content-end .header__btn:hover {
    background-color: transparent;
    color: #fff;
}

/* footer */
.footer {
    font-size: 0.625rem;
    font-weight: 300;
    color: #999;
}

/* 서브페이지 왼쪽메뉴 */

.mn--max .mainnav {
    position: relative;
}

.mn--max .mainnav__inner {
    position: absolute;
    padding: 1rem 1.25rem;
}

.mn--max:not(.mn--show) .mainnav {
    transform: none;
    z-index: 1 !important;
}

.root .mainnav .mainnav__caption {
    color: var(--main_color);
    margin-bottom: 0.75rem;
}

.main_nav_box>li>a {
    display: block;
    line-height: 35px;
    padding: 0 10px 0;
    border-radius: .3125rem;
    color: var(--black_color);
    transition: 0.4s;
}

.main_nav_box>li>a:hover {
    color: var(--point_color);
}

.main_nav_box>li>a.activeMenu {
    background-color: var(--main_color);
    color: var(--white_color);
}

.root .mainnav__menu>.nav-item.has-sub>.mininav-content,
.root:not(.mn--min) .mainnav__menu>.nav-item.has-sub>.mininav-content {
    border: none;
    margin-left: 1.25rem;
}

.mininav-content>li a {
    display: block;
    line-height: 35px;
    color: #666;
    font-size: 13px;
}

.mininav-content>li a:hover {
    text-decoration: underline;
}

.mininav-content>li a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 1.5px;
    background-color: #666;
    margin: 0 5px 4px 0;
}

.mininav-content>li a.active {
    text-decoration: underline;
    color: var(--point_color);
}

.mininav-content>li a.active::before {
    background-color: var(--point_color);
}

/* 서브페이지 상세내용 공통 */
.root .content {
    background-color: transparent;
    color: var(--black_color);
    max-width: unset;
}

.root .content__wrap {
    padding: 1rem 1rem 0;
}

.root .breadcrumb-item {
    color: #999;
    font-size: 13px;
}

.root .breadcrumb-item>a {
    transition: 0.4s;
    color: #999;
}

.root .breadcrumb-item>a:hover {
    box-shadow: none;
    color: var(--black_color);
}

.root .breadcrumb-item.active {
    color: var(--black_color);
}

.root .page-title {
    color: var(--main_color);
    font-weight: 700;
    margin-top: 1.5rem;
    font-size: 1.75rem;
}

.root .form-footer {
    padding: 5px 1.25rem;
    border: none;
    background: transparent;
}

.root .card-header {
    padding: 5px 1.25rem;
    min-height: 3rem;
}

.root .card-footer {
    padding: 5px 1.25rem;
}

/* 스위치 모양 체크박스 */
.checkbox_wrap {
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0;
    width: 60px;
}

.checkbox_wrap .checkbox_inp {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.checkbox_wrap .checkbox_mark {
    display: inline-block;
    position: relative;
    border-radius: 25px;
    width: 60px;
    height: 30px;
    background: #ccc;
}

.checkbox_wrap .checkbox_inp:checked~.checkbox_mark {
    background: var(--main_color);
}

.checkbox_wrap .checkbox_mark:before,
.checkbox_wrap .checkbox_mark:after {
    content: "";
    position: absolute;
    transition: all 0.5s ease;
}

.checkbox_wrap .checkbox_mark:before {
    content: '';
    top: 2.5px;
    left: 3px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    font-size: 10px;
    line-height: 26px;
    text-align: center;
    font-weight: 700;
}

.checkbox_wrap .checkbox_inp:checked~.checkbox_mark:before {
    content: '';
    left: 32px;
}


/* 아이콘 icon */

.iconBox {
    overflow: hidden;
    transform: scale(1.4);
    width: 200px;
    margin: 0 auto;
}

.sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

.sa-icon.sa-success {
    border-color: #A5DC86;
}

.sa-icon.sa-success::before,
.sa-icon.sa-success::after {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}

.sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}


/* 테이블 */
.table-responsive {
    height: 400px;
    border: solid 1px #ccc;
}

.teble {
    display: table;
    text-align: center;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.teble a {
    text-decoration: underline;
}

.teble-heading {
    display: table-header-group;
    background-color: #eee;
    border-bottom: solid 1px #ccc;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
}

.teble-body {
    display: table-row-group;
}

.teble-row {
    display: table-row;
}

.teble-body .teble-row:hover {
    background-color: #f7f7f7;
}

.teble-body .teble-row.active {
    background-color: #ffe2e2;
}

.teble-cell {
    display: table-cell;
    padding: 0.6rem 0;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.table-responsive.wideTable {
    overflow-y: auto;
}

.table-responsive.wideTable .teble {
    min-width: 2000px;
}

.teble-row.mark .teble-cell {
    background: #fcf2f2;
}


/* 페이징 */
.paginationBox {
    margin-top: 20px;
}

.paginationBox .page-link {
    border-color: #ccc;
}

.paginationBox .page-item.active .page-link {
    background-color: #3f5c8e;
    border-color: #3f5c8e;
    color: var(--white_color);
}

.paginationBox .page-link:hover,
.paginationBox .page-link:focus {
    background-color: #eee;
    box-shadow: none !important;
    color: var(--black_color);
}

.page-link>span {
    font-size: 12px;
}

/* 모달 팝업창 공통 */
.popUpBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
    display: none;
}

.popUpBg.popup-on {
    display: block;
}

.popUpBg .popUpBox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 300;
}


/* 달력 css */
.root .datepicker-cell.selected,
.root .datepicker-cell.selected:hover {
    background-color: var(--main_color);
    color: #fff;
    font-weight: 600;
}

/* tab메뉴 */
#menuForm ul.nav {
    background: #f7f7f7;
    border-top-left-radius: .4375rem;
    border-top-right-radius: .4375rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-body-color);
    border-color: #ccc #ccc #fff;
}

.nav:not(.nav-pills) .nav-link.active {
    color: var(--main_color);
    font-weight: 700;
}

/* list group */
.root .list-group {
    border-radius: 0;
}

.root .list-group-item.active {
    color: var(--main_color);
    background-color: var(--white_color);
    border-color: var(--main_color);
    border-bottom-width: 2px;
}

/* 첨부파일 */
.fileListBox {
    width: 100%;
    min-height: 100px;
    border-radius: .3125rem;
    border: solid 1px #ccc;
    box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
    background: #fdfdfd;
}

.fileListBox .fileList {
    width: 100%;
    height: 40px;
    display: flex;
    padding: 0.7rem 1rem;
    border-bottom: solid 1px #ccc;
    font-size: 12px;
    font-weight: 100;
    color: #666;
    cursor: default;
}

.fileListBox .btn-del {
    border: none;
    background: transparent;
    margin-top: 3px;
}

.fileListBox .btn-del i {
    display: block;
    color: #be0606;
    font-size: 14px;
    font-weight: 800;
}

.file_icon {
    width: 15px !important;
    height: 15px;
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 5px;
}

.fileExcel {
    background: url(../img/file_icon/file_excel_sm.png) center no-repeat;
}

.filePpt {
    background: url(../img/file_icon/file_ppt_sm.png) center no-repeat;
}

.fileHwp {
    background: url(../img/file_icon/file_hwp_sm.png) center no-repeat;
}

.fileWord {
    background: url(../img/file_icon/file_word_sm.png) center no-repeat;
}

.filePdf {
    background: url(../img/file_icon/file_pdf_sm.png) center no-repeat;
}

.fileEtc {
    background: url(../img/file_icon/file_sm.png) center no-repeat;
}

.fileListBox.imgListBox {
    background: #fff;
}

.fileListBox.imgListBox img {
    max-width: 500px;
}

.fileListBox .fileImgText {
    font-size: 12px;
    font-weight: 100;
    color: #666;
}

.fileListBox .fileImgText .btn-del i {
    font-size: 24px;
}


/* 로딩화면 */
.loadingCont {
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}

.loadingCont .fixedBox {
    display: flex;
    justify-content: center;
    height: 100%;
}

.loadingCont .loader {
    --looader-primary-color: var(--main_color);
}

.loadingCont.on {
    display: block;
}


.shortContent {
    white-space: nowrap;      /* 텍스트를 한 줄로 표시 */
    overflow: hidden;         /* 넘치는 텍스트를 숨김 */
    text-overflow: ellipsis;  /* 넘치는 부분을 '...'으로 표시 */
    max-width: 200px;         /* 원하는 최대 너비 설정 (필요시 조정) */
    display: inline-block;    /* 블록 요소로 설정 */
}

.shortContents {
    width: 500px;
    /* 가로 길이 고정*/
    text-overflow: ellipsis;
    /* 생략 처리 ( ... )*/
    white-space: nowrap;
    /* 줄바꿈 하지 않고 잘림*/
    overflow: hidden;
    /* 스크롤 처리 하지 않음*/
}