﻿@charset "utf-8";

.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;
    height: 22px;
    position: relative;
    top: 1px;
    cursor: pointer;
    margin-bottom: 0
}

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


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

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

.check-circle {
    position: relative
}

.check-circle .checkbox {
    position: absolute;
    top: 5px;
    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;
    border: none;
    background: #000;
    color: #fff;
    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
}

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

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

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

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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-heading .btn_icon_text {
    font-size: 14px;
    margin-top: -5px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

/* .nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid transparent;
} */

/* .panel-heading .nav {
    height: 40px;
    border: medium none;
    font-size: 13px;
    margin: -12px -15px -15px -15px;
} */

.panel-heading-btn {
    margin-top: -2px;
}

.panel-heading-btn-tab {
    margin-top: 4px;
}

.panel-heading-btn-tab2 {
    margin-top: -4px;
}

.panel-heading-btn-wrap {
    margin-right: 15px;
}

.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;
}

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

.sm_btn {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    font-size: 12px;
    text-align: center;
    padding: 3px 17px 3px 10px;
    background: url(/image/sm_arrow.png) no-repeat 93% 9px;
}

.sm_btn:hover {
    border: 1px solid #01359f;
    color: #01359f;
    background: url(/image/sm_arrow_hover.png) no-repeat 95% 9px;
}

.sm_btn[disabled] {
    border: 1px solid #ccc;
    color: #ccc;
    cursor: not-allowed;
    background: url(/image/sm_arrow_disabled.png) no-repeat 95% 9px;
}

.sm_btn_white_back {
    border: 1px solid #adadad;
    border-radius: 30px;
    color: #333;
    font-size: 12px;
    text-align: center;
    padding: 3px 17px 3px 10px;
    background: url(/image/sm_arrow_disabled.png) no-repeat 95% 9px;
}

.sm_btn_white_back:hover {
    border: 1px solid #63a8e8;
    color: #63a8e8;
    background: url(/image/sm_arrow_disabled.png) no-repeat 95% 9px;
}

.sm_btn_white_back[disabled] {
    border: 1px solid #cecece;
    color: #adadad;
    cursor: not-allowed;
    background: url(/image/sm_arrow_disabled.png) no-repeat 95% 9px;
    background-color: #f8f8f8;
}

.sm_btn_white_back[disabled]:hover {
    border: 1px solid #cecece;
    color: #adadad;
    cursor: not-allowed;
    font-weight: normal;
    background: url(/image/sm_arrow_disabled.png) no-repeat 95% 9px;
    background-color: #f8f8f8;
}

/*collapsible*/
.tools a {
    margin-left: 10px;
    color: #a7a7a7;
    font-size: 12px;
}

.btn_ico_more {
    height: 28px;
    width: 28px;
    margin-top: 2px;
    margin-right: -2px;
    cursor: pointer;
    /* background: url(/image/ico_more_ov.png) no-repeat; */
    background: url(/image/ico_more_orange.png) no-repeat;
}

[jl-btn].icon-list-plus {
    background: url(/image/icon_new.png) no-repeat;
    background-position: -30px 0;
    width: 25px;
    height: 14px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
    border: 0;
}

[jl-btn].icon-list-plus:hover {
    background: url(/image/icon_new.png) no-repeat;
    background-position: -105px 0;
}

[jl-btn].icon-list-plus[disabled] {
    cursor: not-allowed;
    filter: opacity(40%);
}

[jl-btn].icon-list-minus {
    background: url(/image/icon_new.png) no-repeat;
    background-position: 0 0;
    width: 25px;
    height: 14px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
    border: 0;
}

[jl-btn].icon-list-minus:hover {
    background: url(/image/icon_new.png) no-repeat;
    background-position: -75px 0;
}

[jl-btn].icon-list-minus[disabled] {
    cursor: not-allowed;
    filter: opacity(40%);
}

/* modal header style 재정의 2021.07.02 rachel */
/* .mdl-panel-heading {
    font-size: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
} */

/* .mdl-pull-right {
    margin-top: 0;
} */

/* 검색조건의 코드-이름 검색 항목 style */
input.form-control.search-code-input {
    width: 40%;
}

input.form-control.search-name-input {
    width: calc(60% - 4px);
}

/* panel > title에 도움말 툴팁용 fa-question (물음표) style */
.li_title_question {
    font-size: 16px;
    color: #000;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

/* 기타 title bullet 이미지 */
.title-bullet-001 {
    /* background: url(/image/title_bullet.png) no-repeat; 
    width: 20px;*/
    background: url(/image/title_bullet_001.png) no-repeat;
    height: 13px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    border: 0;
}

.title-bullet-002 {
    /* background: url(/image/title_bullet.png) no-repeat; 
    width: 20px;*/
    background: url(/image/title_bullet_002.png) no-repeat;
    height: 16px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    border: 0;
}

.title-bullet-003 {
    /* background: url(/image/title_bullet.png) no-repeat; 
    width: 20px;*/
    background: url(/image/title_bullet_003.png) no-repeat;
    height: 16px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    border: 0;
}

/* .nav h2 {
    font-size: 20px;
    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;
}

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

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

.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);
}

.btn_ico_more {
    height: 28px;
    width: 28px;
    margin-top: 2px;
    margin-right: -2px;
    cursor: pointer;
    background: url(/image/ico_more_orange.png) no-repeat;
}

.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;
}

.section_header_btn {
    position: relative;
    top: -4px;
}

.section_header_btn>li>button {
    margin-left: 5px;
}

.section_header_fa>a {
    font-size: 20px;
}

.section_header_fa_tab {
    margin-top: -18px;
}

@supports (-ms-ime-align:auto) {

    /* 엣지 브라우저 */
    .section_header_btn {
        position: relative;
        top: -10px;
    }
}

/* 90일이상 경과 비밀번호 변경 modal style */
.mdl_popup_wrap {
    clear: both;
    width: 600px;
    min-height: 430px;
    box-sizing: border-box;
    box-shadow: 0px 0px 1px 1px #ededed;
    border: 1px solid #dedede;
    padding: 40px;
    letter-spacing: -0.05em
}

.mdl_pop_title {
    width: 100%;
    color: #753cf8;
    font-size: 24px;
    text-align: center;
    line-height: 100%;
    font-weight: 600
}

.mdl_pop_desc {
    width: 100%;
    color: #818181;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    padding-top: 19px
}

.mdl_change_pw_area {
    display: inline-block;
    width: 450px;
    margin: 35px 0 0 35px
}

.mdl_change_pw_area .mdl_fill_box {
    display: inline-block;
    width: 100%;
    height: 28px;
    margin-bottom: 12px
}

.mdl_fill_box dt {
    display: inline-block;
    width: 21%;
    padding-top: 7px;
    font-size: 13px
}

.mdl_fill_box dd {
    display: inline-block;
    width: 50%
}

.mdl_fill_box dd .mdl_fix_data {
    display: inline-block;
    padding-top: 7px;
    font-size: 13px;
    font-weight: 600;
    color: #753cf8;
}

.mdl_info_txt {
    display: inline-block;
    width: 26%;
    font-size: 12px;
    color: #d32c0b;
    line-height: 210%
}

.mdl_info_txt2 {
    font-size: 13px;
    color: #d32c0b;
}

.mdl_pop_btns {
    clear: both;
    width: 100%;
    padding-top: 20px;
    text-align: center
}

.mdl_pop_btns button {
    display: inline-block;
    min-width: 150px;
    height: 30px;
    font-size: 13px;
    color: #000;
    border-radius: 5px;
}

.mdl_pop_btns button:hover {
    color: #753cf8;
}

.mdl_pop_btns .mdl_pop_blue {
    background-color: #eee;
    border: 1px solid #bbb;
}

.mdl_pop_btns .mdl_pop_gray {
    background-color: #eee;
    border: 1px solid #bbb;
}

.sm_btn_12 {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    font-size: 12px;
    text-align: center;
    padding: 3px 25px 3px 10px;
    background: url(/image/sm_arrow_12.png) no-repeat 91% 6px;
}

.sm_btn_12:hover {
    border: 1px solid #01359f;
    color: #01359f;
    background: url(/image/sm_arrow_12_hover.png) no-repeat 91% 6px;
}

.sm_btn_12[disabled] {
    border: 1px solid #ccc;
    color: #ccc;
    cursor: not-allowed;
    background: url(/image/sm_arrow_12_disabled.png) no-repeat 91% 6px;
}