﻿@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 !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
}

.panel-heading {
    font-size: 13px;
    padding-top : 7px !important;
    padding-bottom : 7px !important;
    padding-left: 2px !important;
}

.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 !important;
}

.nav > li > a:hover {
    color: #555;
    background: #fff;
}

.panel-heading .nav {
    height: 40px !important;
    border: medium none;
    font-size: 13px;
    margin: -12px -15px -15px -15px;
}

.panel-heading-btn {
    margin-top: -2px !important;
}
.panel-heading-btn-tab{
    margin-top: 4px !important;
}
.panel-heading-btn-tab2{
    margin-top: -4px !important;
}
.panel-heading-btn-wrap {
    margin-right: 15px !important;
    /* margin-top: -6px !important; */
}
.pull-right{
    margin-top: -5px !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;
}

.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 #753df8;
    color: #753df8;
    background:url(/image/sm_arrow_hover.png) no-repeat 93% 9px;
}
.sm_btn[disabled] {
    border:1px solid #ccc;
    color: #ccc;
    cursor:not-allowed;
    background:url(/image/sm_arrow_disabled.png) no-repeat 93% 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 93% 9px;
}

.sm_btn_white_back:hover {
    /* border:1px solid #015991;
    color: #015991;
    font-weight: 600;*/
    border:1px solid #63a8e8;
    color: #63a8e8;
    background:url(/image/sm_arrow_disabled.png) no-repeat 93% 9px;
    /* background-color: #f8f8f8; */
}

.sm_btn_white_back[disabled] {
    border:1px solid #cecece;
    color: #adadad;
    cursor:not-allowed;
    background:url(/image/sm_arrow_disabled.png) no-repeat 93% 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 93% 9px;
    background-color: #f8f8f8;
}

/*collapsible*/
.tools a {
    margin-left: 10px;
    color: #a7a7a7;
    font-size: 12px;
}

.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;
}

[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 !important;
}

/* 검색조건의 코드-이름 검색 항목 style */
.search-code-input {
    width: 40% !important;
}
.search-name-input {
    width: calc(60% - 5px) !important;
}

/* panel > title에 도움말 툴팁용 fa-question (물음표) style */
.li_title_question{
    font-size:16px !important; 
    /* color:#015991 !important; */
    color:#000 !important;
    position:relative !important; 
    top:1px !important; 
    margin-right:5px !important;
}


/* 기타 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;
}



/* 섹션 헤더의 우측 버튼 상단이격없앰 - 2020.08.07 박종두*/
.section_header_btn{
    position:relative;
    top:-4px;
}
.section_header_btn > li > button {
    margin-left:5px;
}

.section_header_fa > a{
    font-size:20px !important;
}

.section_header_fa_tab {
    margin-top: -18px !important;
}

@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% !important;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 #753df8;
    color: #753df8;
    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;
}

.display_flex_area{
    display: flex !important;
}
