﻿@charset "utf-8";
@import url("base.css");
@import url("layout.css");
@import url("table.css");
@import url("media_mobile.css");

.icon-search-01 {
    background: url(/image/icon.png) no-repeat;
    background-position: 0px -200px;
    width: 24px;
    height: 21px;
    display: inline-block;
    overflow: hidden;
    line-height: 9999px;
    vertical-align: middle;
}

/************** check box **************/
.check-wrap label span.checkbox {
    background: url(/image/btn_check.png) 0px 0px;
    margin-right: 3px;
}

.check-wrap input[type='checkbox']:checked + label span.checkbox {
    background: url(/image/btn_check.png) -20px 0px;
}

.check-wrap label span.radiobtn {
    background: url(/image/btn_check.png) -40px 0px;
    position: relative;
    top: 5px;
    margin-right: 3px
}

.check-wrap input[type='radio']:checked + label span.radiobtn {
    background: url(/image/btn_check.png) -60px 0px;
}

.check-wrap {
    position: relative
}

.check-wrap .checkbox {
    position: absolute;
    top: 5px;
    padding: 0;
    margin: 0;
    line-height: 18px
}

.check-wrap .title-check {
    cursor: pointer;
}


.radio-wrap label span.radio {
    background: url(/image/checkbox_selected_off.png) 0px 0px;
    width: 22px !important;
    height: 22px !important;
    position: relative;
    top: 1px;
    cursor: pointer;
    margin-bottom: 0 !important
}

.radio-wrap input[type='radio']:checked + label span.radio {
    background: url(/image/checkbox_selected.png) 0px 0px;
    width: 22px !important;
    height: 22px !important;
    position: relative;
    top: 1px;
    cursor: pointer;
    margin-bottom: 0 !important
}


.check-circle label span.checkbox {
    background: url(/image/checkbox_selected_off.png) 0px 0px;
    width: 22px !important;
    height: 22px !important;
    position: relative;
    top: 1px;
}

.check-circle input[type='checkbox']:checked + label span.checkbox {
    background: url(/image/checkbox_selected.png) 0px 0px;
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
}

.check-circle {
    position: relative
}

.check-circle .checkbox {
    position: absolute;
    top: 5px !important;
    padding: 0;
    margin: 0;
    line-height: 17px
}

.check-wrap-group {
    clear: both;
    overflow: hidden;
}

.check-wrap-group .cwg-check {
    float: left;
    margin-top: -5px;
    line-height: 30px
}

.check-wrap-group .cwg-text {
    float: left;
    margin-left: 5px;
    line-height: 22px
}

.check-wrap-group .form-control {
    margin-top: 5px
}

/* button */
.btn-sm {
    height: 28px;
    line-height: 1.4
}

.button {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    border: 1px solid #ccc;
    height: 33px;
    line-height: 30px;
    padding: 0px 20px;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    margin: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    background: #fff;
}


.disabled {
    cursor: default !important;
    border: none;
    background: #000 !important;
    color: #fff !important;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}


.button:hover, a.button:hover, .button:focus {
    background-color: #f5f5f5;
    color: #000;
}

.button-xl {
    height: 47px;
    line-height: 47px;
    font-size: 16px
}

.button-lm {
    font-size: 13px;
    height: 37px;
    line-height: 35px;
    padding: 0px 10px !important
}

.button-sm {
    font-size: 12px;
    height: 25px;
    line-height: 22px;
    padding: 0px 8px !important
}

.button-xs {
    font-size: 12px;
    height: inherit;
    line-height: 14px;
    padding: 1px 3px !important
}

.button-form {
    font-size: 12px;
    height: 26px;
    line-height: 24px !important;
    padding: 0px 8px
}

table .button-form {
    height: 28px;
    line-height: 26px !important;
}

.button-disable, a.button-disable {
    background: none;
    color: #777 !important;
    border: 1px solid #cfcfcf;
    cursor: default /*padding:0 !important*/
}


.button-line, a.button-line {
    background: #fff;
    color: #000 !important;
    border: 1px solid #cfcfcf; /*padding:0 !important*/
}

.button-line:hover, .button-line:focus {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #666;
}


.button-primary, a.button-primary {
    background: #4a92e4;
    color: #fff !important;
    border: none;
}

.button-primary:hover, .button-primary:focus {
    background: #4a92e4 !important;
    color: #fff !important
}

.button-primary-line, a.button-primary-line {
    background: #fff !important;
    border: 1px solid #4a92e4;
    color: #4a92e4 !important;
}

.button-primary-line:hover, .button-primary-line:focus {
    background: #fff !important;
    border: 1px solid #4a92e4 !important;
    color: #4a92e4 !important
}

.button-base, a.button-base {
    background: #a6adb9;
    color: #fff !important;
    border: none;
}

.button-base:hover, .button-base:focus {
    background: #8f99a9 !important;
    color: #fff !important
}

.button-point {
    background: #393c44 !important;
    color: #fff !important;
    border: none;
}

.button-point:hover, .button-point:focus {
    background: #24272e !important;
    color: #fff !important
}

.button-gray {
    background: #ecf0f2;
    border: 1px solid #d0d0d0;
    color: #777 !important;
}

.button-gray:hover, .button-gray:focus {
    background: #e1e5e7 !important;
    border: 1px solid #d0d0d0;
    color: #777 !important
}

.button-yellow {
    background: #f3c022;
    color: #fff !important;
    border: none;
}

.button-yellow:hover, .button-yellow:focus {
    background: #f3c022 !important;
    color: #fff !important;
}

.button-orange {
    background: #ff6600;
    color: #fff !important;
    border: none;
}

.button-orange:hover, .button-orange:focus {
    background: #ed5f01 !important;
    color: #fff !important
}

.button-red {
    background: #ed6464;
    color: #fff !important;
    border: none;
}

.button-red:hover, .button-red:focus {
    background: #ed6464 !important;
    color: #fff !important
}

.button-blue {
    background: #448cd6;
    color: #fff !important;
    border: none;
}

.button-blue:hover, .button-blue:focus {
    background: #397ec4 !important;
    color: #fff !important
}

.button-green {
    background: #00c73c;
    color: #fff !important;
    border: none;
    border: 1px solid #00c73c
}

.button-green:hover, .button-orange:focus {
    background: #00b135 !important;
    color: #fff !important
}

.button-research {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 2px;
    margin-bottom: 5px
}

ul.sidebar-menu div li a i {
    padding-right: 0px;
}

#sidebar .sub-menu > .sub li a {
    padding-left: 45px;
}

.panel-heading {
    font-size: 18px;
    color: #222222;
    /* font-size: 13px; */
    padding: 7px 0px 7px 0px;
    margin-bottom : 3px;
}

.nav > li > a {
    padding-top : 8px;
    padding-bottom : 8px;
}

.panel-heading .nav {
    margin-top: -8px;
    height: 40px !important;
}

.k-column-menu .k-sprite, .k-gantt-views>.k-current-view>.k-link:after, .k-grid-mobile .k-resize-handle-inner:after, .k-grid-mobile .k-resize-handle-inner:before, .k-i-drag-and-drop, .k-icon, .k-pager-numbers .k-current-page .k-link:after, .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after, .k-tool-icon {
    font-size: 14px;
}

.k-grid .k-grid-header th.k-header {
    padding-top: 8px;
    padding-bottom: 8px;
}

.tbl-base th {
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}

body {
    font-size: 13px;
}

.nav h2 {
    /* font-size: 20px; */
    font-size: 25px;
    margin-top: 3px;
}

.k-state-selected {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-grid td.merged {
    white-space: nowrap;
}

.k-grid .k-state-selected td.merged, .k-grid .k-alt.k-state-selected td.merged {
    background-color: #FFFFFF;
}

.k-grid td.merged:hover, .k-grid tr:hover td.merged {
    background-color: #FFFFFF;
}

div.grid-col-width-fix.k-grid table {
    width: fit-content;
}

div.grid-col-width-fix.k-grid tr td:nth-last-child(1) {
    border-right: 1px solid #EDEDED;
}

div.grid-col-width-fix.k-grid .k-grid-header th.k-header:nth-last-child(1) {
    border-right: 1px solid #EDEDED;
}

div.grid-col-width-fix .tbl-base {
    width: fit-content;
}

div.grid-col-width-fix .tbl-base tr:first-child th:last-child {
    border-right: 1px solid #EDEDED !important;
}

div.grid-col-width-fix .tbl-base td:last-child {
    border-right: 1px solid #EDEDED !important;
}

div.k-grid tr td.radio-base-col{
    padding: .6em .6em
}

/* 2020.02.07 추가 charlie */
/***************** login *****************/ 
.login_input {
    margin-top: 30px;
}

.login_check {
    margin-top: 10px;
    line-height: 20px;
}

.re_login_01 {width:100%; height:100%; z-index:2000; position:absolute; background:rgba(0,0,0,0.8)}
.re_login_wrap_01 {width:380px; position:absolute; top:50%;left: 43%; margin:-200px 0 0 -137px; font:normal 13px nanumgothic; text-align:center; line-height:20px; background-color: #fff; padding: 50px;}

.btn_pw {font-family:nanumgothic; width:100%; height:34px; padding:2px 15px 3px 15px; color:#FFFFFF; background-color:#53a0e2; text-align:center; border:0; font-size:13px; margin-top:5px;}

#mdl_passwd_change {
    background: rgba(0, 0, 0, 0.6);
}

/* panel toolbar에 더보기 아이콘 style 추가 : 2020.07.27 rachel */
.btn_ico_more {
    height: 28px !important;
    width: 28px !important;
    margin-top: 2px !important;
    margin-right: -2px !important;
    cursor: pointer !important;
    /* background: url(/image/ico_more_ov.png) no-repeat !important; */
    background: url(/image/ico_more_orange.png) no-repeat !important;
}
/* .btn_ico_more:hover {
    background: url(/image/ico_more_ov.png) no-repeat !important;
} */
/* // panel toolbar에 더보기 아이콘 style 추가*/


/* panel toolbar에 아이콘의 text style 추가 : 2020.08.10 rachel */
.panel-heading .btn_icon_text {
    font-size: 13px; 
    font-family: Nanum Gothic, '나눔 고딕', Malgun Gothic, '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'Dotum', Gulim, '굴림', Arial, Sans-serif, Century Gothic, Sans-serif;
    font-size: 14px;
    margin-top: -5px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
/* // panel toolbar에 아이콘의 text style 추가 : 2020.08.10 rachel */

/* 2021.09.16 추가 charlie */

.btn-solid,.btn-default-icon,.btn-default,.btn-blue,.btn-red,
.btn-solid:hover,.btn-default-icon:hover,.btn-default:hover,.btn-blue:hover,.btn-red:hover {
    height: 28px !important;
    font-size: 13px !important;
    opacity: 100% !important;
}

.btn-solid:disabled,.btn-default-icon:disabled,.btn-default:disabled,.btn-blue:disabled,.btn-red:disabled {
    opacity: 40% !important;
    /* IE 적용 */
    opacity: 0.4;
}

.btn-solid,.btn-solid:disabled {
    border: 1px solid #01359f !important;
    background-color: #01359f !important;
    color: #ffffff !important;
    padding: 4px 13px !important;
}

.btn-solid:not([disabled]):hover {
    border: 1px solid #0347d2 !important;
    background-color: #0347d2 !important;
    color: #ffffff !important;
    padding: 4px 13px !important;
}

.btn-default-icon,.btn-default-icon:disabled {
    border: 1px solid #999999 !important;
    background-color: #f5f5f5 !important;
    color: #555555 !important;
    padding: 0px 13px !important;
}

.btn-default-icon:not([disabled]):hover {
    border: 1px solid #999999 !important;
    background-color: #999999 !important;
    color: #ffffff !important;
    padding: 0px 13px !important;
}

.btn-default,.btn-default:disabled  {
    border: 1px solid #222222 !important;
    background-color: #f5f5f5 !important;
    color: #222222 !important;
    padding: 0px 13px !important;
}

.btn-default:not([disabled]):hover {
    border: 1px solid #222222 !important;
    background-color: #222222 !important;
    color: #ffffff !important;
    padding: 0px 13px !important;
}

.btn-blue,.btn-blue:disabled {
    border: 1px solid #01359f !important;
    background-color: #f5f5f5 !important;
    color: #01359f !important;
    padding: 0px 13px !important;
}

.btn-blue:not([disabled]):hover {
    border: 1px solid #01359f !important;
    background-color: #01359f !important;
    color: #ffffff !important;
    padding: 0px 13px !important;
}

.btn-red,.btn-red:disabled {
    border: 1px solid #f23b0a !important;
    background-color: #f5f5f5 !important;
    color: #f23b0a !important;
    padding: 0px 13px !important;
}

.btn-red:not([disabled]):hover {
    border: 1px solid #f23b0a !important;
    background-color: #f23b0a !important;
    color: #ffffff !important;
    padding: 0px 13px !important;
}

/* 버튼 아이콘 공통 */
.icon-search,.icon-save,.icon-new,.icon-down,.icon-trash {
    margin-right: 5px;
    margin-bottom: 3px;
    /* IE 적용 */
    width: 12px;
    height: 12px;
}

/* 검색 버튼 */
.icon-search {
    content: url(/image/icon_search.png);
    /* IE 적용 */
    background-image: url(/image/icon_search.png);
}

/* 저장 버튼 */
.icon-save,button:disabled .icon-save {
    content: url(/image/icon_save.png) ;
    /* IE 적용 */
    background-image: url(/image/icon_save.png);
}
button:not([disabled]):hover .icon-save {
    content: url(/image/icon_save_hover.png);
    /* IE 적용 */
    background-image: url(/image/icon_save_hover.png);
}

/* 신규 버튼 */
.icon-new,button:disabled .icon-new {
    content: url(/image/icon_new.png) ;
    /* IE 적용 */
    background-image: url(/image/icon_new.png);
}
button:not([disabled]):hover .icon-new {
    content: url(/image/icon_new_hover.png);
    /* IE 적용 */
    background-image: url(/image/icon_new_hover.png);
}

/* 다운로드 버튼 */
.icon-down,button:disabled .icon-down {
    content: url(/image/icon_down_off.png) ;
    /* IE 적용 */
    background-image: url(/image/icon_down_off.png);
}
button:not([disabled]):hover .icon-down {
    content: url(/image/icon_down_hover.png);
    /* IE 적용 */
    background-image: url(/image/icon_down_hover.png);
}

/* 삭제 버튼 */
.icon-trash,button:disabled .icon-trash {
    content: url(/image/icon_trash.png) ;
    /* IE 적용 */
    background-image: url(/image/icon_trash.png);
}
button:not([disabled]):hover .icon-trash {
    content: url(/image/icon_trash_hover.png);
    /* IE 적용 */
    background-image: url(/image/icon_trash_hover.png);
}

/* 2021.09.16 추가 charlie */